Arthur de Jong

Open Source / Free Software developer

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