| Commit message (Expand) | Author | Age | Files | Lines |
* | fix distcheck by passing --with-pam-seclib-dir to configu... | Arthur de Jong | 2010-12-29 | 2 | -4/+4 |
* | add an experimental (currently partial) Python implementa... | Arthur de Jong | 2010-12-29 | 17 | -3/+1725 |
* | allow attribute mapping with an expression for the userPa... | Arthur de Jong | 2010-12-28 | 7 | -37/+52 |
* | try to update the shadowLastChange attribute of a user on... | Arthur de Jong | 2010-12-26 | 5 | -1/+90 |
* | return connection reset when connection was closed by the... | Arthur de Jong | 2010-12-26 | 1 | -1/+6 |
* | paging isn't supported by OpenLDAP when chasing referrals | Arthur de Jong | 2010-12-26 | 1 | -1/+1 |
* | also support the tls_cacert option as an alias for tls_ca... | Arthur de Jong | 2010-12-26 | 1 | -1/+2 |
* | add notes on ignored options when using GnuTLS (based on ... | Arthur de Jong | 2010-12-26 | 1 | -0/+4 |
* | 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 | 5 | -21/+88 |
* | sort group members by alphabet to not be dependant on the... | Arthur de Jong | 2010-12-18 | 1 | -11/+21 |
* | update tests with current test set-up (with chasing a ref... | Arthur de Jong | 2010-12-18 | 3 | -1/+4 |
* | 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 |
* | fallback to standard PAM error message if one wasn't retu... | Arthur de Jong | 2010-12-12 | 1 | -0/+5 |
* | fix comment | Arthur de Jong | 2010-12-12 | 1 | -1/+1 |
* | include extra assertion checks | Arthur de Jong | 2010-12-11 | 1 | -0/+2 |
* | 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 |
* | implement configuring SASL authentication using Debconf, ... | Arthur de Jong | 2010-11-10 | 3 | -18/+165 |
* | fix for problem with undefined values in read_config() fu... | Arthur de Jong | 2010-11-10 | 1 | -0/+2 |
* | split reading values from a configfile into a separate fu... | Arthur de Jong | 2010-11-07 | 1 | -21/+20 |
* | add comment describing function | Arthur de Jong | 2010-11-07 | 1 | -0/+1 |
* | split updating configuration file based on debconf value ... | Arthur de Jong | 2010-11-07 | 1 | -41/+30 |
* | fix installation directory for PAM module (was broken in ... | Arthur de Jong | 2010-11-07 | 1 | -1/+1 |
* | move special casing of handling bindpw removal to cfg_dis... | Arthur de Jong | 2010-11-07 | 1 | -11/+7 |
* | handle tls_reqcert option consistently with other options | Arthur de Jong | 2010-11-07 | 2 | -4/+6 |
* | remove extra slash character | Arthur de Jong | 2010-11-07 | 1 | -1/+1 |
* | guess NSS SONAME on freebsd | Arthur de Jong | 2010-11-07 | 1 | -0/+1 |
* | use NSS flavour to determine which exports file to use | Arthur de Jong | 2010-11-07 | 1 | -1/+1 |
* | log the request with any logged messages | Arthur de Jong | 2010-11-07 | 15 | -73/+111 |
* | SASL compatibility definition | Arthur de Jong | 2010-11-07 | 1 | -0/+4 |
* | 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 | 2 | -2/+2 |
* | call myldap_session_check() before adding a new search to... | Arthur de Jong | 2010-11-03 | 1 | -2/+2 |
* | chage test for compiling with gcc to be simpler and not u... | Arthur de Jong | 2010-10-16 | 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 |
* | implement dict_getany() and set_pop() functions to be abl... | Arthur de Jong | 2010-10-15 | 5 | -4/+50 |
* | make DICTs and SETs case-sensitive | Arthur de Jong | 2010-10-15 | 5 | -31/+32 |
* | split out checking of NSS module availability and buffer ... | Arthur de Jong | 2010-10-15 | 1 | -27/+22 |
* | set a longer socket timout for the normal connection (jus... | Arthur de Jong | 2010-10-15 | 1 | -19/+23 |