Add two new controls to add/delete public ip address from a node at runtime.
[obnox/ctdb.git] / server / ctdb_takeover.c
2008-03-26 Ronnie SahlbergAdd two new controls to add/delete public ip address...
2008-03-12 Ronnie Sahlbergchange the log level for the message when someone conne...
2008-03-03 Ronnie Sahlbergadd a new tunable 'NoIPFailback'
2008-03-02 Ronnie Sahlbergwhen we reallocate the ip addresses for nodes, we must...
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgellmerge from ronnie
2008-02-04 Ronnie SahlbergMerge branch 'master' of git://git.samba.org/tridge...
2008-02-04 Andrew Tridgelladded debug constants to allow for better mapping to...
2008-01-29 Andrew Tridgellmerge async recovery changes from Ronnie
2008-01-04 Andrew Tridgellfixed a warning
2007-12-02 Ronnie Sahlbergmerge from tridge
2007-12-02 Andrew Tridgellmerge from ronnie
2007-11-29 Ronnie Sahlbergadd ctdb_disable/enable_monitoring() that only modifies...
2007-11-29 Ronnie Sahlbergdont manipulate ctdb->monitoring_mode directly from...
2007-11-11 Ronnie Sahlbergrevert 773
2007-11-05 Ronnie Sahlbergadd a new tunable "CheckNodesFile" that when set to...
2007-10-18 Andrew Tridgellmerge from ronnie
2007-10-17 Ronnie Sahlbergmerge from tridge
2007-10-16 Ronnie Sahlbergadd a new tunable : DeterministicIPs that makes the...
2007-10-15 Andrew Tridgellmerge from ronnie
2007-10-10 Ronnie Sahlbergmerge from tridge
2007-10-09 Ronnie Sahlbergadd a --single-public-ip argument to ctdbd to specify...
2007-10-09 Ronnie Sahlbergremove some debug outputs
2007-10-09 Ronnie Sahlbergadd a control to send gratious arps from the ctdb daemon
2007-09-13 Ronnie Sahlbergmerge from tridge
2007-09-13 Andrew Tridgellforce recovery if unable to tell a node to release...
2007-09-13 Andrew Tridgellwe don't need the is_loopback logic in ctdb any more
2007-09-12 Andrew Tridgell- don't allow the registration of clients with IPs...
2007-09-10 Andrew Tridgellget interface right
2007-09-10 Ronnie Sahlberggrab the interface name from tok and not from the unini...
2007-09-10 Ronnie Sahlbergmerged patch from tridge
2007-09-10 Andrew Tridgell- use struct sockaddr_in more consistently instead...
2007-09-10 Andrew Tridgellmerge from ronnie
2007-09-09 Ronnie Sahlbergchange the signature to ctdb_sys_have_ip() to also...
2007-09-06 Ronnie Sahlbergmerge from tridge
2007-09-05 Ronnie Sahlbergdont dereference vnn before we have assigned it a point...
2007-09-04 Ronnie Sahlbergallow different nodes in the cluster to use different...
2007-09-04 Ronnie Sahlbergget rid of the ctdb_vnn_list structure and just use...
2007-09-04 Ronnie Sahlbergwe cant have takeover_ctx hanging off ctdb since it...
2007-09-04 Ronnie Sahlbergfix typo in debug output
2007-09-04 Ronnie Sahlbergdont just always return 0 from the killtcp control.
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-08-27 Andrew Tridgellmerge from ronnie
2007-08-27 Ronnie Sahlbergmerge from tridge
2007-08-27 Andrew Tridgellfixed segv when no public interface is set
2007-08-22 Andrew Tridgellmerge from ronnie
2007-08-20 Ronnie Sahlbergif a public address has already been taken over by...
2007-08-20 Andrew Tridgellmerged new event script calling code from ronnnie
2007-08-15 Ronnie Sahlbergchange the now rather small /etc/ctdb/events script...
2007-08-15 Ronnie Sahlbergcall the service specific event scripts directly from...
2007-08-15 Andrew Tridgellmerge from ronnie
2007-08-15 Ronnie Sahlbergadd a wrapper function to create the key used to insert...
2007-08-09 Ronnie Sahlbergchange the mem hierarchy for trees. let the node...
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-03 Andrew Tridgellmerge from ronnie
2007-07-30 Ronnie Sahlbergafter we have checked dest address that it is a public...
2007-07-24 Ronnie Sahlbergno need to have a separate assignment of the tcparray...
2007-07-23 Ronnie Sahlbergwhen we build the arp structure for sending gratious...
2007-07-20 Ronnie Sahlbergset the tcp tickle update flag to true once we have...
2007-07-20 Ronnie Sahlbergwhen a client connects with TCP_CLIENT we should look...
2007-07-20 Ronnie Sahlbergupdated ctdb tickle management
2007-07-20 Ronnie Sahlbergchange the tickle list from one global list into an...
2007-07-19 Ronnie Sahlbergmerge from tridge
2007-07-19 Andrew Tridgell- log registering of tcp clients
2007-07-18 Ronnie Sahlbergmerge from tridge
2007-07-18 Andrew Tridgellmerged from ronnie
2007-07-15 Ronnie Sahlbergadd a check if start_node is beyond the end of the...
2007-07-15 Ronnie Sahlbergchange the way we pick/find a new node to takeover...
2007-07-13 Ronnie Sahlbergadd a private_data field to the killtcp structure and...
2007-07-13 Andrew Tridgellensure killtcp structure is initialised
2007-07-13 Andrew Tridgell- merge from ronnie
2007-07-13 Ronnie Sahlbergmerge from tridge
2007-07-11 Ronnie Sahlbergas an optimization for when we want to send multiple...
2007-07-11 Ronnie Sahlbergrename killtcp->fd to killtcp->capture_fd
2007-07-11 Ronnie Sahlbergmake the ctdb tool use the killtcp control in the daemo...
2007-07-11 Ronnie Sahlbergadd daemon code for the new kill_tcp control
2007-07-11 Ronnie Sahlbergadd a ctdb_ prefix to two public functions
2007-07-11 Ronnie Sahlbergfirst cut at a better and more scalable socketkiller
2007-07-11 Ronnie Sahlbergadd a ctdb_kill_tcp_callback() that will perform a...
2007-07-10 Ronnie Sahlbergmerge from tridge
2007-07-10 Andrew Tridgellupdate lib/replace from samba4
2007-07-08 Ronnie Sahlbergmerge from tridge
2007-07-08 Andrew Tridgellfixed sense of inet_aton test
2007-07-08 Andrew Tridgellcall kill_clients when releasing all IPs, as well as...
2007-07-08 Andrew Tridgellwe do tell banned nodes to release IPs
2007-07-04 Ronnie Sahlbergmerge from tridge
2007-07-04 Andrew Tridgell- neaten up the command line for killtcp