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
2014-11-28
no more myldap
Luke Shumaker
2014-10-04
foo
Luke Shumaker
2014-07-02
Minor comment spelling fix
Tim Harder
2014-07-02
Check a socket's connectivity before trying to use it
Tim Harder
2014-05-17
Clear buffers before free-ing
Arthur de Jong
2014-05-04
Also extract policy controls on BIND failure
Arthur de Jong
2014-05-04
Make buffer size error logging consistent
Arthur de Jong
2014-05-04
Warn when binddn buffer is too small
Arthur de Jong
2014-01-05
Provide a myldap_get_deref_values() function
Arthur de Jong
2014-01-05
Request attribute deref via search control
Arthur de Jong
2014-01-05
Rename entry property to indicate storage type
Arthur de Jong
2014-01-05
Ignore missing page controls
Arthur de Jong
2014-01-05
Use do_try_search() also for paged searches
Arthur de Jong
2013-12-18
Centralise buffer sizes
Arthur de Jong
2013-10-25
Also run invalidators on initial connect
Arthur de Jong
2013-08-28
Fix for common spelling mistake
Arthur de Jong
2013-08-21
Implement function for resetting reconnect times
Arthur de Jong
2013-07-26
Rename nscd_invalidate option to reconnect_invalidate
Arthur de Jong
2013-03-24
spelling fixes
Arthur de Jong
2013-03-09
start the nscd invalidator and invalidate the nscd cache after reconnecting t...
Arthur de Jong
2013-03-03
return the password policy bind information via PAM
Arthur de Jong
2013-03-03
request and parse password policy controls when doing user authentication in ...
Arthur de Jong
2013-03-03
pass the session along to the do_bind() function
Arthur de Jong
2013-01-12
have myldap_get_ranged_values() return a list of values instead of a set
Arthur de Jong
2013-01-12
fix memory leak in myldap_get_values_len() when using ranged attributes (very...
Arthur de Jong
2013-01-12
fix a problem in memory handling in myldap_get_values_len() if malloc() would...
Arthur de Jong
2013-01-10
fix typo in comment
Arthur de Jong
2013-01-05
update FIXMEs
Arthur de Jong
2013-01-05
inline most is_valid_...() functions
Arthur de Jong
2013-01-01
log and return a diagnostic message instead of just the LDAP error on passwor...
Arthur de Jong
2013-01-01
fix setting restart option log message (fixes r1889)
Arthur de Jong
2012-12-30
remove undocumented restart configuration option
Arthur de Jong
2012-12-30
reorganise and rename configuration options to be in line with manual page
Arthur de Jong
2012-12-30
remove the ldc_ prefix from struct ldap_config fields
Arthur de Jong
2012-12-22
update C coding style to a more commonly used style
Arthur de Jong
2012-12-20
fix logic error (use && instead of & for logical and)
Arthur de Jong
2012-11-13
to only set LDAP_OPT_X_SASL_NOCANON if the sasl_canonicalize option is explic...
Arthur de Jong
2012-11-11
log connection message before clearing error indicators to not hide these log...
Arthur de Jong
2012-09-16
fix logic error when falling back to getting ranged attribute values for poss...
Arthur de Jong
2012-09-16
swap values and buf assignment to avoid compiler alignment warnings
Arthur de Jong
2012-09-01
provide an alternative do_rebind() for Netscape LDAP
Arthur de Jong
2012-08-14
remove variable definition that was introduced in r1626 but should have been ...
Arthur de Jong
2012-08-14
introduce a sasl_canonicalize option that will now, by default, disable rever...
Arthur de Jong
2012-07-08
remove duplicate getting of LDAP_OPT_DIAGNOSTIC_MESSAGE (should have been par...
Arthur de Jong
2012-05-18
get rid of a few compiler warnings on FreeBSD
Arthur de Jong
2012-03-16
always try to log the ldap error, the diagnostic message and errno if availab...
Arthur de Jong
2012-03-05
remove extra newline from log message
Arthur de Jong
2012-03-05
provide more detailed logging information for ldap_start_tls_s() failures (ba...
Arthur de Jong
2012-02-29
log the first 10 search results in debug mode to make debugging easier (patch...
Arthur de Jong
2012-01-09
Warn if ldap_set_option() fails for LDAP_OPT_ERROR_NUM
Jakub Hrozek
[next]