index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
ntdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
lib/ntdb: explicitly use allow_warnings=True for ntdb-test-helpers
Stefan Metzmacher
2014-04-02
1
-1
/
+2
*
samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4
Matthias Dieter Wallnöfer
2014-01-09
1
-4
/
+0
*
lib/ntdb optimize includes in ntdb tools
Christian Ambach
2013-12-07
7
-61
/
+5
*
lib/ntdb optimize includes in ntdb tests
Christian Ambach
2013-12-07
27
-97
/
+20
*
lib/ntdb correct includes in private header
Christian Ambach
2013-12-07
1
-0
/
+5
*
lib/ntdb fix compilation when libreplace is not around
Christian Ambach
2013-12-07
2
-1
/
+10
*
pyntdb: Add tests for Python API.
Jelmer Vernooij
2013-12-06
2
-2
/
+156
*
pyntdb: Don't segfault when passing in None as filename (for memory db)
Jelmer Vernooij
2013-12-06
1
-1
/
+1
*
pyntdb: Don't allow access after a database is closed.
Jelmer Vernooij
2013-12-06
2
-6
/
+77
*
docs: remove duplicate mention of "ntdbtool" in ntdbtool manpage.
Günther Deschner
2013-11-19
1
-4
/
+0
*
Release ntdb 1.0.
Jelmer Vernooij
2013-11-16
2
-1
/
+39
*
ntdb: Make sure variables passed by value are initialized.
Andreas Schneider
2013-10-11
1
-2
/
+3
*
ntdbtool.8.xml: Bump version up to 4.1.
Karolin Seeger
2013-08-21
1
-1
/
+1
*
ntdbrestore.8.xml: Bump version up to 4.1.
Karolin Seeger
2013-08-21
1
-1
/
+1
*
ntdbdump.8.xml: Bump version up to 4.1.
Karolin Seeger
2013-08-21
1
-1
/
+1
*
ntdbbackup.8.xml: Bump version up to 4.1.
Karolin Seeger
2013-08-21
1
-1
/
+1
*
ntdb.3.xml: Bump version up to 4.1.
Karolin Seeger
2013-08-21
1
-1
/
+1
*
Man pages for ntdb tools missing
Rusty Russell
2013-08-19
6
-5
/
+708
*
Fix bug 10025 - Lack of Sanity Checking in calls to malloc()/calloc().
Bill Parker
2013-07-17
2
-0
/
+20
*
build: Remove autoconf build system
Andrew Bartlett
2013-05-28
1
-41
/
+0
*
autoconf: build in NTDB.
Rusty Russell
2013-04-12
1
-1
/
+1
*
ntdb: don't call open hook when re-opening an existing database.
Rusty Russell
2013-03-23
2
-13
/
+22
*
ntdb: Cast getpid() result to unsigned int for GNU/Solaris build
Andrew Bartlett
2013-03-15
2
-8
/
+10
*
ntdb: fix database corruption when transaction doesn't change anything.
Rusty Russell
2013-02-20
3
-15
/
+91
*
ntdb: remove unused local variable.
Rusty Russell
2012-10-08
1
-2
/
+0
*
pyntdb: Fix init function for ntdb python module.
Pierre Lejeune
2012-09-25
1
-2
/
+2
*
ntdb: Try to fix the build on Solaris which does not have err
Andrew Bartlett
2012-09-23
1
-1
/
+1
*
lib/ntdb: Fix format string errors found by -Werror=format in ntdb tests
Andrew Bartlett
2012-07-30
1
-1
/
+1
*
ccan: we're subsystems, not a library.
Rusty Russell
2012-06-29
1
-5
/
+6
*
ntdb: take advantage of direct access across expand.
Rusty Russell
2012-06-22
1
-33
/
+15
*
ntdb: test arbitrary operations during ntdb_parse_record().
Rusty Russell
2012-06-22
2
-0
/
+90
*
ntdb: make database read-only during ntdb_parse() callback.
Rusty Russell
2012-06-22
6
-24
/
+195
*
ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.
Rusty Russell
2012-06-22
1
-14
/
+45
*
ntdb: enhancement to allow direct access to the ntdb map during expansion.
Rusty Russell
2012-06-22
5
-33
/
+86
*
ntdb: don't munmap the database on every close.
Rusty Russell
2012-06-22
2
-13
/
+16
*
ntdb: hand correct error code when alloc_read allocation fails.
Rusty Russell
2012-06-22
1
-1
/
+1
*
ntdb: respect TDB_NO_FSYNC flag for 'make test'
Rusty Russell
2012-06-22
51
-151
/
+187
*
Add --disable-ntdb option for building.
Jelmer Vernooij
2012-06-21
1
-0
/
+1
*
ntdb: fix occasional abort in testing.
Rusty Russell
2012-06-20
1
-1
/
+7
*
ntdb: add autoconf support.
Rusty Russell
2012-06-19
1
-0
/
+41
*
ntdb: update documentation.
Rusty Russell
2012-06-19
6
-5821
/
+505
*
ntdb: optimize ntdb_fetch.
Rusty Russell
2012-06-19
7
-51
/
+59
*
ntdb: add -h arg to ntdbrestore
Rusty Russell
2012-06-19
1
-8
/
+28
*
ntdb: reduce default hashsize on ntdbtorture.
Rusty Russell
2012-06-19
1
-3
/
+10
*
ntdb: add NTDB_ATTRIBUTE_HASHSIZE
Rusty Russell
2012-06-19
2
-2
/
+41
*
ntdb: remove hash table trees.
Rusty Russell
2012-06-19
36
-1662
/
+1096
*
ntdb: special accessor functions for read/write of an offset.
Rusty Russell
2012-06-19
3
-50
/
+114
*
ntdb: inline oob check
Rusty Russell
2012-06-19
6
-14
/
+24
*
ntdb: allocator attribute.
Rusty Russell
2012-06-19
15
-92
/
+311
*
ntdb: still prepare recovery area with NTDB_NOSYNC.
Rusty Russell
2012-06-19
1
-10
/
+8
[next]