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
*
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
*
Fix some nonempty blank lines
Volker Lendecke
2009-05-31
1
-52
/
+50
*
Add smbldap_talloc_single_blob()
Volker Lendecke
2009-05-29
1
-6
/
+25
*
Add smbldap_pull_sid
Volker Lendecke
2009-05-28
1
-0
/
+20
*
Fix bug 6157
Volker Lendecke
2009-05-12
1
-0
/
+56
*
Convert Samba3 to use the common lib/util/charset API
Andrew Bartlett
2009-04-14
1
-3
/
+6
*
s3:smbldap convert the easy cases to push_utf8_talloc()
Andrew Bartlett
2009-04-07
1
-8
/
+8
*
s3:smbldap Remove smbldap_get_dn
Andrew Bartlett
2009-04-06
1
-26
/
+4
*
More warning fixes for Solaris.
Jeremy Allison
2009-02-23
1
-0
/
+2
*
s3:events: change event_add_timed() prototype to match samba4
Stefan Metzmacher
2009-01-05
1
-6
/
+6
*
Remove the requirement for ldap call made as root. Add in security
Jeremy Allison
2008-10-20
1
-7
/
+0
*
Use {u,}int64_t instead of SMB_BIG_{U,}INT.
Jelmer Vernooij
2008-10-14
1
-1
/
+1
*
smbldap: Fix typo in debug message.
Karolin Seeger
2008-07-18
1
-1
/
+1
*
build: fix build warning.
Günther Deschner
2008-06-03
1
-1
/
+1
*
Add ldap connection timeout for OpenLDAP and Netscape LDAP libs. This can be ...
Björn Jacke
2008-06-03
1
-1
/
+25
*
Cleanup size_t return values in callers of convert_string_allocate
Tim Prouty
2008-05-20
1
-9
/
+18
*
Fix some typos.
Karolin Seeger
2008-02-08
1
-2
/
+2
*
Remove smbldap_get_single_pstring() and all pstrings
Jeremy Allison
2007-11-14
1
-8
/
+0
*
RIP BOOL. Convert BOOL -> bool. I found a few interesting
Jeremy Allison
2007-10-18
1
-12
/
+12
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23510: Tidy calls to smb_panic by removing trailing newlines. Print the
James Peach
2007-10-10
1
-10
/
+5
*
r23411: We were missing displayName and that was preventing us
Simo Sorce
2007-10-10
1
-0
/
+1
*
r21785: Avoid an unnecessary gettimeofday() call
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r21784: Replace smb_register_idle_event() with event_add_timed(). This fixes ...
Volker Lendecke
2007-10-10
1
-13
/
+34
*
r21264: LDAP_OPT_ERROR_NUMBER seems more portable than LDAP_OPT_RESULT_CODE
Volker Lendecke
2007-10-10
1
-5
/
+5
*
r21263: getpeername() returning -1 is not a reliable indication if a TCP conn...
Volker Lendecke
2007-10-10
1
-15
/
+70
*
r20215: Next step trying to fix the Solaris build.
Volker Lendecke
2007-10-10
1
-2
/
+2
*
r20116: Start merging in the work done to create the new idmap subsystem.
Simo Sorce
2007-10-10
1
-25
/
+50
*
r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()
Stefan Metzmacher
2007-10-10
1
-2
/
+1
*
r17924: Get rid of warnings now that talloc is merged.
Volker Lendecke
2007-10-10
1
-5
/
+3
*
r17334: Some C++ warnings
Volker Lendecke
2007-10-10
1
-2
/
+3
[next]