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
/
tldap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix many const compiler warnings.
Jeremy Allison
2011-05-05
1
-5
/
+5
*
s3-tevent: only include ../lib/util/tevent wrappers where needed.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3-tsocket: only include ../lib/tsocket/tsocket.h where needed.
Günther Deschner
2011-04-29
1
-0
/
+1
*
s3: Remove an unused variable
Volker Lendecke
2011-04-16
1
-3
/
+0
*
s3: Fix early tldap_search cancels
Volker Lendecke
2011-03-20
1
-1
/
+1
*
s3-build: only include asn1 headers where actually needed.
Günther Deschner
2011-03-16
1
-0
/
+1
*
s3: Change tldap_entry_attributes to the "array,count" convention
Volker Lendecke
2011-03-14
1
-2
/
+3
*
s3: Use tlap_simple_recv in tldap_sasl_bind_recv
Volker Lendecke
2011-02-13
1
-6
/
+3
*
s3: Add error checking to asn1_read_OctetString_talloc
Volker Lendecke
2011-02-13
1
-2
/
+15
*
Fix typos
Volker Lendecke
2011-02-13
1
-1
/
+1
*
s3: Align the args in tldap_modify
Volker Lendecke
2011-02-10
1
-3
/
+3
*
s3: Align tldap_add and tldap_add_send
Volker Lendecke
2011-02-10
1
-1
/
+1
*
s3-lib: Fixed a missing return value in tldap.
Andreas Schneider
2011-01-26
1
-0
/
+1
*
s3: Fix two uninitialized variables
Volker Lendecke
2010-07-20
1
-2
/
+2
*
tldap: Fix a type-punned warning
Volker Lendecke
2010-06-21
1
-1
/
+1
*
s3-tldap: only include tldap when actually needed.
Günther Deschner
2010-05-18
1
-0
/
+1
*
s3: Make TLDAP_IS_ALPHA and TLDAP_IS_ADH static functions
Volker Lendecke
2010-03-10
1
-5
/
+12
*
Fix typo
Simo Sorce
2010-03-09
1
-2
/
+2
*
s3:tldap add own filter parsing
Simo Sorce
2010-03-09
1
-114
/
+600
*
s3:tldap: fix the build - a void function should not return a value
Stefan Metzmacher
2009-07-15
1
-3
/
+3
*
If the connection is down, don't try another write.
Volker Lendecke
2009-06-28
1
-0
/
+17
*
tldap_msg_received: Properly free the asn1_struct in case of an error
Volker Lendecke
2009-06-28
1
-0
/
+1
*
Move read_ldap_done after read_ldap_send
Volker Lendecke
2009-06-27
1
-24
/
+25
*
Convert tldap to tstream
Volker Lendecke
2009-06-27
1
-11
/
+17
*
tldap: Don't fire off more than one read_ldap request during searches
Volker Lendecke
2009-06-27
1
-10
/
+22
*
Reorganize retrieving errors and server-sent controls
Volker Lendecke
2009-06-20
1
-83
/
+66
*
Move asn1_load_nocopy() to lib/util/asn1.c
Volker Lendecke
2009-06-20
1
-7
/
+0
*
Move asn1_blob() to lib/util/asn1.c
Volker Lendecke
2009-06-20
1
-13
/
+0
*
tldap control support
Volker Lendecke
2009-06-20
1
-7
/
+122
*
Prepare control support
Volker Lendecke
2009-06-20
1
-27
/
+44
*
Fix empty lines
Volker Lendecke
2009-06-20
1
-3
/
+0
*
Add a missing talloc_move() in tldap_search_recv
Volker Lendecke
2009-06-19
1
-1
/
+1
*
Make tevent_req_is_ldap_error public
Volker Lendecke
2009-06-19
1
-1
/
+1
*
Add tldap_context_[gs]etattr
Volker Lendecke
2009-06-19
1
-0
/
+78
*
Add basic tracing of tldap messages
Volker Lendecke
2009-06-12
1
-0
/
+10
*
Add debugging facility to tldap, analogous to tevent
Volker Lendecke
2009-06-12
1
-0
/
+32
*
Fix syntax of sending a delete request
Volker Lendecke
2009-06-07
1
-1
/
+1
*
Add the early start of an async ldap library
Volker Lendecke
2009-06-06
1
-0
/
+1835