Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* remove msg member from struct myldap_entry and just refer...Arthur de Jong2007-12-201-12/+7
* rewrite GET_OPTIONAL_DATE() as an extension to GET_OPTION...Arthur de Jong2007-12-201-20/+4
* use ether_ntoa_r() instead of ether_ntoa()Arthur de Jong2007-12-201-3/+6
* potential fix for double free() bug like in nss_ldap (Deb...Arthur de Jong2007-12-141-3/+3
* improve description of myldap interface in commentsArthur de Jong2007-12-141-7/+8
* explain why we write an invalid address (in comment) and ...Arthur de Jong2007-12-141-1/+3
* some small layout changesArthur de Jong2007-12-093-4/+3
* get rid of some old code and rename ldap-nss to myldap si...Arthur de Jong2007-12-099-362/+24
* switch to new LDAP entry parsing code that is much simple...Arthur de Jong2007-12-0913-1330/+975
* ignore decoding errors from ldap_get_values() as they are...Arthur de Jong2007-12-091-1/+3
* don't use backticks as quote markArthur de Jong2007-12-071-3/+3
* clean up Kerberos ccname code, moving it to cfg.c, fixing...Arthur de Jong2007-11-263-62/+54
* implement LDAP server discovery through DNS, based on a p...Arthur de Jong2007-11-251-10/+96
* patch from Andreas Schneider <anschneider@suse.de> to get...Arthur de Jong2007-11-161-0/+43
* some smaller cleanups and simplifications to the code (ge...Arthur de Jong2007-10-281-63/+46
* remove sizelimit parameterArthur de Jong2007-10-281-5/+5
* integrate ent_context attributes into ldap_searchArthur de Jong2007-10-281-41/+35
* remove session from context and remove sycnhronous search...Arthur de Jong2007-10-281-39/+4
* replace calls to _nss_ldap_get_values() by myldap_get_val...Arthur de Jong2007-10-284-440/+85
* remove support for nss_connect_policy configfile option a...Arthur de Jong2007-10-283-25/+0
* first step to use the new myldap interfaceArthur de Jong2007-10-2814-1204/+662
* clean up myldap session after each requestArthur de Jong2007-10-271-0/+1
* make cfg_init() only callable once and add note about not...Arthur de Jong2007-10-271-17/+20
* fix rpc filter and remove unused objectClass attmap entryArthur de Jong2007-10-251-2/+1
* clean up any messages after abandoning the search because...Arthur de Jong2007-10-251-6/+6
* fix a memory leak, not storing search entries so they cou...Arthur de Jong2007-10-251-1/+2
* fix using unassigned statusArthur de Jong2007-10-251-1/+1
* fix memory leakArthur de Jong2007-10-251-0/+2
* call mysnprintf() instead of snprintf() where needed (bug...Arthur de Jong2007-10-202-8/+8
* make a replacement for _nss_ldap_getbyname() which uses t...Arthur de Jong2007-10-201-72/+22
* integrate basic myldap interface (partially merged from d...Arthur de Jong2007-10-194-28/+600
* add warnings and errors to untested and unsupported confi...Arthur de Jong2007-09-281-2/+27