summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * build: add option --enable-socket-wrapper to build binaries with socket wrapp...Michael Adam2011-11-262-2/+5
| * add socket_wrapper from sambaMichael Adam2011-11-266-0/+2981
| * libutil: Remove obsolete signal type cast.Andreas Schneider2011-11-261-5/+5
| * build: add libreplace network checks to configureMichael Adam2011-11-261-0/+1
| * update lib/replace to current upstream version (samba master)Michael Adam2011-11-2656-540/+4301
| * system_linux: correctly cast sockaddr_in6 to sockaddr for sendto() in ctdb_sy...Michael Adam2011-11-261-1/+3
| * system_linux: correctly cast sockaddr_in to sockaddr in ctdb_sys_send_tcp()Michael Adam2011-11-261-1/+3
| * logging: properly cast sockaddr_in to sockaddr for sendto() in ctdb_syslog_log()Michael Adam2011-11-261-1/+3
| * logging: some whitespace cleanup in ctdb_syslog_log()Michael Adam2011-11-261-2/+1
| * logging: properly cast sockaddr_in to sockaddr for bind in start_syslog_daemon()Michael Adam2011-11-261-1/+3
| * Merge remote branch 'martins/eventscripts'Ronnie Sahlberg2011-11-182-7/+36
| |\
| | * Eventscripts - add facility to 10.interface to delete unmanaged IPsMartin Schwenke2011-11-171-0/+29
| | * Eventscripts - remove $0 from error messages in 40.fs_useMartin Schwenke2011-11-161-3/+3
| | * Eventscripts: Make 40.fs_use use less processes and arguably clearer.Martin Schwenke2011-11-161-5/+5
| * | Merge remote branch 'martins/scriptstatus'Ronnie Sahlberg2011-11-181-1/+1
| |\ \
| | * | Fix ctdb scriptstatus -n allMartin Schwenke2011-11-101-1/+1
| | |/
| * | Merge remote branch 'martins/ctdb_control_oom'Ronnie Sahlberg2011-11-181-1/+4
| |\ \
| | * | Relax an out of memory message.Martin Schwenke2011-11-161-1/+4
| | |/
| * | Merge remote branch 'martins/hashinclude'Ronnie Sahlberg2011-11-1813-178/+214
| |\ \
| | * | Make some ctdb_takeover.c functions staticMartin Schwenke2011-11-112-74/+35
| | * | Tests: change ctdb_takeover_tests.c to include ctdbd codeMartin Schwenke2011-11-113-13/+106
| | * | Rename ctdb_control_get_stat_history() local variable to avoid shadowing.Martin Schwenke2011-11-111-6/+6
| | * | Rename ctdb_ctrl_getscriptstatus() parameter to avoid shadowing a globalMartin Schwenke2011-11-111-3/+3
| | * | Rename ctdb_control_destructor() to ctdb_client_control_destructor()Martin Schwenke2011-11-111-2/+2
| | * | Move some common functions to common/ctdb_ltdb.cMartin Schwenke2011-11-114-77/+43
| | * | Added some #ifndefs to stop files being included multiple times.Martin Schwenke2011-11-114-3/+19
| * | | Merge remote branch 'martins/warnings'Ronnie Sahlberg2011-11-1819-39/+210
| |\| |
| | * | Clean up warnings: rpcgen output contains unused variable.Martin Schwenke2011-11-111-1/+1
| | * | Fix lib/replaceMartin Schwenke2011-11-115-3/+176
| | * | Clean up warnings: popt sure does some strange thingsMartin Schwenke2011-11-113-3/+6
| | * | Clean up warnings: add -Wno-format-zero-length to CFLAGSMartin Schwenke2011-11-101-1/+1
| | * | Clean up warnings: -Wunused-but-set-variable in tevent_signal.cMartin Schwenke2011-11-101-4/+2
| | * | Clean up warnings: remove unused function dump_packet()Martin Schwenke2011-11-091-15/+0
| | * | Clean up warnings: remove unused variable alen from scsi_ioMartin Schwenke2011-11-091-4/+1
| | * | Clean up warnings: remove set but unused variable from rb_testMartin Schwenke2011-11-091-4/+0
| | * | Clean up warnings: log some unchecked return codes from function callsMartin Schwenke2011-11-093-0/+15
| | * | Fix typo in ctdb_ltdb_store_server()Martin Schwenke2011-11-091-1/+1
| | * | Clean up warnings: remove changed_flags in monitor_helperMartin Schwenke2011-11-091-3/+0
| | * | Clean up warnings: ‘tevent_loop_allow_nesting’ is deprecatedMartin Schwenke2011-11-092-1/+8
| | |/
| * / Eventscripts: Add special -ECANCELED status for monitor events that are cance...Ronnie Sahlberg2011-11-182-1/+14
| |/
| * SRVID ranges: Change the ranges for SRVIDs to allow 8 bit prefixesRonnie Sahlberg2011-11-091-12/+18
| * Nagios plugin for CTDBMathieu Parent2011-11-082-0/+315
| * config can be in /etc/default/ instead of /etc/sysconfig/ (ctdb_gnostics part)Mathieu Parent2011-11-081-2/+5
| * config can be in /etc/default/ instead of /etc/sysconfig/Mathieu Parent2011-11-083-3/+15
| * config/functions: CTDB_VARDIR is /var/lib/ctdb on Debian-like systemsMathieu Parent2011-11-081-1/+5
| * New version 1.12Ronnie Sahlberg2011-11-081-0/+18
| * Record Fetch Collapse: Collapse multiple fetch request into one single request.Ronnie Sahlberg2011-11-083-0/+222
| * Merge remote branch 'martins/lcp2fix'Ronnie Sahlberg2011-11-085-70/+318
| |\
| | * Tests - IP allocation - add some extra output due to recent fixMartin Schwenke2011-11-021-0/+18
| | * LCP IP allocation algorithm - try harder to find a candidate source nodeMartin Schwenke2011-11-021-23/+53