Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
...
* support children search scope for systems that have itArthur de Jong2013-01-141-0/+4
* reorganise configuration file parsing codeArthur de Jong2013-01-121-561/+535
* 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
* fix typo in commentArthur de Jong2013-01-101-1/+1
* perform search for pam_authz_search on all search basesArthur de Jong2013-01-061-32/+44
* update FIXMEsArthur de Jong2013-01-051-1/+0
* change ethernet address formatting from FIXME to noteArthur de Jong2013-01-051-4/+4
* inline most is_valid_...() functionsArthur de Jong2013-01-051-27/+11
* 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
* fix setting restart option log message (fixes r1889)Arthur de Jong2013-01-011-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-304-109/+80
* remove the ldc_ prefix from struct ldap_config fieldsArthur de Jong2012-12-3017-266/+264
* 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-241-1/+1
* 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
* update the netgroup by name request to have one result en...Arthur de Jong2012-12-231-54/+42
* update C coding style to a more commonly used styleArthur de Jong2012-12-2225-3455/+3547
* 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
* make nslcd actions hexadecimal values with some structure...Arthur de Jong2012-12-161-2/+2
* change PAM protocol to be more consistent and simplerArthur de Jong2012-12-161-58/+42
* switch protocol from host byte order to network byte orde...Arthur de Jong2012-12-165-14/+15
* remove inline keyword (should have been removed in r1840)Arthur de Jong2012-11-251-1/+1
* if nsswitch.conf is missing a shadow entry, fall back to ...Arthur de Jong2012-11-251-4/+17
* move all nsswitch-parsing related functions to nsswitch.cArthur de Jong2012-11-253-64/+61
* ensure that values are logged as unsigned numbersArthur de Jong2012-11-225-5/+5
* fix comment in headerArthur de Jong2012-11-161-1/+1
* to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonical...Arthur de Jong2012-11-132-3/+6
* log connection message before clearing error indicators t...Arthur de Jong2012-11-111-3/+3
* if nslcd creates the state directory, try to set the righ...Arthur de Jong2012-10-141-2/+8
* use poll() instead of select() for checking file descript...Arthur de Jong2012-10-121-7/+7
* fix problem storing negative hit to dn2uid cache (thanks ...Arthur de Jong2012-09-161-1/+1
* fix logic error when falling back to getting ranged attri...Arthur de Jong2012-09-161-1/+4
* swap values and buf assignment to avoid compiler alignmen...Arthur de Jong2012-09-161-3/+3
* only check nsswitch.conf for shadow mapping on glibc (Sol...Arthur de Jong2012-09-151-0/+10
* grow all search filter buffers to 4096 bytes (thanks flavio)Arthur de Jong2012-09-1411-22/+22
* rename filter_buffer to filter for consistencyArthur de Jong2012-09-141-6/+6
* provide an alternative do_rebind() for Netscape LDAPArthur de Jong2012-09-011-0/+29
* include an explicit cast to int when printing gid_t (fixe...Arthur de Jong2012-09-011-2/+2
* change the default value of sasl_canonicalize to yes (tha...Arthur de Jong2012-08-311-1/+3
* remove variable definition that was introduced in r1626 b...Arthur de Jong2012-08-141-1/+0
* introduce a sasl_canonicalize option that will now, by de...Arthur de Jong2012-08-143-0/+25