vlendec/samba-autobuild/.git
2007-06-03 Andrew Tridgelldon't start nfs services unless the relevant directorie...
2007-06-03 Andrew Tridgelltest commit
2007-06-03 Andrew Tridgelldo a full restart in init cron call
2007-06-03 Andrew Tridgellfixed a race condition in the handling of the recovery...
2007-06-02 Andrew Tridgelldocs on how to use statd-callout
2007-06-02 Andrew Tridgellmove config files to config/ directory
2007-06-02 Andrew Tridgellremoved some old cruft
2007-06-02 Andrew Tridgellctdb_test.c is gone
2007-06-02 Andrew Tridgelladd an easy way to setup ctdb to start/stop samba
2007-06-02 Andrew Tridgellmerge from ronnie
2007-06-02 Ronnie Sahlbergfix broken link to the CTDB setup page
2007-06-02 Ronnie Sahlbergupdate the evens scripts for nfs and nfslock to honour...
2007-06-02 Ronnie SahlbergSTATD_SHARED_DIRECTORY should be define din the nfs...
2007-06-02 Andrew Tridgellmake test now works again
2007-06-02 Andrew Tridgellfirst step towards fixing "make test" with the new...
2007-06-02 Andrew Tridgell- make specification of a recovery lock file compulsory
2007-06-02 Andrew Tridgell- moved cmdline options that are only relevant to ctdbd...
2007-06-02 Andrew Tridgellanother place we need to cope with the strange epoll...
2007-06-01 Andrew Tridgelldisable realtime scheduler in event scripts
2007-06-01 Andrew Tridgell- make calling of recovered event script async
2007-06-01 Andrew Tridgellput nfs events in spec and Makefile.in
2007-06-01 Andrew Tridgelladded nfs event script
2007-06-01 Andrew Tridgelldon't strictly need netcat
2007-06-01 Andrew Tridgellmake the packaging much more portable - tested on SLES9...
2007-06-01 Andrew Tridgell- make symlink relative in install
2007-06-01 Andrew Tridgelltidy up the install somewhat
2007-06-01 Andrew Tridgellsplit out events for each subsystem separately
2007-06-01 Andrew Tridgelluse a subdirectory for ctdb state files
2007-06-01 Andrew Tridgellmake the running of the takeover and release event...
2007-06-01 Andrew Tridgellconvert ctdbd.sh tests to use an event script
2007-06-01 Andrew Tridgellbetter download instructions
2007-06-01 Andrew Tridgelladded package download
2007-06-01 Andrew Tridgellmerge initial web site from ronnie
2007-06-01 Ronnie Sahlbergadd a developers section
2007-06-01 Ronnie Sahlberginitial webpage
2007-06-01 Andrew Tridgelllog dates/time in event startup messages
2007-06-01 Andrew Tridgelladded CTDB_WAIT_DIRECTORIES support
2007-06-01 Andrew Tridgellmerged from ronnie
2007-06-01 Ronnie Sahlbergit is -f not -x to check if a file exists
2007-06-01 Ronnie Sahlberg- create /etc/ctdb/taken_ips and /etc/ctdb/changed_ips...
2007-06-01 Ronnie Sahlbergnew branch from tridges tree
2007-05-31 Andrew Tridgellctdb is GPL not LGPL
2007-05-31 Andrew Tridgellif there is no node available to take an IP, don't...
2007-05-31 Andrew Tridgellbetter location for statd-callout
2007-05-31 Andrew Tridgelladded hooks to make nfs statd behave correctly on failover
2007-05-30 Andrew Tridgellmerge lib/replace from samba4
2007-05-30 Andrew Tridgelltell newly connected nodes about any tcp tickle records...
2007-05-30 Andrew Tridgelluse our own netmask when deciding if we should takeover...
2007-05-30 Andrew Tridgellclose sockets when we exec scripts
2007-05-30 Andrew Tridgellwe need to listen at transport initialise stage to...
2007-05-30 Andrew Tridgell- use a CTDB_BROADCAST_ALL for the attach message so...
2007-05-30 Andrew Tridgelldon't start the transport connecting to the other nodes...
2007-05-30 Andrew Tridgell- nice messages while waiting for tcp services to come up
2007-05-30 Andrew Tridgellwait for local tcp services like smbd to come up before...
2007-05-30 Andrew Tridgellfixed onnode symlink install
2007-05-30 Andrew Tridgellsupport ctdb status -n all
2007-05-30 Andrew Tridgellmoved onnode into ctdb from s3 examples/ctdb
2007-05-30 Andrew Tridgellauto-restart NFS if its running when we release an IP
2007-05-29 Andrew Tridgellsamba3 needs ctdb_private.h installed to build
2007-05-29 Andrew Tridgellflush any local arp entries for the given ip on add/del
2007-05-29 Andrew Tridgelldon't block SIGCHLD, or we lose return values from...
2007-05-29 Andrew Tridgellfixed system() return handling
2007-05-29 Andrew Tridgellfixed broadcast controls from the command line
2007-05-29 Andrew Tridgellfixed shell syntax in events script
2007-05-29 Andrew Tridgell- ignore blank lines at end of lists
2007-05-29 Andrew Tridgell- make more options configurable
2007-05-29 Andrew Tridgellmore build tweaks
2007-05-29 Andrew Tridgellupdate packaging for new defaults
2007-05-29 Andrew Tridgelldefault log file to reasonable location
2007-05-29 Andrew Tridgelluse autoconf for more paths
2007-05-29 Andrew Tridgelluse /etc/services for ctdb
2007-05-29 Andrew Tridgellmerge from jim
2007-05-29 Andrew Tridgellfixed more warnings on 64 bit boxes
2007-05-29 Andrew Tridgellfixed some debug messages
2007-05-29 Andrew Tridgellclean shutdown in ctdb - release all our IPs
2007-05-29 Andrew Tridgelldon't need maskbits to ip addr del
2007-05-29 Andrew Tridgellfixed syntax of /sbin/ip
2007-05-29 Andrew Tridgellmade events script executable
2007-05-29 Andrew Tridgelladded an example ctdb event script
2007-05-29 Andrew Tridgellcall the event script on recovery too
2007-05-29 Andrew Tridgell- moved ctdbd specific options to ctdbd.c from cmdline.c
2007-05-29 Andrew Tridgellfix sense of inet_aton() call
2007-05-29 Andrew Tridgell- renamed ctdb_control utility to ctdb
2007-05-29 Andrew Tridgellrename ctdb_control utility to ctdb
2007-05-28 jmcd@samba.orgNext round of packaging updates:
2007-05-28 jmcd@samba.orgupdates from tridge
2007-05-28 jmcd@samba.orgupdates from tridge
2007-05-28 Andrew Tridgellmerged packaging from jim
2007-05-27 Andrew Tridgellanother place where we could send a partial packet
2007-05-27 jmcd@samba.orgInital rpm build files
2007-05-27 Andrew Tridgellwhen handing over an IP to another node, also tell...
2007-05-27 Andrew Tridgellautomatic cleanup of tcp tickle records
2007-05-27 Andrew Tridgellfixed error reporting in tickle ack code
2007-05-27 Andrew Tridgelluse a window size that is obvious in sniffs
2007-05-27 Andrew Tridgellremove experimental code
2007-05-27 Andrew Tridgellfixed tcp data offset and checksum
2007-05-27 Andrew Tridgellsend on the right socket!
2007-05-27 Andrew Tridgelladded code to ctdb to send a tcp 'tickle' ack when...
2007-05-27 Andrew Tridgelladded function to send a raw tcp ack packet
2007-05-26 Andrew Tridgelltweak timeouts
next