Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* increase buffer for pam_authz_search as suggested by Chri...Arthur de Jong2012-03-231-2/+2
* always try to log the ldap error, the diagnostic message ...Arthur de Jong2012-03-161-42/+68
* make whether or not to do case-sensitive filtering config...Arthur de Jong2012-03-1310-11/+25
* when doing DNS queries for SRV records recognise default ...Arthur de Jong2012-03-101-3/+14
* add missing include for _POSIX_HOST_NAME_MAX (thanks Mel ...Arthur de Jong2012-03-101-1/+2
* fix log message for invalid pam_authz_search as reported ...Arthur de Jong2012-03-101-1/+1
* remove extra newline from log messageArthur de Jong2012-03-051-4/+4
* provide more detailed logging information for ldap_start_...Arthur de Jong2012-03-051-3/+11
* log the first 10 search results in debug mode to make deb...Arthur de Jong2012-02-291-1/+16
* update copyright yearsArthur de Jong2012-02-291-2/+2
* formatting fixesArthur de Jong2012-01-201-1/+0
* clarify error messages and fix typo in commentArthur de Jong2012-01-201-3/+3
* pass the correct size of named socket address (fixes Free...Arthur de Jong2012-01-171-1/+1
* Add a matching va_end() for va_start() in mysnprintf()Jakub Hrozek2012-01-091-0/+1
* Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUMJakub Hrozek2012-01-091-4/+8
* Warn if fd cannot be closed in is_locked()Jakub Hrozek2012-01-091-2/+4
* Check NULL return in write_netgroup()Jakub Hrozek2012-01-091-0/+7
* Do not leak memory if myldap_escape() failsJakub Hrozek2012-01-091-0/+1
* Return from update_username() if myldap_get_values() retu...Jakub Hrozek2012-01-091-0/+3
* typo fix in commentArthur de Jong2011-12-281-1/+1
* properly log failures to lookup DNS SRV recordsArthur de Jong2011-12-101-1/+6
* properly handle failures to truncate the pid fileArthur de Jong2011-12-101-1/+5
* Fix a typo in disconnect logicJakub Hrozek2011-12-091-1/+1
* ensure that uid, gid and pid vars are properly initialise...Arthur de Jong2011-12-011-5/+7
* ensure that /etc/nsswitch.conf is only loaded once after ...Arthur de Jong2011-11-301-1/+2