1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-24 21:34:56 +03:00
samba-mirror/lib/ntdb
Rusty Russell 89b0d5ac6c ntdb: simply disallow NULL names.
TDB allows this for internal databases, but it's a bad idea, since the
name is useful for logging.

They're a hassle to deal with, and we'd just end up putting "unnamed"
in there, so let the user deal with it.  If they don't, they get an
informative core dump.

Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
2012-06-19 05:38:06 +02:00
..
ABI ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
doc ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
test ntdb: simply disallow NULL names. 2012-06-19 05:38:06 +02:00
tools ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
check.c ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
configure TDB2: Goodbye TDB2, Hello NTDB. 2012-06-19 05:38:06 +02:00
free.c ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE) 2012-06-19 05:38:06 +02:00
hash.c ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
io.c ntdb: make sure file is always a multiple of PAGESIZE (now NTDB_PGSIZE) 2012-06-19 05:38:06 +02:00
LICENSE TDB2: Goodbye TDB2, Hello NTDB. 2012-06-19 05:38:06 +02:00
lock.c ntdb: make fork test more thorough. 2012-06-19 05:38:06 +02:00
Makefile TDB2: Goodbye TDB2, Hello NTDB. 2012-06-19 05:38:06 +02:00
ntdb.c ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
ntdb.h ntdb: simply disallow NULL names. 2012-06-19 05:38:06 +02:00
ntdb.pc.in TDB2: Goodbye TDB2, Hello NTDB. 2012-06-19 05:38:06 +02:00
open.c ntdb: simply disallow NULL names. 2012-06-19 05:38:06 +02:00
private.h ntdb: reduce transaction pagesize from 64k to 16k. 2012-06-19 05:38:06 +02:00
pyntdb.c ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
summary.c ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
transaction.c ntdb: remove last block transactoin logic. 2012-06-19 05:38:06 +02:00
traverse.c ntdb: remove ntdb_error() 2012-06-19 05:38:06 +02:00
wscript ntdb: catch any valgrind errors in test 2012-06-19 05:38:06 +02:00