summaryrefslogtreecommitdiff
path: root/AUTHORS
AgeCommit message (Collapse)Author
2014-07-02Check a socket's connectivity before trying to use itTim Harder
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.
2014-06-06Get files ready for 0.9.4 releaseArthur de Jong
2014-03-12Get files ready for 0.9.3 releaseArthur de Jong
2013-09-02Use clock_gettime() instead of gettimeofday()Arthur de Jong
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.
2013-08-28Increase password buffer sizeBersl
With the smaller buffers some password hashes would be truncated.
2013-08-25Get files ready for 0.9.1 releaseArthur de Jong
2013-03-24Implement a mkfilter_group_bymemberdn() functionSteve Hill
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
2013-03-03allow trimming expressions with ${foo#bar} syntax in nslcdThorsten Glaser
2012-07-07ensure that cache.py is installed (thanks Jon Severinsson)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1713 ef36b2f9-881f-0410-afb5-c4e39611909c
2012-03-13document the fact that each thread opens it's own connection (patch by Chris ↵Arthur de Jong
Hiestand) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1635 ef36b2f9-881f-0410-afb5-c4e39611909c
2012-03-13make whether or not to do case-sensitive filtering configurable (patch by ↵Arthur de Jong
Matthew L. Dailey) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1634 ef36b2f9-881f-0410-afb5-c4e39611909c
2012-01-17FreeBSD compilation fixes by Maxim VetrovArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1597 ef36b2f9-881f-0410-afb5-c4e39611909c
2011-10-12implement group membership NSS function by Tom Judge (taken from FreeBSD PR ↵Arthur de Jong
154000) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1553 ef36b2f9-881f-0410-afb5-c4e39611909c
2011-09-04get files ready for 0.8.4 releaseArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1536 ef36b2f9-881f-0410-afb5-c4e39611909c
2011-08-27pass a statically allocated callback structure to OpenLDAP because it ↵Arthur de Jong
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
2011-08-24support querying DNS SRV records from a different domain than the current ↵Arthur de Jong
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
2011-08-17add new translators to AUTHORS fileArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1510 ef36b2f9-881f-0410-afb5-c4e39611909c
2011-08-10fix spelling of name (sorry about that)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1496 ef36b2f9-881f-0410-afb5-c4e39611909c
2011-08-07set the socket timeout in a connection callback to avoid timeout issues ↵Arthur de Jong
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
2011-04-15add Wesley Mason to AUTHOS file (was missing from r1425)Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1426 ef36b2f9-881f-0410-afb5-c4e39611909c
2011-03-31add some people who seemed to be missing from the AUTHORS fileArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1422 ef36b2f9-881f-0410-afb5-c4e39611909c
2011-03-31use $(mkinstalldirs) instead of $(INSTALL_DATA) -D because -D is not ↵Arthur de Jong
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
2011-01-05add FreeBSD support, partially imported from the FreeBSD port (thanks to ↵Arthur de Jong
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
2010-09-30import Solaris support developed by Ted C. Cheng of Symas Corporation merged ↵Arthur de Jong
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
2010-06-18start k5start from the init script to keep the Kerberos ticket active if ↵Arthur de Jong
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
2010-05-27get files ready for 0.7.6 releaseArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1123 ef36b2f9-881f-0410-afb5-c4e39611909c
2010-01-08improve getting of domain name by also checking hostname aliases (based on ↵Arthur de Jong
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
2009-06-26merge r951 from trunkArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@952 ef36b2f9-881f-0410-afb5-c4e39611909c
2009-05-29merge r901 from trunkArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@902 ef36b2f9-881f-0410-afb5-c4e39611909c
2009-04-19fix email addressArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@833 ef36b2f9-881f-0410-afb5-c4e39611909c
2009-04-18initial version of experimental PAM support taken from ↵Arthur de Jong
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
2008-06-14implement SASL authentication based on a patch by Dan White <dwhite@olp.net>Arthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@762 ef36b2f9-881f-0410-afb5-c4e39611909c
2008-04-05include Petter Reinholdtsen for reporting many bugs and even some fixesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@668 ef36b2f9-881f-0410-afb5-c4e39611909c
2008-03-06updated Spanish (es) translation of debconf templates by Rudy Godoy Guillén ↵Arthur de Jong
<rudy@debian.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@639 ef36b2f9-881f-0410-afb5-c4e39611909c
2008-03-04updated Dutch (nl) translation of debconf templates by Bart Cornelis ↵Arthur de Jong
<cobaco@skolelinux.no> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@638 ef36b2f9-881f-0410-afb5-c4e39611909c
2008-01-27updated German (de) translation of debconf templates by Erik Schanze ↵Arthur de Jong
<eriks@debian.org> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@576 ef36b2f9-881f-0410-afb5-c4e39611909c
2007-11-25implement LDAP server discovery through DNS, based on a patch by Ralf ↵Arthur de Jong
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
2007-11-16patch from Andreas Schneider <anschneider@suse.de> to get krb5_ccname option ↵Arthur de Jong
working git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@476 ef36b2f9-881f-0410-afb5-c4e39611909c
2007-10-14add translator to Japanese of templatesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@438 ef36b2f9-881f-0410-afb5-c4e39611909c
2007-07-21include translater of debconf templates to FrenchArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@310 ef36b2f9-881f-0410-afb5-c4e39611909c
2007-07-14add Portuguese (pt) translation of debconf templates by Américo Monteiro ↵Arthur de Jong
<a_monteiro@netcabo.pt> git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@304 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-12-14fix format of AUTHORS file and include new authorsArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@156 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-10-12remove trailing spacesArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@14 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-10-12some more small cleanups of code for non-supported systems and convert tabs ↵Arthur de Jong
to spaces git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/libnss_ldapd@13 ef36b2f9-881f-0410-afb5-c4e39611909c
2006-10-11import release 251 of nss-ldapArthur de Jong
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss_ldap-251@1 ef36b2f9-881f-0410-afb5-c4e39611909c