Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* immediatly bail out if write entity function failed (prev...Arthur de Jong2008-01-021-1/+2
* fix get_userpassword() function descriptionArthur de Jong2007-12-311-2/+2
* fix incorrect references to attribute map entriesArthur de Jong2007-12-311-3/+3
* remove TODO (was done)Arthur de Jong2007-12-311-1/+0
* fix bug that would return a password of one character shortArthur de Jong2007-12-311-6/+1
* do not define variable if we're not going to use itArthur de Jong2007-12-271-0/+2
* only log "connected to LDAP server" if it is a new connec...Arthur de Jong2007-12-261-6/+2
* properly handle spaces in some configuration options (maj...Arthur de Jong2007-12-262-249/+296
* properly flag running searches as invalid if the connecti...Arthur de Jong2007-12-261-15/+83
* have myldap_get_entry() return an LDAP status code that c...Arthur de Jong2007-12-253-8/+36
* remove NSLCD_RESULT_UNAVAIL because it's not needed anymo...Arthur de Jong2007-12-251-1/+1
* no need for us to flush the buffer since our caller close...Arthur de Jong2007-12-251-2/+0
* merge the do_map_error(), do_with_reconnect() into the my...Arthur de Jong2007-12-241-172/+105
* add some more documentation for using the myldap moduleArthur de Jong2007-12-241-26/+35
* remove bind_policy option because the same effect is achi...Arthur de Jong2007-12-223-31/+4
* reorder timing and reconnect options to be more logical a...Arthur de Jong2007-12-222-45/+34
* integrate do_result() into myldap_get_entry() reducing co...Arthur de Jong2007-12-221-138/+119
* remove duplicate commentArthur de Jong2007-12-221-1/+0
* remove some unused configuration file optionsArthur de Jong2007-12-222-45/+2
* bring more uniformity to log messagesArthur de Jong2007-12-221-14/+26
* give struct myldap_session members more logical namesArthur de Jong2007-12-221-74/+74
* refactor myldap code to get rid of most of the old nss st...Arthur de Jong2007-12-202-311/+296
* add myldap_session_close() function (mainly for testing p...Arthur de Jong2007-12-202-0/+23
* move checks of validity of passed entries to separate fun...Arthur de Jong2007-12-201-10/+33