Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Make nslcd-utils Python 3 compatibleArthur de Jong2017-06-046-36/+53
* Add tests for getent.ldap commandArthur de Jong2017-06-044-11/+527
* Fix output of getent.ldap networksArthur de Jong2017-06-041-1/+1
* Fix IPv6 lookups in getent.ldapArthur de Jong2017-06-041-2/+2
* Accept multiple key arguments to getent.ldapArthur de Jong2017-06-042-118/+183
* Exit with 0 when stopping nslcdArthur de Jong2017-02-071-1/+1
* Remove duplicate break statementArthur de Jong2016-09-041-1/+1
* Do not try all LDAP servers on failed authenticationArthur de Jong2016-09-041-0/+7
* Replace Python assertions with exceptionsArthur de Jong2016-08-301-3/+7
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-1414-29/+314
* Only run doctests when building pynslcdArthur de Jong2016-08-141-2/+2
* Avoid some warnings on FreeBSDArthur de Jong2016-08-141-33/+36
* Archive 2013 ChangeLog entriesArthur de Jong2016-07-273-1692/+1275
* Update files from latest automakeArthur de Jong2016-07-273-83/+140
* Also use module-name in utilities and man pagesArthur de Jong2016-07-273-5/+8
* Ensure doctest also run in distcheckArthur de Jong2016-06-041-3/+5
* Also honor ignorecase in PAMArthur de Jong2016-06-031-1/+1
* Support ${var:offset:length} in pynslcdArthur de Jong2016-06-031-1/+29
* Fix pynslcd expression representationArthur de Jong2016-06-031-2/+2
* Add test for running doctestsArthur de Jong2016-06-032-2/+44
* Support substituting expresions of type ${var:offset:length}Giovanni Mascellani2016-06-033-0/+78
* Fix small typoGiovanni Mascellani2016-05-301-1/+1
* Refactor out expression parsing to functionsArthur de Jong2016-05-241-68/+101
* Fix logic errorArthur de Jong2016-02-221-1/+1
* Display human readable expiry messageMathieu Baeumler2016-02-131-8/+59
* Fix nss_disable_enumeration configurationArthur de Jong2016-02-131-1/+1
* Add a few IPv6 testsArthur de Jong2016-01-202-2/+52
* Add pam_authc_ppolicy optionMathieu Baeumler2016-01-064-19/+61
* Fix error handling on credential changeArthur de Jong2016-01-061-2/+4
* Fix updating of 'shadowLastChange' attribute when chasing...Vasilis Tsiligiannis2015-12-231-0/+9
* Correct file readability checkArthur de Jong2015-11-131-9/+2
* Fail-over and retry on more errorsArthur de Jong2015-09-301-1/+4
* Open connection before do_try_search()Arthur de Jong2015-09-301-5/+5
* Loosen up file existence checkArthur de Jong2015-08-271-70/+65
* Have PAM module log messages to syslogArthur de Jong2015-08-151-0/+8
* Simplify password policy message handlingArthur de Jong2015-08-151-14/+20
* Fix password policy expiration warningsMathieu Baeumler2015-08-151-3/+1
* Update files from automake 1.15Arthur de Jong2015-07-199-208/+191
* Disable quoting in AX_TLS notfound caseArthur de Jong2015-07-191-1/+1
* Check file existence for configuration optionsArthur de Jong2015-07-191-5/+43
* Work around bug in python-daemonArthur de Jong2015-07-191-2/+2
* Update macros from autoconf-archiveArthur de Jong2015-07-082-41/+62
* Get files ready for 0.9.6 release0.9.6Arthur de Jong2015-06-1410-17/+120
* Correctly insert emtpy lines in ChangeLogArthur de Jong2015-06-141-1/+1
* Manual page improvementsArthur de Jong2015-06-131-11/+11
* Also fix signed integer bug in binsid2id()Arthur de Jong2015-06-132-2/+2
* Fixed signed 32bit overflow bug on 32bit systemsGeoffrey McRae2015-06-111-14/+18
* Allow configuration values longer than 63 charactersJed Liu2015-05-241-2/+2
* Provide innetgr function on SolarisArthur de Jong2015-05-091-6/+63
* Implement disable_enumerationAndrew Elble2015-05-018-4/+53