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
/
source4
/
libcli
/
ldap
/
ldap.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r6763: added functions in libcli/ldap/ to binary encode some NDR structures into
Andrew Tridgell
2007-10-10
1
-1
/
+4
*
r6745: - escape spaces in binary ldap blobs
Andrew Tridgell
2007-10-10
1
-3
/
+13
*
r6726: support binary search elements in ldap_decode()
Andrew Tridgell
2007-10-10
1
-6
/
+42
*
r6689: minor ldap client library work
Andrew Tridgell
2007-10-10
1
-20
/
+59
*
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
2007-10-10
1
-1
/
+0
*
r5305: removed libcli/ldap/ldap.h from includes.h
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2007-10-10
1
-2
/
+3
*
r5137: fix types
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
2007-10-10
1
-7
/
+7
*
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2007-10-10
1
-4
/
+4
*
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
2007-10-10
1
-5
/
+4
*
r3585: check sscanf return code
Stefan Metzmacher
2007-10-10
1
-1
/
+5
*
r3584: fix referral handling
Stefan Metzmacher
2007-10-10
1
-3
/
+12
*
r3583: - seperate the ldap client code and the ldap parsing code
Stefan Metzmacher
2007-10-10
1
-652
/
+3
*
r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc)
Andrew Tridgell
2007-10-10
1
-1
/
+3
*
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
2007-10-10
1
-9
/
+11
*
r3453: - split out the auth and popt includes
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3449: more include file reduction
Andrew Tridgell
2007-10-10
1
-0
/
+1
*
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
2007-10-10
1
-1
/
+2
*
r3079: make code more pretty :-)
Andrew Bartlett
2007-10-10
1
-1
/
+1
*
r2884: parse LDAP Control messages
Stefan Metzmacher
2007-10-10
1
-0
/
+41
*
r2861: encode and decode BindRequest/Response correct
Stefan Metzmacher
2007-10-10
1
-69
/
+82
*
r2853: add torture test to find the defaultNamingContext on the RootDSE
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r2851: don't destroy the gensec context it's used for sign and seal
Stefan Metzmacher
2007-10-10
1
-2
/
+3
*
r2750: decode AbandonRequest correct (untested:-)
Stefan Metzmacher
2007-10-10
1
-2
/
+6
*
r2747: use DATA_BLOB for attribute values
Stefan Metzmacher
2007-10-10
1
-4
/
+16
*
r2695: revert "Del" renaming
Simo Sorce
2007-10-10
1
-13
/
+13
*
r2689: Use consistent naming Del -> Delete
Simo Sorce
2007-10-10
1
-13
/
+13
*
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
2007-10-10
1
-3
/
+4
*
r2629: convert gensec to the new talloc model
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequest
Stefan Metzmacher
2007-10-10
1
-3
/
+27
*
r2432: more string function updates.
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r2347: merge LDAP ASN.1 fixes from trunk
Stefan Metzmacher
2007-10-10
1
-1
/
+1
*
r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.
Volker Lendecke
2007-10-10
1
-4
/
+4
*
r1983: a completely new implementation of talloc
Andrew Tridgell
2007-10-10
1
-1
/
+1
*
r1944: put ldif functions in a separate file
Simo Sorce
2007-10-10
1
-411
/
+0
*
r1856: - move asn1 functions to asn1.c
Stefan Metzmacher
2007-10-10
1
-43
/
+47
*
r1805: ...I just forgot to say that the sasl bind actually works now:-)
Stefan Metzmacher
2007-10-10
1
-0
/
+2
*
r1804: get a bit closer to a sasl bind
Stefan Metzmacher
2007-10-10
1
-2
/
+19
*
r1803: more progress on sasl binds, but decoding the response still fails
Stefan Metzmacher
2007-10-10
1
-3
/
+27
*
r1802: start to support SASL in our ldap libraries
Simo Sorce
2007-10-10
1
-16
/
+153
*
r1798: fix the build
Stefan Metzmacher
2007-10-10
1
-1
/
+2
*
r1792: split ldap_setup_connection() and provide an ldap_bind_simple() function
Simo Sorce
2007-10-10
1
-22
/
+42
*
r1785: remove unneeded dependencies on openldap client libraries
Simo Sorce
2007-10-10
1
-3
/
+4
*
r1771: OK Let's add tests for ldap.
Simo Sorce
2007-10-10
1
-3
/
+14
*
r1761: start porting valuable volker's work on ldap from trunk
Simo Sorce
2007-10-10
1
-64
/
+62
*
r1756: merge volkers ldap client lib to samba4 for simo to start with the
Stefan Metzmacher
2007-10-10
1
-0
/
+1989