Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* grow DN buffer size (f987891 from 0.9)0.8Arthur de Jong2014-05-042-4/+4
* grow password buffer size (119cebf from 0.9, thanks ushi)Arthur de Jong2014-05-042-6/+6
* get files ready for 0.8.14 release0.8.14Arthur de Jong2014-03-161-2/+2
* fix pwdLastSet calcuation (2181cca from 0.9, thanks Joshu...Arthur de Jong2014-01-261-1/+1
* increase password buffer size (thanks Bersl) (7140d21 fro...Arthur de Jong2013-12-073-3/+3
* fix for common spelling mistake (8571bc1 from 0.9)Arthur de Jong2013-12-071-1/+1
* in nslcd, log EPIPE only on debug level (4897033 from 0.9)Arthur de Jong2013-10-061-1/+4
* ignore SIGUSR1 and SIGUSR2 for future compatibilityArthur de Jong2013-08-231-2/+2
* implement a -n, --nofork option to run in the foreground ...Arthur de Jong2013-08-181-2/+10
* various typo and other comment fixes (4b01125, b0785de, b...Arthur de Jong2013-04-286-12/+12
* 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
* only log protocol name if it is present (6a92621 and 402d...Arthur de Jong2013-04-281-3/+3
* 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
* 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 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-132-3/+6
* log connection message before clearing error indicators t...Arthur de Jong2012-11-111-3/+3
* if nslcd creates the state directory, try to set the righ...Arthur de Jong2012-10-141-2/+8
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-121-7/+7
* fix problem storing negative hit to dn2uid cache (thanks ...Arthur de Jong2012-09-161-1/+1
* fix logic error when falling back to getting ranged attri...Arthur de Jong2012-09-161-1/+4
* swap values and buf assignment to avoid compiler alignmen...Arthur de Jong2012-09-161-3/+3
* only check nsswitch.conf for shadow mapping on glibc (Sol...Arthur de Jong2012-09-151-0/+10
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-1411-22/+22
* rename filter_buffer to filter for consistencyArthur de Jong2012-09-141-6/+6
* provide an alternative do_rebind() for Netscape LDAPArthur de Jong2012-09-011-0/+29
* include an explicit cast to int when printing gid_t (fixe...Arthur de Jong2012-09-011-2/+2
* change the default value of sasl_canonicalize to yes (tha...Arthur de Jong2012-08-311-1/+3
* remove variable definition that was introduced in r1626 b...Arthur de Jong2012-08-141-1/+0
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-143-0/+25
* ensure that all places where stdint.h is included it is s...Arthur de Jong2012-07-233-0/+6
* only inlude stdint.h if we have itArthur de Jong2012-07-211-0/+2
* add missing includes to ensure all types are defined in h...Arthur de Jong2012-07-211-0/+2
* on startup have the gid option default to the primary gro...Arthur de Jong2012-07-203-12/+38
* implement a pam_password_prohibit_message nslcd.conf opti...Arthur de Jong2012-07-087-2/+102
* remove duplicate getting of LDAP_OPT_DIAGNOSTIC_MESSAGE (...Arthur de Jong2012-07-081-5/+0
* log successful password change in nslcd and correctly ter...Arthur de Jong2012-06-151-0/+2
* implement extra range checking of all numeric valuesArthur de Jong2012-05-208-33/+38
* get rid of a few compiler warnings on FreeBSDArthur de Jong2012-05-182-1/+4
* provide a compatibility definition of SUN_LEN() for syste...Arthur de Jong2012-05-091-0/+1
* remove duplicate debug from log messageArthur de Jong2012-05-091-1/+1
* allow the pam_authz_search option to be specified multipl...Arthur de Jong2012-05-043-58/+84
* don't try to close _SC_OPEN_MAX file descriptorArthur de Jong2012-05-041-1/+1