lib/util: Add back control of mmap and hash size in tdb for top level build
[ira/wip.git] / lib /
2011-10-13 Andrew Bartlettlib/util: Add back control of mmap and hash size in...
2011-10-13 Andrew Bartlettlib/param Print error when mkdir of lock path fails
2011-10-13 Andrew Bartlettlib/param Add 'use mmap' parameter to control tdb use...
2011-10-13 Rusty Russellconfig.h: define HAVE_LIBREPLACE
2011-10-12 Gregor Becks3:utils change data_blob_dup_talloc() to take a DATA_B...
2011-10-11 Jelmer Vernooijs4/param: Expose lpcfg_smb_ports and lpcfg_socket_optio...
2011-10-11 Jelmer Vernooijparam: Expose lpcfg_smb_ports, required by winexe.
2011-10-11 Stefan Metzmacherlib/param: fix typo _SAMBA_BUILD => _SAMBA_BUILD_ causi...
2011-10-11 Matthias Dieter... ldb:ldb_autotransaction_request - error string shouldn...
2011-10-11 Matthias Dieter... ldb:pyldb.c - py_ldb_* modification calls - error strin...
2011-10-11 Matthias Dieter... ldb:ldb.c/"ldb_wait" - make "ldb_wait" always return...
2011-10-11 Matthias Dieter... ldb:ldb.c/"ldb_wait" - change "ldb_wait" slightly in...
2011-10-11 Matthias Dieter... ldb:ldb.c/"ldb_request" - make "ldb_request" always...
2011-10-11 Matthias Dieter... ldb:ldb.c - "ldb_set_errstring" can be implemented...
2011-10-11 Matthias Dieter... ldb:ldb_autotransaction_request - fix a typo in a comment
2011-10-11 Andrew Bartlettlib/param Avoid dyn_ defines that are not provided...
2011-10-11 Andrew Bartlettlib/param Use strcasecmp_m rather than strcasecmp as...
2011-10-11 Andrew Bartlettlib/param Use talloc_strdup rather than strdup as strdu...
2011-10-11 Andrew Bartlettlib/param Avoid the name string_set as this is already...
2011-10-11 Andrew Bartlettlib/param Avoid the use of the name service_ok() which...
2011-10-11 Andrew Bartlettlib/param: Remove unused #include of lib/socket/socket.h
2011-10-11 Andrew Bartlettlibcli/smb Move CSC_POLICY_* definition to smb_constants.h
2011-10-11 Andrew Bartlettlib/param move source4 param code to the top level
2011-10-10 Stefan Metzmacherldb: change version to 1.1.3 after pyldb changes ldb-1.1.3
2011-10-07 Stefan MetzmacherRevert "ldb: support raw OIDs in control string parsing"
2011-10-07 Stefan Metzmacherldb/ldb_controls: allow oid up to 255 chars
2011-10-07 Andreas Schneideruid_wrapper: Add uwrap_setresuid().
2011-10-07 Andreas Schneideruid_wrapper: Add uwrap_setregid().
2011-10-07 Andreas Schneideruid_wrapper: Add uwrap_setreuid().
2011-10-07 Andrew Bartlettbuild: Reduce build systems to just top level waf and...
2011-10-06 Volker Lendeckes3: Use the uid_wrapper
2011-10-06 Volker Lendeckeuid_wrapper: We have talloc_array_length, no need for...
2011-10-06 Andrew Bartlettlib/util: consolidate module loading
2011-10-06 Andrew Bartlettmodules: standardise on samba_init_module as the hook...
2011-10-06 Andrew Bartlettlib/util: Use only init_module_fn typedef in module...
2011-10-06 Andrew Bartlettlib/util: Remove unused module loading functions
2011-10-06 Andrew Bartlettlib/util: consolidate module loading into common code
2011-10-06 Andrew Tridgellldb: support raw OIDs in control string parsing
2011-10-06 Andrew Tridgellldb: fixed memory leak in control string parsing
2011-10-04 Stefan Metzmacherlib/util: make sure panic action can attach a debugger...
2011-10-04 Andrew Tridgells4-ldb: enable display of partialAttributeSet with...
2011-10-03 Jelmer Vernooijtesttools: Import new upstream snapshot.
2011-09-29 Stefan Metzmachersocket_wrapper: correctly handle dup()/dup2() ref counting
2011-09-29 Stefan Metzmachersocket_wrapper: pass down the fd explictly from the...
2011-09-25 Kai Blinaddns: Remove unused empty header file
2011-09-25 Kai Blinnet: Don't register link local addresses with DNS
2011-09-25 Kai Blinaddns: Allow creating AAAA records during updates
2011-09-23 Andrew Bartlettbuild: Fix waf build on MacOS X
2011-09-23 Andrew Bartlettbuild: avoid util.h as a public header name due to...
2011-09-22 Stefan Metzmacherlib/util: move some timespec helpers from source3 to...
2011-09-21 Rusty Russelltdb2: change --enable-tdb2-breaks-compat to --enable...
2011-09-21 Rusty Russelltdb_compat: add "TDB_COMPAT_USE_TDB2" environment variable
2011-09-21 Rusty Russelltdb_compat: honour hashsize arg when using tdb2 with...
2011-09-21 Rusty Russelltdb_compat: handle TDB_VOLATILE flag.
2011-09-21 Rusty Russelltdb_compat: handle TDB_INCOMPATIBLE_HASH flag.
2011-09-20 Rusty Russelltdb2: allow readonly changes even while holding locks.
2011-09-20 Andrew Bartlettlib/util/charset: remove charset module loading
2011-09-20 Andrew Bartlettlib/util/charcnv: Remove broken internal CP850 and...
2011-09-19 Matthias Dieter... ldb:"ldb_extended" -make the call more similar to ...
2011-09-18 Volker Lendeckeswrap: Fix a c++ warning
2011-09-18 Jelmer Vernooijpyldb: Drop unnecessary dependency on pytalloc-util.
2011-09-15 Stefan Metzmachertalloc: change version to 2.0.7 talloc-2.0.7
2011-09-14 Rusty Russelltdb2: remove bogus leftover .orig file.
2011-09-14 Rusty Russelltdb_compat: change offset of CLEAR_IF_FIRST lock.
2011-09-13 Rusty Russelltdb_compat: support tdb_reopen/tdb_reopen_all for TDB2
2011-09-13 Rusty Russelltdb2: fix prototypes which return enum TDB_ERROR.
2011-09-13 Rusty Russelltdb2: fix return handling in pytdb wrapper.
2011-09-13 Rusty Russelltdb2: add error conversion functions.
2011-09-13 Rusty Russelltdb2: set tdb_error() on tdb_transaction_prepare_commit.
2011-09-13 Rusty Russelltdb2: make tests work in parallel.
2011-09-13 Rusty Russelltdb2: fix error handling for tdb1_transaction_commit.
2011-09-13 Rusty Russelltdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transact...
2011-09-13 Rusty Russelltdb2: enhance tdb1 porting document.
2011-09-13 Rusty Russelltdb2: delete old tdb1 tests.
2011-09-13 Rusty Russelltdb2: test: Speed up run-01-new_database.
2011-09-13 Rusty Russelltdb2: speed up testing.
2011-09-13 Rusty Russelltdb2: test: convert (non-invasive) run tests to api...
2011-09-13 Rusty Russelltdb2: test: fix run-57-die-during-transaction.c to...
2011-09-13 Rusty Russelltdb2: don't continue if tdb1_find fails.
2011-09-13 Rusty Russelltdb2: test: try (almost) all tests with TDB_VERSION1...
2011-09-13 Rusty Russelltdb2: log allocation failures in tdb1 backend.
2011-09-13 Rusty Russelltdb2: fix bogus error from tdb_unlockall() after fork...
2011-09-13 Rusty Russelltdb2: check lock owner in tdb1 backend.
2011-09-13 Rusty Russelltdb2: return TDB_ERR_RDONLY from transactions on R...
2011-09-13 Rusty Russelltdb2: add stats to tdb1 backend.
2011-09-13 Rusty Russelltdb2: increment seqnum on tdb_wipe_all in tdb1 backend.
2011-09-13 Rusty Russelltdb2: log an error when calling tdb_store() on read...
2011-09-13 Rusty Russelltdb2: catch errors in tdb1_needs_recovery()
2011-09-13 Rusty Russelltdb2: add tdb_attribute_tdb1_max_dead
2011-09-13 Rusty Russelltdb2: expose and document tdb1_incompatible_hash.
2011-09-13 Rusty Russelltdb2: make tdb1_null static.
2011-09-13 Rusty Russelltdb2: tdb_repack
2011-09-13 Rusty Russelltdb2: unify tdb1_wipe into tdb_wipe.
2011-09-13 Rusty Russelltdb2: unify tdb1_get_seqnum/tdb1_increment_seqnum into...
2011-09-13 Rusty Russelltdb2: unify tdb1_firstkey/tdb1_nextkey into tdb_firstke...
2011-09-13 Rusty Russelltdb2: unify tdb1_check and tdb1_summary into tdb_check...
2011-09-13 Rusty Russelltdb2: unify tdb1_transaction_start etc. into tdb_transa...
2011-09-13 Rusty Russelltdb2: unify tdb1_parse_record into tdb_parse_record
2011-09-13 Rusty Russelltdb2: unify tdb1_chainlock et al. into tdb_chainlock
2011-09-13 Rusty Russelltdb2: unify tdb1_traverse into tdb_traverse
next