Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* give pidfile and socket creation functions more logical n...Arthur de Jong2008-06-151-4/+4
* implement SASL authentication based on a patch by Dan Whi...Arthur de Jong2008-06-143-30/+82
* combine isvalidusername() and isvalidgroupname() into isv...Arthur de Jong2008-06-134-90/+43
* don't perform SSL/TLS sanity checks if it isn't available...Arthur de Jong2008-06-121-0/+4
* remove warning on using ssl optionArthur de Jong2008-06-061-1/+0
* check that all URLs start with https:// if "ssl on" is sp...Arthur de Jong2008-06-061-0/+12
* also set TLS options if an ldaps:// URL is specifiedArthur de Jong2008-06-061-2/+4
* add uid and gid configuration keywords that set the user ...Arthur de Jong2008-06-063-10/+84
* environ is defined in unistd.hArthur de Jong2008-06-061-3/+0
* increase write buffer size in nslcd to free up threads ea...Arthur de Jong2008-06-061-2/+2
* miscellaneous portability improvementsArthur de Jong2008-06-063-3/+12
* include a random string in every log message to be able t...Arthur de Jong2008-05-163-5/+48
* add sanity checks to sleep calls to never sleep too long ...Arthur de Jong2008-05-161-0/+2
* improve documentation for myldap_get_rdn_value() functionArthur de Jong2008-05-151-5/+5
* close the connection and retry the search (once) if the s...Arthur de Jong2008-05-111-0/+24
* split retry mechanism of myldap_search() into a new do_re...Arthur de Jong2008-05-111-45/+58
* allocate the search memory region in myldap_search() inst...Arthur de Jong2008-05-111-31/+27
* also allow closing of searches that no longer have a vali...Arthur de Jong2008-05-111-19/+13
* make number of threads configurable with the threads keywordArthur de Jong2008-05-043-6/+21
* add reference to note about thread-safeness of OpenLDAPArthur de Jong2008-05-041-2/+2
* fix copyright yearArthur de Jong2008-05-041-1/+1
* implement a cache for dn2uid() lookups that saves some ti...Arthur de Jong2008-05-031-24/+81
* only support tls-related options if LDAP library supports...Arthur de Jong2008-05-023-2/+19
* support ranged attribute valuesArthur de Jong2008-05-011-1/+166
* support the case where an attribute mapping variable is NULLArthur de Jong2008-04-271-1/+1
* also close the LDAP connection on LDAP_SERVER_DOWN (besid...Arthur de Jong2008-04-261-4/+4
* spelling fix in commentArthur de Jong2008-04-261-1/+1
* fix log message of incorrect map statementArthur de Jong2008-04-261-1/+2
* make log message a little more descriptiveArthur de Jong2008-04-261-2/+2
* ensure that the connection to the LDAP server is closed w...Arthur de Jong2008-04-261-0/+15
* implement new timing mechanism for retries to quickly fai...Arthur de Jong2008-04-253-42/+86
* don't issue warning when myldap_get_entry() returns NULL ...Arthur de Jong2008-04-231-1/+2
* fix tests for valid user and group namesArthur de Jong2008-04-202-10/+10
* add checks for valid user and group names in incoming req...Arthur de Jong2008-04-203-30/+155
* only support uniqueMember containing DN valuesArthur de Jong2008-04-201-14/+3
* fix warning message to not refer to aliasArthur de Jong2008-04-201-2/+2
* make warning message more verbose, fix comment and don't ...Arthur de Jong2008-04-201-2/+5
* correctly call set_free() instead of free()Arthur de Jong2008-04-191-1/+1
* use the new set data structure to gather the group membersArthur de Jong2008-04-191-59/+21
* add test for emtpy DNArthur de Jong2008-04-191-0/+3
* instead of using the dict module to build a cache just st...Arthur de Jong2008-04-181-28/+37
* change dict_values_first() and dict_values_next() into di...Arthur de Jong2008-04-171-2/+2
* return values of dn2uid() and uid2dn() should always be usedArthur de Jong2008-04-061-2/+2
* properly handle the case where dn2uid() couldn't do a DN-...Arthur de Jong2008-04-061-2/+2
* fix member->group searches by also searching for DN in un...Arthur de Jong2008-04-053-6/+56
* make log line a little bigger to properly log more search...Arthur de Jong2008-04-051-1/+1
* only return shadow entries to root usersArthur de Jong2008-04-051-2/+2
* partial support for reading AD date format for pwdLastSet...Arthur de Jong2008-04-051-12/+48
* split closing of LDAP session to separate funtion to inva...Arthur de Jong2008-04-051-50/+46
* remove code that handles special cases when calling as ro...Arthur de Jong2008-04-043-65/+10