summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* lib/param simplify server role values specified in smb.confAndrew Bartlett2011-11-171-5/+1
* param: use lp_is_security_and_server_role_valid()Andrew Bartlett2011-11-171-5/+11
* param: Check if server role and security parameters are conflictingAmitay Isaacs2011-11-172-0/+40
* param: Connect lp_security to the lib/param code to allow testsAndrew Bartlett2011-11-171-0/+10
* param: Move enum values into a common (included) .c fileAndrew Bartlett2011-11-172-81/+113
* param: move server role helpers into loadparm.hAndrew Bartlett2011-11-174-33/+5
* param: calculate server role from security, and security from server roleAndrew Bartlett2011-11-174-7/+201
* s3-param remove lp_domain_logons(), always use IS_DCAndrew Bartlett2011-11-171-1/+1
* param: make server role list common and include auto (for the new default)Andrew Bartlett2011-11-171-1/+9
* param: Add "domain logons" and "domain master" parametersAmitay Isaacs2011-11-171-0/+20
* lib/util/debug: with log level = 10 we should be more verboseStefan Metzmacher2011-11-161-3/+9