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
/
ldap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r23036: error checking on asn1_init() failure
Andrew Tridgell
1
-0
/
+2
2007-10-10
r23030: finally fixed up our asn1 code to use better memory allocation. This
Andrew Tridgell
1
-149
/
+148
2007-10-10
r21806: I've been working over the last week to fix up the LDAP backend for
Andrew Bartlett
1
-29
/
+46
2007-10-10
r21511: this seems to be the nicer fix for the problem with
Stefan Metzmacher
1
-4
/
+0
2007-10-10
r21501: ugly but the windows 2000 mmc deturns decoding error without this
Stefan Metzmacher
1
-0
/
+4
2007-10-10
r18989: Fixes found by these two LDAP testsuites:
Andrew Bartlett
1
-4
/
+21
2007-10-10
r16073: On an incoming wildcard search, it is critical that the size be
Andrew Bartlett
1
-2
/
+2
2007-10-10
r15573: Fix build of systems that have iconv headers in non-standard locations
Jelmer Vernooij
1
-1
/
+0
2007-10-10
r14423: don't die on no controls
Andrew Tridgell
1
-1
/
+3
2007-10-10
r13609: Get in the initial work on making ldb async
Simo Sorce
1
-4
/
+4
2007-10-10
r13508: some ASN.1 element in LDAP are optional,
Stefan Metzmacher
1
-33
/
+69
2007-10-10
r13344: Trust SASL to have subtle distinctions between NULL and zero-length
Andrew Bartlett
1
-3
/
+17
2007-10-10
r12917: fix decoding of ldap controls
Simo Sorce
1
-1
/
+1
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
1
-17
/
+22
2007-10-10
r12694: Move some headers to the directory of the subsystem they belong to.
Jelmer Vernooij
1
-1
/
+1
2007-10-10
r11620: switch the ldap client code over to using the generic packet code
Andrew Tridgell
1
-0
/
+8
2007-10-10
r11523: Working towards having Samba3 join Samba4, this allows the SASL
Andrew Bartlett
1
-3
/
+7
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
1
-6
/
+5
2007-10-10
r10213: fixed a memory leak in the ldap client and server code spotted by Karl
Andrew Tridgell
1
-2
/
+2
2007-10-10
r8917: Better support for extended ldap search operations
Simo Sorce
1
-17
/
+49
2007-10-10
r8585: add to ldb and ldap comparison functionality
Simo Sorce
1
-9
/
+96
2007-10-10
r8530: Now our ldap server is able to fullfill present and substring searches
Simo Sorce
1
-36
/
+184
2007-10-10
r8414: Some C++ friendlyness fixes - 'not' is apparently a keyword in C++.
Tim Potter
1
-3
/
+3
2007-10-10
r7749: some bug fixes from testing with socket:testnonblock
Andrew Tridgell
1
-2
/
+3
2007-10-10
r7724: added encoding of LDB_OP_NOT search components
Andrew Tridgell
1
-1
/
+6
2007-10-10
r7723: - fix a mismatched asn1 push/pop on bind
Andrew Tridgell
1
-29
/
+26
2007-10-10
r7720: - simplify the asn1 decode of ldap_search() a lot, taking advantage of
Andrew Tridgell
1
-1
/
+3
2007-10-10
r7626: a new ldap client library. Main features are:
Andrew Tridgell
1
-40
/
+0
2007-10-10
r7598: take advantage of struct data_blob and struct ldb_val being the same
Andrew Tridgell
1
-4
/
+1
2007-10-10
r7596: next step in ldap cleanup. I'm aiming to get rid of the cut&pasted
Andrew Tridgell
1
-6
/
+6
2007-10-10
r7593: simplified the memory management in the ldap code. Having a mem_ctx
Andrew Tridgell
1
-36
/
+36
2007-10-10
r7567: added wire parsing of NOT and extended ldap search requests. This
Andrew Tridgell
1
-37
/
+97
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
1
-32
/
+9
2007-10-10
r7524: make the ldap ASN.1 filter parse code go via a struct
Andrew Tridgell
1
-77
/
+107
2007-10-10
r7519: rip the copy of the ldap expression parser out of libcli/ldap/ and use
Andrew Tridgell
1
-375
/
+17
2007-10-10
r6817: - fixed empty ldap search elements in filters
Andrew Tridgell
1
-1
/
+1
2007-10-10
r6763: added functions in libcli/ldap/ to binary encode some NDR structures into
Andrew Tridgell
1
-1
/
+4
2007-10-10
r6745: - escape spaces in binary ldap blobs
Andrew Tridgell
1
-3
/
+13
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
1
-20
/
+59
2007-10-10
r5322: removed a whole bunch of #include lines that minimal_includes.pl
Andrew Tridgell
1
-1
/
+0
2007-10-10
r5305: removed libcli/ldap/ldap.h from includes.h
Andrew Tridgell
1
-0
/
+1
2007-10-10
r5298: - got rid of pstring.h from includes.h. This at least makes it a bit
Andrew Tridgell
1
-2
/
+3
2007-10-10
r5137: fix types
Stefan Metzmacher
1
-1
/
+1
2007-10-10
r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the
Andrew Tridgell
1
-7
/
+7
2007-10-10
r4549: got rid of a lot more uses of plain talloc(), instead using
Andrew Tridgell
1
-4
/
+4
2007-10-10
r4055: fixed more places to use type safe allocation macros
Andrew Tridgell
1
-5
/
+4
2007-10-10
r3585: check sscanf return code
Stefan Metzmacher
1
-1
/
+5
2007-10-10
r3584: fix referral handling
Stefan Metzmacher
1
-3
/
+12
2007-10-10
r3583: - seperate the ldap client code and the ldap parsing code
Stefan Metzmacher
1
-652
/
+3
[next]