Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | remove extra slash characterArthur de Jong2010-11-071-1/+1
* | guess NSS SONAME on freebsdArthur de Jong2010-11-071-0/+1
* | use NSS flavour to determine which exports file to useArthur de Jong2010-11-071-1/+1
* | log the request with any logged messagesArthur de Jong2010-11-0715-73/+111
* | SASL compatibility definitionArthur de Jong2010-11-071-0/+4
| * merge changes from trunkArthur de Jong2010-11-048-35/+38
| |\ | |/ |/|
* | move acceptconnection() function body inside the worker()...Arthur de Jong2010-11-041-51/+63
* | avoid unneeded strdup()s by using a passed buffer to look...Arthur de Jong2010-11-043-26/+27
* | fix race condition that could cause a memory leakArthur de Jong2010-11-041-0/+3
* | pass the actual size of the address family and the path l...Arthur de Jong2010-11-042-2/+2
* | call myldap_session_check() before adding a new search to...Arthur de Jong2010-11-031-2/+2
* | chage test for compiling with gcc to be simpler and not u...Arthur de Jong2010-10-161-2/+2
* | fix log messageArthur de Jong2010-10-161-1/+1
* | remove obsolete noteArthur de Jong2010-10-161-2/+1
| * move acceptconnection() function body inside the worker()...Arthur de Jong2010-10-281-51/+63
| * remove redundant backslashArthur de Jong2010-10-281-1/+1
| * make formatting consistentArthur de Jong2010-10-151-12/+11
| * also export _nss_ldap_enablelookups so we can disable the...Arthur de Jong2010-10-151-2/+5
| * switch to using SETs to follow the netgroupsArthur de Jong2010-10-155-144/+26
| * merge changes from trunkArthur de Jong2010-10-157-51/+102
| |\ | |/ |/|
* | implement dict_getany() and set_pop() functions to be abl...Arthur de Jong2010-10-155-4/+50
* | make DICTs and SETs case-sensitiveArthur de Jong2010-10-155-31/+32
* | split out checking of NSS module availability and buffer ...Arthur de Jong2010-10-151-27/+22
* | set a longer socket timout for the normal connection (jus...Arthur de Jong2010-10-151-19/+23
| * merge changes from trunkArthur de Jong2010-10-145-32/+41
| |\ | |/ |/|
* | set {nss,pam}_ldap_so_LINK from configure to allow custom...Arthur de Jong2010-10-141-8/+14
* | also include sys/types.h for ethernet-related tests (same...Arthur de Jong2010-10-141-0/+2
* | move _nss_ldap_initgroups_dyn() definition to the end to ...Arthur de Jong2010-10-141-24/+24
* | simplify SASL includesArthur de Jong2010-10-141-3/+3
* | link local modules before .a files from common directory ...Arthur de Jong2010-10-131-1/+1
* | move ethernet function checks outside nslcd-specific test...Arthur de Jong2010-10-131-12/+12
* | make buffer sizes for PAM requests consistent (and large ...Arthur de Jong2010-10-131-5/+3
* | rename --with-nss-ldap-maps to --with-nss-mapsArthur de Jong2010-10-131-7/+7
* | small fixArthur de Jong2010-10-131-2/+2
* | set timeout options on LDAP socket to avoid problems when...Arthur de Jong2010-10-121-0/+11
| * always define {nss,pam}_ldap_so_LINK (defaults to default...Arthur de Jong2010-10-111-4/+8
| * also try to support older Solaris releases that do not ha...Arthur de Jong2010-10-119-20/+123
| * use {nss,pam}_ldap_so_LINK to set custom linker invocatio...Arthur de Jong2010-10-111-6/+8
| * build Solaris NSS flavour without aliases for nowArthur de Jong2010-10-111-1/+4
| * make all ethernet tests use the same includesArthur de Jong2010-10-111-0/+2
| * generate Solaris NSS functions using same macros that are...Arthur de Jong2010-10-1012-1432/+655
| * merge changes from trunkArthur de Jong2010-10-103-12/+12
| |\ | |/ |/|
* | make use of UNUSED() consistent throughout the codeArthur de Jong2010-10-103-3/+3
* | correctly name shared file handleArthur de Jong2010-10-101-5/+5
* | undo changes to ChangeLog accidentally checked in in r1253)Arthur de Jong2010-10-101-149/+0
* | put all logic on how to run linker for NSS and PAM compon...Arthur de Jong2010-10-106-28/+204
* | move missing declarations of ether_ntoa() and ether_aton(...Arthur de Jong2010-10-102-15/+16
* | fix test of returnlen struct member check (r1244 from -so...Arthur de Jong2010-10-101-1/+1
* | correctly name shared file handleArthur de Jong2010-10-081-6/+5
| * put all locgic on how to link in configure script (remove...Arthur de Jong2010-10-105-82/+32