1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/libcli/util
Andrew Tridgell 4b0e5bd753 r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
instead of a search expression. This allows our ldap server to pass
  its ASN.1 parsed search expressions straight to ldb, instead of going
  via strings.

- updated all the ldb modules code to handle the new interface

- got rid of the separate ldb_parse.h now that the ldb_parse
  structures are exposed externally

- moved to C99 structure initialisation in ldb

- switched ldap server to using ldb_search_bytree()
(This used to be commit 96620ab2ee)
2007-10-10 13:18:06 -05:00
..
asn1.c r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree 2007-10-10 13:18:06 -05:00
clierror.c r3419: moved the libcli/raw structures into libcli/raw/libcliraw.h 2007-10-10 13:05:07 -05:00
clilsa.c r5037: got rid of all of the TALLOC_DEPRECATED stuff. My apologies for the 2007-10-10 13:09:15 -05:00
doserr.c r5866: Add InitShutdown IDL and torture test. 2007-10-10 13:11:05 -05:00
errormap.c r4757: added the ability of the clisocket level of libcli to handle async 2007-10-10 13:08:50 -05:00
nterr.c r5298: - got rid of pstring.h from includes.h. This at least makes it a bit 2007-10-10 13:09:38 -05:00
smbdes.c r6462: Move the arcfour sbox state into it's own structure, and allocate it 2007-10-10 13:11:39 -05:00
smberr.c r890: convert samba4 to use [u]int8_t instead of [u]int8 2007-10-10 12:56:16 -05:00