summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* talloc: Fix #include line in manpage.Jelmer Vernooij2010-10-091-1/+1
* pytalloc: Fix warning that we are subtracting void* pointersKamen Mazdrashki2010-10-081-1/+1
* tevent: Do not use talloc_autofree_contextVolker Lendecke2010-10-082-4/+3
* Move talloc_enable_null_tracking() to the s3 daemonsVolker Lendecke2010-10-081-7/+0
* waf: fixed exit status of test suitesAndrew Tridgell2010-10-072-4/+8
* tevent: Only call handlers that ask for eventsVolker Lendecke2010-10-061-1/+1
* idtree: fix right shift of signed ints, crash on large ids on AIXRusty Russell2010-10-061-1/+1
* lib/util/asn1: let asn1_peek_full_tag() return an error if we fail to parse t...Stefan Metzmacher2010-10-041-1/+13
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-10-041-0/+1
* tdb: Only use system pytdb when using system tdb.Jelmer Vernooij2010-10-041-2/+2
* tdb: Support using system pytdb.Jelmer Vernooij2010-10-041-8/+9
* pytdb: Add __version__ attribute.Jelmer Vernooij2010-10-043-1/+10
* pytdb: Include Python.h first to prevent warning.Jelmer Vernooij2010-10-021-1/+1
* pytdb: Check errors after PyObject_New() callsKirill Smelkov2010-10-021-0/+7
* pytdb: Add support for tdb_repack()Kirill Smelkov2010-10-022-0/+15
* pytdb: Add TDB_INCOMPATIBLE_HASH open flagKirill Smelkov2010-10-021-0/+1
* s3: Fix a 64-bit BUGVolker Lendecke2010-10-021-1/+1
* samba: share select wrappers.Günther Deschner2010-10-014-2/+242
* subunit: Import new upstream snapshot (adds subunit_progress())Jelmer Vernooij2010-09-304-0/+80
* testtools: Import new upstream snapshot.Jelmer Vernooij2010-09-305-3/+49
* util: added BINARY_ARRAY_SEARCH_V()Andrew Tridgell2010-09-291-0/+16
* ldb/tevent: Fix detection of waf paths.Jelmer Vernooij2010-09-282-2/+11
* tevent: Remove make targets that are not relevant for tevent.Jelmer Vernooij2010-09-281-8/+0
* tevent: Don't update Makefile/configure files.Jelmer Vernooij2010-09-282-2/+12
* tsocket: make sure we delete the fd event before calling close()Stefan Metzmacher2010-09-281-0/+1
* Remove talloc_autofree_context() from pm_processVolker Lendecke2010-09-271-1/+1
* Lift talloc_autofree_context() from OpenConfFile()Volker Lendecke2010-09-271-3/+3
* libsmbconf: parse an empty share as empty share, not as NULL.Michael Adam2010-09-271-5/+1
* lib/util: change tevent_req_nterror() to a macroStefan Metzmacher2010-09-272-3/+10
* tdb: fix non-WAF build, commit 1.2.6 ABI file.Rusty Russell2010-09-272-1/+62
* tdb: TDB_INCOMPATIBLE_HASH, to allow safe changing of default hash.Rusty Russell2010-09-276-6/+23
* tdb: automatically identify Jenkins hash tdbsRusty Russell2010-09-271-14/+27
* tdb: add Bob Jenkins lookup3 hash as helper hash.Rusty Russell2010-09-277-18/+447
* lib/util/asn1: add asn1_peek_tag_needed_size() and asn1_peek_full_tag()Stefan Metzmacher2010-09-262-0/+85
* pyteven: Fix build warnings.Jelmer Vernooij2010-09-251-6/+16
* Check in configure/Makefile for those projects that have waf as primary build...Jelmer Vernooij2010-09-252-0/+71
* pytevent: Add more tests.Jelmer Vernooij2010-09-252-2/+81
* pytevent: Fill in client side fnuctions.Jelmer Vernooij2010-09-251-52/+393
* tevent: Add infrastructure for python bindings.Jelmer Vernooij2010-09-252-1/+418
* tevent: Switch to using waf by default.Jelmer Vernooij2010-09-252-14/+15
* talloc: Add a warning about talloc_autofree_context() and dlclose()Volker Lendecke2010-09-242-0/+22
* tdb: add restoreVolker Lendecke2010-09-235-2/+310
* torture: Remove unused variable.Jelmer Vernooij2010-09-231-1/+0
* lib-subunit: fixed build on systems without subunit devel libraryAndrew Tridgell2010-09-231-4/+2
* smbtorture: Report times.Jelmer Vernooij2010-09-223-5/+39
* torture: Use system subunit library if available.Jelmer Vernooij2010-09-222-1/+14
* smbtorture: Use subunit C library.Jelmer Vernooij2010-09-222-28/+27
* libreplace: fix endless strerror_r has been redefined warnings on AIXBjörn Jacke2010-09-221-0/+1
* torture: Remove active_testname variable.Jelmer Vernooij2010-09-212-22/+1
* torture: Fix running individual tests.Jelmer Vernooij2010-09-213-28/+70