index
:
~lukeshu/hackers-nslcd
master
Unnamed repository; edit this file 'description' to name the repository.
git-mirror
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
nslcd
/
myldap.c
Age
Commit message (
Expand
)
Author
2010-12-12
pass the ld to do_bind() instead of the session to use the correct ld from do...
Arthur de Jong
2010-12-12
fix comment
Arthur de Jong
2010-12-08
in each worker wake up once in a while to check whether any existing LDAP con...
Arthur de Jong
2010-11-03
call myldap_session_check() before adding a new search to the session so the ...
Arthur de Jong
2010-10-15
set a longer socket timout for the normal connection (just in case mostly) an...
Arthur de Jong
2010-10-14
simplify SASL includes
Arthur de Jong
2010-10-12
set timeout options on LDAP socket to avoid problems when the LDAP library ha...
Arthur de Jong
2010-10-10
make use of UNUSED() consistent throughout the code
Arthur de Jong
2010-09-27
remove variables which are no longer necessary due to r1220
Arthur de Jong
2010-09-27
remove disabling keepalives since we handle SIGPIPE anyway
Arthur de Jong
2010-09-26
remove ugly empty line
Arthur de Jong
2010-09-23
add some more error cases which should trigger a disconnect
Arthur de Jong
2010-09-20
handle errors from ldap_result() consistently and also retry in case it times...
Arthur de Jong
2010-06-19
add logging to SASL interaction function
Arthur de Jong
2010-06-19
improve debug logging of SASL bind calls
Arthur de Jong
2010-06-18
make SASL binding code a little earier to read
Arthur de Jong
2010-06-18
remove the use_sasl option and instead rely on sasl_mech being specified
Arthur de Jong
2010-05-09
only log "connected to LDAP server" if the previous connect failed or we are ...
Arthur de Jong
2010-05-09
rename reconnect_maxsleeptime option to reconnect_retrytime
Arthur de Jong
2010-05-09
don't log errno if it is not set (make error less confusing)
Arthur de Jong
2010-05-09
handle authentication searches a little differently (only try once if an auth...
Arthur de Jong
2010-05-09
refactor retry timing mechanism to use time between first and last error to d...
Arthur de Jong
2010-05-07
fix buffer overflow
Arthur de Jong
2010-04-13
don't have myldap_set_credentials() try to open a connection but have the PAM...
Arthur de Jong
2010-04-13
also have myldap_search() return an LDAP status code
Arthur de Jong
2010-02-28
have less warnings when LDAP_OPT_X_TLS isn't defined
Arthur de Jong
2010-02-17
first try password modification without the old password and if that fails wi...
Arthur de Jong
2010-01-25
fix for type mismatch (thanks to Jan Schampera)
Arthur de Jong
2010-01-24
make logging of passwords consistent and support a NULL oldpassword value in ...
Arthur de Jong
2010-01-24
free data returned from ldap_passwd_s() call if needed and add missing casts
Arthur de Jong
2009-12-29
some small simplifcations and clarifications
Arthur de Jong
2009-12-13
change dict and set API to perform loops with a list of strings instead of lo...
Arthur de Jong
2009-11-01
also log uri when ldap_start_tls_s() fails
Arthur de Jong
2009-10-17
provide replacement functions for ldap_initialize() and ldap_passwd_s() and c...
Arthur de Jong
2009-10-08
fix some header checks in configure and fix ldap_set_rebind_proc() return typ...
Arthur de Jong
2009-10-07
implement password changing in the PAM module by performing an LDAP password ...
Arthur de Jong
2009-10-05
some compatibility improvements
Arthur de Jong
2009-08-31
rename software to nss-pam-ldapd
Arthur de Jong
2009-06-04
also compile correctly if HAVE_LDAP_SASL_INTERACTIVE_BIND_S is not set
Arthur de Jong
2009-06-03
implement myldap_set_credentials() and myldap_cpy_dn() which will be used in ...
Arthur de Jong
2009-05-01
set most SSL/TLS related options globally instead of per connection
Arthur de Jong
2009-04-30
move debugging initialisation to myldap_set_debuglevel() function
Arthur de Jong
2009-04-25
produce more logging and get OpenLDAP logging working by logging to stderr (a...
Arthur de Jong
2009-04-25
clear errno before ldap calls to get usable returned errno
Arthur de Jong
2008-12-06
rename the tls_checkpeer option to tls_reqcert, deprecating the old name and ...
Arthur de Jong
2008-11-29
use tls_* options also for StartTLS connections
Arthur de Jong
2008-09-24
also retry if ldap_result() failed and getting error number returned LDAP_SUC...
Arthur de Jong
2008-09-24
log option name instead of option value for ldap_set_option() value
Arthur de Jong
2008-07-10
LDAP_OPT_X_TLS_REQUIRE_CERT is not a boolean
Arthur de Jong
2008-06-17
replace https:// by ldaps:// (stupid typo)
Arthur de Jong
[next]