summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-12-09tevent: tevent_schedule_immediate never failsVolker Lendecke1-1/+0
2011-12-08Add pep8.Jelmer Vernooij2-0/+1365
2011-12-08testtools: Update to new upstream revision.Jelmer Vernooij11-46/+750
2011-12-08pyldb: Add more docstrings.Jelmer Vernooij1-7/+12
2011-12-08Add samba_kcc load parameterDave Craft1-0/+11
2011-12-07Add version attribute for pytevent.Jelmer Vernooij3-1/+5
2011-12-06tevent: Install python tevent modules.Jelmer Vernooij1-0/+6
2011-12-06Add stub python module for tevent.Jelmer Vernooij1-0/+28
2011-12-06lib/util/util_tdb: adhere to coding style for tdb_data_is_empty()Michael Adam1-1/+2
2011-12-05tdb2: tlist: remove type arg from tlist_top(), tlist_tail()Rusty Russell1-1/+1
2011-12-05tdb2: display capability information in tdb_summary()Rusty Russell2-25/+145
2011-12-05tdb2: add a capability list from the header.Rusty Russell9-27/+410
2011-12-05tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg.Rusty Russell4-32/+47
2011-12-05tdb2: add an internal TDB_CANT_CHECK flag.Rusty Russell2-0/+12
2011-12-05tdb2: suppress failtest more than once on mmap.Rusty Russell1-0/+5
2011-12-05tdb2: simplify failtest helper.Rusty Russell2-31/+3
2011-12-05tdb2: failtest: use a linked list for history, not an array.Rusty Russell2-30/+26
2011-12-05tdb2: consolidate testing failtest suppression routines.Rusty Russell8-72/+14
2011-12-05tdb2: fix intermittant failure in run-50-multiple-freelists-fail.cRusty Russell4-10/+18
2011-12-05lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia...Rusty Russell1-3/+3
2011-12-05lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ...Rusty Russell3-10/+10
2011-12-05lib/ccan/asearch: fix example on 64 bit platforms.Rusty Russell1-1/+1
2011-12-05lib/ccan/htable: benchmark against hsearch(3)Rusty Russell3-2/+108
2011-12-05lib/ccan/likely: use htable_typeRusty Russell3-66/+80
2011-12-05lib/ccan/htable: HTABLE_INITIALIZER() for static initialization.Rusty Russell3-15/+29
2011-12-05lib/ccan/htable: clean up interface, document htable_type better.Rusty Russell9-254/+251
2011-12-05lib/ccan/htable: start empty.Rusty Russell4-39/+87
2011-12-05lib/ccan/htable, strset: benchmarking tools.Rusty Russell5-1/+1104
2011-12-05lib/ccan/str: fix warnings.Rusty Russell2-1/+5
2011-12-05lib/ccan/str: relicense to public domain.Rusty Russell6-513/+2
2011-12-05lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum...Rusty Russell1-2/+2
2011-12-05lib/ccan/htable: fix tools/speed.Rusty Russell1-2/+3
2011-12-05lib/ccan/build_assert: Remove stale LGPL license comment.Joey Adams1-1/+0
2011-12-05lib/ccan/array_size: relicense under public domain.Rusty Russell3-510/+1
2011-12-03Revert making public of the samba-module library.Jelmer Vernooij7-144/+64
2011-12-03lib/util: factor out tdb_data_is_emptyGregor Beck2-0/+5
2011-12-03tevent: Fix typo in build script.Jelmer Vernooij1-1/+1
2011-11-30Update ldb API sigs.Jelmer Vernooij2-0/+258
2011-11-30Bump ldb version to 1.1.4 after introduction of ldb_module_error.Jelmer Vernooij1-1/+1
2011-11-25socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE"Michael Adam1-3/+5
2011-11-25socket_wrapper: simplify include path for replace.hMichael Adam1-1/+1
2011-11-24Remove unused variable.Jeremy Allison1-1/+0
2011-11-23Fix uninitialized variable frees on error paths.Jeremy Allison1-11/+11
2011-11-23Ensure we don't free uninitialized variables.Jeremy Allison1-2/+2
2011-11-22s3 libaddns: Prevent a crash when dns_create_update failsKai Blin1-1/+1
2011-11-21Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s...Jeremy Allison2-5/+2
2011-11-20lib/param: add "SMB2_22" to enum_protocolStefan Metzmacher1-0/+1
2011-11-19socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity codeMatthias Dieter Wallnöfer1-0/+7
2011-11-17socket_wrapper: Added python interface to socket_wrapperAmitay Isaacs3-0/+938
2011-11-17ldb: Add handy macros for reporting error inside ldb moduleAmitay Isaacs1-0/+2