summaryrefslogtreecommitdiff
path: root/libcli/ldap/ldap_ndr.c
AgeCommit message (Collapse)AuthorFilesLines
2011-10-07ldb: use ldb directly rather than via a copyAndrew Bartlett1-4/+0
This avoids needing to manually sync the two files, which due to the top level build must be API compatible at all times anyway. The most important recent change was: commit e3b76bd6205acfc1a89fbcab5d9588b32cb47b88 Author: Andrew Tridgell <tridge@samba.org> Date: Thu Jul 28 15:51:31 2011 +1000 ldb: fixed a search expression parse bug However, as we always control the search expression in the callers to this code, no backport to other releases is required. Andrew Bartlett
2011-02-10ldb: use #include <ldb.h> for ldbAndrew Tridgell1-1/+1
thi ensures we are using the header corresponding to the version of ldb we're linking against. Otherwise we could use the system ldb for link and the in-tree one for include Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2010-09-20libcli/ldap Add const to ldap_encode_ndr_dom_sid()Andrew Bartlett1-1/+1
Signed-off-by: Günther Deschner <gd@samba.org>
2010-05-18Finish removal of iconv_convenience in public API's.Jelmer Vernooij1-2/+2
2010-05-06Remove the copy of ldb from Samba 3.Jelmer Vernooij1-0/+4
There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
2009-12-10libcli: use GUID_to_ndr_blob()Andrew Tridgell1-4/+3
2009-02-24libcli/ldap: move ldap_ndr from source4/ to toplevelStefan Metzmacher1-0/+96
metze