Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* implementation of myldap_get_values_len() to use ldap_get...Arthur de Jong2011-08-054-5/+112
* switch to using the member attribute by default instead o...Arthur de Jong2011-08-037-30/+23
* remove obsolete attribute from documentationArthur de Jong2011-07-211-1/+0
* on restart only log_end_msg onceArthur de Jong2011-07-151-1/+0
* show the default value for the pam-seclib-dir optionArthur de Jong2011-07-041-1/+1
* fix headerArthur de Jong2011-07-031-1/+1
* provide PAM_AUTHTOK_RECOVERY_ERR for systems with only PA...Arthur de Jong2011-07-031-0/+8
* switch to dh for debian/rules and bump debhelper compatib...Arthur de Jong2011-07-027-78/+10
* make buffer sizes consistent, grow gidNumber buffer to ho...Arthur de Jong2011-07-025-29/+29
* correctly only check password expiration when authenticat...Arthur de Jong2011-06-101-5/+5
* check all variables in pam_authz_search to see if they existArthur de Jong2011-06-052-7/+42
* mark more strings as const and don't free() data returned...Arthur de Jong2011-06-052-8/+7
* handle expressions where the expander function returns NU...Arthur de Jong2011-06-052-0/+8
* fix r1468Arthur de Jong2011-06-051-2/+2
* simplify and correct find_rdn_value() to handle splitting...Arthur de Jong2011-06-051-4/+3
* include updated filesArthur de Jong2011-06-052-157/+218
* add test case for two-character user nameArthur de Jong2011-05-231-0/+1
* fix problem with partial attribute name matches in DN (e....Arthur de Jong2011-05-211-0/+1
* 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