summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* modules: standardise on samba_init_module as the hook symbol to resolveAndrew Bartlett2011-10-062-4/+4
* lib/util: Use only init_module_fn typedef in module loadingAndrew Bartlett2011-10-062-3/+2
* lib/util: Remove unused module loading functionsAndrew Bartlett2011-10-062-14/+2
* lib/util: consolidate module loading into common codeAndrew Bartlett2011-10-063-0/+314
* ldb: support raw OIDs in control string parsingAndrew Tridgell2011-10-062-0/+19
* ldb: fixed memory leak in control string parsingAndrew Tridgell2011-10-061-0/+24
* lib/util: make sure panic action can attach a debugger on ubuntu (>=10.10)Stefan Metzmacher2011-10-041-0/+7
* s4-ldb: enable display of partialAttributeSet with --show-binaryAndrew Tridgell2011-10-042-1/+23
* testtools: Import new upstream snapshot.Jelmer Vernooij2011-10-0310-33/+597
* socket_wrapper: correctly handle dup()/dup2() ref countingStefan Metzmacher2011-09-291-85/+81
* socket_wrapper: pass down the fd explictly from the swrap_*() to the real_*()...Stefan Metzmacher2011-09-291-10/+11
* addns: Remove unused empty header fileKai Blin2011-09-251-30/+0
* net: Don't register link local addresses with DNSKai Blin2011-09-242-0/+24
* addns: Allow creating AAAA records during updatesKai Blin2011-09-242-4/+60
* build: Fix waf build on MacOS XAndrew Bartlett2011-09-231-1/+1
* build: avoid util.h as a public header name due to conflict with MacOSAndrew Bartlett2011-09-237-7/+7
* lib/util: move some timespec helpers from source3 to the toplevelStefan Metzmacher2011-09-232-0/+127
* tdb2: change --enable-tdb2-breaks-compat to --enable-tdb2Rusty Russell2011-09-211-2/+2
* tdb_compat: add "TDB_COMPAT_USE_TDB2" environment variableRusty Russell2011-09-211-0/+4
* tdb_compat: honour hashsize arg when using tdb2 with TDB_VERSION1 flag.Rusty Russell2011-09-212-3/+10
* tdb_compat: handle TDB_VOLATILE flag.Rusty Russell2011-09-212-2/+12
* tdb_compat: handle TDB_INCOMPATIBLE_HASH flag.Rusty Russell2011-09-212-2/+12
* tdb2: allow readonly changes even while holding locks.Rusty Russell2011-09-201-10/+0
* lib/util/charset: remove charset module loadingAndrew Bartlett2011-09-209-172/+105
* lib/util/charcnv: Remove broken internal CP850 and CP464 modulesAndrew Bartlett2011-09-204-364/+0
* ldb:"ldb_extended" -make the call more similar to "ldb_search"Matthias Dieter Wallnöfer2011-09-191-2/+6
* swrap: Fix a c++ warningVolker Lendecke2011-09-181-1/+2
* pyldb: Drop unnecessary dependency on pytalloc-util.Jelmer Vernooij2011-09-182-2/+1
* talloc: change version to 2.0.7Stefan Metzmacher2011-09-153-1/+69
* tdb2: remove bogus leftover .orig file.Rusty Russell2011-09-141-618/+0
* tdb_compat: change offset of CLEAR_IF_FIRST lock.Rusty Russell2011-09-141-2/+2
* tdb_compat: support tdb_reopen/tdb_reopen_all for TDB2Rusty Russell2011-09-142-3/+49
* tdb2: fix prototypes which return enum TDB_ERROR.Rusty Russell2011-09-142-10/+10
* tdb2: fix return handling in pytdb wrapper.Rusty Russell2011-09-141-8/+10
* tdb2: add error conversion functions.Rusty Russell2011-09-1412-91/+97
* tdb2: set tdb_error() on tdb_transaction_prepare_commit.Rusty Russell2011-09-141-1/+1
* tdb2: make tests work in parallel.Rusty Russell2011-09-146-6/+6
* tdb2: fix error handling for tdb1_transaction_commit.Rusty Russell2011-09-141-1/+2
* tdb2: don't return -1 (ie. TDB_ERR_CORRUPT) on transaction write fail.Rusty Russell2011-09-141-1/+1
* tdb2: enhance tdb1 porting document.Rusty Russell2011-09-141-0/+28
* tdb2: delete old tdb1 tests.Rusty Russell2011-09-142-394/+0
* tdb2: test: Speed up run-01-new_database.Rusty Russell2011-09-142-7/+78
* tdb2: speed up testing.Rusty Russell2011-09-142-5/+7
* tdb2: test: convert (non-invasive) run tests to api tests.Rusty Russell2011-09-1423-23/+115
* tdb2: test: fix run-57-die-during-transaction.c to be more efficient.Rusty Russell2011-09-143-3/+18
* tdb2: don't continue if tdb1_find fails.Rusty Russell2011-09-141-16/+37
* tdb2: test: try (almost) all tests with TDB_VERSION1 flag.Rusty Russell2011-09-1433-128/+364
* tdb2: log allocation failures in tdb1 backend.Rusty Russell2011-09-144-12/+30
* tdb2: fix bogus error from tdb_unlockall() after fork in tdb1 backend.Rusty Russell2011-09-141-3/+3
* tdb2: check lock owner in tdb1 backend.Rusty Russell2011-09-143-27/+88