Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* get files ready for 0.8.4 release0.8.4Arthur de Jong2011-09-0410-10/+468
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1536 ef36b2f9-881f-0410-afb5-c4e39611909c
* warn when we couldn't get the gid or pid, the uid is the ↵Arthur de Jong2011-09-041-2/+7
| | | | | | only really interesting bit git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1535 ef36b2f9-881f-0410-afb5-c4e39611909c
* add casts from size_t to int for printfArthur de Jong2011-09-041-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1534 ef36b2f9-881f-0410-afb5-c4e39611909c
* ignore failures in testsArthur de Jong2011-09-041-0/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1533 ef36b2f9-881f-0410-afb5-c4e39611909c
* use auto-detection for LDAP library and defaults for ↵Arthur de Jong2011-09-041-5/+1
| | | | | | config file, socket and pidfile (no changes) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1532 ef36b2f9-881f-0410-afb5-c4e39611909c
* support spaces before and after database name while ↵Arthur de Jong2011-09-034-24/+76
| | | | | | parsing /etc/nsswitch.conf and reduce the number of places where parsing is done git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1531 ef36b2f9-881f-0410-afb5-c4e39611909c
* correctly handle leading and trailing spaces in ↵Arthur de Jong2011-08-301-1/+1
| | | | | | preseeded uri option (patch by Andreas B. Mundt) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1530 ef36b2f9-881f-0410-afb5-c4e39611909c
* move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac ↵Arthur de Jong2011-08-302-6/+5
| | | | | | to ensure that tests from configure see the same API git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1529 ef36b2f9-881f-0410-afb5-c4e39611909c
* implement and use a strtoui() function if uid_t or gid_t ↵Arthur de Jong2011-08-293-1/+32
| | | | | | is of size unsigned int (thanks Jakub Hrozek) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1528 ef36b2f9-881f-0410-afb5-c4e39611909c
* get rid of automake warningArthur de Jong2011-08-291-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1527 ef36b2f9-881f-0410-afb5-c4e39611909c
* silence autoconf warnings, patch by Jakub HrozekArthur de Jong2011-08-291-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1526 ef36b2f9-881f-0410-afb5-c4e39611909c
* some changes based on feedback by Jeroen SchotArthur de Jong2011-08-291-22/+22
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1525 ef36b2f9-881f-0410-afb5-c4e39611909c
* provide strtouid() and strtogid() functions that use ↵Arthur de Jong2011-08-275-6/+28
| | | | | | strtoul() or strtoull() (thanks Jakub Hrozek) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1524 ef36b2f9-881f-0410-afb5-c4e39611909c
* check errno after calls to strtol() to ensure that ↵Arthur de Jong2011-08-277-5/+75
| | | | | | numbers that are too large for type will be reported (thanks Jakub Hrozek) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1523 ef36b2f9-881f-0410-afb5-c4e39611909c
* pass a statically allocated callback structure to ↵Arthur de Jong2011-08-272-1/+3
| | | | | | 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
* some changes based on feedback by Paul GeversArthur de Jong2011-08-271-30/+31
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1521 ef36b2f9-881f-0410-afb5-c4e39611909c
* first attempt at Dutch (nl) translationArthur de Jong2011-08-261-89/+101
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1520 ef36b2f9-881f-0410-afb5-c4e39611909c
* small formatting changes to headerArthur de Jong2011-08-269-11/+11
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1519 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Spanish (es) translation of debconf templates by ↵Arthur de Jong2011-08-251-51/+53
| | | | | | Francisco Javier Cuadrado git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1518 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix typo (thanks Nalin Dahyabhai)Arthur de Jong2011-08-241-1/+1
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1517 ef36b2f9-881f-0410-afb5-c4e39611909c
* fix a problem with uninitialised memory while parsing ↵Arthur de Jong2011-08-241-7/+5
| | | | | | the tls_ciphers option (was broken in r853, similar problem was fixed in r910, reported by Isaac Freeman) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1515 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated German (de) translation of debconf templates by ↵Arthur de Jong2011-08-241-46/+57
| | | | | | Chris Leick git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1514 ef36b2f9-881f-0410-afb5-c4e39611909c
* support querying DNS SRV records from a different domain ↵Arthur de Jong2011-08-243-4/+19
| | | | | | 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
* updated Czech (cs) translation of debconf templates by ↵Arthur de Jong2011-08-231-43/+47
| | | | | | Miroslav Kure git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1512 ef36b2f9-881f-0410-afb5-c4e39611909c
* typo fix provided by Christian PerrierArthur de Jong2011-08-191-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1511 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
* updated Japanese (ja) translation of debconf templates ↵Arthur de Jong2011-08-171-44/+35
| | | | | | by Kenshi Muto git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1509 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Portuguese (pt) translation of debconf templates ↵Arthur de Jong2011-08-171-37/+49
| | | | | | by Américo Monteiro git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1508 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Brazilian Portuguese (pt_BR) translation of ↵Arthur de Jong2011-08-141-106/+106
| | | | | | debconf templates by Denis Doria git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1507 ef36b2f9-881f-0410-afb5-c4e39611909c
* split 2009 and 2010 changes to separate ChangeLog filesArthur de Jong2011-08-144-2401/+1646
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1506 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove unused variableArthur de Jong2011-08-141-4/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1505 ef36b2f9-881f-0410-afb5-c4e39611909c
* put external libraries at the end when linkingArthur de Jong2011-08-143-8/+10
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1504 ef36b2f9-881f-0410-afb5-c4e39611909c
* remove some tests for symbols we aren't usingArthur de Jong2011-08-141-3/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1503 ef36b2f9-881f-0410-afb5-c4e39611909c
* add lintian override for SONAME checkArthur de Jong2011-08-141-0/+3
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1502 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Brazilian Portuguese (pt_BR) translation of ↵Arthur de Jong2011-08-141-63/+100
| | | | | | debconf templates by Denis Doria git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1501 ef36b2f9-881f-0410-afb5-c4e39611909c
* update Danish (da) translation of debconf templates by ↵Arthur de Jong2011-08-141-46/+55
| | | | | | Joe Hansen git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1500 ef36b2f9-881f-0410-afb5-c4e39611909c
* added Slovak (sk) translation of debconf templates by SlavkoArthur de Jong2011-08-141-0/+488
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1499 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated French (fr) translation of debconf templates by ↵Arthur de Jong2011-08-141-40/+53
| | | | | | Christian Perrier git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1498 ef36b2f9-881f-0410-afb5-c4e39611909c
* updated Russian (ru) translation of debconf templates by ↵Arthur de Jong2011-08-141-39/+56
| | | | | | Yuri Kozlov git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1497 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
* check nsswitch.conf mtime to see whether file should be ↵Arthur de Jong2011-08-091-6/+41
| | | | | | reloaded git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1495 ef36b2f9-881f-0410-afb5-c4e39611909c
* run debconf-updatepo to update .pot and .po filesArthur de Jong2011-08-0919-1495/+1040
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1494 ef36b2f9-881f-0410-afb5-c4e39611909c
* small language updates based on feedback by Justin B RyeArthur de Jong2011-08-092-4/+4
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1493 ef36b2f9-881f-0410-afb5-c4e39611909c
* incorporate feedback on debconf templates by ↵Arthur de Jong2011-08-081-20/+21
| | | | | | debian-l10n-english@lists.debian.org (thanks Justin B Rye and Christian PERRIER) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1492 ef36b2f9-881f-0410-afb5-c4e39611909c
* build Debian packages with multiarch supportArthur de Jong2011-08-079-18/+21
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1491 ef36b2f9-881f-0410-afb5-c4e39611909c
* set the socket timeout in a connection callback to avoid ↵Arthur de Jong2011-08-072-27/+76
| | | | | | 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
* update AX_PTHREAD from ↵Arthur de Jong2011-08-062-29/+53
| | | | | | http://www.gnu.org/software/autoconf-archive/ax_pthread.html git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1489 ef36b2f9-881f-0410-afb5-c4e39611909c
* replace last traces of groupOfUniqueNamesArthur de Jong2011-08-052-2/+2
| | | | git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1488 ef36b2f9-881f-0410-afb5-c4e39611909c
* check whether the NSS shadow map queries LDAP before ↵Arthur de Jong2011-08-055-5/+137
| | | | | | returning x as a password has for shadow users git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1487 ef36b2f9-881f-0410-afb5-c4e39611909c
* update tests with change of member/uniqueMember default ↵Arthur de Jong2011-08-053-5/+7
| | | | | | change (r1484) git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1486 ef36b2f9-881f-0410-afb5-c4e39611909c