Age | Commit message (Expand) | Author | Files | Lines |
2011-12-05 | tdb2: tlist: remove type arg from tlist_top(), tlist_tail() | Rusty Russell | 1 | -1/+1 |
2011-12-05 | tdb2: display capability information in tdb_summary() | Rusty Russell | 2 | -25/+145 |
2011-12-05 | tdb2: add a capability list from the header. | Rusty Russell | 9 | -27/+410 |
2011-12-05 | tdb2: provide tdb_layout_write() rather than implying it by new_tdb_layout arg. | Rusty Russell | 4 | -32/+47 |
2011-12-05 | tdb2: add an internal TDB_CANT_CHECK flag. | Rusty Russell | 2 | -0/+12 |
2011-12-05 | tdb2: suppress failtest more than once on mmap. | Rusty Russell | 1 | -0/+5 |
2011-12-05 | tdb2: simplify failtest helper. | Rusty Russell | 2 | -31/+3 |
2011-12-05 | tdb2: failtest: use a linked list for history, not an array. | Rusty Russell | 2 | -30/+26 |
2011-12-05 | tdb2: consolidate testing failtest suppression routines. | Rusty Russell | 8 | -72/+14 |
2011-12-05 | tdb2: fix intermittant failure in run-50-multiple-freelists-fail.c | Rusty Russell | 4 | -10/+18 |
2011-12-05 | lib/ccan/cast: fix warnings with -Wextra (specifically -Wmissing-field-initia... | Rusty Russell | 1 | -3/+3 |
2011-12-05 | lib/ccan/compiler, ilog: IDEMPOTENT "idempotent does not mean what you think ... | Rusty Russell | 3 | -10/+10 |
2011-12-05 | lib/ccan/asearch: fix example on 64 bit platforms. | Rusty Russell | 1 | -1/+1 |
2011-12-05 | lib/ccan/htable: benchmark against hsearch(3) | Rusty Russell | 3 | -2/+108 |
2011-12-05 | lib/ccan/likely: use htable_type | Rusty Russell | 3 | -66/+80 |
2011-12-05 | lib/ccan/htable: HTABLE_INITIALIZER() for static initialization. | Rusty Russell | 3 | -15/+29 |
2011-12-05 | lib/ccan/htable: clean up interface, document htable_type better. | Rusty Russell | 9 | -254/+251 |
2011-12-05 | lib/ccan/htable: start empty. | Rusty Russell | 4 | -39/+87 |
2011-12-05 | lib/ccan/htable, strset: benchmarking tools. | Rusty Russell | 5 | -1/+1104 |
2011-12-05 | lib/ccan/str: fix warnings. | Rusty Russell | 2 | -1/+5 |
2011-12-05 | lib/ccan/str: relicense to public domain. | Rusty Russell | 6 | -513/+2 |
2011-12-05 | lib/ccan/typesafe_cb: fix example macro ordering in typesafe_cb_preargs docum... | Rusty Russell | 1 | -2/+2 |
2011-12-05 | lib/ccan/htable: fix tools/speed. | Rusty Russell | 1 | -2/+3 |
2011-12-05 | lib/ccan/build_assert: Remove stale LGPL license comment. | Joey Adams | 1 | -1/+0 |
2011-12-05 | lib/ccan/array_size: relicense under public domain. | Rusty Russell | 3 | -510/+1 |
2011-12-03 | Revert making public of the samba-module library. | Jelmer Vernooij | 7 | -144/+64 |
2011-12-03 | lib/util: factor out tdb_data_is_empty | Gregor Beck | 2 | -0/+5 |
2011-12-03 | tevent: Fix typo in build script. | Jelmer Vernooij | 1 | -1/+1 |
2011-11-30 | Update ldb API sigs. | Jelmer Vernooij | 2 | -0/+258 |
2011-11-30 | Bump ldb version to 1.1.4 after introduction of ldb_module_error. | Jelmer Vernooij | 1 | -1/+1 |
2011-11-25 | socket_wrapper: use libreplace headers based on "#ifdef HAVE_LIBREPLACE" | Michael Adam | 1 | -3/+5 |
2011-11-25 | socket_wrapper: simplify include path for replace.h | Michael Adam | 1 | -1/+1 |
2011-11-24 | Remove unused variable. | Jeremy Allison | 1 | -1/+0 |
2011-11-23 | Fix uninitialized variable frees on error paths. | Jeremy Allison | 1 | -11/+11 |
2011-11-23 | Ensure we don't free uninitialized variables. | Jeremy Allison | 1 | -2/+2 |
2011-11-22 | s3 libaddns: Prevent a crash when dns_create_update fails | Kai Blin | 1 | -1/+1 |
2011-11-21 | Fix a bunch of "warning: variable ‘XXXX’ set but not used [-Wunused-but-s... | Jeremy Allison | 2 | -5/+2 |
2011-11-20 | lib/param: add "SMB2_22" to enum_protocol | Stefan Metzmacher | 1 | -0/+1 |
2011-11-19 | socket_wrapper/py_socket_wrapper.c - include Python 2.4 compatiblity code | Matthias Dieter Wallnöfer | 1 | -0/+7 |
2011-11-17 | socket_wrapper: Added python interface to socket_wrapper | Amitay Isaacs | 3 | -0/+938 |
2011-11-17 | ldb: Add handy macros for reporting error inside ldb module | Amitay Isaacs | 1 | -0/+2 |
2011-11-17 | lib/param simplify server role values specified in smb.conf | Andrew Bartlett | 1 | -5/+1 |
2011-11-17 | param: use lp_is_security_and_server_role_valid() | Andrew Bartlett | 1 | -5/+11 |
2011-11-17 | param: Check if server role and security parameters are conflicting | Amitay Isaacs | 2 | -0/+40 |
2011-11-17 | param: Connect lp_security to the lib/param code to allow tests | Andrew Bartlett | 1 | -0/+10 |
2011-11-17 | param: Move enum values into a common (included) .c file | Andrew Bartlett | 2 | -81/+113 |
2011-11-17 | param: move server role helpers into loadparm.h | Andrew Bartlett | 4 | -33/+5 |
2011-11-17 | param: calculate server role from security, and security from server role | Andrew Bartlett | 4 | -7/+201 |
2011-11-17 | s3-param remove lp_domain_logons(), always use IS_DC | Andrew Bartlett | 1 | -1/+1 |
2011-11-17 | param: make server role list common and include auto (for the new default) | Andrew Bartlett | 1 | -1/+9 |