Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* revert r628 (using ldap_str2dn() instead of ldap_explode_...Arthur de Jong2008-04-041-56/+98
* only define and use do_sasl_interact() if we have a sasl ...Arthur de Jong2008-03-301-4/+13
* don't warn about problems retreiving the objectClass from...Arthur de Jong2008-03-281-3/+0
* fix a problem where the newly allocated storage by reallo...Arthur de Jong2008-03-271-0/+1
* add StartTLS support by Ralf Haferkamp <rhafer@suse.de>Arthur de Jong2008-02-151-0/+11
* pass URI to do_bind() to make it work with do_rebind() an...Arthur de Jong2008-02-151-12/+8
* implement resizable I/O buffers and tune buffer sizes to ...Arthur de Jong2008-02-121-1/+9
* replace the calls to ldap_explode_dn() and ldap_explode_r...Arthur de Jong2008-02-101-98/+56
* only support "dns" and "domain" values on platforms with ...Arthur de Jong2008-02-081-0/+16
* don't define struct ether_addr here, it was moved to comp...Arthur de Jong2008-02-081-6/+0
* make some changes to allow it to compile on more platformsArthur de Jong2008-02-041-3/+5
* provide replacements for ether_aton_r() and ether_ntoa_r...Arthur de Jong2008-02-041-3/+1
* only call __nss_configure_lookup() if it is available, if...Arthur de Jong2008-02-041-0/+5
* defined LDAP_SCOPE_DEFAULT it's not defined elsewhereArthur de Jong2008-02-041-0/+4
* fix missing castsArthur de Jong2008-02-041-2/+2
* actually include the compat header files when neededArthur de Jong2008-02-041-0/+6
* support the uniqueMember LDAP attribute that holds DN val...Arthur de Jong2008-02-033-40/+144
* implement a dn2uid() function to transform a DN into a us...Arthur de Jong2008-02-022-1/+46