1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00
samba-mirror/source4/lib/ldb-samba
Andrew Bartlett 018f4a5889 libcli/util Bring samba4 unix -> nt_status code in common.
Due to library link orders, this is already the function that is being
used.  However we still need to sort out the duplicate symbol issues,
probably by renaming things.

Andrew Bartlett
2011-06-20 14:36:06 +10:00
..
ldb_ildap.c ldb:ldb_rename on ldap backends - handle the case when the RDN value is empty 2010-11-19 23:03:49 +01:00
ldb_wrap.c lib/util use modules_path(), data_path() and shlib_ext() from source3 2011-06-06 17:37:51 +10:00
ldb_wrap.h s4:ldb-samba/ldb_wrap.*-dsdb/samdb/samdb.c - handle LDB connection flags as unsigned 2011-05-21 16:21:14 +02:00
ldif_handlers.c ldb: use #include <ldb.h> for ldb 2011-02-10 06:51:07 +01:00
ldif_handlers.h s4-ldif_handlers Add handler for printing supplementalCredentials 2010-11-16 16:32:27 +11:00
pyldb.c auth: Move auth_session_info into IDL 2011-04-05 23:46:04 +02:00
README r25084: Move samba-specific code out of lib/ldb directory. 2007-10-10 15:06:26 -05:00
samba_extensions.c s4-modules Remove lp_ctx from init functions that no longer need it 2011-06-06 17:37:51 +10:00
wscript_build libcli/util Bring samba4 unix -> nt_status code in common. 2011-06-20 14:36:06 +10: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.