Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* Add an option to test the configuration fileArthur de Jong2024-02-241-1/+15
* Make configuration file to use configurableArthur de Jong2024-02-241-9/+22
* Use closefrom() if availableArthur de Jong2022-10-102-3/+11
* Fix off-by one error in closing file descriptorsArthur de Jong2022-10-101-1/+1
* Increase password buffer lengthArthur de Jong2022-09-041-1/+1
* Support DNSLDAPS in uriArthur de Jong2021-11-191-6/+26
* Support an empty search baseArthur de Jong2021-11-021-9/+5
* Retry connecting to the first URI after idle_timelimitArthur de Jong2021-05-261-0/+2
* Add tls_reqsan to check certificate SANArthur de Jong2021-01-231-13/+49
* Add tls_crlfile to check local CRL fileArthur de Jong2021-01-231-2/+22
* Add tls_crlcheck to check Certificate Revocation Listsebastienblavier2021-01-181-0/+52
* Fix handling of the pam_authc_ppolicy optionArthur de Jong2020-09-111-17/+13
* Log the correct timeout valueArthur de Jong2019-12-271-3/+3
* Get files ready for 0.9.11 release0.9.11Arthur de Jong2019-10-061-2/+2
* Various spelling fixesArthur de Jong2019-09-178-20/+20
* Avoid logging unknown socket peer informationArthur de Jong2018-09-081-3/+15
* 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