index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ctdb
/
tcp
/
tcp_connect.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ctdb-build: Use CTDB_RUNDIR instead of VARDIR/run/ctdb
Amitay Isaacs
2014-06-24
1
-1
/
+1
*
ctdb-tcp: Coverity fixes
Amitay Isaacs
2013-11-19
1
-7
/
+25
*
tcp: Create socket lock in /var/run/ctdb instead of /tmp
Amitay Isaacs
2013-10-25
1
-1
/
+1
*
Fixes for various issues found by Coverity
Sumit Bose
2013-07-11
1
-1
/
+10
*
build: Fix tdb.h path to enable building with system TDB library
Mathieu Parent
2013-06-14
1
-1
/
+1
*
ctdbd: Initialise the node flags in just one place
Martin Schwenke
2013-01-07
1
-11
/
+0
*
ctdbd: Remove debug option --node-ip, use --listen instead
Martin Schwenke
2013-01-07
1
-37
/
+21
*
ctdbd: Log a meaningful message if the nodes file/list is empty
Martin Schwenke
2012-07-26
1
-0
/
+9
*
We dont need to serialize the "probe which address this node is" if we have g...
Ronnie Sahlberg
2012-05-10
1
-20
/
+27
*
Remove explicit include of lib/tevent/tevent.h.
Amitay Isaacs
2012-04-13
1
-1
/
+0
*
event: Update events to latest Samba version 0.9.8
Rusty Russell
2010-08-18
1
-4
/
+8
*
Report client for queue errors.
Rusty Russell
2010-07-01
1
-1
/
+1
*
Drop the debug level for logging fd creation to DEBUG_DEBUG
Ronnie Sahlberg
2010-02-04
1
-1
/
+1
*
tcp: don't log an error when we succefully bind to the desired address
Stefan Metzmacher
2009-10-26
1
-1
/
+8
*
lower the debug levels for the "create FD messages" so we dont fill up the logs.
Ronnie Sahlberg
2009-10-21
1
-1
/
+1
*
add logging everytime we create a filedescriptor in the main ctdb daemon
Ronnie Sahlberg
2009-10-15
1
-0
/
+7
*
make it possible to start the daemon in STOPPED mode
Ronnie Sahlberg
2009-07-09
1
-0
/
+5
*
add a new node state : DELETED.
Ronnie Sahlberg
2009-06-01
1
-1
/
+5
*
we need to set the port properly in the parse_ip helper
Ronnie Sahlberg
2009-03-24
1
-1
/
+1
*
From C Cowan, AIX needs to set sockaddr.sa_len to a consistent value for
Ronnie Sahlberg
2009-03-16
1
-1
/
+11
*
Fix treatment of link local ipv6 addresses: set the scope id.
Michael Adam
2009-01-19
1
-1
/
+1
*
redo and update how we synchronize flags across the cluster.
root
2008-12-05
1
-1
/
+0
*
some platforms are very picky about the third argument passed to bind().
root
2008-12-05
1
-14
/
+35
*
redesign how reloadnodes is implemented.
Ronnie Sahlberg
2008-12-02
1
-1
/
+4
*
initial ipv6 patch
Ronnie Sahlberg
2008-08-19
1
-48
/
+83
*
We can not assume that just because we could complete a TCP handshake
Ronnie Sahlberg
2008-07-18
1
-3
/
+0
*
Use DEBUG_ERR and not DEBUG_WARNING when we get a connection
Ronnie Sahlberg
2008-05-06
1
-1
/
+1
*
Add debug output to indicate why a node starts up in DISABLED state
Ronnie Sahlberg
2008-02-22
1
-0
/
+1
*
Add a new parameter to /etc/sysconfig/ctdb
Ronnie Sahlberg
2008-02-22
1
-1
/
+5
*
the ctdb structure must make its own copy of the ->address field and not just
Ronnie Sahlberg
2008-02-19
1
-2
/
+3
*
merge from ronnie
Andrew Tridgell
2008-02-04
1
-4
/
+4
*
added debug constants to allow for better mapping to syslog levels
Andrew Tridgell
2008-02-04
1
-1
/
+1
*
Add a --node-ip argument so that one can specify which ip address a
Ronnie Sahlberg
2007-11-26
1
-10
/
+16
*
fixed a double close of a socket, leading to an EPOLL error
Andrew Tridgell
2007-10-22
1
-24
/
+36
*
another place where we need to mark connect_fde as freed
Andrew Tridgell
2007-10-22
1
-1
/
+2
*
prevent a double free
Andrew Tridgell
2007-10-22
1
-1
/
+2
*
change ctdb->vnn to ctdb->pnn
Ronnie Sahlberg
2007-09-04
1
-3
/
+3
*
change how we do public addresses and takeover so that we can have
Ronnie Sahlberg
2007-09-04
1
-1
/
+1
*
update lib/replace from samba4
Andrew Tridgell
2007-07-10
1
-3
/
+2
*
rename tnode->queue to tnode->out_queue to indicate this queue is for
Ronnie Sahlberg
2007-07-02
1
-2
/
+2
*
when accepting an incoming connection, verify that the source address is
Ronnie Sahlberg
2007-07-02
1
-1
/
+15
*
implement a scheme where nodes are banned if they continuously caused the clu...
Andrew Tridgell
2007-06-07
1
-1
/
+1
*
- make calling of recovered event script async
Andrew Tridgell
2007-06-02
1
-12
/
+10
*
ctdb is GPL not LGPL
Andrew Tridgell
2007-05-31
1
-12
/
+12
*
close sockets when we exec scripts
Andrew Tridgell
2007-05-30
1
-8
/
+4
*
make sure we find out about new nodes as fast as possible
Andrew Tridgell
2007-05-25
1
-2
/
+20
*
enable TCP keepalives
Andrew Tridgell
2007-05-15
1
-0
/
+4
*
fixed two more places where we don't correctly handle write errors on sockets
Andrew Tridgell
2007-05-15
1
-2
/
+1
*
fixed a fd close error on reconnect
Andrew Tridgell
2007-05-15
1
-12
/
+0
*
AIX needs sin_len field for bind()
Andrew Tridgell
2007-05-15
1
-0
/
+16
[next]