Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd/myldap.c
Commit message (Expand)AuthorAgeFilesLines
* implement myldap_cpy_rdn_value() function to copy rdn val...Arthur de Jong2008-02-021-18/+59
* 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-311-1/+1
* integrate some compatibility code into myldap.c, the only...Arthur de Jong2008-01-271-3/+5
* work around some LDAP libraries not having all optionsArthur de Jong2008-01-271-0/+13
* only log "connected to LDAP server" if it is a new connec...Arthur de Jong2007-12-261-6/+2
* 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-251-2/+25
* merge the do_map_error(), do_with_reconnect() into the my...Arthur de Jong2007-12-241-172/+105
* remove bind_policy option because the same effect is achi...Arthur de Jong2007-12-221-9/+4
* 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
* 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-201-309/+294
* add myldap_session_close() function (mainly for testing p...Arthur de Jong2007-12-201-0/+19
* move checks of validity of passed entries to separate fun...Arthur de Jong2007-12-201-10/+33
* remove msg member from struct myldap_entry and just refer...Arthur de Jong2007-12-201-12/+7
* potential fix for double free() bug like in nss_ldap (Deb...Arthur de Jong2007-12-141-3/+3
* some small layout changesArthur de Jong2007-12-091-1/+0
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-091-0/+1161