Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* generate ChangeLog with git2clArthur de Jong2013-02-081-1/+2
* archive 2012 changelog messages into a year file includin...Arthur de Jong2013-02-082-742/+658
* add getent.ldap(1) manual pageArthur de Jong2013-02-083-1/+341
* implement a getent command to query nslcd while bypassing...Arthur de Jong2013-02-084-0/+518
* add an --enable-utils option to configure to build comman...Arthur de Jong2013-02-084-5/+53
* disable pynslcd cache for nowArthur de Jong2013-02-082-7/+12
* implement a netgroup_all requestArthur de Jong2013-02-085-4/+20
* make checking dlsym() result a little saferArthur de Jong2013-01-181-3/+3
* fix copyright yearArthur de Jong2013-01-181-1/+1
* restructure timeout calculation in tio to reduce the numb...Arthur de Jong2013-01-181-41/+30
* use pthreads thread-local storage as fallback mechanism i...Arthur de Jong2013-01-181-1/+48
* use the AX_TLS macro to find correct thread-local storage...Arthur de Jong2013-01-1814-36/+102
* dump full nslcd configuration at debug level on start-upArthur de Jong2013-01-182-1/+265
* fix the way manual pages are generated and distributedArthur de Jong2013-01-161-11/+14
* support children search scope for systems that have itArthur de Jong2013-01-144-3/+15
* fix parsing of scope option in pynslcdArthur de Jong2013-01-141-2/+2
* support systems without ETIMEArthur de Jong2013-01-141-1/+6
* check whether setnetgrent() returns int or void (for Free...Arthur de Jong2013-01-142-1/+23
* reorganise configuration file parsing codeArthur de Jong2013-01-122-599/+577
* have myldap_get_ranged_values() return a list of values i...Arthur de Jong2013-01-121-19/+13
* check result of set_tolist() to ensure that memory alloca...Arthur de Jong2013-01-124-3/+23
* fix memory leak in myldap_get_values_len() when using ran...Arthur de Jong2013-01-121-0/+6
* fix a problem in memory handling in myldap_get_values_len...Arthur de Jong2013-01-121-2/+4
* drop -Wcase-qual when using --enable-warnings because it ...Arthur de Jong2013-01-121-3/+3
* fix typo in commentArthur de Jong2013-01-101-1/+1
* request and parse password policy controls when doing use...Arthur de Jong2013-01-061-8/+33
* do not recheck the user password in first password phase ...Arthur de Jong2013-01-061-9/+5
* perform search for pam_authz_search on all search basesArthur de Jong2013-01-061-32/+44
* some simplifications in the current pynslcd PAM request h...Arthur de Jong2013-01-051-9/+11
* update FIXMEsArthur de Jong2013-01-052-2/+1
* change ethernet address formatting from FIXME to noteArthur de Jong2013-01-051-4/+4
* save the old password if either the authentication or the...Arthur de Jong2013-01-051-2/+2
* inline most is_valid_...() functionsArthur de Jong2013-01-051-27/+11
* remove not needed defineArthur de Jong2013-01-051-4/+1
* log hex values when debugging the protocolArthur de Jong2013-01-051-3/+3
* log and return a diagnostic message instead of just the L...Arthur de Jong2013-01-013-7/+49
* retry updating the lastChange attribute with the normal n...Arthur de Jong2013-01-011-3/+6
* update pynslcd PAM protocol handling to be in line with r...Arthur de Jong2013-01-011-14/+14
* fix setting restart option log message (fixes r1889)Arthur de Jong2013-01-011-2/+2
* code style fixArthur de Jong2012-12-301-2/+2
* remove deprecated use_sasl, reconnect_tries, reconnect_ma...Arthur de Jong2012-12-301-18/+2
* remove undocumented restart configuration optionArthur de Jong2012-12-303-14/+2
* reorganise and rename configuration options to be in line...Arthur de Jong2012-12-306-113/+84
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-3019-305/+295
* use the newer style AM_INIT_AUTOMAKEArthur de Jong2012-12-301-1/+1
* add dependency information to regenerate constants.pyArthur de Jong2012-12-301-0/+2
* make the way manual pages are selected for installation m...Arthur de Jong2012-12-301-14/+10
* remove unnecessary commentArthur de Jong2012-12-291-4/+0
* implement a lookup_netgroup command for systems that cann...Arthur de Jong2012-12-293-1/+58
* another comment typo fixArthur de Jong2012-12-281-1/+1