1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/source4/lib/ldb
Andrew Tridgell 504a3cc6b3 ldb: added ldb_dn_minimise()
this removes any extraneous components from a DN. For an extended DN,
this means removing the string DN and all but the first extended
component.

This is needed as AD returns "invalid syntax" if you don't use
a minimal DN as the base DN for a search. A non-minimal DN also
doesn't ever match in a search expression.

Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
2011-01-14 16:39:32 +11:00
..
ABI ldb: Bump version after renaming some public symbols which didn't have a 2010-12-19 21:44:06 +01:00
common ldb: added ldb_dn_minimise() 2011-01-14 16:39:32 +11:00
docs
examples
include ldb: added ldb_dn_minimise() 2011-01-14 16:39:32 +11:00
ldb_ldap ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty 2010-11-19 23:03:49 +01:00
ldb_map ldb_map: Fix prefix for map functions. 2010-12-18 00:47:06 +01:00
ldb_sqlite3 ldb: Rename two exported functions so they match abi_match. 2010-12-18 00:47:06 +01:00
ldb_tdb ldb:ltdb_sequence_number - initialise "tmp_ctx" to prevent uninitialisation warning 2011-01-12 19:52:19 +01:00
man ldb: Refer to ldb(3), not ldb(7). 2010-10-05 00:38:35 +02:00
modules ldb: Rename two exported functions so they match abi_match. 2010-12-18 00:47:06 +01:00
nssldb LDB:NSS - make LDB "signed-safe" on counter variables 2010-03-02 18:02:00 +01:00
tests s4:ldb: Make sample module implementation static. 2011-01-03 12:28:21 +01:00
tools ldb:ldbsearch.c - fix possible uninitialised variable 2011-01-12 19:52:19 +01:00
web ldb: link to the download directory on the website 2011-01-11 16:02:27 +11:00
autogen-waf.sh ldb: Update autogen-waf.sh to no longer overwrite existing files. 2010-09-28 09:12:40 +02:00
autogen.sh ldb: Update autogen-waf.sh to no longer overwrite existing files. 2010-09-28 09:12:40 +02:00
configure ldb/tevent: Fix detection of waf paths. 2010-09-28 09:12:41 +02:00
Doxyfile
examples.dox
ldb.pc.in s4-ldb: added @LIB_RPATH@ to the ldb pc file 2010-12-08 12:01:25 +01:00
mainpage.dox
Makefile waf: ensure "make dist" works from a clean git tree for all libraries 2011-01-08 02:35:22 +01:00
pyldb_util.c ldb:pyldb.h - revert to the previous header behaviour 2010-12-12 22:55:14 +01:00
pyldb-util.pc.in s4-pkgconfig: add @LIB_RPATH@ to our link flags 2010-12-08 12:46:00 +01:00
pyldb.c pyldb Simplify python wrappers for struct ldb_val (LdbValue) 2011-01-14 16:39:32 +11:00
pyldb.h pyldb: Fix memory context, add more OOM checks. 2011-01-03 01:48:05 +01:00
README_gcov.txt
wscript ldb: added ldb_dn_get_extended_comp_num() 2011-01-14 16:39:32 +11:00