Age | Commit message (Expand) | Author | Files | Lines |
2011-12-25 | tdb: Use tdb_parse_record in tdb_update_hash | Volker Lendecke | 1 | -12/+16 |
2011-12-25 | libreplace: Don't check for standards.h on darwin (Lion) | Volker Lendecke | 1 | -2/+10 |
2011-12-23 | ldb:ldb_tdb.c - fix warnings in "ltdb_init_rootdse" | Matthias Dieter Wallnöfer | 1 | -7/+1 |
2011-12-23 | ldif-handler: Fix the case for attribute dnsproperty | Amitay Isaacs | 1 | -1/+1 |
2011-12-22 | lib/param: add support for "SMB2_24" in smb.conf options | Stefan Metzmacher | 1 | -0/+1 |
2011-12-22 | runcmd: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+8 |
2011-12-22 | runcmd: use a pipe for stdin to child processes | Andrew Tridgell | 1 | -7/+46 |
2011-12-22 | param: domain_logons and domain_master are of type enum_bool_auto | Amitay Isaacs | 3 | -3/+3 |
2011-12-22 | param: Fix the data type for bAvailable | Amitay Isaacs | 1 | -1/+1 |
2011-12-21 | tdb: don't free old recovery area when expanding if already at EOF. | Rusty Russell | 1 | -17/+30 |
2011-12-21 | tdb: use same expansion factor logic when expanding for new recovery area. | Rusty Russell | 3 | -21/+34 |
2011-12-19 | tdb2: Avoid a malloc/memcpy in _tdb1_store | Volker Lendecke | 1 | -19/+8 |
2011-12-19 | tdb: Avoid a malloc/memcpy in _tdb_store | Volker Lendecke | 1 | -17/+8 |
2011-12-19 | tdb: be more careful on 4G files. | Rusty Russell | 6 | -23/+53 |
2011-12-17 | s3: Fix the clustering build | Volker Lendecke | 3 | -5/+5 |
2011-12-17 | s4 dns: Allow updates based on smb.conf setting | Kai Blin | 3 | -0/+21 |
2011-12-16 | Add support for TCP_DEFER_ACCEPT | Volker Lendecke | 1 | -0/+3 |
2011-12-16 | lib/param: Set s4 "host msdfs = true" by default | Andrew Bartlett | 1 | -0/+2 |
2011-12-15 | loadparm: fixed service list handling | Andrew Tridgell | 1 | -14/+4 |
2011-12-15 | genrand: use set_close_on_exec() | Andrew Tridgell | 1 | -0/+9 |
2011-12-15 | lib/util: added set_close_on_exec() | Andrew Tridgell | 2 | -0/+23 |
2011-12-15 | lib/ccan: Fix some typos in libccan.m4 | Martin Schwenke | 1 | -2/+2 |
2011-12-15 | lib/ccan: fix m4 tests for builtin_expect and compound literals. | Rusty Russell | 1 | -9/+10 |
2011-12-14 | tdb2: Fix python documentation for tdb.Tdb object | Amitay Isaacs | 1 | -1/+1 |
2011-12-13 | tdb: Fix python documentation for tdb module | Amitay Isaacs | 1 | -1/+1 |
2011-12-09 | tevent: tevent_schedule_immediate never fails | Volker Lendecke | 1 | -1/+0 |
2011-12-08 | Add pep8. | Jelmer Vernooij | 2 | -0/+1365 |
2011-12-08 | testtools: Update to new upstream revision. | Jelmer Vernooij | 11 | -46/+750 |
2011-12-08 | pyldb: Add more docstrings. | Jelmer Vernooij | 1 | -7/+12 |
2011-12-08 | Add samba_kcc load parameter | Dave Craft | 1 | -0/+11 |
2011-12-07 | Add version attribute for pytevent. | Jelmer Vernooij | 3 | -1/+5 |
2011-12-06 | tevent: Install python tevent modules. | Jelmer Vernooij | 1 | -0/+6 |
2011-12-06 | Add stub python module for tevent. | Jelmer Vernooij | 1 | -0/+28 |
2011-12-06 | lib/util/util_tdb: adhere to coding style for tdb_data_is_empty() | Michael Adam | 1 | -1/+2 |
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 |