summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* tevent: tevent_schedule_immediate never failsVolker Lendecke2011-12-091-1/+0
* Add pep8.Jelmer Vernooij2011-12-082-0/+1365
* testtools: Update to new upstream revision.Jelmer Vernooij2011-12-0811-46/+750
* pyldb: Add more docstrings.Jelmer Vernooij2011-12-081-7/+12
* Add samba_kcc load parameterDave Craft2011-12-081-0/+11
* Add version attribute for pytevent.Jelmer Vernooij2011-12-073-1/+5
* tevent: Install python tevent modules.Jelmer Vernooij2011-12-061-0/+6
* Add stub python module for tevent.Jelmer Vernooij2011-12-061-0/+28
* lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()Michael Adam2011-12-061-1/+2
* tdb2: tlist: remove type arg from tlist_top(), tlist_tail()Rusty Russell2011-12-051-1/+1
* tdb2: display capability information in tdb_summary()Rusty Russell2011-12-052-25/+145
* tdb2: add a capability list from the header.Rusty Russell2011-12-059-27/+410
* tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg.Rusty Russell2011-12-054-32/+47
* tdb2: add an internal TDB_CANT_CHECK flag.Rusty Russell2011-12-052-0/+12
* tdb2: suppress failtest more than once on mmap.Rusty Russell2011-12-051-0/+5
* tdb2: simplify failtest helper.Rusty Russell2011-12-052-31/+3
* tdb2: failtest: use a linked list for history, not an array.Rusty Russell2011-12-052-30/+26
* tdb2: consolidate testing failtest suppression routines.Rusty Russell2011-12-058-72/+14
* tdb2: fix intermittant failure in run-50-multiple-freelists-fail.cRusty Russell2011-12-054-10/+18
* lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia...Rusty Russell2011-12-051-3/+3
* lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ...Rusty Russell2011-12-053-10/+10
* lib/ccan/asearch: fix example on 64 bit platforms.Rusty Russell2011-12-051-1/+1
* lib/ccan/htable: benchmark against hsearch(3)Rusty Russell2011-12-053-2/+108
* lib/ccan/likely: use htable_typeRusty Russell2011-12-053-66/+80
* lib/ccan/htable: HTABLE_INITIALIZER() for static initialization.Rusty Russell2011-12-053-15/+29
* lib/ccan/htable: clean up interface, document htable_type better.Rusty Russell2011-12-059-254/+251
* lib/ccan/htable: start empty.Rusty Russell2011-12-054-39/+87
* lib/ccan/htable, strset: benchmarking tools.Rusty Russell2011-12-055-1/+1104
* lib/ccan/str: fix warnings.Rusty Russell2011-12-052-1/+5
* lib/ccan/str: relicense to public domain.Rusty Russell2011-12-056-513/+2
* lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum...Rusty Russell2011-12-051-2/+2
* lib/ccan/htable: fix tools/speed.Rusty Russell2011-12-051-2/+3
* lib/ccan/build_assert: Remove stale LGPL license comment.Joey Adams2011-12-051-1/+0
* lib/ccan/array_size: relicense under public domain.Rusty Russell2011-12-053-510/+1
* Revert making public of the samba-module library.Jelmer Vernooij2011-12-037-144/+64
* lib/util: factor out tdb_data_is_emptyGregor Beck2011-12-032-0/+5
* tevent: Fix typo in build script.Jelmer Vernooij2011-12-031-1/+1
* Update ldb API sigs.Jelmer Vernooij2011-11-302-0/+258
* Bump ldb version to 1.1.4 after introduction of ldb_module_error.Jelmer Vernooij2011-11-301-1/+1
* socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"Michael Adam2011-11-251-3/+5
* socket_wrapper: simplify include path for replace.hMichael Adam2011-11-251-1/+1
* Remove unused variable.Jeremy Allison2011-11-241-1/+0
* Fix uninitialized variable frees on error paths.Jeremy Allison2011-11-231-11/+11
* Ensure we don't free uninitialized variables.Jeremy Allison2011-11-231-2/+2
* s3 libaddns: Prevent a crash when dns_create_update failsKai Blin2011-11-221-1/+1
* Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2011-11-212-5/+2
* lib/param: add "SMB2_22" to enum_protocolStefan Metzmacher2011-11-201-0/+1
* socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity codeMatthias Dieter Wallnöfer2011-11-191-0/+7
* socket_wrapper: Added python interface to socket_wrapperAmitay Isaacs2011-11-173-0/+938
* ldb: Add handy macros for reporting error inside ldb moduleAmitay Isaacs2011-11-171-0/+2