Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* also log uri when ldap_start_tls_s() failsArthur de Jong2009-11-011-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1012 ef36b2f9-881f-0410-afb5-c4e39611909c
* make --disable-* configure options default values clearerArthur de Jong2009-11-011-6/+6
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1011 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.1 release0.7.1Arthur de Jong2009-10-207-8/+152
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1009 ef36b2f9-881f-0410-afb5-c4e39611909c
* provide a replacement for the pam_get_authtok() ↵Arthur de Jong2009-10-176-3/+185
| | | | | | functions for systems without it git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1008 ef36b2f9-881f-0410-afb5-c4e39611909c
* provide replacement functions for ldap_initialize() and ↵Arthur de Jong2009-10-178-60/+241
| | | | | | ldap_passwd_s() and centralise LDAP compatibility hacks into ldap_compat.h git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1007 ef36b2f9-881f-0410-afb5-c4e39611909c
* also provide some function definitions for ether_ntoa() ↵Arthur de Jong2009-10-171-1/+11
| | | | | | and ether_aton() because definitions seem to be missing on some platforms git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1006 ef36b2f9-881f-0410-afb5-c4e39611909c
* make NSLCD_HANDLE_PARAMS() macro simpler and not have ↵Arthur de Jong2009-10-111-5/+5
| | | | | | empty argument git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1005 ef36b2f9-881f-0410-afb5-c4e39611909c
* only include security/pam_ext.h for systems that have itArthur de Jong2009-10-112-1/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1004 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix some header checks in configure and fix ↵Arthur de Jong2009-10-082-17/+14
| | | | | | ldap_set_rebind_proc() return type check git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1003 ef36b2f9-881f-0410-afb5-c4e39611909c
* don't pass an empty parameter to a macroArthur de Jong2009-10-081-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1002 ef36b2f9-881f-0410-afb5-c4e39611909c
* re-organise configure script and only run tests for ↵Arthur de Jong2009-10-082-213/+217
| | | | | | parts that are enabled git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1001 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement password changing in the PAM module by ↵Arthur de Jong2009-10-077-118/+199
| | | | | | performing an LDAP password modify EXOP request git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1000 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix the case where the string passed to WRITE_STRING() ↵Arthur de Jong2009-10-071-3/+3
| | | | | | is an expression git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@999 ef36b2f9-881f-0410-afb5-c4e39611909c
* some compatibility improvementsArthur de Jong2009-10-055-8/+52
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@998 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix return of authorisation check (patch by Howard Chu ↵Arthur de Jong2009-09-291-0/+1
| | | | | | <hyc@symas.com>) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@997 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Vietnamese (vi) translation of debconf templates ↵Arthur de Jong2009-09-271-34/+31
| | | | | | by Clytie Siddall <clytie@riverland.net.au> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@996 ef36b2f9-881f-0410-afb5-c4e39611909c
* log reading and writing errors with errno messageArthur de Jong2009-09-271-2/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@995 ef36b2f9-881f-0410-afb5-c4e39611909c
* partially updated Vietnamese (vi) translation of debconf ↵Arthur de Jong2009-09-241-159/+59
| | | | | | templates by Clytie Siddall <clytie@riverland.net.au> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@994 ef36b2f9-881f-0410-afb5-c4e39611909c
* general code cleanup and add missing casts and includesArthur de Jong2009-09-241-40/+43
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@993 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix for problem when authenticating to LDAP entries ↵Arthur de Jong2009-09-241-0/+11
| | | | | | without a uid attribute git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@992 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated German (de) translation of debconf templates by ↵Arthur de Jong2009-09-131-79/+52
| | | | | | Erik Schanze <schanzi_@gmx.de> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@991 ef36b2f9-881f-0410-afb5-c4e39611909c
* add the possibility to specify --disable-maintainer-modeArthur de Jong2009-09-081-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@990 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix "Use StartTLS?" debconf question when no ssl option ↵Arthur de Jong2009-09-081-2/+5
| | | | | | is defined in the config git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@989 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.0 release0.7.0Arthur de Jong2009-09-049-9/+205
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@987 ef36b2f9-881f-0410-afb5-c4e39611909c
* some simple changes in includes to make FreeBSD diff smallerArthur de Jong2009-09-044-2/+14
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@986 ef36b2f9-881f-0410-afb5-c4e39611909c
* add a --disable-configfile-checking option to configure ↵Arthur de Jong2009-09-012-0/+15
| | | | | | to cause unknown options to be ignored from the configuration git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@985 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix help message to indicate that PAM module is built by ↵Arthur de Jong2009-09-011-2/+2
| | | | | | default git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@984 ef36b2f9-881f-0410-afb5-c4e39611909c
* lower the default values for bind_timelimit and ↵Arthur de Jong2009-09-012-4/+4
| | | | | | reconnect_maxsleeptime from 30 to 10 seconds git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@983 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix generation of ChangeLogArthur de Jong2009-09-011-1/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@982 ef36b2f9-881f-0410-afb5-c4e39611909c
* rename trunk to nss-pam-ldapdArthur de Jong2009-09-0194-759/+1036
|\ | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@981 ef36b2f9-881f-0410-afb5-c4e39611909c
| * rename configfile to /etc/nslcd.conf and make debian ↵Arthur de Jong2009-08-3142-94/+107
| | | | | | | | | | | | packaging copy the file to the new name on upgrade git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@980 ef36b2f9-881f-0410-afb5-c4e39611909c
| * upgrade to using automake 1.11Arthur de Jong2009-08-317-70/+134
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@979 ef36b2f9-881f-0410-afb5-c4e39611909c
| * rename software to nss-pam-ldapdArthur de Jong2009-08-3166-181/+221
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@978 ef36b2f9-881f-0410-afb5-c4e39611909c
| * upgrade to standards-version 3.8.3 (no changes needed)Arthur de Jong2009-08-311-1/+1
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@977 ef36b2f9-881f-0410-afb5-c4e39611909c
| * split into binary packages libnss-ldapd, libpam-ldapd ↵Arthur de Jong2009-08-3139-1022/+1153
| | | | | | | | | | | | and nslcd packages, using a patch for libpam-ldap by Steve Langasek <vorlon@debian.org> for the libpam-ldapd package git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@975 ef36b2f9-881f-0410-afb5-c4e39611909c
| * patch by Petter Reinholdtsen <pere@hungry.com> to fix ↵Arthur de Jong2009-08-311-2/+2
| | | | | | | | | | | | init script to start before autofs git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@974 ef36b2f9-881f-0410-afb5-c4e39611909c
| * include updated filesArthur de Jong2009-08-162-47/+26
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@973 ef36b2f9-881f-0410-afb5-c4e39611909c
| * enable building PAM module by defaultArthur de Jong2009-08-162-6/+2
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@972 ef36b2f9-881f-0410-afb5-c4e39611909c
| * remove development warningArthur de Jong2009-08-161-5/+0
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@971 ef36b2f9-881f-0410-afb5-c4e39611909c
| * add basic pam_ldap manual pageArthur de Jong2009-08-162-2/+204
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@970 ef36b2f9-881f-0410-afb5-c4e39611909c
| * don't return password hashes at all for non-root users, ↵Arthur de Jong2009-08-123-16/+21
| | | | | | | | | | | | based on a patch by Alexander V. Chernikov <melifaro@ipfw.ru> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@969 ef36b2f9-881f-0410-afb5-c4e39611909c
| * updated Galician (gl) translation of debconf ates by ↵Arthur de Jong2009-07-181-47/+33
| | | | | | | | | | | | Marce Villarino <mvillarino@gmail.com> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@968 ef36b2f9-881f-0410-afb5-c4e39611909c
| * get files ready for 0.6.11 release0.6.11Arthur de Jong2009-07-127-16/+257
| | | | | | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@966 ef36b2f9-881f-0410-afb5-c4e39611909c
| * updated French (fr) translation of debconf templates by ↵Arthur de Jong2009-07-121-52/+40
| | | | | | | | | | | | Christian Perrier <bubulle@debian.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@965 ef36b2f9-881f-0410-afb5-c4e39611909c
| * updated Czech (cs) translation of debconf templates by ↵Arthur de Jong2009-07-101-42/+30
| | | | | | | | | | | | Miroslav Kure <kurem@debian.cz> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@962 ef36b2f9-881f-0410-afb5-c4e39611909c
| * unfuzzy translations that were due to fixes in the ↵Arthur de Jong2009-07-041-19/+2
| | | | | | | | | | | | English template git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@961 ef36b2f9-881f-0410-afb5-c4e39611909c
| * updated Czech (cs) translation of debconf templates by ↵Arthur de Jong2009-07-041-37/+86
| | | | | | | | | | | | Miroslav Kure <kurem@debian.cz> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@960 ef36b2f9-881f-0410-afb5-c4e39611909c
| * updated Portuguese (pt) translation of debconf templates ↵Arthur de Jong2009-07-041-49/+33
| | | | | | | | | | | | by Américo Monteiro <a_monteiro@netcabo.pt> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@959 ef36b2f9-881f-0410-afb5-c4e39611909c
| * updated Spanish (es) translation of debconf templates by ↵Arthur de Jong2009-07-021-45/+35
| | | | | | | | | | | | Francisco Javier Cuadrado <fcocuadrado@gmail.com> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@958 ef36b2f9-881f-0410-afb5-c4e39611909c
| * fix off by one error in the maximum number of gidNumber ↵Arthur de Jong2009-06-291-1/+1
| | | | | | | | | | | | attributes in an LDAP group entry git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@957 ef36b2f9-881f-0410-afb5-c4e39611909c