index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-19-stable
v4-19-test
v4-2-stable
v4-2-test
v4-20-stable
v4-20-test
v4-21-stable
v4-21-test
v4-22-stable
v4-22-test
v4-23-stable
v4-23-test
v4-24-stable
v4-24-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
lib
/
smbldap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-17
s3:lib: Fix a typo in MACRO
Pavel Filipenský
1
-4
/
+4
2023-10-25
s3:lib: Fix code spelling
Joseph Sutton
1
-1
/
+1
2023-10-13
s3:lib: Rearrange preprocessor directives to avoid structurally dead code (CI...
Joseph Sutton
1
-2
/
+1
2023-07-13
s3:lib: Fix code spelling
Andreas Schneider
1
-2
/
+2
2022-08-26
s3:lib: Fix trailing whitespaces in smbldap.c
Pavel Filipenský
1
-48
/
+48
2022-08-26
s3: Zero memory of idmap_fetch_secret() users
Pavel Filipenský
1
-1
/
+1
2020-07-13
Decouple ldap-ssl-ads from ldap-ssl option
Isaac Boukris
1
-6
/
+13
2019-11-27
smbdotconf: mark "ldap suffix" with constant="1"
Ralph Boehme
1
-1
/
+1
2019-03-12
lib: Remove "struct sid_parse_ret" again
Volker Lendecke
1
-2
/
+2
2019-03-12
lib: Make sid_parse return the parsed length
Volker Lendecke
1
-2
/
+2
2018-01-02
smbldap: don't try start tls on ldaps:// connections
Bjoern Jacke
1
-1
/
+7
2017-07-04
smbldap: expose bind callback via API and increase smbldap ABI version
Alexander Bokovoy
1
-6
/
+10
2017-04-20
smbldap: Privatize struct smbldap_state
Volker Lendecke
1
-0
/
+26
2017-04-20
smbldap: Introduce "smbldap_get_paged_results"
Volker Lendecke
1
-0
/
+6
2017-04-20
smbldap: Introduce "smbldap_get_paged_results"
Volker Lendecke
1
-0
/
+4
2017-04-20
smbldap: Introduce "smbldap_get_ldap"
Volker Lendecke
1
-25
/
+39
2017-02-22
Correct "doesnt" typos.
Chris Lamb
1
-1
/
+1
2016-05-29
s3: lib: ldap: Use struct sockaddr_storage to cope with IPv6.
Jeremy Allison
1
-1
/
+1
2016-02-06
dlist: remove unneeded type argument from DLIST_ADD_END()
Michael Adam
1
-1
/
+1
2015-11-06
Fix various spelling errors
Mathieu Parent
1
-1
/
+1
2015-08-26
lib: Make sid_parse take a uint8_t
Volker Lendecke
1
-1
/
+1
2014-04-16
lib-util: rename memdup to smb_memdup and fix all callers
Björn Baumbach
1
-1
/
+1
2013-02-19
s3:lib: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
1
-2
/
+2
2012-09-07
s3-smbldap: use smbldap_ prefix for all functions
Alexander Bokovoy
1
-7
/
+7
2012-07-24
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
1
-0
/
+1
2012-07-18
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
1
-1
/
+2
2012-07-03
s3-passdb: Remove obsolte ldapsam_compat support.
Andreas Schneider
1
-6
/
+0
2012-05-24
s3-smbldap: Add API for external callback to perform LDAP bind in smbldap
Alexander Bokovoy
1
-1
/
+19
2012-03-24
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
1
-2
/
+2
2011-11-16
s3-smbldap: remove dependency to secrets subsystem.
Günther Deschner
1
-17
/
+4
2011-11-16
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
1
-0
/
+3
2011-11-16
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
1
-220
/
+0
2011-10-28
s3-smbldap: use tevent_context in smbldap.
Günther Deschner
1
-9
/
+10
2011-08-20
Ensure we never wait past absolute entime to do a get_cached_ldap_connect().
Jeremy Allison
1
-8
/
+15
2011-08-19
Remove the tortured logic in another_ldap_try() and turn it into
Jeremy Allison
1
-58
/
+70
2011-08-19
Factor out the ldap_get_option calls into a function.
Jeremy Allison
1
-20
/
+14
2011-08-19
Simplify the logic on the another_ldap_try() loops by breaking
Jeremy Allison
1
-95
/
+105
2011-08-19
Move the alarm setup/teardown out of another_ldap_try() and into separate
Jeremy Allison
1
-48
/
+43
2011-08-19
Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...
Jeremy Allison
1
-4
/
+8
2011-08-19
Make it clear the time here is an absolute endtime. Don't set the alarm if th...
Jeremy Allison
1
-15
/
+35
2011-08-19
Always remove the alarm before changing the handler, not the other way around.
Jeremy Allison
1
-1
/
+1
2011-08-19
Remove old_handler as alarms can't be nested. Use SIG_IGN instead.
Jeremy Allison
1
-4
/
+2
2011-08-19
Change got_alarm from bool to the correct type of SIG_ATOMIC_T.
Jeremy Allison
1
-3
/
+3
2011-08-05
s3/ldap: delay the ldap search alarm termination a bit
Björn Jacke
1
-2
/
+13
2011-07-01
s3:smbldap: make smbldap_connect_system self contained
Gregor Beck
1
-6
/
+11
2011-07-01
s3:smbldap: add a destructor to smbldap_state, just in case
Gregor Beck
1
-0
/
+7
2011-07-01
s3:smbldap: let smbldap_free_struct do what it claims to
Gregor Beck
1
-2
/
+1
2011-07-01
s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_close
Gregor Beck
1
-1
/
+2
2011-07-01
s3:smbldap: use smbldap_state as memory context for idle event
Gregor Beck
1
-2
/
+2
2011-06-09
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
1
-1
/
+1
[next]