1
0
mirror of https://github.com/moparisthebest/socat synced 2024-08-13 16:43:48 -04:00
Commit Graph

162 Commits

Author SHA1 Message Date
Gerhard Rieger
486eb1b514 Merge branch 'test' 2010-01-09 16:08:34 +01:00
Gerhard Rieger
53f2b93b76 merged: minor corrections in docu 2010-01-09 16:08:24 +01:00
Gerhard Rieger
16398a14fb Merge branch 'no-end_unlink' 2010-01-09 16:06:11 +01:00
Gerhard Rieger
3b9393ac9a merged: added struct sockaddr_ll to union sockaddr_union to avoid "strict aliasing" 2010-01-09 16:04:46 +01:00
Gerhard Rieger
f633abfe52 merged: Debian bug 531078: socat execs children with SIGCHLD ignored - fixed 2010-01-09 16:02:44 +01:00
Gerhard Rieger
8658c7f953 merged: info message during socks connect showed bad port number on little endian systems 2010-01-09 16:00:41 +01:00
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
7c0339d82f merged: on some 64bit systems a compiler warning "cast from pointer to integer of different size" was issued on some option definitions 2010-01-09 15:23:02 +01:00
Gerhard Rieger
9161a4eb2b Solaris 8 and Sun Studio support 2010-01-09 13:42:57 +01:00
Gerhard Rieger
04cfeb2ad8 removed END_UNLINK (not yet needed) 2010-01-09 13:39:12 +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
1868e43317 on some 64bit systems a compiler warning "cast from pointer to integer of different size" was issued on some option definitions 2010-01-09 13:32:23 +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
6cc97b32a8 failed to build with gcc -Wall (esp. on Redhat like systems) 2010-01-08 07:26:33 +01:00
Gerhard Rieger
a8a8626c2f added struct sockaddr_ll to union sockaddr_union to avoid "strict aliasing" 2010-01-04 12:59:56 +01:00
Gerhard Rieger
c92e4e089b minor corrections in test.sh 2010-01-03 23:13:04 +01:00
Gerhard Rieger
7a185eebbd minor corrections in docu 2010-01-03 23:00:44 +01:00
Gerhard Rieger
5bfd245d13 info message during socks connect showed bad port number on little endian systems 2009-12-31 10:16:15 +01:00
Gerhard Rieger
1cf3a1c4c9 Debian bug 531078: socat execs children with SIGCHLD ignored - fixed 2009-12-30 21:12:31 +01:00
Gerhard Rieger
30a3ec3baa version 1.7.1.1 2009-05-08 16:02:00 +02:00
Gerhard Rieger
2a34236fce merged docu corrections and improvements 2009-05-06 20:02:56 +02:00
Gerhard Rieger
7d0ec2734a added environment example to doc/socat-multicast.html 2009-05-06 19:59:57 +02:00
Gerhard Rieger
c5201ee1f5 so-bindtodevice in doc, minor corrections in doc 2009-05-06 08:34:02 +02:00
Gerhard Rieger
448fa74706 merged: compile problem caused by size_t/socklen_t mismatch; an invalid close() operation was performed 2009-05-06 08:28:53 +02:00
Gerhard Rieger
e0c0e66748 merged: ftruncate64 cut its argument to 32 bits on systems with 32 bit long type 2009-05-06 08:24:31 +02:00
Gerhard Rieger
cfffd8495c merged corrected "fixed possible SIGSEGV" fix 2009-05-06 08:21:09 +02:00
Gerhard Rieger
a479ab8df5 socat crashed on systems without setenv() 2009-05-06 06:28:33 +02:00
Gerhard Rieger
4576b50e47 ftruncate64 cut its argument to 32 bits on systems with 32 bit long type 2009-05-05 22:42:50 +02:00
Gerhard Rieger
67a1060b49 corrected the "fixed possible SIGSEGV" fix 2009-05-05 22:34:05 +02:00
Gerhard Rieger
7c2039ada8 version 1.7.1.0 2009-04-02 21:30:50 +02:00
Gerhard Rieger
6e4db297ae merged typos branch 2009-04-02 17:13:45 +02:00
Gerhard Rieger
90633dd508 merged shutdown, shutnull branches 2009-04-02 17:09:59 +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
a05e96f6a7 option names substuser-early and su-e 2009-04-02 09:28:58 +02:00
Gerhard Rieger
793763677a new address options shut-none, shut-down, and shut-close 2009-04-02 08:52:11 +02:00
Gerhard Rieger
50be6b25cf version 1.7.0.1 2009-04-01 16:50:51 +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
a5591dcfd0 merged fix for possible SIGSEGV in listening addresses 2009-03-31 23:18:56 +02:00
Gerhard Rieger
e2402ad019 fixed possible SIGSEGV in listening addresses 2009-03-31 23:16:47 +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
634e02269f help displayed some option types wrong 2008-10-28 17:48:57 +01:00
Gerhard Rieger
de4f373bd5 forgot to git add doc/socat-genericsocket.html 2008-10-20 09:50:03 +02:00
Gerhard Rieger
4645166fcd version 1.7.0.0 2008-10-15 22:54:47 +02:00
Gerhard Rieger
3d41d1db9d new examples, corrections eg. for SCTP, some fixes 2008-10-15 22:54:12 +02:00