Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* re-order enum values to use the same order as elsewhereArthur de Jong2012-12-281-6/+6
* more comment fixesArthur de Jong2012-12-243-3/+3
* fix typo in commentArthur de Jong2012-12-241-1/+1
* move the action argument to NSLCD_HANDLE to the frontArthur de Jong2012-12-2312-65/+35
* merge NSS_BYNAME and NSS_BYINT32 into NSS_BYGEN and renam...Arthur de Jong2012-12-2311-111/+102
* adapt Solaris netgroup lookup codeArthur de Jong2012-12-231-81/+83
* update the netgroup by name request to have one result en...Arthur de Jong2012-12-235-98/+116
* update C coding style to a more commonly used styleArthur de Jong2012-12-2283-6260/+6488
* don't process the passwd_byuid request at all for uids < ...Arthur de Jong2012-12-201-0/+1
* fix logic error (use && instead of & for logical and)Arthur de Jong2012-12-201-1/+1
* also no longer use NSS_BYINT32() in Solaris (fixes r1864)Arthur de Jong2012-12-163-9/+9
* make nslcd actions hexadecimal values with some structure...Arthur de Jong2012-12-162-44/+44
* change PAM protocol to be more consistent and simplerArthur de Jong2012-12-164-260/+288