summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* tdb: version 1.3.9tdb-1.3.9Stefan Metzmacher2016-04-112-1/+70
* tdb: rework cleanup logic in tdb_runtime_check_for_robust_mutexes()Uri Simchoni2016-04-111-37/+45
* vfs_catia: Fix bug 11827, memleakVolker Lendecke2016-04-111-3/+3
* vfs_catia: Align loop index with terminatorVolker Lendecke2016-04-111-1/+1
* examples/smb.conf.default: Fix typo in comment line: sever -> serverSantiago Vila2016-04-091-1/+1
* s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.Jeremy Allison2016-04-061-1/+1
* selftest: Load time_audit and full_auditChristof Schmitt2016-04-061-1/+1
* vfs_time_audit: Assert that all VFS functions are implementedChristof Schmitt2016-04-061-0/+2
* vfs_full_audit: Assert that all VFS functions are implementedChristof Schmitt2016-04-061-3/+7
* vfs: Add helper to check for missing VFS functionsChristof Schmitt2016-04-062-0/+33
* configure: Don't check for inotify on illumosJorge Schrauwen2016-04-062-8/+16
* nwrap: Fix the build on SolarisVolker Lendecke2016-04-051-1/+1
* s3: vfs: time_audit. Add missing audit_file().Jeremy Allison2016-04-051-1/+31
* s3: vfs: time_audit: Add get/fget/set/fset dos_attributes functions.Jeremy Allison2016-04-051-6/+95
* s3: vfs: time_audit. Add missing fsctl().Jeremy Allison2016-04-051-1/+38
* s3: vfs: time_audit. Add missing get_dfs_referrals().Jeremy Allison2016-04-051-1/+21
* s3: vfs: Sort vfs function entries in vfs_time_audit.Jeremy Allison2016-04-051-8/+17
* s3: vfs: full_audit. Implement missing durable_XXX functions.Jeremy Allison2016-04-051-18/+76
* s3: vfs: full_audit. Add audit_file_fn().Jeremy Allison2016-04-051-5/+23
* s3: vfs: full_audit. Add missing fsctl_fn().Jeremy Allison2016-04-051-5/+32
* s3: vfs: full_audit. Add missing get_dfs_referrals_fn().Jeremy Allison2016-04-051-6/+17
* s3: vfs: full_audit. Sort vfs fn list and add comments on missing entries.Jeremy Allison2016-04-051-16/+53
* lib:replace: Missing semicolon on function definition.Jeremy Allison2016-04-021-1/+1
* Bug 11818 : obvious missing word When trying to demote a dc, 'remove_dc.remov...Rowland Penny2016-04-011-1/+1
* vfs_gpfs: Remove xattr functionsChristof Schmitt2016-04-011-160/+0
* vfs_gpfs: Implement new dos_attributes vfs functionsChristof Schmitt2016-04-011-0/+184
* gpfswrap: Add wrapper for gpfs_set_winattrsChristof Schmitt2016-04-012-0/+14
* ctdb-killtcp: Change default retry interval, batch size and attemptsMartin Schwenke2016-04-011-4/+4
* ctdb-killtcp: Send tickle ACKs in batchesMartin Schwenke2016-04-011-1/+13
* ctdb-killtcp: Store retry interval in killtcp structureMartin Schwenke2016-04-011-1/+7
* ctdb-killtcp: Don't count attempts for individual connectionsMartin Schwenke2016-04-011-14/+5
* ctdb-killtcp: Keep track of number of kill attempts and maximum allowedMartin Schwenke2016-04-011-1/+9
* ctdb-killtcp: Filter out sent packetsMartin Schwenke2016-04-011-0/+12
* ctdb-system: Return window size and RST bit when reading TCP packetsMartin Schwenke2016-04-017-20/+87
* ctdb-killtcp: Clarify a debug messageMartin Schwenke2016-04-011-6/+6
* ctdb-killtcp: Set debug level via environment variable CTDB_DEBUGLEVELMartin Schwenke2016-04-011-0/+10
* ctdb-killtcp: Don't send initial tickle ACK during setupMartin Schwenke2016-04-011-12/+5
* ctdb-killtcp: Drop unnecessary castsMartin Schwenke2016-04-011-5/+2
* ctdb-killtcp: Drop check to see if capture socket can be readMartin Schwenke2016-04-011-4/+0
* ctdb-killtcp: Merge "common" killtcp code into helperMartin Schwenke2016-04-014-360/+284
* ctdb-protocol: Drop killtcp protocol supportMartin Schwenke2016-04-015-57/+1
* ctdb-daemon: Remove implementation of CTDB_CONTROL_KILL_TCPMartin Schwenke2016-04-015-109/+3
* ctdb-client: Drop killtcp client functionsMartin Schwenke2016-04-014-63/+0
* ctdb-tools: Drop "ctdb killtcp" commandMartin Schwenke2016-04-013-167/+0
* ctdb-scripts: Use ctdb_killtcp helper to kill connectionsMartin Schwenke2016-04-013-21/+19
* ctdb-scripts: Add interface argument to kill_tcp_connections()Martin Schwenke2016-04-013-5/+7
* ctdb-killtcp: New helper ctdb_killtcpMartin Schwenke2016-04-013-0/+138
* ctdb-killtcp: Simplify includes by using ctdb_sock_addr_to_string()Martin Schwenke2016-04-011-6/+7
* ctdb-killtcp: Avoid unnecessary dependency on lib/util/time.hMartin Schwenke2016-04-011-3/+2
* ctdb-killtcp: Factor out killtcp code into separate file.Martin Schwenke2016-04-015-283/+361