s4:torture: Add smb2.oplock test batch9a and raw.oplock test batch9a
[kai/samba-autobuild/.git] / ctdb /
2014-10-31 Martin Schwenkectdb-includes: Reorder includes.h more logically
2014-10-31 Martin Schwenkectdb-includes: Remove unused idtree.h
2014-10-31 Martin Schwenkectdb-includes: Clean up includes.h
2014-10-28 Amitay Isaacsctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
2014-10-28 Amitay Isaacsctdb: Rename ctdb socket variable from CTDB_PATH to...
2014-10-28 Martin Schwenkectdb-logging: Add logging via UDP logging using RFC5424
2014-10-28 Martin Schwenkectdb-logging: Add logging via UDP to 127.0.0.1:514...
2014-10-28 Martin Schwenkectdb-logging: Add non-blocking Unix domain logging...
2014-10-28 Martin Schwenkectdb-logging: New option CTDB_LOGGING, remove CTDB_LOGF...
2014-10-28 Martin Schwenkectdb-logging: Replace logd code with a basic syslog...
2014-10-28 Martin Schwenkectdb-logging: Simplify file logging timestamping with...
2014-10-28 Martin Schwenkectdb-logging: Separate out syslog and file logging...
2014-10-28 Martin Schwenkectdb-logging: Rework debug level parsing
2014-10-28 Martin Schwenkectdb-logging: Remove ctdb element from struct ctdb_log_...
2014-10-28 Martin Schwenkectdb-logging: Remove log member from struct ctdb_context
2014-10-28 Martin Schwenkectdb-logging: Rename ctdb_log_handler() to ctdb_child_l...
2014-10-28 Martin Schwenkectdb-logging: Remove debug levels DEBUG_ALERT and DEBUG...
2014-10-28 Martin Schwenkectdb-logging: Remove DEBUG_EMERG
2014-10-28 Martin Schwenkectdb-test: Remove unused function check_ctdb_logfile()
2014-10-28 Martin Schwenkectdb-logging: Add missing newline when logging to file
2014-10-17 Amitay Isaacsctdb-tools: Fix heap-use-after-free problem
2014-10-08 Martin Schwenkectdb-build: Make some steps conditional on standalone...
2014-10-08 Martin Schwenkectdb-build: Rename define BINDIR to CTDB_HELPER_BINDIR
2014-10-06 Martin Schwenkectdb-build: Fix handling of public headers
2014-10-06 Martin Schwenkectdb-build: Change from ctdb-util to samba-util
2014-10-06 Martin Schwenkectdb-build: Add generation of Samba-style version.h
2014-10-06 Martin Schwenkectdb-build: Move generation of ctdb_version.h earlier
2014-10-06 Martin Schwenkectdb-logging: Update to use Samba style debug.h/debug.c
2014-10-06 Martin Schwenkectdb-logging: Change LogLevel to DEBUGLEVEL
2014-10-06 Martin Schwenkectdb-tests: Make the fake log timestamp string easy...
2014-10-06 Martin Schwenkectdb-logging: Remove log ringbuffer
2014-09-30 Jeremy Allisonlib: util [ctdb]: Signal handling - change CatchChild...
2014-09-29 Andrew Bartlettlib/util: Do not duplicate the protocol list, use smb_c...
2014-09-25 Amitay Isaacsctdb-daemon: Fix the usage for lock helper
2014-09-25 Amitay Isaacsctdb-recoverd: If obtaining recovery lock fails, try...
2014-09-25 Amitay Isaacsctdb-scripts: Fix the regular expresssion for parsing...
2014-09-25 Amitay Isaacsctdb-locking: Reset ttimer before doing an early return
2014-09-23 Martin Schwenkectdb-logging: Add forward declaration of debug_level
2014-09-23 Martin Schwenkectdb-tests: Clean up some tests where IP movement is...
2014-09-23 Martin Schwenkectdb-tests: Remove dependency on log ringbuffer from...
2014-09-23 Martin Schwenkectdb-tests: Make all_ips_on_node() do what it should
2014-09-23 Martin Schwenkectdb-tests: Factor out new function get_test_ip_mask_an...
2014-09-23 Martin Schwenkectdb-tests: Simplify and rename wait_until_ips_are_on_n...
2014-09-19 Amitay Isaacsctdb-build: Add missing configure checks for backtrace
2014-09-17 Amitay Isaacsctdb-scripts: Do not export variables if they are not set
2014-09-17 Amitay Isaacsctdb-scripts: Fix a typo
2014-09-17 Amitay Isaacsctdb-build: Check for libpcap
2014-09-17 Amitay Isaacsctdb-build: Check for ETIME in errno.h
2014-09-17 Martin Schwenkectdb-build: Add some missing configure checks
2014-09-17 Amitay Isaacsctdb-build: Improve platform check
2014-09-17 Martin Schwenkectdb-util: Log an error if there is no way to set scheduler
2014-09-16 Volker Lendeckelib: Remove unused file_lines_slashcont
2014-09-16 Volker Lendeckelib: Move "large_file_support()" to the source4 smb...
2014-09-12 Amitay Isaacsctdb-doc: Add reference to new magepage ctdb-statistics
2014-09-12 Amitay Isaacsctdb-doc: Add ctdb-statistics manual page
2014-09-12 Amitay Isaacsctdb-daemon: Decrement pending calls statistics when...
2014-09-12 Amitay Isaacsctdb-tests: Do not expect real-time priority when runni...
2014-09-12 Amitay Isaacsctdb-daemon: Make sure ctdb runs with real-time priority
2014-09-12 Martin Schwenkectdb-locking: Fork lock helper with vfork_with_logging()
2014-09-12 Martin Schwenkectdb-locking: Add argc parameter to lock_helper_args()
2014-09-11 Amitay Isaacsctdb-locking: Set real-time priority for lock helpers
2014-09-11 Amitay Isaacsctdb-daemon: Increment pending calls statistics correctly
2014-09-11 Martin Schwenkectdb-build: Remove unnecessary lib/util include path...
2014-09-11 Martin Schwenkectdb-util: Clean up dependencies
2014-09-11 Martin Schwenkectdb-includes: Remove some unnecessary declarations
2014-09-10 Martin Schwenkectdb-util: Make tdb_wrap self-sufficient - it doesn...
2014-09-09 Martin Schwenkectdb-build: Tests don't include lib/util/*.c, link...
2014-09-09 Martin Schwenkectdb-build: Drop lib/util from includes
2014-09-09 Martin Schwenkectdb-util: Rename db_wrap to tdb_wrap and make it a...
2014-09-09 Martin Schwenkectdb-build: Make ctdb-util a wscript build subsystem
2014-09-09 Martin Schwenkectdb-logging: Move variable debug_extra from debug.*
2014-09-09 Martin Schwenkectdb-logging: Factor out ctdb_logging.h from includes.h
2014-09-09 Martin Schwenkectdb-build: Add extra includes to help recursive utilit...
2014-09-09 Martin Schwenkectdb-recoverd: Change include of dlinklist.h to contain...
2014-09-09 Martin Schwenkectdb-tools: Move definition of timeval_delta() to tools...
2014-09-09 Martin Schwenkectdb-daemon: Drop the argument to fault_setup()
2014-09-09 Martin Schwenkectdb-util: Add extra max_size argument to file_lines_load()
2014-09-09 Martin Schwenkectdb-client: Rename static function server_id_equal()
2014-09-09 Martin Schwenkectdb-util: Remove declaration of non-existent ctdb_faul...
2014-09-09 Martin Schwenkectdb-common: Move hex_decode_talloc() to the lock helper
2014-09-09 Martin Schwenkectdb-build: Fix includes for SAMBA_BINARY()s
2014-09-09 Martin Schwenkectdb-build: Don't try to set lib64 directory automatica...
2014-09-09 Martin Schwenkectdb-build: Make ctdb-client depend on ctdb-util and...
2014-09-09 Martin Schwenkectdb-build: Allow configure and Makefile to find waf...
2014-09-09 Martin Schwenkectdb-common: Add some missing #includes
2014-09-09 Martin Schwenkectdb-daemon: Move some inline declarations to header...
2014-09-09 Martin Schwenkectdb-tests: Add missing declarations caused by #define...
2014-09-09 Martin Schwenkectdb-tests: Mark some functions as static
2014-09-09 Martin Schwenkectdb-util: Remove util/strlist.c and references to...
2014-09-09 Martin Schwenkectdb: Fix some "declarations after code" problems
2014-09-09 Martin Schwenkectdb-util: Variables should be declared extern in headers
2014-09-05 Stefan Metzmacherctdb/wscript: pass dep_vars=['VERSION'] to SAMBA_GENERA...
2014-09-05 Amitay Isaacsctdb-call: Drop all deferred requests from older generation
2014-09-05 Amitay Isaacsctdb-locking: Do not reset real-time priority for lock...
2014-09-05 Amitay Isaacsctdb-daemon: Defer all calls when processing dmaster...
2014-09-05 Amitay Isaacsctdb-daemon: Remove duplicate code with refactored...
2014-09-05 Amitay Isaacsctdb-common: Refactor code to convert TDB_DATA key...
2014-09-05 Amitay Isaacsctdb-include: Remove declaration of non-existent function
2014-09-05 Amitay Isaacsctdb-locking: Remove unused function ctdb_free_lock_req...
2014-09-05 Amitay Isaacsctdb-locking: Talloc lock request from client specified...
next