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
Petr Viktorin 02980268e8 Remove use of the "staticforward" macro
This macro was used for compatibility with broken compilers.
Since Python 2.3, it is always defined as `static`, and only exists
"for source compatibility with old C extensions".

Signed-off-by: Petr Viktorin <pviktori@redhat.com>
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
2015-01-22 10:51:07 +01:00
..
tests lib/ldb-samba: Add comment dicouraging use of schemaUpgradeInProgress 2014-12-22 02:42:42 +01: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_matching_rules.c ldb-samba: Implement transitive extended matching 2014-12-22 00:18:09 +01:00
ldb_matching_rules.h ldb-samba: Implement transitive extended matching 2014-12-22 00:18:09 +01:00
ldb_wrap.c lib/ldb-samba: fix a compiler warning 2013-12-12 14:21:27 -08: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 ldb-samba: Implement transitive extended matching 2014-12-22 00:18:09 +01:00
ldif_handlers.h lib/ldb-samba: add ldif handler for msDS-TrustForestTrustInfo 2014-11-20 16:23:06 +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: Implement transitive extended matching 2014-12-22 00:18:09 +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.