summaryrefslogtreecommitdiffstats
path: root/lib/ntdb
Commit message (Expand)AuthorAgeFilesLines
* lib/ntdb: explicitly use allow_warnings=True for ntdb-test-helpersStefan Metzmacher2014-04-021-1/+2
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* lib/ntdb optimize includes in ntdb toolsChristian Ambach2013-12-077-61/+5
* lib/ntdb optimize includes in ntdb testsChristian Ambach2013-12-0727-97/+20
* lib/ntdb correct includes in private headerChristian Ambach2013-12-071-0/+5
* lib/ntdb fix compilation when libreplace is not aroundChristian Ambach2013-12-072-1/+10
* pyntdb: Add tests for Python API.Jelmer Vernooij2013-12-062-2/+156
* pyntdb: Don't segfault when passing in None as filename (for memory db)Jelmer Vernooij2013-12-061-1/+1
* pyntdb: Don't allow access after a database is closed.Jelmer Vernooij2013-12-062-6/+77
* docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage.Günther Deschner2013-11-191-4/+0
* Release ntdb 1.0.Jelmer Vernooij2013-11-162-1/+39
* ntdb: Make sure variables passed by value are initialized.Andreas Schneider2013-10-111-2/+3
* ntdbtool.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-211-1/+1
* ntdbrestore.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-211-1/+1
* ntdbdump.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-211-1/+1
* ntdbbackup.8.xml: Bump version up to 4.1.Karolin Seeger2013-08-211-1/+1
* ntdb.3.xml: Bump version up to 4.1.Karolin Seeger2013-08-211-1/+1
* Man pages for ntdb tools missingRusty Russell2013-08-196-5/+708
* Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().Bill Parker2013-07-172-0/+20
* build: Remove autoconf build systemAndrew Bartlett2013-05-281-41/+0
* autoconf: build in NTDB.Rusty Russell2013-04-121-1/+1
* ntdb: don't call open hook when re-opening an existing database.Rusty Russell2013-03-232-13/+22
* ntdb: Cast getpid() result to unsigned int for GNU/Solaris buildAndrew Bartlett2013-03-152-8/+10
* ntdb: fix database corruption when transaction doesn't change anything.Rusty Russell2013-02-203-15/+91
* ntdb: remove unused local variable.Rusty Russell2012-10-081-2/+0
* pyntdb: Fix init function for ntdb python module.Pierre Lejeune2012-09-251-2/+2
* ntdb: Try to fix the build on Solaris which does not have errAndrew Bartlett2012-09-231-1/+1
* lib/ntdb: Fix format string errors found by -Werror=format in ntdb testsAndrew Bartlett2012-07-301-1/+1
* ccan: we're subsystems, not a library.Rusty Russell2012-06-291-5/+6
* ntdb: take advantage of direct access across expand.Rusty Russell2012-06-221-33/+15
* ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell2012-06-222-0/+90
* ntdb: make database read-only during ntdb_parse() callback.Rusty Russell2012-06-226-24/+195
* ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.Rusty Russell2012-06-221-14/+45
* ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell2012-06-225-33/+86
* ntdb: don't munmap the database on every close.Rusty Russell2012-06-222-13/+16
* ntdb: hand correct error code when alloc_read allocation fails.Rusty Russell2012-06-221-1/+1
* ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell2012-06-2251-151/+187
* Add --disable-ntdb option for building.Jelmer Vernooij2012-06-211-0/+1
* ntdb: fix occasional abort in testing.Rusty Russell2012-06-201-1/+7
* ntdb: add autoconf support.Rusty Russell2012-06-191-0/+41
* ntdb: update documentation.Rusty Russell2012-06-196-5821/+505
* ntdb: optimize ntdb_fetch.Rusty Russell2012-06-197-51/+59
* ntdb: add -h arg to ntdbrestoreRusty Russell2012-06-191-8/+28
* ntdb: reduce default hashsize on ntdbtorture.Rusty Russell2012-06-191-3/+10
* ntdb: add NTDB_ATTRIBUTE_HASHSIZERusty Russell2012-06-192-2/+41
* ntdb: remove hash table trees.Rusty Russell2012-06-1936-1662/+1096
* ntdb: special accessor functions for read/write of an offset.Rusty Russell2012-06-193-50/+114
* ntdb: inline oob checkRusty Russell2012-06-196-14/+24
* ntdb: allocator attribute.Rusty Russell2012-06-1915-92/+311
* ntdb: still prepare recovery area with NTDB_NOSYNC.Rusty Russell2012-06-191-10/+8