1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-23 17:34:34 +03:00
samba-mirror/lib/ldb-samba
Andrew Bartlett 61cb3a6a3b lib/ldb-samba: We can confirm a GUID is a GUID by length
The GUID_from_ndr_blob() is pointless and costly

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>

Autobuild-User(master): Andrew Bartlett <abartlet@samba.org>
Autobuild-Date(master): Fri Jun 17 18:13:56 CEST 2016 on sn-devel-144
2016-06-17 18:13:56 +02:00
..
tests ldb-samba: Expand testing of recursive search 2016-01-18 07:49:43 +01: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.