Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* check nsswitch.conf mtime to see whether file should be r...Arthur de Jong2011-08-091-6/+41
* run debconf-updatepo to update .pot and .po filesArthur de Jong2011-08-0919-1495/+1040
* small language updates based on feedback by Justin B RyeArthur de Jong2011-08-092-4/+4
* incorporate feedback on debconf templates by debian-l10n-...Arthur de Jong2011-08-081-20/+21
* build Debian packages with multiarch supportArthur de Jong2011-08-079-18/+21
* set the socket timeout in a connection callback to avoid ...Arthur de Jong2011-08-072-27/+76
* update AX_PTHREAD from http://www.gnu.org/software/autoco...Arthur de Jong2011-08-062-29/+53
* replace last traces of groupOfUniqueNamesArthur de Jong2011-08-052-2/+2
* check whether the NSS shadow map queries LDAP before retu...Arthur de Jong2011-08-055-5/+137
* update tests with change of member/uniqueMember default c...Arthur de Jong2011-08-053-5/+7
* 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