Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* update copyright headers to add missing yearsArthur de Jong2011-03-104-4/+4
* fix compiler warningArthur de Jong2011-03-091-1/+2
* properly handle user-not-found errors when doing authenti...Arthur de Jong2011-03-092-3/+15
* ensure that session id is only logged while handling a co...Arthur de Jong2011-03-063-7/+26
* create the directory for the socket and pidfileArthur de Jong2011-02-111-11/+24
* implement a fqdn variable that can be used inside pam_aut...Arthur de Jong2011-01-294-52/+86
* include definition of rc in all code paths because it's u...Arthur de Jong2011-01-011-3/+1
* allow attribute mapping with an expression for the userPa...Arthur de Jong2010-12-286-29/+36
* try to update the shadowLastChange attribute of a user on...Arthur de Jong2010-12-265-1/+90
* also support the tls_cacert option as an alias for tls_ca...Arthur de Jong2010-12-261-1/+2
* also support tilde (~) in user and group names, except as...Arthur de Jong2010-12-241-1/+1
* make logic of character tests easier to readArthur de Jong2010-12-241-7/+14
* implement a nss_min_uid option to filter user entries ret...Arthur de Jong2010-12-204-21/+77
* 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
* fix commentArthur de Jong2010-12-121-1/+1
* 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
* log the request with any logged messagesArthur de Jong2010-11-0715-73/+111
* 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-041-1/+1
* call myldap_session_check() before adding a new search to...Arthur de Jong2010-11-031-2/+2
* fix log messageArthur de Jong2010-10-161-1/+1
* remove obsolete noteArthur de Jong2010-10-161-2/+1
* set a longer socket timout for the normal connection (jus...Arthur de Jong2010-10-151-19/+23
* simplify SASL includesArthur de Jong2010-10-141-3/+3
* make buffer sizes for PAM requests consistent (and large ...Arthur de Jong2010-10-131-5/+3
* set timeout options on LDAP socket to avoid problems when...Arthur de Jong2010-10-121-0/+11
* make use of UNUSED() consistent throughout the codeArthur de Jong2010-10-101-1/+1
* remove variables which are no longer necessary due to r1220Arthur de Jong2010-09-271-2/+0
* remove disabling keepalives since we handle SIGPIPE anywayArthur de Jong2010-09-271-6/+0
* remove ugly empty lineArthur de Jong2010-09-261-1/+0
* update description of group schema supportedArthur de Jong2010-09-261-5/+4
* add some more error cases which should trigger a disconnectArthur de Jong2010-09-231-1/+3
* handle errors from ldap_result() consistently and also re...Arthur de Jong2010-09-201-32/+35
* implement a rootpwmodpw option that allows root users to ...Arthur de Jong2010-09-055-9/+59
* fix commentArthur de Jong2010-07-181-2/+2
* allow configuring NSS module's SONAME from configure and ...Arthur de Jong2010-07-071-1/+1
* add logging to SASL interaction functionArthur de Jong2010-06-191-0/+12
* improve debug logging of SASL bind callsArthur de Jong2010-06-191-4/+14
* remove warning messages from parsing the sasl_* options a...Arthur de Jong2010-06-182-23/+18
* make SASL binding code a little earier to readArthur de Jong2010-06-181-16/+12
* remove the use_sasl option and instead rely on sasl_mech ...Arthur de Jong2010-06-183-7/+2