Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* some small improvements to the code based on some source ...Arthur de Jong2007-09-232-2/+3
* add compat files to sources so they end up in the tarballArthur de Jong2007-09-221-0/+1
* remove unneeded variables and slightly improve loggingArthur de Jong2007-09-211-10/+2
* put config filename as a parameter to cfg_init()Arthur de Jong2007-09-193-4/+4
* centralize opening of connection to LDAP server in do_ope...Arthur de Jong2007-09-151-232/+104
* remove support for nested groups and use of uniqueMember ...Arthur de Jong2007-09-159-1047/+25
* some more code cleanup, changing return type of _nss_ldap...Arthur de Jong2007-09-153-310/+197
* do not pass useless errnos around because they aren't use...Arthur de Jong2007-09-1513-105/+43
* remove unused includeArthur de Jong2007-09-151-1/+0
* some type fixes and logic simplificationsArthur de Jong2007-09-151-54/+45
* minor code improvementsArthur de Jong2007-09-151-12/+14
* move the two remaining useful functions from util.c to ld...Arthur de Jong2007-09-1517-575/+218
* move _nss_ldap_dn2uid() from util.c to group.cArthur de Jong2007-09-143-56/+39
* add note about free()ing the returned value and add loggingArthur de Jong2007-09-142-0/+5
* move user2dn() from group.c to passwd_username2dn() in pa...Arthur de Jong2007-09-143-23/+20
* do not flush streams: our caller closes the streams flusi...Arthur de Jong2007-09-1410-29/+0
* make use of write_*ent() functions consistentArthur de Jong2007-09-149-123/+164
* revert special casing for alias_byname() to other functio...Arthur de Jong2007-09-145-228/+28