Gerhard Rieger
|
625e1a61c3
|
merged: openssl addresses failed with "nonblocking operation did not complete" when the peer performed a renegotiation
|
2010-01-09 15:51:28 +01:00 |
|
Gerhard Rieger
|
3f6e8ac318
|
merged: user-late and group-late, when applied to a pty, affected the system device /dev/ptmx
|
2010-01-09 15:43:10 +01:00 |
|
Gerhard Rieger
|
9161a4eb2b
|
Solaris 8 and Sun Studio support
|
2010-01-09 13:42:57 +01:00 |
|
Gerhard Rieger
|
1db7a7b1f7
|
openssl addresses failed with "nonblocking operation did not complete" when the peer performed a renegotiation
|
2010-01-09 13:35:24 +01:00 |
|
Gerhard Rieger
|
80286cdeb5
|
user-late and group-late, when applied to a pty, affected the system device /dev/ptmx
|
2010-01-09 10:10:48 +01:00 |
|
Gerhard Rieger
|
6e4db297ae
|
merged typos branch
|
2009-04-02 17:13:45 +02:00 |
|
Gerhard Rieger
|
806bccbf94
|
new address options shut-null, null-eof
|
2009-04-02 17:02:29 +02:00 |
|
Gerhard Rieger
|
209ff84a07
|
minor corrections of docu and test.sh; o-append
|
2009-04-02 10:29:06 +02:00 |
|
Gerhard Rieger
|
4a42088332
|
option end-close "did not apply" with some address types
|
2009-03-31 23:22:06 +02:00 |
|
Gerhard Rieger
|
e5f2863cd8
|
merged connect-timeout bug fix
|
2009-03-31 22:55:15 +02:00 |
|
Gerhard Rieger
|
13fce17ad8
|
half close of EXEC and SYSTEM addresses did not work with pipes and sometimes socketpair
|
2009-03-31 22:46:41 +02:00 |
|
Gerhard Rieger
|
e19d94bea4
|
fixed new bug with connect-timeout
|
2009-03-31 21:58:30 +02:00 |
|
Gerhard Rieger
|
7b61382c76
|
end-close "did not apply" to some addresses
|
2009-03-12 06:31:42 +01:00 |
|
Gerhard Rieger
|
5999bbc1b8
|
under some circumstances shutdown was called multiple times for the same fd
|
2008-10-28 21:07:47 +01:00 |
|
Gerhard Rieger
|
45c6d0536a
|
MacOSX: added missing parentheses; removed outcommented readline data
|
2008-10-14 22:57:51 +02:00 |
|
Gerhard Rieger
|
01f990310e
|
more for Darwin; do not test ancillary timestamp with unix domain
|
2008-10-12 12:04:54 +02:00 |
|
Gerhard Rieger
|
1dec094b3d
|
test.sh options -n, -N: continue tests with number
|
2008-09-29 21:23:07 +02:00 |
|
Gerhard Rieger
|
b49b7eee08
|
check for SCTP feature; SCTP check on Solaris
|
2008-09-24 08:42:11 +02:00 |
|
Gerhard Rieger
|
28cc25ec90
|
1.7.0-rc1: ported to FreeBSD: test.sh runssctpx; small fixes
|
2008-09-23 14:29:09 +02:00 |
|
Gerhard Rieger
|
784e378ede
|
merged feature raw network interface
|
2008-09-23 00:09:19 +02:00 |
|
Gerhard Rieger
|
cf84b71cea
|
added SCTP stream environment variable tests
|
2008-09-22 23:39:33 +02:00 |
|
Gerhard Rieger
|
91057b0b68
|
merged feature sctp streams
|
2008-09-22 23:21:26 +02:00 |
|
Gerhard Rieger
|
d78b080ef0
|
merged features ioctl, setsockopt, generic-socket
|
2008-09-22 22:52:03 +02:00 |
|
Gerhard Rieger
|
86c596bd51
|
merged feature protocol-type
|
2008-09-22 22:33:04 +02:00 |
|
Gerhard Rieger
|
2ffe5a324e
|
merged features ancillary, envvar
|
2008-09-22 22:17:55 +02:00 |
|
Gerhard Rieger
|
bd3810642b
|
Merge /home/gerhard/Develop/socat-escape into socat-1.7.0.0
|
2008-09-22 22:05:08 +02:00 |
|
Gerhard Rieger
|
e337b51405
|
test generic sockets for TCP6 and UNIX
|
2008-09-22 21:48:00 +02:00 |
|
Gerhard Rieger
|
9a097fc49d
|
socat should now build under MacOS X 10.4
|
2008-09-21 18:08:26 +02:00 |
|
Gerhard Rieger
|
376b9d50c3
|
reworked so-type, so-prototype
|
2008-09-20 23:47:06 +02:00 |
|
Gerhard Rieger
|
b6c2d46008
|
cleanup xio-unix.c: merged classic with abstract functions; names, ...
|
2008-09-20 23:40:45 +02:00 |
|
Gerhard Rieger
|
de910892f2
|
new address "interface" for transparent network interface handling
|
2008-09-20 23:37:56 +02:00 |
|
Gerhard Rieger
|
c86345a615
|
new address option "escape" allows to break a socat instance
|
2008-09-20 23:01:10 +02:00 |
|
Gerhard Rieger
|
13b73776e7
|
ported generic socket to *BSD; minor improvements
|
2008-09-20 17:17:27 +02:00 |
|
Gerhard Rieger
|
8947cc92dc
|
added test SETSOCKOPT_INT; some corrections on generic ioctl and setsockopt features
|
2008-09-20 17:09:10 +02:00 |
|
Gerhard Rieger
|
2c2508fc62
|
added address options: ioctl-void, ioctl-int, ioctl-intp, ioctl-bin, ioctl-string
added option types: TYPE_INT_INT, TYPE_INT_BIN, TYPE_INT_STRING
added syscall wrapper: Ioctl_int()
added test: IOCTL_VOID
|
2008-09-20 17:08:29 +02:00 |
|
Gerhard Rieger
|
0e1eb7e4b4
|
in ignoreeof mode socat also blocked data transfer in the other direction
|
2008-09-19 09:03:59 +02:00 |
|
Gerhard Rieger
|
f8496421f9
|
some raw IP and UNIX datagram modes failed on BSD systems; test.sh: more stable timing, corrections for BSD
|
2008-09-14 18:33:28 +02:00 |
|
Gerhard Rieger
|
67e59494c4
|
improve test for EXECSPACES to keep multiple spaces in arguments
|
2008-09-05 00:22:35 +02:00 |
|
Gerhard Rieger
|
e142c3da6b
|
dont leave UDP-LISTEN socket open after reject
|
2008-09-04 23:30:59 +02:00 |
|
Gerhard Rieger
|
780b4028fe
|
improved test.sh script
|
2008-07-23 20:56:48 +02:00 |
|
Gerhard Rieger
|
ae368e7cb9
|
EXEC address with consecutive spaces created additional empty arguments
|
2008-07-17 21:49:52 +02:00 |
|
Gerhard Rieger
|
ad4bd0d9db
|
EXEC and SYSTEM with stderr injected socat messages into the data stream
|
2008-06-07 10:14:56 +02:00 |
|
Gerhard Rieger
|
d086001911
|
RECVFROM addresses with FORK option hung after processing the first packet
|
2008-05-22 16:51:40 +02:00 |
|
Gerhard Rieger
|
fe1337fe5f
|
fixed bug in ip*-recv with bind option
|
2008-05-22 10:02:04 +02:00 |
|
Gerhard Rieger
|
560f0bc24c
|
ported zombie tests to AIX, FreeBSD, HP-UX, SunOS, and generic
|
2008-02-09 22:13:57 +01:00 |
|
Gerhard Rieger
|
2e7314d523
|
corrected option names to interval
|
2008-02-03 12:14:36 +01:00 |
|
Gerhard Rieger
|
edd6dae2de
|
corrected option handling with stdio
|
2008-02-03 10:26:21 +01:00 |
|
Gerhard Rieger
|
3b3b004ff8
|
fixed a bug where sub processes would become zombies because the master process caught SIGCHLD but did not wait()
|
2008-02-01 23:38:16 +01:00 |
|
Gerhard Rieger
|
1f5165b765
|
fixed bugs where sub processes would become zombies because the master process did not catch SIGCHLD
|
2008-02-01 23:15:14 +01:00 |
|
Gerhard Rieger
|
c44985fb8d
|
test.sh: prepared process checks
|
2008-02-01 22:40:02 +01:00 |
|