Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* implement attribute mapping using shell-like expressionsArthur de Jong2009-12-286-143/+168
* fix log messageArthur de Jong2009-12-271-1/+1
* fix commentArthur de Jong2009-12-271-2/+1
* change dict and set API to perform loops with a list of s...Arthur de Jong2009-12-132-80/+20
* give search filter escaping buffers more logical namesArthur de Jong2009-11-0111-50/+50
* also do proper escaping in mkfilter_group_bymember()Arthur de Jong2009-11-011-7/+15
* also log uri when ldap_start_tls_s() failsArthur de Jong2009-11-011-2/+2
* provide replacement functions for ldap_initialize() and l...Arthur de Jong2009-10-171-9/+1
* make NSLCD_HANDLE_PARAMS() macro simpler and not have emp...Arthur de Jong2009-10-111-5/+5
* fix some header checks in configure and fix ldap_set_rebi...Arthur de Jong2009-10-081-3/+3
* implement password changing in the PAM module by performi...Arthur de Jong2009-10-074-27/+106
* some compatibility improvementsArthur de Jong2009-10-053-0/+9
* log reading and writing errors with errno messageArthur de Jong2009-09-271-2/+4
* fix for problem when authenticating to LDAP entries witho...Arthur de Jong2009-09-241-0/+11
* some simple changes in includes to make FreeBSD diff smallerArthur de Jong2009-09-042-1/+7
* add a --disable-configfile-checking option to configure t...Arthur de Jong2009-09-011-0/+2
* lower the default values for bind_timelimit and reconnect...Arthur de Jong2009-09-011-2/+2
* rename configfile to /etc/nslcd.conf and make debian pack...Arthur de Jong2009-08-311-1/+1
* rename software to nss-pam-ldapdArthur de Jong2009-08-3119-19/+19
* don't return password hashes at all for non-root users, b...Arthur de Jong2009-08-123-16/+21
* fix off by one error in the maximum number of gidNumber a...Arthur de Jong2009-06-291-1/+1
* fix off by one error in the maximum number of uidNumber a...Arthur de Jong2009-06-291-1/+1
* also support starttls as value for the ssl optionArthur de Jong2009-06-201-1/+2
* make error message a little clearerArthur de Jong2009-06-121-1/+1
* implement case-sensitive filtering for group, netgroup, p...Arthur de Jong2009-06-069-151/+133
* also compile correctly if HAVE_LDAP_SASL_INTERACTIVE_BIND...Arthur de Jong2009-06-041-1/+1
* remove SSL/TLS warning messages during startupArthur de Jong2009-06-031-9/+1
* import preliminary version of PAM functionality into nslcdArthur de Jong2009-06-034-2/+298
* make lookup_dn2uid() available to other modules and split...Arthur de Jong2009-06-032-21/+30
* implement myldap_set_credentials() and myldap_cpy_dn() wh...Arthur de Jong2009-06-032-1/+51
* don't look inside the passed variable get_strdup() becaus...Arthur de Jong2009-05-301-6/+3
* refactor protocol reading and writing macros to the commo...Arthur de Jong2009-05-2913-16/+16
* initialise database modules only once after parsing configArthur de Jong2009-05-2413-15/+37
* support multiple search bases, partially based on a patch...Arthur de Jong2009-05-2415-109/+156
* according to autoupdate RETSIGTYPE can be considered void...Arthur de Jong2009-05-091-2/+2
* prefix NETGROUP_TYPE macros with NSLCD_Arthur de Jong2009-05-081-2/+2
* set most SSL/TLS related options globally instead of per ...Arthur de Jong2009-05-013-80/+44
* move debugging initialisation to myldap_set_debuglevel() ...Arthur de Jong2009-04-305-37/+51
* produce more logging and get OpenLDAP logging working by ...Arthur de Jong2009-04-251-10/+55
* include ldap.h to ensure that struct ldap_config will be ...Arthur de Jong2009-04-251-1/+2
* clear errno before ldap calls to get usable returned errnoArthur de Jong2009-04-251-0/+4
* clear up protocol description in nslcd.h, renaming NSLCD_...Arthur de Jong2009-04-1911-12/+12
* update copyright yearArthur de Jong2009-03-221-2/+2
* check user and group names against LOGIN_NAME_MAX if it i...Arthur de Jong2009-02-271-1/+6
* add some more documentationArthur de Jong2009-02-271-1/+12
* rename the tls_checkpeer option to tls_reqcert, deprecati...Arthur de Jong2008-12-063-7/+39
* allow backslashes in names execpt as first or last characterArthur de Jong2008-12-031-2/+3
* clean the environment and set LDAPNOINIT to disable parsi...Arthur de Jong2008-12-031-2/+30
* use tls_* options also for StartTLS connectionsArthur de Jong2008-11-291-36/+36
* remove sslpath option because it wasn't used for anythingArthur de Jong2008-11-292-10/+0