summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* smbd: Only DEBUG errors from messaging_cleanupVolker Lendecke2014-08-211-2/+5
* messaging3: Don't print a message if there's nothing to clean upVolker Lendecke2014-08-211-2/+4
* lib: Check socket length in ctdbd_connectVolker Lendecke2014-08-211-1/+9
* s4-rpc: dnsserver: Do not return NS_GLUE records with VIEW_GLUE_DATA filterAmitay Isaacs2014-08-211-1/+1
* s4-rpc: dnsserver: Correctly set rank for glue NS recordsAmitay Isaacs2014-08-211-3/+6
* ctdb-build: Add missing dependency on poptAmitay Isaacs2014-08-211-1/+1
* ctdb-build: Remove unnecessary third_party symlinkAmitay Isaacs2014-08-211-1/+0
* ldb: Fix check for third_partyAmitay Isaacs2014-08-211-2/+2
* wafsamba: Correctly locate the 'third_party' directoryAmitay Isaacs2014-08-211-1/+1
* ctdb-build: Avoid unused variable warning in output from rpcgenMartin Schwenke2014-08-211-1/+3
* ctdb-daemon: Fix some strict-aliasing warningsMartin Schwenke2014-08-212-3/+5
* ctdb-util: Fix warning about ignored result from system()Martin Schwenke2014-08-211-2/+6
* ctdb: Use sys_read() and sys_write() to ensure correct signal interactionMartin Schwenke2014-08-2115-48/+50
* ctdb-common: Copy functions sys_read() and sys_write() from source3Martin Schwenke2014-08-212-0/+37
* ctdb-tools: Be more helpful when CTDB CLI tool is run on unconfigured nodeMartin Schwenke2014-08-211-0/+7
* ctdb-tools: Factor out new function find_node_xpnn() from control_xpnn()Martin Schwenke2014-08-211-5/+17
* replace: Remove unused item returned by FAILED()Martin Schwenke2014-08-201-1/+1
* s4:torture:vfs_fruit: add tests for resource fork IORalph Boehme2014-08-181-0/+110
* s4:torture:vfs_fruit: add test writing Netatalk metadataRalph Boehme2014-08-181-0/+138
* s4:torture:vfs_fruit: add test reading Netatalk metadataRalph Boehme2014-08-182-2/+355
* s4:torture: add boilerplate code for vfs_fruitRalph Boehme2014-08-185-1/+68
* s4:torture: add wrapper functionsRalph Boehme2014-08-181-0/+77
* s4:torture: add boilerplate code for testing specific VFS modulesRalph Boehme2014-08-182-1/+46
* s4:torture:smb2: add utility function torture_smb2_con_sopt()Ralph Boehme2014-08-181-0/+42
* vfs_fruit: add manpageRalph Boehme2014-08-182-0/+184
* New VFS module vfs_fruitRalph Boehme2014-08-183-1/+2954
* Fix AFP_BackupTime byte order and use ISO C99 integer typesRalph Boehme2014-08-181-5/+5
* s4:torture: use torture_assert instead of torture_comment and return in defer...Michael Adam2014-08-181-5/+11
* build: fix configure to honour --without-dmapiMichael Adam2014-08-181-28/+44
* tdbtorture: print details when run with -n 1David Disseldorp2014-08-181-4/+4
* dsdb: Also redact the clearTextPassword input-only attributeAndrew Bartlett2014-08-161-1/+2
* lib: Remove parser code, now replaced with tini parser.Volker Lendecke2014-08-151-508/+2
* librpc: Remove obsolete idl-deps script.Jelmer Vernooij2014-08-151-37/+0
* Remove iniparser.Jeremy Allison2014-08-1427-3524/+0
* Remove popt/iniparser from .clang_completeJeremy Allison2014-08-141-2/+0
* Don't build iniparser anymore.Jeremy Allison2014-08-144-19/+0
* Replace all uses of iniparser with tiniparser.Jeremy Allison2014-08-145-30/+33
* Add tiniparser - tiny version of iniparser that only implements what Samba uses.Jeremy Allison2014-08-143-1/+441
* Use tini in preference.Volker Lendecke2014-08-141-0/+28
* Add tini parser.Volker Lendecke2014-08-143-1/+348
* ctdb-readonly: Do not abort if revoke of readonly record fails on a nodeAmitay Isaacs2014-08-131-10/+13
* ctdb-readonly: Add an early return to simplify codeAmitay Isaacs2014-08-131-36/+37
* ctdb-doc: Fix default database directories in ctdbd.1Martin Schwenke2014-08-131-3/+3
* Fixed a memory leak in cli_set_mntpoint().Har Gagan Sahai2014-08-131-2/+4
* messaging3: Include messages_dgm.h only in messages.cVolker Lendecke2014-08-122-1/+1
* messaging3: Move messaging_hdr handling to messages.c.Volker Lendecke2014-08-113-68/+51
* messaging3: Only store the pid in messaging_dgm_contextVolker Lendecke2014-08-111-6/+4
* messaging3: Save 48 bytes .textVolker Lendecke2014-08-111-5/+5
* messaging3: Remove one-context protection from messages.cVolker Lendecke2014-08-111-22/+0
* messaging3: Protect messaging_dgm against multiple contextsVolker Lendecke2014-08-111-0/+14