1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00
samba-mirror/lib/ldb-samba
Andreas Schneider d1dc2b0e4b ldb-samba: Fix a possible NULL pointer dereference
CID: #1402566
CID: #1402567

Signed-off-by: Andreas Schneider <asn@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>

Autobuild-User(master): Volker Lendecke <vl@samba.org>
Autobuild-Date(master): Tue May 16 16:45:43 CEST 2017 on sn-devel-144
2017-05-16 16:45:43 +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 a possible NULL pointer dereference 2017-05-16 16:45:43 +02:00
ldb_matching_rules.c ldb-samba: Add new extended match rule DSDB_MATCH_FOR_EXPUNGE 2016-09-01 05:49:14 +02:00
ldb_matching_rules.h ldb-samba: Add new extended match rule DSDB_MATCH_FOR_EXPUNGE 2016-09-01 05:49:14 +02: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: Avoid talloc() in ldif_read_objectSid() by parsing the SID string on the stack 2016-07-28 10:06:12 +02:00
ldif_handlers.h dsdb: Introduce LDB_SYNTAX_SAMBA_OCTET_STRING 2016-03-09 10:32:16 +01:00
pyldb.c python: samba._ldb: Port of samba._ldb to Python 3 compatible form 2017-03-10 07:31:11 +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 s4: popt: Global replace of cmdline_credentials -> popt_get_cmdline_credentials(). 2017-05-11 20:30:13 +02:00
wscript_build python: samba._ldb: Port of samba._ldb to Python 3 compatible form 2017-03-10 07:31:11 +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.