1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/source4/lib/ldb-samba
Jelmer Vernooij 3deece5591 s4: Remove the old perl/m4/make/mk-based build system.
The new waf-based build system now has all the same functionality, and
the old build system has been broken for quite some time.

Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Sun Oct 31 02:01:44 UTC 2010 on sn-devel-104
2010-10-31 02:01:44 +00:00
..
ldb_wrap.c s4:ldb-samba/ldb_wrap.c - fix indentation and trailing whitespaces 2010-10-17 10:23:41 +02:00
ldb_wrap.h s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem 2010-10-30 23:49:01 +11:00
ldif_handlers.c s4:ldif_handlers.c - fix a typo 2010-10-16 12:42:06 +02:00
ldif_handlers.h s4-ldb: added ldif handler for the dnsRecord attribute 2010-08-05 17:31:29 +10:00
pyldb.c s4-loadparm: 2nd half of lp_ to lpcfg_ conversion 2010-07-16 18:24:27 +10:00
README r25084: Move samba-specific code out of lib/ldb directory. 2007-10-10 15:06:26 -05:00
wscript_build s4-ldbwrap: split ldb-wrap out from the LDBSAMBA subsystem 2010-10-30 23:49:01 +11: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.