fixed some warnings
[metze/ctdb/wip.git] / common / ctdb_client.c
2007-04-28 Andrew Tridgellfixed some warnings
2007-04-28 Andrew Tridgellfactor out the packet allocation code
2007-04-28 Andrew Tridgellmerge from ronnie
2007-04-27 Ronnie Sahlbergclients should not fill in "generation" nor be aware...
2007-04-27 Andrew Tridgellalways use allocated packets to avoid alignment errors
2007-04-27 Ronnie Sahlbergadd a generation field to the pdu header.
2007-04-27 Andrew Tridgellmerge from ronnie
2007-04-27 Ronnie Sahlbergmake srvid 64 bits instead of 32 bits
2007-04-27 Ronnie Sahlbergmerge from tridge
2007-04-27 Andrew Tridgellmerged broadcast messages from ronnie
2007-04-27 Andrew Tridgelldebug level controls
2007-04-27 Andrew Tridgellmerge from ronnie
2007-04-27 Ronnie Sahlbergadd a new control : SETVNNMAP to set the generation...
2007-04-27 Ronnie Sahlbergadd a control to read the vnnmap configuration from...
2007-04-26 Andrew Tridgellgot rid of the getdbpath call
2007-04-26 Andrew Tridgelladded a ctdb_get_config call
2007-04-26 Peter Somogyimerged tridge's branch
2007-04-26 Andrew Tridgellmoved status to ctdb_control
2007-04-26 Andrew Tridgelladded a ctdb control message, and tool
2007-04-26 Andrew Tridgellmerge from ronnie
2007-04-23 Ronnie Sahlbergadd pdu's that the client can use to query the ctdb...
2007-04-23 Ronnie Sahlbergsplit the 32bit idr field into two.
2007-04-22 Ronnie Sahlbergmerge from tridge
2007-04-21 Andrew Tridgellupdate the vnn as well when getting the connection...
2007-04-21 Ronnie Sahlbergmerge from tridges tree
2007-04-21 Andrew Tridgell- prevent sending dmaster requests to ourselves
2007-04-20 Peter Somogyimerged tridge's branch
2007-04-20 Peter Somogyi- ctdb/ib minor bugfixes (error case)
2007-04-20 Andrew Tridgelladded ctdb_status tool
2007-04-19 Ronnie Sahlbergmerge from tridge
2007-04-19 Peter SomogyiMerged tridge's ctdb branch.
2007-04-19 Andrew Tridgell- added a --torture option to all ctdb tools. This...
2007-04-19 Ronnie sahlbergmerge from tridge
2007-04-19 Ronnie sahlbergmerge from tridge
2007-04-19 Andrew Tridgellmuch simpler fetch code!
2007-04-19 Andrew Tridgell- fully separate the client version of ctdb_call from...
2007-04-19 Andrew Tridgell- make he packet allocation routines take a mem_ctx...
2007-04-19 Ronnie sahlbergmerge from tridge
2007-04-19 Andrew Tridgellavoid a deadlock the fetch_lock code. The deadlock...
2007-04-18 Ronnie sahlbergmerge from tridge
2007-04-18 Andrew Tridgellsimpler shutdown process. The reply is not actually...
2007-04-18 Andrew Tridgell- merge from ronnie, and use wait instead of sleep...
2007-04-18 Ronnie sahlbergadd/finish the ctdb_shutdown() function.
2007-04-18 Andrew Tridgellmerge fetch1 changes from ronnie
2007-04-18 Ronnie sahlberginitial shutdown function where a client can request...
2007-04-18 Andrew Tridgellstarted adding a cleaner daemon finish method
2007-04-18 Ronnie sahlbergmerge from tridge
2007-04-18 Andrew Tridgell- merge volkers debug changes
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Volker LendeckeSome more debug and two memleak fixes
2007-04-17 Andrew Tridgelladd debug tracing to fetch_lock
2007-04-17 Andrew Tridgelluse the common cmdline code in ctdbd
2007-04-17 Andrew Tridgellfixed a missing idr remove, and check the types after...
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Andrew Tridgellstop the client looping (temporary measure)
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Andrew Tridgellwe should not lock in a normal ctdb_call(), as we want...
2007-04-17 Andrew Tridgell- send the record header from the client to the daemon...
2007-04-17 Ronnie sahlbergmerge from tridge
2007-04-17 Andrew Tridgell- removed the non-daemon mode from ctdb, in order to...
2007-04-17 Andrew Tridgellmerge from ronnie
2007-04-17 Ronnie sahlbergcreate symbols for fetch lock response status
2007-04-17 Ronnie sahlbergdo not use a ctdb_record_handle for client fetch_lock...
2007-04-17 Andrew Tridgellmerge from ronnie
2007-04-17 Ronnie sahlbergremaning code to finish lock_fetch/store_unlock clients...
2007-04-17 Ronnie sahlberginitial change to remove store_unlock pdu and use tdb...
2007-04-17 Andrew Tridgellmerge from ronnie
2007-04-17 Ronnie sahlbergchange some error printouts to make it easier to determ...
2007-04-16 Peter Somogyimerged tridge's branch
2007-04-16 Ronnie sahlbergmerge from tridge
2007-04-16 Andrew Tridgell- fix includes to work in both samba4 and ctdb standalone
2007-04-14 Andrew Tridgellmerge from ronnie
2007-04-13 Ronnie sahlbergmerge from tridge
2007-04-13 Andrew Tridgellprivate -> private_data for samba3
2007-04-13 Ronnie sahlbergadd missing code to store_unlock so that the data that...
2007-04-13 Andrew Tridgellmerge store_unlock code from ronnie
2007-04-12 Ronnie sahlbergadd store_unlock pdu's for the domain socket.
2007-04-12 Andrew Tridgellmerge from ronnie
2007-04-12 Ronnie sahlberginitial support for two new pdus for the domain socket...
2007-04-11 Ronnie sahlbergmerge from tridge
2007-04-11 Andrew Tridgelladd proper support for ctdb_connect_wait in daemon...
2007-04-11 Andrew Tridgellmerge from ronnie, plus complete the client side of...
2007-04-11 Ronnie sahlbergadd a test that sends messages between clients connecte...
2007-04-11 Andrew Tridgellpartially completed work towards full messaging system...
2007-04-11 Ronnie sahlbergmerge from tridge
2007-04-11 Andrew Tridgellforgot to add ctdb_client.c