| Commit message (Expand) | Author | Age | Files | Lines |
* | update copyright headers to add missing years | Arthur de Jong | 2011-03-10 | 4 | -4/+4 |
* | fix compiler warning | Arthur de Jong | 2011-03-09 | 1 | -1/+2 |
* | properly handle user-not-found errors when doing authenti... | Arthur de Jong | 2011-03-09 | 2 | -3/+15 |
* | ensure that session id is only logged while handling a co... | Arthur de Jong | 2011-03-06 | 3 | -7/+26 |
* | create the directory for the socket and pidfile | Arthur de Jong | 2011-02-11 | 1 | -11/+24 |
* | implement a fqdn variable that can be used inside pam_aut... | Arthur de Jong | 2011-01-29 | 4 | -52/+86 |
* | include definition of rc in all code paths because it's u... | Arthur de Jong | 2011-01-01 | 1 | -3/+1 |
* | allow attribute mapping with an expression for the userPa... | Arthur de Jong | 2010-12-28 | 6 | -29/+36 |
* | try to update the shadowLastChange attribute of a user on... | Arthur de Jong | 2010-12-26 | 5 | -1/+90 |
* | also support the tls_cacert option as an alias for tls_ca... | Arthur de Jong | 2010-12-26 | 1 | -1/+2 |
* | also support tilde (~) in user and group names, except as... | Arthur de Jong | 2010-12-24 | 1 | -1/+1 |
* | make logic of character tests easier to read | Arthur de Jong | 2010-12-24 | 1 | -7/+14 |
* | implement a nss_min_uid option to filter user entries ret... | Arthur de Jong | 2010-12-20 | 4 | -21/+77 |
* | pass the ld to do_bind() instead of the session to use th... | Arthur de Jong | 2010-12-12 | 1 | -14/+18 |
* | always return a positive authorisation result during auth... | Arthur de Jong | 2010-12-12 | 1 | -6/+6 |
* | fix comment | Arthur de Jong | 2010-12-12 | 1 | -1/+1 |
* | in each worker wake up once in a while to check whether a... | Arthur de Jong | 2010-12-08 | 3 | -12/+54 |
* | in try_bind(), perform the search ourselves instead of us... | Arthur de Jong | 2010-12-03 | 1 | -3/+22 |
* | fix handling of try_bind() result code in nslcd_pam_authc... | Arthur de Jong | 2010-12-03 | 1 | -3/+3 |
* | close all open file descriptors on start | Arthur de Jong | 2010-11-26 | 1 | -0/+8 |
* | return correct PAM status code for when LDAP server is un... | Arthur de Jong | 2010-11-17 | 3 | -9/+19 |
* | switch all internal functions to return an LDAP status code | Arthur de Jong | 2010-11-17 | 1 | -27/+31 |
* | return correct kind of error code from try_pwmod() (bug) | Arthur de Jong | 2010-11-17 | 1 | -1/+2 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 15 | -73/+111 |
* | move acceptconnection() function body inside the worker()... | Arthur de Jong | 2010-11-04 | 1 | -51/+63 |
* | avoid unneeded strdup()s by using a passed buffer to look... | Arthur de Jong | 2010-11-04 | 3 | -26/+27 |
* | fix race condition that could cause a memory leak | Arthur de Jong | 2010-11-04 | 1 | -0/+3 |
* | pass the actual size of the address family and the path l... | Arthur de Jong | 2010-11-04 | 1 | -1/+1 |
* | call myldap_session_check() before adding a new search to... | Arthur de Jong | 2010-11-03 | 1 | -2/+2 |
* | fix log message | Arthur de Jong | 2010-10-16 | 1 | -1/+1 |
* | remove obsolete note | Arthur de Jong | 2010-10-16 | 1 | -2/+1 |
* | set a longer socket timout for the normal connection (jus... | Arthur de Jong | 2010-10-15 | 1 | -19/+23 |
* | simplify SASL includes | Arthur de Jong | 2010-10-14 | 1 | -3/+3 |
* | make buffer sizes for PAM requests consistent (and large ... | Arthur de Jong | 2010-10-13 | 1 | -5/+3 |
* | set timeout options on LDAP socket to avoid problems when... | Arthur de Jong | 2010-10-12 | 1 | -0/+11 |
* | make use of UNUSED() consistent throughout the code | Arthur de Jong | 2010-10-10 | 1 | -1/+1 |
* | remove variables which are no longer necessary due to r1220 | Arthur de Jong | 2010-09-27 | 1 | -2/+0 |
* | remove disabling keepalives since we handle SIGPIPE anyway | Arthur de Jong | 2010-09-27 | 1 | -6/+0 |
* | remove ugly empty line | Arthur de Jong | 2010-09-26 | 1 | -1/+0 |
* | update description of group schema supported | Arthur de Jong | 2010-09-26 | 1 | -5/+4 |
* | add some more error cases which should trigger a disconnect | Arthur de Jong | 2010-09-23 | 1 | -1/+3 |
* | handle errors from ldap_result() consistently and also re... | Arthur de Jong | 2010-09-20 | 1 | -32/+35 |
* | implement a rootpwmodpw option that allows root users to ... | Arthur de Jong | 2010-09-05 | 5 | -9/+59 |
* | fix comment | Arthur de Jong | 2010-07-18 | 1 | -2/+2 |
* | allow configuring NSS module's SONAME from configure and ... | Arthur de Jong | 2010-07-07 | 1 | -1/+1 |
* | add logging to SASL interaction function | Arthur de Jong | 2010-06-19 | 1 | -0/+12 |
* | improve debug logging of SASL bind calls | Arthur de Jong | 2010-06-19 | 1 | -4/+14 |
* | remove warning messages from parsing the sasl_* options a... | Arthur de Jong | 2010-06-18 | 2 | -23/+18 |
* | make SASL binding code a little earier to read | Arthur de Jong | 2010-06-18 | 1 | -16/+12 |
* | remove the use_sasl option and instead rely on sasl_mech ... | Arthur de Jong | 2010-06-18 | 3 | -7/+2 |