sahlberg/ctdb.git
2007-09-04 Ronnie Sahlbergchange ctdb_node_flags_change.vnn to ctdb_node_flags_ch...
2007-09-04 Ronnie Sahlbergchange server_id.vnn to server_id.pnn
2007-09-04 Ronnie Sahlbergchange ctdb_get_vnn to ctdb_get_pnn
2007-09-04 Ronnie Sahlbergchange vnn to pnn in the ctdb tool
2007-09-04 Ronnie Sahlbergchange ctdb_validate_vnn to ctdb_validate_pnn
2007-09-04 Ronnie Sahlbergchange ctdb->vnn to ctdb->pnn
2007-09-03 Ronnie Sahlbergchange how we do public addresses and takeover so that...
2007-09-02 Ronnie Sahlbergmerge from tridge
2007-08-30 Andrew Tridgellup the release number
2007-08-30 Andrew Tridgellmerge from ronnie
2007-08-30 Ronnie Sahlbergwhen we start 60.nfs we must make sure that the share...
2007-08-27 Andrew Tridgellmerge from ronnie
2007-08-27 Ronnie Sahlbergmerge from tridge
2007-08-27 Ronnie Sahlbergadd an extra debug statement when we send a SIGTERM...
2007-08-27 Ronnie Sahlbergmake the ctdb shutdown command use the async _send...
2007-08-27 Andrew Tridgellfixed segv when no public interface is set
2007-08-27 Ronnie Sahlbergadd async versions of the freeze node control and freez...
2007-08-26 Ronnie Sahlbergchange the monitoring of recmode in the recovery daemon...
2007-08-26 Ronnie Sahlbergadd a control to pull the server id list off a node
2007-08-24 Ronnie Sahlbergadd an initial implementation of a service_id structure...
2007-08-24 Ronnie Sahlbergcleanup invoke_control_callback. we dont need to...
2007-08-24 Ronnie Sahlbergchange the api for managing callbacks to controls ...
2007-08-23 Ronnie Sahlbergcomment why we do a talloc_steal
2007-08-23 Ronnie Sahlbergget rid of the explicit global timeout used in the...
2007-08-23 Ronnie Sahlbergtry out a slightly different api for controls where...
2007-08-23 Ronnie Sahlbergbreak checking that the recoverymode on all nodes are...
2007-08-23 Ronnie Sahlberghang the ctdb_req_control structure off the ctdb_client...
2007-08-23 Ronnie Sahlbergin ctdb_call_recv() we must check that state is non...
2007-08-22 Ronnie Sahlbergcreate an enum to describe the state of a control in...
2007-08-22 Ronnie Sahlbergmerge from tridge
2007-08-22 Andrew Tridgellmerge from ronnie
2007-08-22 Andrew Tridgellmerge from volker
2007-08-22 Andrew Tridgellmerge from volker
2007-08-22 Ronnie Sahlbergwhen we receive a packet from the network, check explic...
2007-08-22 Ronnie Sahlbergcreate a define to represent the 'invalid' generation...
2007-08-22 Ronnie Sahlbergif the node is inactive i.e. banned or disconnected...
2007-08-22 Ronnie Sahlbergwhen a node becomes banned its databases are no...
2007-08-21 Ronnie Sahlbergif lockwait takes an excessive time to complete. log...
2007-08-21 Ronnie Sahlbergchange the structure used for node flag change messages...
2007-08-20 Ronnie Sahlbergwhen we shutdown the service due to receiving a 'ctdb...
2007-08-20 Ronnie Sahlbergadd an atexit() that will print "CTDB daemon shutting...
2007-08-20 Ronnie Sahlbergsetup the logfile much earlier in the startup procedure...
2007-08-20 Ronnie Sahlbergmake sure that the event script is executable and just...
2007-08-20 Ronnie Sahlbergdont pollute the log with 'Registered PID XXX for clien...
2007-08-20 Ronnie Sahlbergif a public address has already been taken over by...
2007-08-20 Ronnie Sahlbergmerge from tridge
2007-08-20 Andrew Tridgellremoved redundent debug message
2007-08-20 Andrew Tridgellmerged new event script calling code from ronnnie
2007-08-16 Ronnie Sahlbergstart winbind before smbd
2007-08-16 Ronnie Sahlbergwe should start winbindd before we start smb
2007-08-15 Ronnie Sahlbergadd text to the event script timeout log on how to...
2007-08-15 Ronnie Sahlbergchange the now rather small /etc/ctdb/events script...
2007-08-15 Ronnie Sahlbergadd a comment that the talloc_free also removes the...
2007-08-15 Ronnie Sahlbergcall the service specific event scripts directly from...
2007-08-15 Ronnie Sahlbergzero out the sa struct to supress a valgrind error
2007-08-15 Andrew Tridgellmerge from ronnie
2007-08-15 Ronnie Sahlbergfix typo
2007-08-15 Ronnie Sahlbergadd a description on how the event scripts works to...
2007-08-15 Ronnie Sahlbergadd a function to return the first entry that is stored...
2007-08-15 Ronnie Sahlbergcomment that ctdb_event_script_v() is called from a...
2007-08-15 Ronnie Sahlbergadd a wrapper function to create the key used to insert...
2007-08-14 Andrew Tridgellmerge changes needed for samba4
2007-08-14 Ronnie Sahlbergfrom Chris Cowan
2007-08-13 Ronnie Sahlbergenhanced tests to verify the tree integrity when adding...
2007-08-09 Ronnie Sahlbergremove an extra blankline
2007-08-09 Ronnie Sahlbergchange the mem hierarchy for trees. let the node...
2007-08-08 Ronnie Sahlbergremove an unused function
2007-08-08 Ronnie Sahlbergrun the test for 60 seconds if that is what we claim
2007-08-08 Ronnie Sahlbergadd more extensive test cases and verify that we are...
2007-08-08 Ronnie Sahlbergwhen we want to kill a tcp connection we stored the...
2007-08-08 Ronnie Sahlbergadd helpers to traverse a tree where the key is an...
2007-08-08 Ronnie Sahlbergadd helpers to add/lookup/delete nodes in a tree where...
2007-08-08 Ronnie Sahlbergadd a tree insert function that takes a callback fucnti...
2007-08-08 Ronnie Sahlbergchange fprintf(stderr to DEBUG(0, now that client DEBUG...
2007-08-08 Ronnie Sahlbergmerge from tridge
2007-08-07 Ronnie Sahlbergcompile rb_tree.c by default.
2007-08-07 Ronnie Sahlbergwhen inserting data in the tree, if there was already...
2007-08-07 Ronnie Sahlberg/etc/sysconfig/nfs can now discover the public ipaddres...
2007-08-07 Ronnie Sahlbergdont wait indefinitely for the initial getvnn to complete
2007-08-07 Andrew Tridgellmerge from ronnie
2007-08-07 Ronnie Sahlbergchange error output in ctdb and in ctdb_cmdline_clien...
2007-08-07 Ronnie Sahlbergadd a ctdb command to print the default public ip of...
2007-08-07 Ronnie Sahlbergmerge from tridge
2007-08-06 Ronnie Sahlbergmove scsi/scsi_io.c to utils/scsi/scsi_io.c
2007-08-06 Ronnie Sahlbergwe dont use sm-notify any more
2007-08-04 Ronnie Sahlbergdo not restart lockd/statd when we takeover an ip addre...
2007-08-04 Ronnie Sahlbergupdate the specfile to install smnotify
2007-08-04 Ronnie Sahlberginstall smnotify in $(bindir)
2007-08-03 Andrew Tridgellmerge from ronnie
2007-08-03 Ronnie Sahlbergdont wait for the default rpc timeout when trying to...
2007-08-03 Ronnie Sahlbergadd a small tool that can send smnotify packets
2007-08-02 Ronnie Sahlbergupdate the manpage for the -n option to make it clear...
2007-07-30 Ronnie Sahlbergafter we have checked dest address that it is a public...
2007-07-30 Ronnie Sahlbergadd a small tool to compare rb tree with a timeval_comp...
2007-07-29 Ronnie Sahlbergfix the remaining bugs with tree delete that testing...
2007-07-25 Ronnie Sahlbergremove dead code
2007-07-25 Ronnie Sahlbergfix some remaining bugs with deleting nodes
2007-07-25 Ronnie Sahlbergthere were situations where we were not guaranteed...
2007-07-25 Ronnie Sahlbergif sibling is NULL it is a leaf node and thus black.
2007-07-25 Andrew Tridgellmake timed_event structure private to events_timed.c
next