Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* implement myldap_cpy_rdn_value() function to copy rdn val...Arthur de Jong2008-02-022-19/+67
* log and otherwise ignore errors in ldap_parse_page_control()Arthur de Jong2008-02-021-3/+10
* fix copy-pastoArthur de Jong2008-02-021-1/+1
* don't request paging when doing a search with scope base ...Arthur de Jong2008-02-021-6/+11
* reset LDAP error flag if ldap_get_values() returned an er...Arthur de Jong2008-02-021-1/+6
* have proper checks and logs of all ldap operationsArthur de Jong2008-02-011-9/+30
* defined LDAP_DEPRECATED to also have definitions for depr...Arthur de Jong2008-01-311-0/+3
* move pagectrl code into compat directoryArthur de Jong2008-01-314-271/+1
* include stdint.hArthur de Jong2008-01-301-0/+3
* use uint8_t instead of u_int8_t because the former seems ...Arthur de Jong2008-01-301-3/+3
* integrate some compatibility code into myldap.c, the only...Arthur de Jong2008-01-272-4/+6
* work around some LDAP libraries not having all optionsArthur de Jong2008-01-271-0/+13
* on some systems lber.h needs to be included before ldap.hArthur de Jong2008-01-271-0/+1
* when including stdint.h check if we actually have itArthur de Jong2008-01-271-0/+2
* correct #endif commentArthur de Jong2008-01-272-4/+4
* have a fallback value for HOST_NAME_MAX if it is not definedArthur de Jong2008-01-261-0/+4
* log error when getpeercred() returned nothingArthur de Jong2008-01-261-1/+1
* move code to get information from socket peer to the comp...Arthur de Jong2008-01-262-20/+12
* fix marsing of map statementArthur de Jong2008-01-261-62/+62
* fix problem in map statement end-of-line handlingArthur de Jong2008-01-161-1/+2
* close connections in worker threads at program terminationArthur de Jong2008-01-031-1/+10
* make code a little more compact, don't include debug twic...Arthur de Jong2008-01-031-93/+6
* update copyright yearArthur de Jong2008-01-031-1/+1
* do not warn about missing loginShell attribute because it...Arthur de Jong2008-01-031-2/+0