Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
Commit message (Expand)AuthorAgeFilesLines
* 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
* also allow spaces in user and group names because it was ...Arthur de Jong2008-10-011-1/+1
* also retry if ldap_result() failed and getting error numb...Arthur de Jong2008-09-241-1/+1
* log option name instead of option value for ldap_set_opti...Arthur de Jong2008-09-241-1/+1
* rename get_base_from_dse() to get_base_from_rootdse()Arthur de Jong2008-07-201-5/+5
* make the get_base_from_dse() function cleaner and add a c...Arthur de Jong2008-07-201-5/+11
* implement looking up search base in DSE of LDAP serverArthur de Jong2008-07-201-0/+53
* LDAP_OPT_X_TLS_REQUIRE_CERT is not a booleanArthur de Jong2008-07-101-4/+5
* replace https:// by ldaps:// (stupid typo)Arthur de Jong2008-06-172-4/+4
* give pidfile and socket creation functions more logical n...Arthur de Jong2008-06-151-4/+4
* implement SASL authentication based on a patch by Dan Whi...Arthur de Jong2008-06-143-30/+82
* combine isvalidusername() and isvalidgroupname() into isv...Arthur de Jong2008-06-134-90/+43
* don't perform SSL/TLS sanity checks if it isn't available...Arthur de Jong2008-06-121-0/+4
* remove warning on using ssl optionArthur de Jong2008-06-061-1/+0
* check that all URLs start with https:// if "ssl on" is sp...Arthur de Jong2008-06-061-0/+12
* also set TLS options if an ldaps:// URL is specifiedArthur de Jong2008-06-061-2/+4
* add uid and gid configuration keywords that set the user ...Arthur de Jong2008-06-063-10/+84
* environ is defined in unistd.hArthur de Jong2008-06-061-3/+0
* increase write buffer size in nslcd to free up threads ea...Arthur de Jong2008-06-061-2/+2
* miscellaneous portability improvementsArthur de Jong2008-06-063-3/+12
* include a random string in every log message to be able t...Arthur de Jong2008-05-163-5/+48
* add sanity checks to sleep calls to never sleep too long ...Arthur de Jong2008-05-161-0/+2
* improve documentation for myldap_get_rdn_value() functionArthur de Jong2008-05-151-5/+5
* close the connection and retry the search (once) if the s...Arthur de Jong2008-05-111-0/+24
* split retry mechanism of myldap_search() into a new do_re...Arthur de Jong2008-05-111-45/+58
* allocate the search memory region in myldap_search() inst...Arthur de Jong2008-05-111-31/+27
* also allow closing of searches that no longer have a vali...Arthur de Jong2008-05-111-19/+13