Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * remove debugging left-oversArthur de Jong2010-12-161-3/+0
| * switch to a common back-end with a common constructor and...Arthur de Jong2010-12-1610-188/+136
| * split NSS notes into a Glibc and a Solaris section and ad...Arthur de Jong2010-12-161-4/+38
| * have a more consistent naming convention for static looku...Arthur de Jong2010-12-1310-124/+124
| * fix assignment in if statement (was broken in r1262)Arthur de Jong2010-12-139-20/+20
| * merge changes from trunkArthur de Jong2010-12-1226-231/+505
| |\ | |/ |/|
* | pass the ld to do_bind() instead of the session to use th...Arthur de Jong2010-12-121-14/+18
* | always return a positive authorisation result during auth...Arthur de Jong2010-12-121-6/+6
* | fallback to standard PAM error message if one wasn't retu...Arthur de Jong2010-12-121-0/+5
* | fix commentArthur de Jong2010-12-121-1/+1
* | include extra assertion checksArthur de Jong2010-12-111-0/+2
* | in each worker wake up once in a while to check whether a...Arthur de Jong2010-12-083-12/+54
* | in try_bind(), perform the search ourselves instead of us...Arthur de Jong2010-12-031-3/+22
* | fix handling of try_bind() result code in nslcd_pam_authc...Arthur de Jong2010-12-031-3/+3
* | close all open file descriptors on startArthur de Jong2010-11-261-0/+8
* | return correct PAM status code for when LDAP server is un...Arthur de Jong2010-11-173-9/+19
* | switch all internal functions to return an LDAP status codeArthur de Jong2010-11-171-27/+31
* | return correct kind of error code from try_pwmod() (bug)Arthur de Jong2010-11-171-1/+2
* | implement configuring SASL authentication using Debconf, ...Arthur de Jong2010-11-103-18/+165
* | fix for problem with undefined values in read_config() fu...Arthur de Jong2010-11-101-0/+2
* | split reading values from a configfile into a separate fu...Arthur de Jong2010-11-071-21/+20
* | add comment describing functionArthur de Jong2010-11-071-0/+1
* | split updating configuration file based on debconf value ...Arthur de Jong2010-11-071-41/+30
* | fix installation directory for PAM module (was broken in ...Arthur de Jong2010-11-071-1/+1
* | move special casing of handling bindpw removal to cfg_dis...Arthur de Jong2010-11-071-11/+7
* | handle tls_reqcert option consistently with other optionsArthur de Jong2010-11-072-4/+6
* | 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