Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* Make password expiry messages correct and consistentArthur de Jong2018-08-062-14/+14
* Add domain variable for use in pam_authz_searchArthur de Jong2018-07-212-2/+7
* Allow logging longer linesArthur de Jong2018-07-211-1/+1
* Create /var/run/nslcd/socket after dropping privilegesArthur de Jong2018-07-211-3/+3
* Increase size of hostname bufferArthur de Jong2018-02-172-13/+4
* Increase size of config file tokenArthur de Jong2017-12-231-1/+1
* Support spaces in attribute mapping expressionsArthur de Jong2017-10-131-5/+4
* Get files ready for 0.9.8 release0.9.8Arthur de Jong2017-06-261-2/+2
* Add the ability to offset UID and GID numbersSeth Wright2017-06-204-0/+21
* Use uint8_t instead of u_int8_tArthur de Jong2017-06-181-4/+4
* Also filter shadow entries by validnamesArthur de Jong2017-06-181-11/+24
* Fix and clarify a few commentsArthur de Jong2017-06-182-3/+3
* Allow skipping post-authentication search altogetherArthur de Jong2017-06-151-1/+1
* Implement myldap_bind() functionArthur de Jong2017-06-154-103/+84
* Implement handling of pam_authc_search optionArthur de Jong2017-06-151-13/+42
* Add pam_authc_search option parsingArthur de Jong2017-06-153-21/+48
* Reorganise PAM search var building functionsArthur de Jong2017-06-141-118/+133
* Query ethernet addresses in compact and long formatArthur de Jong2017-06-131-10/+22
* Log entries and lookups failing nss_min_uidArthur de Jong2017-06-071-2/+15
* 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
* Get files ready for 0.9.7 release0.9.7Arthur de Jong2016-08-141-2/+2
* Also honor ignorecase in PAMArthur de Jong2016-06-031-1/+1
* Display human readable expiry messageMathieu Baeumler2016-02-131-8/+59
* Fix nss_disable_enumeration configurationArthur de Jong2016-02-131-1/+1
* Add pam_authc_ppolicy optionMathieu Baeumler2016-01-063-19/+49
* 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
* Simplify password policy message handlingArthur de Jong2015-08-151-14/+20
* Fix password policy expiration warningsMathieu Baeumler2015-08-151-3/+1
* Check file existence for configuration optionsArthur de Jong2015-07-191-5/+43
* 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
* Implement disable_enumerationAndrew Elble2015-05-013-3/+17
* Implement nss_getgrent_skipmembersArthur de Jong2015-04-203-5/+16
* Avoid signal race condition on start-upArthur de Jong2015-04-162-3/+4
* ENODATA is missing on FreeBSDArthur de Jong2015-03-221-1/+5
* Various small fixes when using --with-module-nameArthur de Jong2015-03-222-4/+4
* Fix formatting of size_t valuesPatrick McLean2015-03-143-12/+12
* Avoid comparison of static array to null pointerPatrick McLean2015-03-111-4/+4
* Don't let the oom killer kill nslcdPatrick McLean2015-03-111-0/+23
* Allow configuration of NSS and PAM namesArthur de Jong2015-01-191-3/+3
* Avoid accessing searches outside arrayArthur de Jong2015-01-191-1/+1
* Fix format stringArthur de Jong2014-10-101-3/+3