| Commit message (Expand) | Author | Age | Files | Lines |
* | remove not needed define (r1897 from 0.9) | Arthur de Jong | 2013-05-05 | 1 | -4/+1 |
* | add some missing checks to the configure script (117327e ... | Arthur de Jong | 2013-05-05 | 1 | -6/+8 |
* | make the NSS tests dependant on the configuration of nssw... | Arthur de Jong | 2013-05-05 | 1 | -1/+45 |
* | support systems without ETIME (5e0bb05 from 0.9) | Arthur de Jong | 2013-05-05 | 1 | -1/+6 |
* | small portability fix in test_pamcmds.sh (24c565c from 0.9) | Arthur de Jong | 2013-05-05 | 1 | -2/+4 |
* | guess the value for --with-pam-seclib-dir if it is not sp... | Arthur de Jong | 2013-05-05 | 1 | -2/+12 |
* | various typo and other comment fixes (4b01125, b0785de, b... | Arthur de Jong | 2013-04-28 | 10 | -20/+22 |
* | do not rely on printf() being able to print NULL strings ... | Arthur de Jong | 2013-04-28 | 1 | -7/+14 |
* | the argument to nss_min_uid must be numeric | Arthur de Jong | 2013-04-28 | 1 | -1/+2 |
* | handle the case where getpwuid() returns NULL | Arthur de Jong | 2013-04-28 | 1 | -5/+8 |
* | fix the way manual pages are installed (b5b4239 from 0.9) | Arthur de Jong | 2013-04-28 | 1 | -6/+8 |
* | define and export an _nss_ldap_version symbol (3155cdf an... | Arthur de Jong | 2013-04-28 | 4 | -1/+17 |
* | return NSS_STATUS_TRYAGAIN on zero-length (but not-NULL) ... | Arthur de Jong | 2013-04-28 | 1 | -1/+6 |
* | only log protocol name if it is present (6a92621 and 402d... | Arthur de Jong | 2013-04-28 | 1 | -3/+3 |
* | drop -Wcase-qual when using --enable-warnings because it ... | Arthur de Jong | 2013-04-28 | 1 | -3/+3 |
* | revert r1939 because it doesn't work on 0.8 | Arthur de Jong | 2013-04-28 | 1 | -2/+2 |
* | fix the text representation of shadow information for nsc... | Arthur de Jong | 2013-04-28 | 1 | -7/+7 |
* | save the old password if either the authentication or the... | Arthur de Jong | 2013-04-28 | 1 | -2/+2 |
* | retry updating the lastChange attribute with the normal n... | Arthur de Jong | 2013-04-28 | 1 | -3/+6 |
* | extra sanity check to ensure not too many file descriptor... | Arthur de Jong | 2013-02-23 | 1 | -2/+7 |
* | check result of set_tolist() to ensure that memory alloca... | Arthur de Jong | 2013-02-23 | 4 | -3/+23 |
* | fix memory leak in myldap_get_values_len() when using ran... | Arthur de Jong | 2013-02-23 | 1 | -0/+6 |
* | fix a problem in memory handling in myldap_get_values_len... | Arthur de Jong | 2013-02-23 | 1 | -2/+4 |
* | fix the way manual pages are generated and distributed | Arthur de Jong | 2013-01-16 | 1 | -17/+16 |
* | correctly handle the case where the gid option is before ... | Arthur de Jong | 2013-01-11 | 1 | -2/+2 |
* | don't process the passwd_byuid request at all for uids < ... | Arthur de Jong | 2012-12-20 | 1 | -0/+1 |
* | fix logic error (use && instead of & for logical and) (r1... | Arthur de Jong | 2012-12-20 | 1 | -1/+1 |
* | fix setting deadline microsecond value (thanks Julien Cri... | Arthur de Jong | 2012-12-08 | 1 | -1/+1 |
* | fix the way ChangeLog is generated for branch | Arthur de Jong | 2012-11-18 | 1 | -1/+3 |
* | start a 0.8 maintenance branch | Arthur de Jong | 2012-11-18 | 0 | -0/+0 |
* | get files ready for 0.8.12 release0.8.12 | Arthur de Jong | 2012-11-18 | 8 | -11/+137 |
* | properly initialise passwd.pw_class on FreeBSD to empty s... | Arthur de Jong | 2012-11-18 | 2 | -0/+8 |
* | use pam_modutil_getpwnam() instead of getpwnam() in PAM m... | Arthur de Jong | 2012-11-17 | 1 | -1/+1 |
* | fix formatting and improve consistency in manaual pages | Arthur de Jong | 2012-11-17 | 2 | -16/+22 |
* | remove dots from short description in manual page | Arthur de Jong | 2012-11-16 | 2 | -2/+2 |
* | fix comment in header | Arthur de Jong | 2012-11-16 | 1 | -1/+1 |
* | to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical... | Arthur de Jong | 2012-11-13 | 5 | -6/+11 |
* | log the PAM error message along with the message from nsl... | Arthur de Jong | 2012-11-11 | 1 | -1/+5 |
* | add a .gitignore file for those working with git | Arthur de Jong | 2012-11-11 | 1 | -0/+66 |
* | set FD_CLOEXEC in NSS and PAM modules to ensure that nslc... | Arthur de Jong | 2012-11-11 | 1 | -0/+6 |
* | log connection message before clearing error indicators t... | Arthur de Jong | 2012-11-11 | 1 | -3/+3 |
* | refactor the read_result() functions into a common macro ... | Arthur de Jong | 2012-10-28 | 11 | -319/+125 |
* | combine read_hostent_erronempty() and read_hostent_nexton... | Arthur de Jong | 2012-10-28 | 1 | -67/+31 |
* | fix typo (thanks Ted C. Cheng) | Arthur de Jong | 2012-10-28 | 1 | -1/+1 |
* | fix buffer size checking in group by member NSS function ... | Arthur de Jong | 2012-10-26 | 1 | -1/+9 |
* | introduce ent2str() functions for each database (except e... | Arthur de Jong | 2012-10-26 | 10 | -364/+416 |
* | remove duplicate checks from the configure script | Arthur de Jong | 2012-10-21 | 1 | -2/+0 |
* | ignore generated pynslcd manual pages | Arthur de Jong | 2012-10-21 | 0 | -0/+0 |
* | fix a problem on Solaris (fixes r1793) | Arthur de Jong | 2012-10-21 | 1 | -1/+1 |
* | make a pynslcd manual page and install it if pynslcd is e... | Arthur de Jong | 2012-10-21 | 3 | -2/+154 |