index
:
sssd.git
adlookup
aramco
bycert
dpstr
experimental-fo
f23
intg_test
krb5test
ldapdebug
master
mdbtest
memberof
misc
mpgfix
nonroot
nonroot-libcap
nsscrash19
oneway
override-pb
pk11child
pwrap
refactor
refactor-fo
review
review-negcache
review-sc
rhel-6.7
rhel-6.8
rhel-7.1
rhel-7.2
rhel5.10
rhel5.8
rhel5.9
rhel6.3
rhel6.4
rhel6.5
rhel6.6
rhel7.0
sbus-1-11
selinux
sid_index
simo_ccname
srvbackport
sssd-1-10
sssd-1-11
sssd-1-12
sssd-1-5
sssd-1-8
sssd-1-9
subdomfo
sysdb
tests
sssd with jhrozek's patches
Jakub Hrozek
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
providers
/
ldap
/
sdap_async_connection.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
LDAP: return after tevent_req_error
Jakub Hrozek
2015-05-11
1
-0
/
+1
*
SDAP: Make StartTLS bind configurable with ldap_opt_timeout
Jakub Hrozek
2015-03-23
1
-2
/
+3
*
SDAP: Make simple bind timeout configurable
Jakub Hrozek
2015-03-23
1
-5
/
+8
*
Add missing new lines to debug messages
Lukas Slebodnik
2015-03-17
1
-1
/
+1
*
SDAP: check that connection is open before bind
Pavel Reichl
2014-10-12
1
-10
/
+103
*
SDAP: move deciding of tls usage into new function
Pavel Reichl
2014-10-12
1
-20
/
+37
*
LDAP: Do not clobber return value when multiple controls are returned
Jakub Hrozek
2014-09-16
1
-3
/
+4
*
LDAP: Check the LDAP handle before using it
Jakub Hrozek
2014-05-12
1
-0
/
+13
*
sdap: move non async functions from sdap_async_connection.c to sdap_utils.c
Pavel Březina
2014-02-18
1
-18
/
+0
*
Update DEBUG* invocations to use new levels
Nikolai Kondrashov
2014-02-12
1
-58
/
+74
*
Make DEBUG macro invocations variadic
Nikolai Kondrashov
2014-02-12
1
-132
/
+132
*
Fix formating of variables with ber_ type
Lukas Slebodnik
2013-09-11
1
-2
/
+3
*
Fix formating of variables with type: time_t
Lukas Slebodnik
2013-09-11
1
-1
/
+1
*
Fix formating of variables with type: int
Lukas Slebodnik
2013-09-11
1
-1
/
+1
*
LDAP: new SDAP domain structure
Jakub Hrozek
2013-06-07
1
-1
/
+2
*
Fixing critical format string issues.
Lukas Slebodnik
2013-05-20
1
-2
/
+2
*
sdap: add sdap_connect_host request
Pavel Březina
2013-05-02
1
-0
/
+186
*
Display the last grace warning, too
Jakub Hrozek
2013-05-02
1
-1
/
+1
*
LDAP: Fix value initialization warnings
Lukas Slebodnik
2013-04-04
1
-1
/
+1
*
Making the authtok structure really opaque.
Lukas Slebodnik
2013-04-02
1
-3
/
+9
*
LDAP: Fix value initialization
Ondrej Kos
2013-03-27
1
-1
/
+1
*
Use common error facility instead of sdap_result
Simo Sorce
2013-03-19
1
-90
/
+62
*
LDAP: Check for authtok validity
Jakub Hrozek
2013-02-11
1
-7
/
+9
*
Fix LDAP authentication - invalid password length
Pavel Březina
2013-01-14
1
-1
/
+1
*
Change pam data auth tokens.
Simo Sorce
2013-01-10
1
-37
/
+51
*
LDAP: Expire even non authenticated connections
Jakub Hrozek
2012-11-18
1
-8
/
+11
*
FO: Check server validity before setting status
Jakub Hrozek
2012-09-13
1
-7
/
+14
*
Unbreak SASL
Pavel Březina
2012-07-31
1
-9
/
+12
*
Fix uninitialized values
Nick Guay
2012-07-18
1
-1
/
+1
*
LDAP: Properly cast type for MINSSF value
Jan Vcelak
2012-07-18
1
-11
/
+9
*
LDAP: Print extended failure message for SASL bind
Stephen Gallagher
2012-07-02
1
-2
/
+14
*
Simple implementation of Netscape password warning expiration control
Joshua Roys
2012-05-22
1
-22
/
+74
*
Try all KDCs when getting TGT for LDAP
Jakub Hrozek
2012-05-09
1
-15
/
+18
*
Get the RootDSE after binding if not successfull before
Jakub Hrozek
2012-04-20
1
-26
/
+104
*
Free controls in sdap_rebind_proc
Jakub Hrozek
2012-04-20
1
-4
/
+6
*
Do not call sdap_auth if not needed
Jakub Hrozek
2012-04-18
1
-7
/
+11
*
LDAP: Fix memory leaks in synchronous_tls_setup
Stephen Gallagher
2012-03-26
1
-8
/
+10
*
LDAP: Errors retrieving the RootDSE should not be fatal
Stephen Gallagher
2012-03-16
1
-15
/
+8
*
Detect cycle in the fail over on subsequent resolve requests only
Jakub Hrozek
2012-03-08
1
-2
/
+4
*
Only do one cycle when resolving a server
Jakub Hrozek
2012-03-06
1
-7
/
+6
*
LDAP: Copy URI instead of pointing at failover service record
Stephen Gallagher
2012-01-14
1
-2
/
+8
*
Add sdap_connection_expire_timeout option
Stephen Gallagher
2011-12-12
1
-0
/
+12
*
LDAP: Fix missing break statements in force_tls
Stephen Gallagher
2011-12-08
1
-6
/
+12
*
LDAP provider: Error while setting the nocanon option should not be fatal
Jakub Hrozek
2011-12-08
1
-3
/
+9
*
Add ldap_sasl_minssf option
Jan Zeleny
2011-12-08
1
-0
/
+17
*
Provide means of forcing TLS and GSSAPI enabled/disabled for sdap connections
Jakub Hrozek
2011-11-29
1
-7
/
+28
*
LDAP: Try next failover server on any error
Stephen Gallagher
2011-11-29
1
-9
/
+5
*
Cleanup: Remove unused parameters
Jakub Hrozek
2011-11-22
1
-9
/
+5
*
Prevent printing NULL in several places of LDAP provider
Jakub Hrozek
2011-11-18
1
-3
/
+5
*
Support to request canonicalization in LDAP/IPA provider
Jan Zeleny
2011-11-02
1
-0
/
+15
[next]