Displaying 11 results from an estimated 11 matches for "so_protocol".
2014 Feb 10
0
[PATCH] Basic SCTP support for OpenSSH client and server
...(errno));
+ debug2("fd %d setting %s_NODELAY", fd, pname);
+ if (setsockopt(fd, proto, optno, &opt, sizeof opt) == -1) {
+ error("setsockopt %s_NODELAY: %.100s", pname, strerror(errno));
+ return -1;
+ }
+ return 0;
+}
+
+void
+set_nodelay(int fd)
+{
+ /* We could use SO_PROTOCOL here to try and determine whether to set
+ * TCP_NODELAY or SCTP_NODELAY. But SO_PROTOCOL is supported only in Linux
+ * 2.6.32+ and is not portable. Let's just try both.
+ */
+ if (set_nodelay_proto(fd, IPPROTO_TCP, TCP_NODELAY, "TCP") < 0) {
+#ifdef USE_SCTP
+ set_nodel...
2014 Oct 15
0
[Announce] Samba 4.2.0rc2 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2014 Oct 15
0
[Announce] Samba 4.2.0rc2 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2014 Dec 20
0
[Announce] Samba 4.2.0rc3 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2014 Dec 20
0
[Announce] Samba 4.2.0rc3 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2015 Jan 16
0
[Annouce] Samba 4.2.0rc4 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2015 Jan 16
0
[Annouce] Samba 4.2.0rc4 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2015 Feb 24
0
[Announce] Samba 4.2.0rc5 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2015 Mar 04
1
[Announce] Samba 4.2.0 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...
2015 Mar 04
1
[Announce] Samba 4.2.0 Available for Download
...;bb at sernet.de>
* BUG 10862: build: Do not install 'texpect' binary anymore.
o Chris Davis <cd.rattan at gmail.com>
* BUG 10859: Improve samba-regedit.
o Jakub Hrozek <jakub.hrozek at gmail.com>
* BUG 10861: Fix build of socket_wrapper on systems without SO_PROTOCOL.
o Volker Lendecke <vl at samba.org>
* BUG 10860: registry: Don't leave dangling transactions.
o Stefan Metzmacher <metze at samba.org>
* BUG 10866: libcli/smb: Fix smb2cli_validate_negotiate_info with
min=PROTOCOL_NT1 max=PROTOCOL_SMB2_02.
o Christof Schmi...