Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/AUTHORS
Commit message (Collapse)AuthorAgeFilesLines
* Get files ready for 0.9.12 release0.9.12Arthur de Jong2021-11-201-0/+4
|
* Get files ready for 0.9.11 release0.9.11Arthur de Jong2019-10-061-0/+1
|
* Get files ready for 0.9.10 release0.9.10Arthur de Jong2018-09-011-0/+2
|
* Get files ready for 0.9.8 release0.9.8Arthur de Jong2017-06-261-0/+1
|
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-141-0/+3
|
* Get files ready for 0.9.6 release0.9.6Arthur de Jong2015-06-141-0/+3
|
* Get files ready for 0.9.5 release0.9.5Arthur de Jong2015-03-291-0/+5
|
* Don't let the oom killer kill nslcdPatrick McLean2015-03-111-0/+1
| | | | | Adjust the Linux OOM (Out-Of-Memory) killer score by -1000 for nslcd so that it should not be killed.
* Check a socket's connectivity before trying to use itTim Harder2014-07-021-0/+1
| | | | | | | | | This alleviates some cases where multi-second lag occurs before a query returns due to some or all connections having been closed by the peer, e.g. a load balancer timing out old connections, but they are all tried before opening new connections. Tested and working on Linux.
* Get files ready for 0.9.4 release0.9.4Arthur de Jong2014-06-061-0/+1
|
* Get files ready for 0.9.3 release0.9.3Arthur de Jong2014-03-121-0/+4
|
* Use clock_gettime() instead of gettimeofday()Arthur de Jong2013-09-021-0/+1
| | | | | | | | | | | This avoids problems with system clock changes (though there are some safeguards in place to avoid waiting too long on clock changes). Thanks to John Sullivan for pointing this out. We can't easily use CLOCK_MONOTONIC_RAW or CLOCK_MONOTONIC_COARSE even on platforms that define the clock because we can get runtime errors. CLOCK_MONOTONIC seems to work on all tested platforms that provide it.
* Increase password buffer sizeBersl2013-08-281-0/+1
| | | | With the smaller buffers some password hashes would be truncated.
* Get files ready for 0.9.1 release0.9.1Arthur de Jong2013-08-251-0/+1
|
* Implement a mkfilter_group_bymemberdn() functionSteve Hill2013-03-241-0/+1
| | | | | | | | This was part of a bigger change to implement nested groups, however most of the other parts were re-implemented differently. For the original changes, see: http://lists.arthurdejong.org/nss-pam-ldapd-users/2013/msg00034.html
* allow trimming expressions with ${foo#bar} syntax in nslcdThorsten Glaser2013-03-031-0/+1
|
* ensure that cache.py is installed (thanks Jon Severinsson)Arthur de Jong2012-07-071-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1713 ef36b2f9-881f-0410-afb5-c4e39611909c
* document the fact that each thread opens it's own ↵Arthur de Jong2012-03-131-0/+1
| | | | | | connection (patch by Chris Hiestand) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1635 ef36b2f9-881f-0410-afb5-c4e39611909c
* make whether or not to do case-sensitive filtering ↵Arthur de Jong2012-03-131-0/+1
| | | | | | configurable (patch by Matthew L. Dailey) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1634 ef36b2f9-881f-0410-afb5-c4e39611909c
* FreeBSD compilation fixes by Maxim VetrovArthur de Jong2012-01-171-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1597 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement group membership NSS function by Tom Judge ↵Arthur de Jong2011-10-121-0/+1
| | | | | | (taken from FreeBSD PR 154000) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1553 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.8.4 release0.8.4Arthur de Jong2011-09-041-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1536 ef36b2f9-881f-0410-afb5-c4e39611909c
* pass a statically allocated callback structure to ↵Arthur de Jong2011-08-271-0/+1
| | | | | | OpenLDAP because it doesn't make it's own copy (thanks Jakub Hrozek) (fixes a problem in r1490) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1522 ef36b2f9-881f-0410-afb5-c4e39611909c
* support querying DNS SRV records from a different domain ↵Arthur de Jong2011-08-241-0/+1
| | | | | | than the current one (based on a patch by James M. Leddy) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1513 ef36b2f9-881f-0410-afb5-c4e39611909c
* add new translators to AUTHORS fileArthur de Jong2011-08-171-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1510 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix spelling of name (sorry about that)Arthur de Jong2011-08-101-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1496 ef36b2f9-881f-0410-afb5-c4e39611909c
* set the socket timeout in a connection callback to avoid ↵Arthur de Jong2011-08-071-0/+1
| | | | | | timeout issues during the SSL handshake (based on a patch by Stefan Völkel) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1490 ef36b2f9-881f-0410-afb5-c4e39611909c
* add Wesley Mason to AUTHOS file (was missing from r1425)Arthur de Jong2011-04-151-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1426 ef36b2f9-881f-0410-afb5-c4e39611909c
* add some people who seemed to be missing from the ↵Arthur de Jong2011-03-311-0/+19
| | | | | | AUTHORS file git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1422 ef36b2f9-881f-0410-afb5-c4e39611909c
* use $(mkinstalldirs) instead of $(INSTALL_DATA) -D ↵Arthur de Jong2011-03-311-0/+1
| | | | | | because -D is not supported on all operating systems (patch by SATOH Fumiyasu) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1420 ef36b2f9-881f-0410-afb5-c4e39611909c
* add FreeBSD support, partially imported from the FreeBSD ↵Arthur de Jong2011-01-051-0/+3
| | | | | | port (thanks to Jacques Vidrine, Artem Kazakov and Alexander V. Chernikov) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1365 ef36b2f9-881f-0410-afb5-c4e39611909c
* import Solaris support developed by Ted C. Cheng of ↵Arthur de Jong2010-09-301-0/+2
| | | | | | Symas Corporation merged against SVN head (parts remain to be cleaned up) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-solaris@1232 ef36b2f9-881f-0410-afb5-c4e39611909c
* start k5start from the init script to keep the Kerberos ↵Arthur de Jong2010-06-181-0/+1
| | | | | | ticket active if nslcd is configured for SASL GSSAPI kerberos authentication, based on a patch by Daniel Dehennin <daniel.dehennin@baby-gnu.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1151 ef36b2f9-881f-0410-afb5-c4e39611909c
* get files ready for 0.7.6 release0.7.6Arthur de Jong2010-05-271-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1123 ef36b2f9-881f-0410-afb5-c4e39611909c
* improve getting of domain name by also checking hostname ↵Arthur de Jong2010-01-081-0/+1
| | | | | | aliases (based on patch by Jan Schampera <jan.schampera@web.de>) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1047 ef36b2f9-881f-0410-afb5-c4e39611909c
* merge r951 from trunkArthur de Jong2009-06-261-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@952 ef36b2f9-881f-0410-afb5-c4e39611909c
* merge r901 from trunkArthur de Jong2009-05-291-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@902 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix email addressArthur de Jong2009-04-191-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@833 ef36b2f9-881f-0410-afb5-c4e39611909c
* initial version of experimental PAM support taken from ↵Arthur de Jong2009-04-181-0/+1
| | | | | | OpenLDAP/contrib/slapd-modules/nssov by Howard Chu <hyc@symas.com> (license change of nssov/pam.c to nslcd/pam.c is approved) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@832 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement SASL authentication based on a patch by Dan ↵Arthur de Jong2008-06-141-0/+1
| | | | | | White <dwhite@olp.net> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@762 ef36b2f9-881f-0410-afb5-c4e39611909c
* include Petter Reinholdtsen for reporting many bugs and ↵Arthur de Jong2008-04-051-0/+1
| | | | | | even some fixes git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@668 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Spanish (es) translation of debconf templates by ↵Arthur de Jong2008-03-061-0/+1
| | | | | | Rudy Godoy Guillén <rudy@debian.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@639 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Dutch (nl) translation of debconf templates by ↵Arthur de Jong2008-03-041-0/+1
| | | | | | Bart Cornelis <cobaco@skolelinux.no> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@638 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated German (de) translation of debconf templates by ↵Arthur de Jong2008-01-271-0/+1
| | | | | | Erik Schanze <eriks@debian.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@576 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement LDAP server discovery through DNS, based on a ↵Arthur de Jong2007-11-251-0/+2
| | | | | | patch by Ralf Haferkamp <rhafer@suse.de> and Michael Calmer <mc@suse.de> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@480 ef36b2f9-881f-0410-afb5-c4e39611909c
* patch from Andreas Schneider <anschneider@suse.de> to ↵Arthur de Jong2007-11-161-0/+1
| | | | | | get krb5_ccname option working git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@476 ef36b2f9-881f-0410-afb5-c4e39611909c
* add translator to Japanese of templatesArthur de Jong2007-10-141-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@438 ef36b2f9-881f-0410-afb5-c4e39611909c
* include translater of debconf templates to FrenchArthur de Jong2007-07-211-0/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@310 ef36b2f9-881f-0410-afb5-c4e39611909c
* add Portuguese (pt) translation of debconf templates by ↵Arthur de Jong2007-07-141-0/+1
| | | | | | Américo Monteiro <a_monteiro@netcabo.pt> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@304 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix format of AUTHORS file and include new authorsArthur de Jong2006-12-141-67/+63
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@156 ef36b2f9-881f-0410-afb5-c4e39611909c