1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/lib/ldb-samba
Garming Sam 4d7c782e00 match_rules: Make cleanup faster and more efficient
Signed-off-by: Garming Sam <garming@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
2016-07-15 10:01:28 +02:00
..
tests match_rules: Make cleanup faster and more efficient 2016-07-15 10:01:28 +02:00
ldb_ildap.c ldb-samba: fix the timeout setup in ildb_request_send() 2016-02-17 03:43:22 +01:00
ldb_matching_rules.c ldb-samba/ldb_matching_rules: Fix CID 1349424 - Uninitialized pointer read 2016-04-27 02:12:39 +02:00
ldb_matching_rules.h ldb-samba: Implement transitive extended matching 2016-01-18 04:42:21 +01:00
ldb_wrap.c ldb: Fix a "ignoring return value" warning 2015-10-28 19:04:15 +01:00
ldb_wrap.h ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
ldif_handlers.c lib/ldb-samba: We can confirm a GUID is a GUID by length 2016-06-17 18:13:56 +02:00
ldif_handlers.h dsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRING 2016-03-09 10:32:16 +01:00
pyldb.c Remove use of the "staticforward" macro 2015-01-22 10:51:07 +01:00
README ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
samba_extensions.c ldb: make ldb a top level library for Samba 4.0 2011-07-05 17:24:47 +10:00
wscript_build ldb-samba:wscript: python_samba__ldb depends on pyauth 2016-03-16 01:34:29 +01:00

This directory contains Samba specific extensions to ldb. It also
serves as example code on how to extend ldb for your own application.

The main extension Samba uses is to provide ldif encode/decode
routines for specific attributes, so users can get nice pretty
printing of attributes in ldbedit, while the attributes are stored in
the standard NDR format in the database.