summaryrefslogtreecommitdiff
path: root/ctdb/lib
Commit message (Expand)AuthorAgeFilesLines
* lib: util [ctdb]: Signal handling - change CatchChild() and CatchChildLeaveSt...Jeremy Allison2014-09-302-6/+6
* lib/util: Do not duplicate the protocol list, use smb_constants.hAndrew Bartlett2014-09-291-11/+1
* ctdb-build: Add missing configure checks for backtraceAmitay Isaacs2014-09-191-1/+1
* lib: Remove unused file_lines_slashcontVolker Lendecke2014-09-171-6/+0
* lib: Move "large_file_support()" to the source4 smb serverVolker Lendecke2014-09-171-1/+0
* ctdb-util: Clean up dependenciesMartin Schwenke2014-09-111-2/+1
* ctdb-includes: Remove some unnecessary declarationsMartin Schwenke2014-09-111-2/+0
* ctdb-util: Make tdb_wrap self-sufficient - it doesn't need includes.hMartin Schwenke2014-09-102-2/+8
* ctdb-util: Rename db_wrap to tdb_wrap and make it a build subsystemMartin Schwenke2014-09-104-12/+19
* ctdb-build: Make ctdb-util a wscript build subsystemMartin Schwenke2014-09-101-0/+10
* ctdb-logging: Move variable debug_extra from debug.*Martin Schwenke2014-09-102-2/+0
* ctdb-tools: Move definition of timeval_delta() to tools/ctdb.cMartin Schwenke2014-09-101-6/+0
* ctdb-daemon: Drop the argument to fault_setup()Martin Schwenke2014-09-102-5/+2
* ctdb-util: Add extra max_size argument to file_lines_load()Martin Schwenke2014-09-101-1/+5
* ctdb-common: Move hex_decode_talloc() to the lock helperMartin Schwenke2014-09-101-16/+0
* ctdb-util: Remove util/strlist.c and references to str_util_*()Martin Schwenke2014-09-102-119/+0
* ctdb: Fix some "declarations after code" problemsMartin Schwenke2014-09-101-1/+1
* ctdb-util: Variables should be declared extern in headersMartin Schwenke2014-09-101-3/+3
* ctdb-build: Remove autoconf build filesAmitay Isaacs2014-06-202-16/+0
* ctdb-header: Protect against multiple includesAmitay Isaacs2014-06-201-0/+4
* ctdb-build: Remove duplicate socket_wrapper libraryAmitay Isaacs2014-06-206-2981/+0
* ctdb-build: Remove duplicate tdb libraryAmitay Isaacs2014-06-2086-17723/+0
* ctdb-build: Remove duplicate tevent libraryAmitay Isaacs2014-06-2039-11795/+0
* ctdb-build: Remove duplicate talloc libraryAmitay Isaacs2014-06-2044-11915/+0
* ctdb-build: Remove duplicate replace libraryAmitay Isaacs2014-06-2072-15062/+0
* ctdb-build: Remove duplicate popt libraryAmitay Isaacs2014-06-2014-3340/+0
* ctdb:build: fix building with external libtdbMichael Adam2014-06-161-7/+7
* lib-util: rename memdup to smb_memdup and fix all callersBjörn Baumbach2014-04-161-1/+1
* auth: Remove plaintext OSF1 password supportAndrew Bartlett2014-04-151-3/+0
* dlinklist: Fix a typoVolker Lendecke2014-04-022-2/+2
* samba:python - Py_RETURN_NONE remove compatibility code for releases < 2.4Matthias Dieter Wallnöfer2014-01-091-4/+0
* Fix CID 1138340 Resource leakVolker Lendecke2013-12-171-0/+1
* Fix CID 1138341 Resource leakVolker Lendecke2013-12-171-0/+2
* db_wrap: Make sure tdb messages are logged correctlyAmitay Isaacs2013-08-141-0/+1
* build: Fix tdb.h path to enable building with system TDB libraryMathieu Parent2013-06-141-1/+1
* tevent: Sync to tevent 0.9.18 from upstreamAmitay Isaacs2013-05-2928-726/+3782
* replace: Sync to latest replace from upstreamAmitay Isaacs2013-05-2941-4745/+1599
* tdb: Sync to tdb 1.2.11 from upstreamAmitay Isaacs2013-05-2965-47/+6474
* talloc: Sync to talloc 2.0.8 from upstreamAmitay Isaacs2013-05-2938-309/+3034
* util: Do not stop build if backtracing is not supportedAmitay Isaacs2013-05-291-2/+1
* build: Fix for tevent autoconf checkSumit Bose2013-03-271-1/+1
* util: Add hex_decode_talloc() to decode hex string into a binary blobAmitay Isaacs2013-03-251-0/+16
* build: Fix the build with old system-installed teventVolker Lendecke2012-11-081-1/+4
* tevent: change version to 0.9.16Stefan Metzmacher2012-06-121-0/+82
* tevent: expose tevent_context_init_opsStefan Metzmacher2012-06-122-3/+19
* lib/tevent: Add trace point callbackMartin Schwenke2012-06-127-0/+83
* Revert "TEVENT: Add back tracking of long runnig events to the local copy of...Martin Schwenke2012-06-125-66/+0
* lib/tevent: In poll_event_context, add a pointer back to the tevent_contextMartin Schwenke2012-06-121-0/+4
* lib/tevent/testsuite: no longer use 'compat' symbolsStefan Metzmacher2012-06-121-12/+12
* server: Replace BOOL datatype with bool, True/False with true/falseAmitay Isaacs2012-05-281-1/+1