1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-25 23:21:54 +03:00
samba-mirror/lib/ntdb
Christian Ambach 5390ff5a26 lib/ntdb optimize includes in ntdb tools
use the private header (which will use libreplace or system headers)
instead of direct includes of system includes

Signed-off-by: Christian Ambach <ambi@samba.org>
Reviewed-by: Rusty Russell <rusty@samba.org>

Autobuild-User(master): Christian Ambach <ambi@samba.org>
Autobuild-Date(master): Sat Dec  7 18:38:21 CET 2013 on sn-devel-104
2013-12-07 18:38:21 +01:00
..
ABI Release ntdb 1.0. 2013-11-16 19:06:59 +01:00
doc ntdb: make database read-only during ntdb_parse() callback. 2012-06-22 07:35:17 +02:00
man docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage. 2013-11-19 09:52:39 +01:00
test lib/ntdb optimize includes in ntdb tests 2013-12-07 16:45:15 +01:00
tools lib/ntdb optimize includes in ntdb tools 2013-12-07 18:38:21 +01:00
check.c ntdb: Make sure variables passed by value are initialized. 2013-10-11 18:05:19 +02:00
configure
free.c ntdb: remove unused local variable. 2012-10-08 04:43:36 +02:00
hash.c ntdb: take advantage of direct access across expand. 2012-06-22 07:35:17 +02:00
io.c ntdb: allow direct access for NTDB_INTERNAL dbs during expansion. 2012-06-22 07:35:17 +02:00
LICENSE
lock.c ntdb: Cast getpid() result to unsigned int for GNU/Solaris build 2013-03-15 10:38:25 -07:00
Makefile
ntdb.c lib/ntdb fix compilation when libreplace is not around 2013-12-07 16:45:15 +01:00
ntdb.h lib/ntdb fix compilation when libreplace is not around 2013-12-07 16:45:15 +01:00
ntdb.pc.in
open.c ntdb: don't call open hook when re-opening an existing database. 2013-03-23 09:39:50 +01:00
private.h lib/ntdb correct includes in private header 2013-12-07 16:45:15 +01:00
pyntdb.c pyntdb: Don't segfault when passing in None as filename (for memory db) 2013-12-06 05:21:03 +01:00
summary.c ntdb: remove hash table trees. 2012-06-19 05:38:07 +02:00
transaction.c ntdb: fix database corruption when transaction doesn't change anything. 2013-02-20 05:31:19 +01:00
traverse.c ntdb: optimize ntdb_fetch. 2012-06-19 05:38:07 +02:00
wscript pyntdb: Add tests for Python API. 2013-12-06 05:21:03 +01:00