lib: Rename a variable
[samba.git] / source3 / lib / ctdbd_conn.c
2015-10-07 Volker Lendeckelib: Rename a variable
2015-10-07 Volker Lendeckelib: Use ctdbd_control_unix in get_cluster_vnn
2015-10-07 Volker Lendeckelib: Use ctdbd_control_unix in register_with_ctdbd
2015-10-07 Volker Lendeckelib: Add ctdbd_control_unix
2015-10-07 Volker Lendeckelib: Fix error talloc leaks in ctdb_read_packet()
2015-10-06 Volker Lendeckelib: Fix CID 1325733 Uninitialized scalar variable
2015-10-06 Stefan Metzmachers3:ctdbd_conn: make sure we destroy tevent_fd before...
2015-10-03 Volker Lendeckelib: Pass sockname and timeout to ctdbd_probe()
2015-10-02 Volker Lendeckelib: Pass sockname and timeout to ctdbd_messaging_conne...
2015-10-02 Volker Lendeckelib: Move lp_ctdbd_socket() to cluster_support.c
2015-10-02 Volker Lendeckelib: Pass parameters to ctdbd_init_connection()
2015-10-02 Volker Lendeckelib: Store sockname in ctdbd_connection
2015-10-02 Volker Lendeckelib: Remove temporary ctdb_connection in ctdb_control
2015-10-02 Volker Lendeckelib: Store ctdb_timeout in ctdb_connection
2015-10-02 Volker Lendeckelib: Lift lp_ctdbd_socket() call up one level
2015-09-30 Volker Lendeckelib: Remove ctdb_serverids_exist
2015-07-14 Volker Lendeckectdbd_conn: Move release_ip handling into process.c
2015-07-14 Volker Lendeckectdbd_conn: Do an early return from ctdb_read_req
2015-07-14 Volker Lendeckectdbd_conn: Return early from ctdbd_msg_call_back
2015-07-14 Volker Lendeckectdbd_conn: Make register_with_ctdbd use an int-returni...
2015-07-14 Volker Lendeckectdbd_conn: Convert ctdb_read_req to return 0/errno
2015-07-14 Volker Lendeckectdbd_conn: Convert ctdb_handle_message to return 0...
2015-07-14 Volker Lendeckectdbd_conn: Make ctdb_read_packet return 0/errno
2015-07-14 Volker Lendeckectdbd_conn: Rename "ret"->"ok"
2015-07-14 Volker Lendeckectdbd_conn: Fix a memleak
2015-06-26 Michael Adamctdbd_conn: use the right error code from ctdbd_connect...
2015-06-26 Michael Adamctdbd_conn: lower the debug level 0 for failing connect...
2015-06-15 Volker Lendeckectdbd_conn: Fix a leak on talloc_tos()
2015-06-05 Volker Lendeckemessaging: Move parsing of ctdb_req_message to ctdbd_conn.c
2015-05-29 Volker Lendeckectdbd_conn: Fix CID 1301580 Explicit null dereferenced
2015-05-28 Volker Lendeckectdbd_conn: Introduce ctdbd_messaging_send_iov()
2015-05-28 Volker Lendeckectdbd_conn: ctdb_handle_message does not need msg_ctx
2015-05-28 Volker Lendeckectdbd_conn: Move ndr marshalling to messages_ctdb.c
2015-05-28 Volker Lendeckectdbd_conn: simplify ctdbd_register_ips
2015-05-28 Volker Lendeckectdbd_conn: Move ctdbd_register_reconfigure to a callback
2015-05-28 Volker Lendeckectdbd_conn: Move message handling out of ctdbd_conn.c
2015-05-28 Volker Lendeckectdbd_conn: Call back when we get a msg
2015-05-28 Volker Lendeckectdbd_conn: Add callback args to register_with_ctdbd
2015-05-28 Volker Lendeckectdbd_conn: Add callback fields for registered serverids
2015-05-28 Volker Lendeckectdbd_conn: Use read_data()
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/lib.
2015-05-11 Amitay Isaacsctdb-daemon: Remove older data structure that supports...
2015-03-17 Volker Lendeckelib: Remove tdb_compat
2015-03-04 Volker Lendeckelib: Fix CID 1273292 Uninitialized pointer read
2015-03-04 Volker Lendeckelib: Fix CID 1128561 Pointer to local outside scope
2015-03-04 Volker LendeckeFix whitespace
2015-03-03 Volker LendeckeFix the O3 developer build
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-12-06 Volker Lendeckelib: read_data->read_data_ntstatus
2014-12-06 Volker Lendeckectdbd_conn: Accept msgs to all registered srvids
2014-10-28 Amitay Isaacsctdb: Rename CTDB_VERSION to CTDB_PROTOCOL
2014-10-28 Amitay Isaacsctdb: Rename ctdb socket variable from CTDB_PATH to...
2014-10-28 Amitay Isaacsbuild: Remove checks for ctdb features
2014-09-18 Volker Lendeckectdb_conn: Fix a small memory leak when releasing an IP
2014-08-21 Volker Lendeckelib: Check socket length in ctdbd_connect
2014-08-06 Volker Lendeckectdbd_conn: Only poll if there's a timeout
2014-08-06 Volker Lendeckectdbd_conn: Remove ctdb_packet dependency
2014-05-30 Volker Lendeckemessaging3: Add and use messaging_tevent_context()
2014-05-24 Volker LendeckeExit with ctdb_fatal if serverids_exist fails
2014-05-06 Volker Lendeckemessaging: Nobody uses G_LOCK_RETRY anymore
2014-03-24 Stefan Metzmachers3:wscript: only build ctdb_dummy.c if we have no clust...
2014-03-24 Stefan Metzmachers3:param: move lp_ctdbd_socket() to ctdbd_conn.c
2014-03-24 Stefan Metzmachers3:lib: move all ctdb related dummy functions to ctdb_d...
2014-03-24 Stefan Metzmachers3:ctdbd_conn: always provide ctdb_serverids_exist()
2014-03-24 Stefan Metzmachers3:ctdbd_conn: add ctdb_serverids_exist_supported()
2014-02-21 Stefan Metzmachers3:lib/ctdbd_conn: let release_ip_handler return bool
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-17 Volker Lendeckesmbd/winbindd: Do an early check if ctdbd is functional
2013-10-17 Volker Lendeckectdbd_conn: Remove one call to cluster_fatal
2013-10-17 Volker Lendeckectdbd_conn: Remove one call to cluster_fatal
2013-10-17 Volker Lendeckectdbd_conn: Lift the cluster_fatal call in get_cluster_vnn
2013-08-28 Volker Lendeckedbwrap_ctdb: Treat empty records as non-existing
2013-08-15 Volker Lendeckelibctdb: Avoid an explicit memset
2013-03-26 Volker Lendeckectdb-conn: remove ctdbd_fetch
2013-03-26 Volker Lendeckectdb-conn: Add ctdbd_parse
2013-02-19 Stefan Metzmachers3:lib: s/event_add_timed/tevent_add_timer
2013-02-19 Stefan Metzmachers3:lib: s/event_add_fd/tevent_add_fd and s/EVENT_FD_...
2013-02-19 Stefan Metzmachers3:lib: s/struct fd_event/struct tevent_fd
2013-02-19 Stefan Metzmachers3:lib: s/struct timed_event/struct tevent_timer
2013-02-19 Stefan Metzmachers3:lib: s/struct event_context/struct tevent_context
2012-12-12 Andreas Schneiders3-ctdb: Make sure addr.sun_path is null terminated.
2012-08-03 Christian Ambachs3-ctdb: return proper exit code
2012-08-03 Christian Ambachs3-ctdb: adjust a loglevel
2012-08-03 Volker Lendeckes3-ctdb: Fix ctdb_serverids_exist for target nodes...
2012-08-03 Volker Lendeckes3-ctdb: Add debugs to ctdb_serverids_exist
2012-08-01 Michael Adams3:ctdbd_conn: use unitX_t types consistently throughou...
2012-06-21 Volker Lendeckes3: Use string_term_tdb_data where appropriate
2012-06-21 Volker Lendeckes3: Fix const warnings
2012-04-17 Volker Lendeckes3: Make ctdbd_messaging_send_blob available in non...
2012-04-17 Volker Lendeckes3: Introduce ctdb_messaging_send_blob
2012-04-17 Volker Lendeckes3: Return CTDB_PATH from lp_ctdbd_socket()
2012-03-24 Jelmer Vernooijlib/util: Remove obsolete sys_getpid() and sys_fork().
2012-03-24 Jelmer Vernooijctdb_conn: Avoid sys_connect.
2012-03-05 Amitay Isaacss3-ctdb: Enable CTDB readonly support only if CTDB...
2012-03-05 Rusty Russelldbwrap_ctdb: only fetch a read-only copy if we had...
2012-03-05 Rusty Russellctdbd_conn: fetch read-only copies of records.
2012-02-15 Volker Lendeckes3: Add SERVERID_UNIQUE_ID_NOT_TO_VERIFY, bug 8760
2012-02-07 Volker Lendeckes3: Increase debug level of basic ctdb packet handling
2012-02-06 Volker Lendeckes3: FreeBSD does not define sin6_addr.s_addr32
2011-12-23 Stefan Metzmachers3:lib/ctdbd_conn: try ctdbd_init_connection() as root
next