summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-22s4:torture/raw: add raw.session.expire1Stefan Metzmacher1-0/+200
2012-06-22s3:smbd: fix warning in smbd_tevent_trace_callback() without profile supportStefan Metzmacher1-0/+5
2012-06-22s3:serverid: don't ignore the result of dbwrap_parse_record()Stefan Metzmacher1-1/+6
2012-06-22s4:torture/smb2: run smb2.session.reauth5 in a subdirectoryStefan Metzmacher1-14/+77
2012-06-22tdb: don't use err.h in tests.Rusty Russell21-22/+1
2012-06-22tdb: make TDB_NOSYNC merely disable sync.Rusty Russell3-15/+20
2012-06-22dbwrap: dbwrap_hash_size().Rusty Russell7-0/+12
2012-06-22dbwrap: dbwrap_name().Rusty Russell7-1/+11
2012-06-22dbwrap: dbwrap_transaction_start_nonblock().Rusty Russell4-0/+26
2012-06-22dbwrap: dbwrap_fetch_locked_timeout().Rusty Russell4-0/+52
2012-06-22dbwrap: add dbwrap_check() function.Rusty Russell4-0/+31
2012-06-22dbwrap: dbwrap_local_open()Rusty Russell6-3/+96
2012-06-22dbwrap: remove get_flags().Rusty Russell7-49/+2
2012-06-22util_tdb: move timeout chainlock variants from source3/lib/util/util_tdb.cRusty Russell6-90/+122
2012-06-22util: util_ntdb ntdb_fetch_int32/ntdb_store_int32 and ntdb_add_int32_atomicRusty Russell2-0/+89
2012-06-22util: util_ntdb.c gets NTDB_ERROR => NTSTATUS map.Rusty Russell2-0/+49
2012-06-22util: util_ntdb.c gains bystring functions.Rusty Russell2-1/+85
2012-06-22util: ntdb_new() supports NTDB_CLEAR_IF_FIRST.Rusty Russell2-1/+99
2012-06-22util: util_ntdb.cRusty Russell3-0/+168
2012-06-22ntdb: take advantage of direct access across expand.Rusty Russell1-33/+15
2012-06-22ntdb: test arbitrary operations during ntdb_parse_record().Rusty Russell2-0/+90
2012-06-22ntdb: make database read-only during ntdb_parse() callback.Rusty Russell6-24/+195
2012-06-22ntdb: allow direct access for NTDB_INTERNAL dbs during expansion.Rusty Russell1-14/+45
2012-06-22ntdb: enhancement to allow direct access to the ntdb map during expansion.Rusty Russell5-33/+86
2012-06-22ntdb: don't munmap the database on every close.Rusty Russell2-13/+16
2012-06-22ntdb: hand correct error code when alloc_read allocation fails.Rusty Russell1-1/+1
2012-06-22autobuild: always set TDB_NO_FSYNC.Rusty Russell2-4/+10
2012-06-22ntdb: respect TDB_NO_FSYNC flag for 'make test'Rusty Russell51-151/+187
2012-06-22s4:torture/smb2: add smb2.durable-open.lock-oplockStefan Metzmacher2-0/+80
2012-06-22selftest: samba3.smb2.durable-open.lock => samba3.smb2.durable-open.lock-leaseStefan Metzmacher1-1/+1
2012-06-22s4:torture/smb2: rename smb2.durable-open.lock to smb2.durable-open.lock-leaseStefan Metzmacher1-4/+4
2012-06-22autobuild: run "samba3-ctdb" by defaultMichael Adam1-1/+1
2012-06-21autobuild: run "samba-ctdb" by default to catch dbwrap_ctdb regressionsMichael Adam1-1/+1
2012-06-21autobuild: add a target "samba3-ctdb" that builds samba3 (autoconf) with clus...Michael Adam1-0/+10
2012-06-21autobuild: add a target "samba-ctdb" that builds samba (waf) with cluster sup...Michael Adam1-0/+19
2012-06-21autobuild: rename the "samba4-libs" target to "samba-libs"Michael Adam1-3/+3
2012-06-21autobuild: rename the "samba4" target to "samba"Michael Adam1-8/+8
2012-06-21Add current headers from ctdb master.Michael Adam5-0/+4236
2012-06-21wintest: enable dns forwarding for internal dnsBjörn Baumbach2-1/+4
2012-06-21wintest: get original nameserver for forwarding on a more general placeBjörn Baumbach1-5/+5
2012-06-21wintest: extend get_is_dc function with additional expectationsBjörn Baumbach1-1/+1
2012-06-21wintest: check netcats exitstatus instead of outputBjörn Baumbach1-2/+5
2012-06-21wintest: set recursive queries for internal dnsBjörn Baumbach2-1/+5
2012-06-21wintest: add option to select the dns backendBjörn Baumbach2-11/+34
2012-06-21wintest: set nameserver on a more general placeBjörn Baumbach2-2/+2
2012-06-21wintest: add option to use ntvfs instead of s3fsBjörn Baumbach2-1/+8
2012-06-21wintest: add working bbaumbach.conf file for use with VirtualBoxBjörn Baumbach1-0/+97
2012-06-21Fix bug #8974 - Kernel oplocks are broken when uid(file) != uid(process).Jeremy Allison2-5/+13
2012-06-21Add --disable-ntdb option for building.Jelmer Vernooij3-2/+11
2012-06-21samdb: Accept a list of member variables rather than a comma-separated string.Jelmer Vernooij5-23/+25