index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
tdb
Age
Commit message (
Expand
)
Author
Files
Lines
2011-01-06
tdbrestore: Update to GPLv3+, remove old FSF address.
Jelmer Vernooij
1
-3
/
+2
2011-01-01
s4-python: Only set BASETYPE flag if subclassing is supported.
Jelmer Vernooij
1
-1
/
+1
2011-01-01
talloc/tdb/tevent: Remove obsolete signatures files.
Jelmer Vernooij
1
-61
/
+0
2010-12-29
tdb: add ABI/tdb-1.2.9.sigs
Stefan Metzmacher
1
-0
/
+62
2010-12-29
tdb: tdb_summary() support.
Rusty Russell
7
-10
/
+206
2010-12-27
tdb: setup TEST_DATA_PREFIX for make test
Stefan Metzmacher
1
-1
/
+5
2010-12-24
tdb:tdbtorture: use TEST_DATA_PREFIX for files
Stefan Metzmacher
1
-8
/
+30
2010-12-24
tdb:tdbtest: use TEST_DATA_PREFIX for files
Stefan Metzmacher
1
-3
/
+28
2010-12-24
tdb: Remove autotools support.
Jelmer Vernooij
16
-3843
/
+96
2010-12-23
tdb: add ABI/tdb-1.2.8.sigs
Stefan Metzmacher
1
-0
/
+61
2010-12-21
tdb: Bump version number after symbol versioning changes.
Jelmer Vernooij
1
-1
/
+1
2010-12-21
pytdb: Make PyTdb variable static.
Jelmer Vernooij
1
-3
/
+3
2010-12-10
build: introduce SAMBA_CHECK_PYTHON_HEADERS
Matthieu Patou
1
-1
/
+1
2010-12-09
waf: remove the restriction that private libraries must not have a vnum
Andrew Tridgell
1
-3
/
+1
2010-12-09
waf-abi: auto-generate per-symbol versions from ABI files
Andrew Tridgell
1
-1
/
+1
2010-12-08
s4-pkgconfig: add @LIB_RPATH@ to our link flags
Andrew Tridgell
1
-1
/
+1
2010-11-27
tdb:common/open.c - use "discard_const_p" for certain "tdb->name" assignments
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-27
tdb:tdbstore.c - remove an useless '\'
Matthias Dieter Wallnöfer
1
-1
/
+1
2010-11-22
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Arnaud Faucher
1
-1
/
+1
2010-11-12
tdb: set tdb->name early, as it's needed for tdb_name()
Stefan Metzmacher
1
-6
/
+27
2010-11-03
waf: added reconfigure targets to our libraries
Andrew Tridgell
1
-0
/
+5
2010-11-01
tdb: Use waf by default.
Jelmer Vernooij
2
-14
/
+15
2010-10-31
s4: Remove the old perl/m4/make/mk-based build system.
Jelmer Vernooij
1
-66
/
+0
2010-10-26
waf: Only specify vnum for non-private libraries.
Jelmer Vernooij
1
-6
/
+12
2010-10-23
waf: Rename some BUNDLED_ functios to PRIVATE_.
Jelmer Vernooij
1
-1
/
+1
2010-10-23
tdb: Revert re-addition of tdb_set_logging_function.
Jelmer Vernooij
3
-3
/
+0
2010-10-23
tdb: commit the version 1.2.7 signatures
Matthias Dieter Wallnöfer
1
-0
/
+61
2010-10-21
Lowercase socket_wrapper name.
Jelmer Vernooij
3
-0
/
+3
2010-10-21
tdb: Set _PUBLIC_ in C file rather than header files (Debian bug 600898)
Jelmer Vernooij
12
-128
/
+126
2010-10-21
waf: replace the is_bundled option with private_library
Andrew Tridgell
1
-1
/
+1
2010-10-21
s4-build: fixed some formatting
Andrew Tridgell
1
-1
/
+2
2010-10-17
tdb: Bump version to 1.2.7 after addition of pytdb.__version__.
Jelmer Vernooij
1
-1
/
+1
2010-10-07
waf: fixed exit status of test suites
Andrew Tridgell
1
-2
/
+4
2010-10-04
tdb: Only use system pytdb when using system tdb.
Jelmer Vernooij
1
-2
/
+2
2010-10-04
tdb: Support using system pytdb.
Jelmer Vernooij
1
-8
/
+9
2010-10-04
pytdb: Add __version__ attribute.
Jelmer Vernooij
3
-1
/
+10
2010-10-02
pytdb: Include Python.h first to prevent warning.
Jelmer Vernooij
1
-1
/
+1
2010-10-02
pytdb: Check errors after PyObject_New() calls
Kirill Smelkov
1
-0
/
+7
2010-10-02
pytdb: Add support for tdb_repack()
Kirill Smelkov
2
-0
/
+15
2010-10-02
pytdb: Add TDB_INCOMPATIBLE_HASH open flag
Kirill Smelkov
1
-0
/
+1
2010-09-27
tdb: fix non-WAF build, commit 1.2.6 ABI file.
Rusty Russell
2
-1
/
+62
2010-09-27
tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.
Rusty Russell
6
-6
/
+23
2010-09-27
tdb: automatically identify Jenkins hash tdbs
Rusty Russell
1
-14
/
+27
2010-09-27
tdb: add Bob Jenkins lookup3 hash as helper hash.
Rusty Russell
7
-18
/
+447
2010-09-23
tdb: add restore
Volker Lendecke
5
-2
/
+310
2010-09-20
lib/tdb: fix c++ build warning in tdb_header_hash().
Günther Deschner
1
-1
/
+1
2010-09-19
pytdb: Make filename argument optional.
Jelmer Vernooij
2
-13
/
+15
2010-09-19
pytdb: Add support for tdb_freelist_size()
Kirill Smelkov
2
-0
/
+9
2010-09-19
pytdb: Add support for tdb_transaction_prepare_commit()
Kirill Smelkov
2
-0
/
+18
2010-09-19
pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...
Kirill Smelkov
2
-0
/
+30
[next]