Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* get files ready for 0.8.3 release0.8.3Arthur de Jong2011-05-138-16/+292
* don't unconditionally restart nscd but just try to invali...Arthur de Jong2011-05-131-11/+4
* correctly pick up current configuration of /etc/nsswitch....Arthur de Jong2011-05-131-6/+7
* upgrade to standards-version 3.9.2Arthur de Jong2011-05-131-1/+1
* switch variable expander function type name because _t su...Arthur de Jong2011-05-132-7/+7
* search for LDAP server by looking for SRV _ldap._tcp DNS ...Arthur de Jong2011-05-132-21/+89
* fix domain to basedn expansion when having more than two ...Arthur de Jong2011-05-131-1/+1
* simplify request handling by passing read parameters arou...Arthur de Jong2011-05-1313-178/+144
* implement attribute mapping functionality and do some ref...Arthur de Jong2011-05-0115-291/+417
* remove unneeded importArthur de Jong2011-05-011-1/+0
* pass dn and attributes to functions separatelyArthur de Jong2011-05-0112-28/+18
* small code improvementsArthur de Jong2011-05-013-10/+9
* make log message clearer when nslcd returns an empty resp...Arthur de Jong2011-04-301-1/+1
* close the nslcd connection to signal LDAP server unavaila...Arthur de Jong2011-04-301-16/+8
* split setting up of configuration into separate functionArthur de Jong2011-04-301-14/+22
* improve password change failed error messageArthur de Jong2011-04-301-10/+12
* check shadow properties (similarly to what pam_unix does)...Arthur de Jong2011-04-303-10/+172
* do not attempt to change password as root when changing a...Arthur de Jong2011-04-301-1/+1
* fix return value of try_autzsearch() when no match foundArthur de Jong2011-04-301-0/+2
* use the right DN in the pam_authz_search optionArthur de Jong2011-04-301-5/+5
* move code for getting shadow expiry properties to a separ...Arthur de Jong2011-04-301-36/+37
* move most of the code for building the authorisation sear...Arthur de Jong2011-04-291-32/+39
* support more PAM status codes over the nslcd protocolArthur de Jong2011-04-292-0/+4
* set maxdays to -1 to indicate no expiry (instead of a lon...Arthur de Jong2011-04-292-2/+2
* put standard library imports before application imports a...Arthur de Jong2011-04-2813-53/+40
* remove duplicate and wrong write() methodArthur de Jong2011-04-281-33/+0
* make request indicator shorterArthur de Jong2011-04-241-5/+5
* document use of returned authorisation messageArthur de Jong2011-04-241-2/+5
* no longer use the userdn parameter passed along with each...Arthur de Jong2011-04-241-101/+116
* improve handling of test_login_unknownArthur de Jong2011-04-241-2/+1
* report correct reported error from ldap_abandon()Arthur de Jong2011-04-221-1/+1
* fix r1429 to properly handle absence of RTLD_NODELETEArthur de Jong2011-04-181-1/+1
* support systems without RTLD_NODELETEArthur de Jong2011-04-181-1/+7
* add example configuration provided by Wesley MasonArthur de Jong2011-04-161-0/+16
* provide replacement implementation for strndup() for syst...Arthur de Jong2011-04-156-2/+80
* add Wesley Mason to AUTHOS file (was missing from r1425)Arthur de Jong2011-04-151-0/+1
* support using the objectSid attribute to provide numeric ...Arthur de Jong2011-04-155-35/+189
* allow running test_{nss,pam}cmds tests from another direc...Arthur de Jong2011-04-153-4/+9
* make user and group name validation errors a little more ...Arthur de Jong2011-04-033-7/+8
* add some people who seemed to be missing from the AUTHORS...Arthur de Jong2011-03-311-0/+19
* tv_usec in struct timeval must be lower than 1000000 (pat...Arthur de Jong2011-03-311-1/+1
* use $(mkinstalldirs) instead of $(INSTALL_DATA) -D becaus...Arthur de Jong2011-03-312-1/+3
* allow usernames of only two charactersArthur de Jong2011-03-312-2/+2
* get files ready for 0.8.2 release0.8.2Arthur de Jong2011-03-268-11/+214
* ensure that all test source files are distibuted and can ...Arthur de Jong2011-03-263-9/+14
* sync validname regular expression with nslcdArthur de Jong2011-03-261-1/+1
* no longer indefinitely wait for all worker threads to fin...Arthur de Jong2011-03-252-34/+37
* re-organise tests somewhat making things more consistentArthur de Jong2011-03-254-49/+36
* integrate patch by Daniel Dehennin to not loose debconf v...Arthur de Jong2011-03-252-64/+69
* implement a validnames option that can be used to fine-tu...Arthur de Jong2011-03-257-43/+95