index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
lib
/
smbldap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
s3:lib: s/struct timed_event/struct tevent_timer
Stefan Metzmacher
2013-02-19
1
-2
/
+2
*
s3-smbldap: use smbldap_ prefix for all functions
Alexander Bokovoy
2012-09-07
1
-7
/
+7
*
lib/param: Move all enum declarations to lib/param
Andrew Bartlett
2012-07-24
1
-0
/
+1
*
loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.
Rusty Russell
2012-07-18
1
-1
/
+2
*
s3-passdb: Remove obsolte ldapsam_compat support.
Andreas Schneider
2012-07-03
1
-6
/
+0
*
s3-smbldap: Add API for external callback to perform LDAP bind in smbldap
Alexander Bokovoy
2012-05-24
1
-1
/
+19
*
lib/util: Remove obsolete sys_getpid() and sys_fork().
Jelmer Vernooij
2012-03-24
1
-2
/
+2
*
s3-smbldap: remove dependency to secrets subsystem.
Günther Deschner
2011-11-16
1
-17
/
+4
*
s3-smbldap: extend smbldap_init() with binddn/bindsecret arguments.
Günther Deschner
2011-11-16
1
-0
/
+3
*
s3-passdb: split out passdb/pdb_ldap_schema.c
Günther Deschner
2011-11-16
1
-220
/
+0
*
s3-smbldap: use tevent_context in smbldap.
Günther Deschner
2011-10-28
1
-9
/
+10
*
Ensure we never wait past absolute entime to do a get_cached_ldap_connect().
Jeremy Allison
2011-08-20
1
-8
/
+15
*
Remove the tortured logic in another_ldap_try() and turn it into
Jeremy Allison
2011-08-19
1
-58
/
+70
*
Factor out the ldap_get_option calls into a function.
Jeremy Allison
2011-08-19
1
-20
/
+14
*
Simplify the logic on the another_ldap_try() loops by breaking
Jeremy Allison
2011-08-19
1
-95
/
+105
*
Move the alarm setup/teardown out of another_ldap_try() and into separate
Jeremy Allison
2011-08-19
1
-48
/
+43
*
Allow the timeout pointer to ldap_search_ext_s() to be NULL if lp_ldap_timeou...
Jeremy Allison
2011-08-19
1
-4
/
+8
*
Make it clear the time here is an absolute endtime. Don't set the alarm if th...
Jeremy Allison
2011-08-19
1
-15
/
+35
*
Always remove the alarm before changing the handler, not the other way around.
Jeremy Allison
2011-08-19
1
-1
/
+1
*
Remove old_handler as alarms can't be nested. Use SIG_IGN instead.
Jeremy Allison
2011-08-19
1
-4
/
+2
*
Change got_alarm from bool to the correct type of SIG_ATOMIC_T.
Jeremy Allison
2011-08-19
1
-3
/
+3
*
s3/ldap: delay the ldap search alarm termination a bit
Björn Jacke
2011-08-05
1
-2
/
+13
*
s3:smbldap: make smbldap_connect_system self contained
Gregor Beck
2011-07-01
1
-6
/
+11
*
s3:smbldap: add a destructor to smbldap_state, just in case
Gregor Beck
2011-07-01
1
-0
/
+7
*
s3:smbldap: let smbldap_free_struct do what it claims to
Gregor Beck
2011-07-01
1
-2
/
+1
*
s3:smbldap: free the idle event scheduled in smbldap_open in smbldap_close
Gregor Beck
2011-07-01
1
-1
/
+2
*
s3:smbldap: use smbldap_state as memory context for idle event
Gregor Beck
2011-07-01
1
-2
/
+2
*
s3-talloc Change TALLOC_ZERO_P() to talloc_zero()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-talloc Change TALLOC_P() to talloc()
Andrew Bartlett
2011-06-09
1
-2
/
+2
*
s3-talloc Change TALLOC_ARRAY() to talloc_array()
Andrew Bartlett
2011-06-09
1
-1
/
+1
*
s3-lib Replace StrCaseCmp() with strcasecmp_m()
Andrew Bartlett
2011-05-18
1
-2
/
+2
*
More const fixes. Remove CONST_DISCARD.
Jeremy Allison
2011-05-06
1
-2
/
+2
*
More const fixes for compiler warnings from the waf build.
Jeremy Allison
2011-05-05
1
-1
/
+1
*
s3-smbldap: make octet_strings/DATA_BLOBs const.
Sumit Bose
2011-04-06
1
-4
/
+4
*
s3-smbldap: support storing octet_strings/DATA_BLOBs.
Günther Deschner
2011-04-06
1
-21
/
+91
*
Fix convert_string() to take a *converted_size arg. and return a bool.
Jeremy Allison
2011-03-30
1
-1
/
+2
*
charcnv: removed the allow_badcharcnv and allow_bad_conv options to convert_s...
Andrew Tridgell
2011-03-24
1
-1
/
+1
*
libcli/security Provide a common, top level libcli/security/security.h
Andrew Bartlett
2010-10-12
1
-0
/
+1
*
Fix warnings caused by double ";;" at the end of the time_mono() fixes.
Jeremy Allison
2010-09-08
1
-3
/
+3
*
s3/ldap: use monotonic clock for timeouts in smbldap
Björn Jacke
2010-09-08
1
-17
/
+23
*
s3-secrets: only include secrets.h when needed.
Günther Deschner
2010-08-05
1
-0
/
+1
*
s3: avoid global include of ads.h.
Günther Deschner
2010-08-05
1
-4
/
+0
*
s3: Make some routines static in smbldap
Volker Lendecke
2010-06-28
1
-2
/
+2
*
s3-lib: Remove obsolete signal type cast.
Andreas Schneider
2010-02-23
1
-2
/
+2
*
s3:smbldap: add smbldap_talloc_first_attribute()
Stefan Metzmacher
2010-01-14
1
-0
/
+34
*
s3: add LDAP Alias Dereferencing support
Björn Jacke
2009-12-10
1
-0
/
+11
*
s3: Rename new parameter "ldap ref follow" to "ldap follow referral".
Karolin Seeger
2009-10-26
1
-2
/
+2
*
Fix valgrind memory leak in bug #6814 - Fixes for problems reported by valgrind
Jeremy Allison
2009-10-15
1
-1
/
+7
*
s3/smbldap: add option to disable following LDAP refs
Jan Engelhardt
2009-10-12
1
-2
/
+10
*
s3/smbldap: Fix typo in debug message.
Karolin Seeger
2009-08-06
1
-1
/
+1
[next]