summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* pytdb: Add support for tdb_transaction_prepare_commit()Kirill Smelkov2010-10-072-0/+18
* pytdb: Add support for tdb_enable_seqnum, tdb_get_seqnum and tdb_increment_se...Kirill Smelkov2010-10-072-0/+30
* pytdb: Update open flags to match those for tdb_open() in tdb.hKirill Smelkov2010-10-071-0/+6
* pytdb: Fix repr segfault for internal dbKirill Smelkov2010-10-072-1/+11
* pytdb: Add support for tdb_add_flags() & tdb_remove_flags()Kirill Smelkov2010-10-072-0/+27
* tdb: added TDB_NO_FSYNC env variableAndrew Tridgell2010-10-071-0/+4
* tdb: increment version to 1.2.4Rusty Russell2010-10-071-1/+1
* tdb: put example hashes into header, so we notice incorrect hash_fn.Rusty Russell2010-10-073-2/+65
* tdb: fix tdb_check() on other-endian tdbs.Rusty Russell2010-10-071-1/+1
* tdb: fix tdb_check() on read-only TDBs to actually work.Rusty Russell2010-10-071-5/+17
* tdb: make check more robust against recovery failures.Rusty Russell2010-10-071-5/+36
* add a machinereadable version of ctdb stats/statisticsRonnie Sahlberg2010-09-301-25/+55
* Create a tunable for how often to collect rolling statistics and initialize i...Ronnie Sahlberg2010-09-303-3/+6
* Add rolling statistics that are collected across 10 second intervals.Ronnie Sahlberg2010-09-299-56/+213
* Add a new statistics structure to keep the current running statisticsRonnie Sahlberg2010-09-291-4/+13
* Create macros to update the statistics counters and use these macrosRonnie Sahlberg2010-09-2911-121/+113
* Add back monitoring for time skips, forward as well as backward.Ronnie Sahlberg2010-09-281-0/+22
* update/improve the log message related to rerecovery timeoutsRonnie Sahlberg2010-09-281-2/+2
* set up a handler to catch and log debug messages from the tevent layerRonnie Sahlberg2010-09-284-0/+48
* adda GETPUBLICIPS control to libctdb and use this in the test exampleRonnie Sahlberg2010-09-157-25/+250
* server/banning: also release all ips if we're banning ourselfStefan Metzmacher2010-09-143-18/+31
* server/recoverd: if we can't get the recovery lock, ban ourselfStefan Metzmacher2010-09-141-2/+4
* server/recoverd: do takeover_run after verifying the reclock fileStefan Metzmacher2010-09-141-4/+5
* server/monitor: ask for a takeoverrun after propagating our new flagsStefan Metzmacher2010-09-141-16/+14
* add a new serverid to send a message everytime an ip address is taken on the ...Ronnie Sahlberg2010-09-132-0/+13
* Update the comment for the range reserved for SAMBA andRonnie Sahlberg2010-09-131-1/+4
* define and reserve a range of ctdb message ports for use by nfs and iscsi ser...Ronnie Sahlberg2010-09-131-0/+12
* Add two new server types to the server_id structure.Ronnie Sahlberg2010-09-131-1/+5
* Implement a new function GETNODEMAP in libctdb.Ronnie Sahlberg2010-09-138-35/+250
* remove an unused variableRonnie Sahlberg2010-09-131-1/+1
* Dont try to read the nodemap from the daemon for "ctdb listnodes"Ronnie Sahlberg2010-09-091-44/+19
* Change how NATGW is configured to allow special nodes that do not haveRonnie Sahlberg2010-09-086-48/+116
* Dont store temporary runtime data in $CTDB_BASE/stateRonnie Sahlberg2010-09-0310-52/+60
* When memory allocations for recovery fails,Ronnie Sahlberg2010-09-031-4/+2
* AIX bind wants the correct addrsizeHarald Klatte2010-09-031-1/+4
* make sure all statd state directories exist before we try to reference themRonnie Sahlberg2010-09-011-0/+5
* dont print a lot of log information about shutting down vsftpdRonnie Sahlberg2010-09-011-1/+1
* ouch, remove a dummy debug printout that snuck in there somehowRonnie Sahlberg2010-08-301-2/+0
* ouch, the ordering of the constants and the strings must be kept in syncRonnie Sahlberg2010-08-301-2/+2
* remove 61.nfstickles from the makefileRonnie Sahlberg2010-08-301-1/+0
* we no longer have a 61.nfstickle scriptRonnie Sahlberg2010-08-301-1/+0
* Merge commit 'martins/master'Ronnie Sahlberg2010-08-307-106/+112
|\
| * Test suite: Make NFS tickle test more flexible.Martin Schwenke2010-08-271-5/+5
| * Test suite: Fix NFS tickle test.Martin Schwenke2010-08-271-3/+10
| * Test suite: Tweak NFS tickle test.Martin Schwenke2010-08-261-2/+3
| * Test suite: Fix typos in NFS tickle test.Martin Schwenke2010-08-261-1/+1
| * Test suite: NFS tickle test uses gettickles if events.d/61.nfstickle missing.Martin Schwenke2010-08-261-7/+11
| * NFS tickles: use addtickle/deltickle instead of shared tickle directory.Martin Schwenke2010-08-263-62/+58
| * Test suite: in the test eventscript, run "ctdb" not "$CTDB".Martin Schwenke2010-08-261-1/+1
| * Merge branch 'master' of git://git.samba.org/sahlberg/ctdbMartin Schwenke2010-08-263-8/+253
| |\