index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
libcli
/
ldap
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
3
-1
/
+19
2007-10-10
r6763: added functions in libcli/ldap/ to binary encode some NDR structures into
Andrew Tridgell
4
-2
/
+89
2007-10-10
r6745: - escape spaces in binary ldap blobs
Andrew Tridgell
2
-3
/
+15
2007-10-10
r6732: - move sasl send recv code to the ldap lib
Stefan Metzmacher
2
-1
/
+188
2007-10-10
r6726: support binary search elements in ldap_decode()
Andrew Tridgell
1
-6
/
+42
2007-10-10
r6689: minor ldap client library work
Andrew Tridgell
2
-24
/
+63
2007-10-10
r6028: A MAJOR update to intergrate the new credentails system fully with
Andrew Bartlett
2
-22
/
+9
2007-10-10
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5308: trimmed back a lot of the old macros from smb_macros.h
Andrew Tridgell
1
-2
/
+2
2007-10-10
r5305: removed libcli/ldap/ldap.h from includes.h
Andrew Tridgell
5
-0
/
+63
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
2
-2
/
+4
2007-10-10
r5137: fix types
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5107: moved the horrible ldap socket code, and the even worse
Andrew Tridgell
1
-0
/
+240
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
3
-14
/
+14
2007-10-10
r5034: - added a type mapping function in pidl, so the type names in our IDL
Andrew Tridgell
1
-6
/
+6
2007-10-10
r4591: - converted the other _p talloc functions to not need _p
Andrew Tridgell
1
-1
/
+1
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
2
-5
/
+5
2007-10-10
r4460: Add a new GENSEC module: gensec_gssapi
Andrew Bartlett
1
-3
/
+7
2007-10-10
r4386: Grr, fix copy-and-paste bug.
Andrew Bartlett
1
-1
/
+1
2007-10-10
r4385: Set the correct target service.
Andrew Bartlett
1
-0
/
+7
2007-10-10
r4079: implement the gensec_have_feature() correctly by asking
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-5
/
+4
2007-10-10
r4052: fixed a bunch of code to use the type safe _p allocation macros
Andrew Tridgell
1
-2
/
+2
2007-10-10
r3733: More build system fixes/features:
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r3585: check sscanf return code
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r3584: fix referral handling
Stefan Metzmacher
2
-5
/
+13
2007-10-10
r3583: - seperate the ldap client code and the ldap parsing code
Stefan Metzmacher
4
-657
/
+699
2007-10-10
r3475: don't pass a ptr to an enum as a ptr to an int (bug found by tcc)
Andrew Tridgell
1
-1
/
+3
2007-10-10
r3463: separated out some more headers (asn_1.h, messages.h, dlinklist.h and ...
Andrew Tridgell
1
-9
/
+11
2007-10-10
r3453: - split out the auth and popt includes
Andrew Tridgell
1
-0
/
+1
2007-10-10
r3449: more include file reduction
Andrew Tridgell
2
-0
/
+2
2007-10-10
r3443: the next stage in the include files re-organisation.
Andrew Tridgell
1
-1
/
+2
2007-10-10
r3096: typo
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r3094: import all LDAP error codes from the RFC 2251
Stefan Metzmacher
1
-5
/
+39
2007-10-10
r3079: make code more pretty :-)
Andrew Bartlett
1
-1
/
+1
2007-10-10
r2884: parse LDAP Control messages
Stefan Metzmacher
1
-0
/
+41
2007-10-10
r2861: encode and decode BindRequest/Response correct
Stefan Metzmacher
1
-69
/
+82
2007-10-10
r2853: add torture test to find the defaultNamingContext on the RootDSE
Stefan Metzmacher
1
-0
/
+2
2007-10-10
r2851: don't destroy the gensec context it's used for sign and seal
Stefan Metzmacher
1
-2
/
+3
2007-10-10
r2750: decode AbandonRequest correct (untested:-)
Stefan Metzmacher
1
-2
/
+6
2007-10-10
r2747: use DATA_BLOB for attribute values
Stefan Metzmacher
2
-5
/
+17
2007-10-10
r2695: revert "Del" renaming
Simo Sorce
3
-20
/
+20
2007-10-10
r2690: deleted by mistake
Simo Sorce
1
-0
/
+3
2007-10-10
r2689: Use consistent naming Del -> Delete
Simo Sorce
3
-23
/
+21
2007-10-10
r2671: we're getting too many errors caused by the talloc_realloc() API not
Andrew Tridgell
2
-15
/
+19
2007-10-10
r2629: convert gensec to the new talloc model
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2508: - implemented ldap_decode() for UnbindRequest and ExtendedRequest
Stefan Metzmacher
1
-3
/
+27
2007-10-10
r2432: more string function updates.
Andrew Tridgell
1
-1
/
+1
2007-10-10
r2347: merge LDAP ASN.1 fixes from trunk
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r2173: Fix asn1 BOOLEANs. Thanks to Love Hornquist-Astrand.
Volker Lendecke
1
-4
/
+4
[next]