1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/ldb-samba
Stefan Metzmacher 8d33cddcb0 ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory()
Searches for '(objectCategory=Person)' will leak a ldb_dn structure
on the ldb_context. These searches are typically used by Zarafa.

Bug: https://bugzilla.samba.org/show_bug.cgi?id=10469

Signed-off-by: Stefan Metzmacher <metze@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>

Autobuild-User(master): Stefan Metzmacher <metze@samba.org>
Autobuild-Date(master): Thu Jul 17 00:51:57 CEST 2014 on sn-devel-104
2014-07-17 00:51:57 +02:00
..
ldb_ildap.c ldb_ildap: Map some wrong username/password errors on to LDB_ERR_INVALID_CREDENTIALS 2014-04-02 17:12:46 +02:00
ldb_wrap.c lib/ldb-samba: fix a compiler warning 2013-12-12 14:21:27 -08:00
ldb_wrap.h
ldif_handlers.c ldb-samba: fix a memory leak in ldif_canonicalise_objectCategory() 2014-07-17 00:51:57 +02:00
ldif_handlers.h ldb-samba: Added handler to decode dnsProperty attribute 2011-10-20 05:53:05 +02:00
pyldb.c pyldb: Consistently use pyldb_ prefix. 2011-08-07 17:08:56 +02:00
README
samba_extensions.c
wscript_build ldbsamba: Move pyldb-utils dependency to python_samba__ldb 2014-05-14 04:01:46 +02: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.