Commit Graph

51 Commits

Author SHA1 Message Date
Travis Burtrum 268432bf42 Add OpenSSL snihost option for TLS SNI extension 2015-07-17 22:08:00 -04:00
Gerhard Rieger 81c4892599 Function cfmakeraw() is simulated when missing 2015-01-23 21:30:38 +01:00
Gerhard Rieger 522bb45479 Added option rawer for pty 2015-01-23 18:40:54 +01:00
Gerhard Rieger 2f40a439cb Check OpenSSL peers commonName+subjectAltName; new option openssl-commonname 2015-01-12 23:34:47 +01:00
Gerhard Rieger 0219d6ac27 Fixed return value of nestlex() 2015-01-12 21:57:51 +01:00
Gerhard Rieger 98028900e0 Fixed bind with abstract unix domain sockets (Linux) 2015-01-12 21:54:26 +01:00
Gerhard Rieger 80c7fa0bca struct cmsghdr.cmsg is system dependend; more print format corrections 2014-03-09 22:08:19 +01:00
Gerhard Rieger 520e84aba7 Red Hat issue 1022048: strncpy hardening 2014-03-02 17:29:53 +01:00
Gerhard Rieger 4c9898446d Ubuntu Oneiric: OpenSSL w/o SSLv2, bsd/libutil.h, unused vars 2011-12-04 15:14:34 +01:00
Gerhard Rieger 1c302dc23c dropopts must not free() 2011-11-27 10:49:28 +01:00
Gerhard Rieger 7e3386f228 OpenSSL option compress allows to disable compression 2011-11-26 14:27:02 +01:00
Gerhard Rieger 02f3b29ab6 new option max-children that limits the number of concurrent child processes 2011-11-26 14:24:09 +01:00
Gerhard Rieger d2fab02571 corrections for OpenEmbedded, especially termios SHIFT values andISPEED/OSPEED 2011-11-22 13:47:58 +01:00
Gerhard Rieger baa16a52a6 check for defines IPV6_* 2011-11-22 13:11:51 +01:00
Gerhard Rieger 26801266f2 port to Android 2011-11-22 10:58:15 +01:00
Gerhard Rieger 06179edeb6 address option ioctl-intp failed with "unimplemented type 26" 2010-10-05 09:11:47 +02:00
Gerhard Rieger 30a3ec3baa version 1.7.1.1 2009-05-08 16:02:00 +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 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 29d3f9438b xioopts.c: added cast for ip4addr in error message 2008-10-14 22:18:37 +02:00
Gerhard Rieger b2d618438a made it compile and run on SuSE5.2 2008-10-12 12:01:00 +02:00
Gerhard Rieger ba15b459f8 Merge /home/gerhard/Develop/socat-streams into socat-1.7.0.0 2008-09-26 16:59:06 +02:00
Gerhard Rieger 2bc9b77bac new address options i-pop-all, i-push 2008-09-26 16:58:08 +02:00
Gerhard Rieger 097608e8a9 MacOSX port: detect TABDLY shift problem with autoconf 2008-09-26 13:19:49 +02:00
Gerhard Rieger 9922641b60 MacOSX port: made defines IPV6_* conditional 2008-09-26 08:12:32 +02:00
Gerhard Rieger 43bb8e9ed6 corrections with msg (fprintf) format parameters 2008-09-24 20:00:23 +02:00
Gerhard Rieger 784e378ede merged feature raw network interface 2008-09-23 00:09:19 +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 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 140443794b add generic setsockopt address options 2008-09-20 17:09:09 +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 1924e17cf0 replaced select() by poll() in comments 2008-09-04 23:42:52 +02:00
Gerhard Rieger 5251c21479 corrected alphabetical order of options (proxy-auth); bad conditional with token 2008-07-24 07:32:56 +02:00
Gerhard Rieger c4751d50ec corrected a few mistakes that caused compiler warnings on 64bit hosts 2008-05-22 20:12:24 +02:00
Gerhard Rieger 66142aa77c configure --disable-pty also disabled option waitlock 2008-02-06 06:41:05 +01:00
Gerhard Rieger 2e7314d523 corrected option names to interval 2008-02-03 12:14:36 +01:00
Gerhard Rieger df493f126e replaced RCS ID's by source file names 2008-01-28 22:37:16 +01:00