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 4ad97a1d05 Don't walk past the end of ldb values.
This is a partial fix towards bugs due to us walking past the end of
what we think are strings in ldb.  There is much more work to do in
this area.

Andrew Bartlett
(This used to be commit 5805a9a8f3)
2008-08-21 19:24:58 +10:00
..
config.mk Note the ldb syntax for attribute syntaxes in the table. 2008-08-18 20:30:27 +10:00
ldif_handlers.c Don't walk past the end of ldb values. 2008-08-21 19:24:58 +10:00
ldif_handlers.h Note the ldb syntax for attribute syntaxes in the table. 2008-08-18 20:30:27 +10:00
README r25084: Move samba-specific code out of lib/ldb directory. 2007-10-10 15:06:26 -05: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.