- Timestamp:
- 06/22/08 10:49:01 (4 years ago)
- Location:
- tags/onioncat-0.1.8
- Files:
-
- 2 added
- 19 copied
-
. (copied) (copied from trunk)
-
ChangeLog (copied) (copied from trunk/ChangeLog) (3 diffs)
-
Makefile.in (copied) (copied from trunk/Makefile.in)
-
TODO (copied) (copied from trunk/TODO) (2 diffs)
-
config.h.in (copied) (copied from trunk/config.h.in)
-
configure (copied) (copied from trunk/configure) (9 diffs)
-
configure.ac (copied) (copied from trunk/configure.ac)
-
onioncat-0.1.8.tar.gz (added)
-
onioncat-0.1.8.tar.gz.sign (added)
-
src/Makefile.am (copied) (copied from trunk/src/Makefile.am)
-
src/ocat.c (copied) (copied from trunk/src/ocat.c)
-
src/ocat.h (copied) (copied from trunk/src/ocat.h) (1 diff)
-
src/ocatcompat.c (copied) (copied from trunk/src/ocatcompat.c)
-
src/ocatlog.c (copied) (copied from trunk/src/ocatlog.c)
-
src/ocatpeer.c (copied) (copied from trunk/src/ocatpeer.c)
-
src/ocatroute.c (copied) (copied from trunk/src/ocatroute.c)
-
src/ocatthread.c (copied) (copied from trunk/src/ocatthread.c)
-
src/ocattun.c (copied) (copied from trunk/src/ocattun.c)
-
src/ocatv6conv.c (copied) (copied from trunk/src/ocatv6conv.c)
-
src/strlcat.c (copied) (copied from trunk/src/strlcat.c)
-
src/strlcpy.c (copied) (copied from trunk/src/strlcpy.c)
Legend:
- Unmodified
- Added
- Removed
-
tags/onioncat-0.1.8/ChangeLog
r205 r224 1 * 1 * version 0.1.8 2 - port numbers changed to 8060 for local and virtual hidden service port 3 - port number of controller interface changed to 8066 4 - wrapped thread locking to internal functions 5 - added HTTP check code if some one accidently connects using HTTP 2 6 - replace clock_gettime() by gettimeofday() for portability reasons 3 7 - compiles on FreeBSD again … … 5 9 and never partially. tcp sendbuffer read-out code thereby removed. 6 10 - added command fds to controller interface 11 12 * version 0.1.5 - 0.1.7 13 - development versions only 7 14 8 15 * version 0.1.4 … … 15 22 * verion 0.1.1 16 23 - improved interoperability 17 - compiles also und FreeBSD 6.1 i24 - compiles also under FreeBSD 6.1 18 25 - TUN code slightly changed and more generic 19 26 - TUN header rewriting (BSD has different header from linux) -
tags/onioncat-0.1.8/TODO
r205 r224 1 * replace all socket write()s by send()1 * create some kind of connection log 2 2 * frame checking may be improved 3 3 * improve getopt() -- currently many things are hardcoded 4 4 * improve tun header test (check for src and dst ip) 5 5 * generally improve tun opening routine 6 * licence7 6 * header compression 8 7 * fragment handler … … 17 16 //* packet_forwarder depends on socks_connector, currently possible unclean startup (not dangerous) -- socks connector now is multi-threaded and not blocking on a pipe, hence, this error _should_ (i'm currently not sure) not occur anymore. 18 17 //* replace clock_gettime() by time(), no accuracy needed 18 //* replace all socket write()s by send() 19 //* licence -
tags/onioncat-0.1.8/configure
r221 r224 1 1 #! /bin/sh 2 2 # Guess values for system-dependent variables and create Makefiles. 3 # Generated by GNU Autoconf 2.61 for onioncat 0.1. 7.3 # Generated by GNU Autoconf 2.61 for onioncat 0.1.8. 4 4 # 5 5 # Report bugs to <rahra@cypherpunk.at>. … … 575 575 PACKAGE_NAME='onioncat' 576 576 PACKAGE_TARNAME='onioncat' 577 PACKAGE_VERSION='0.1. 7'578 PACKAGE_STRING='onioncat 0.1. 7'577 PACKAGE_VERSION='0.1.8' 578 PACKAGE_STRING='onioncat 0.1.8' 579 579 PACKAGE_BUGREPORT='rahra@cypherpunk.at' 580 580 … … 1167 1167 # This message is too long to be a string in the A/UX 3.1 sh. 1168 1168 cat <<_ACEOF 1169 \`configure' configures onioncat 0.1. 7to adapt to many kinds of systems.1169 \`configure' configures onioncat 0.1.8 to adapt to many kinds of systems. 1170 1170 1171 1171 Usage: $0 [OPTION]... [VAR=VALUE]... … … 1233 1233 if test -n "$ac_init_help"; then 1234 1234 case $ac_init_help in 1235 short | recursive ) echo "Configuration of onioncat 0.1. 7:";;1235 short | recursive ) echo "Configuration of onioncat 0.1.8:";; 1236 1236 esac 1237 1237 cat <<\_ACEOF … … 1316 1316 if $ac_init_version; then 1317 1317 cat <<\_ACEOF 1318 onioncat configure 0.1. 71318 onioncat configure 0.1.8 1319 1319 generated by GNU Autoconf 2.61 1320 1320 … … 1330 1330 running configure, to aid debugging if configure makes a mistake. 1331 1331 1332 It was created by onioncat $as_me 0.1. 7, which was1332 It was created by onioncat $as_me 0.1.8, which was 1333 1333 generated by GNU Autoconf 2.61. Invocation command line was 1334 1334 … … 2020 2020 # Define the identity of the package. 2021 2021 PACKAGE='onioncat' 2022 VERSION='0.1. 7'2022 VERSION='0.1.8' 2023 2023 2024 2024 … … 4245 4245 # values after options handling. 4246 4246 ac_log=" 4247 This file was extended by onioncat $as_me 0.1. 7, which was4247 This file was extended by onioncat $as_me 0.1.8, which was 4248 4248 generated by GNU Autoconf 2.61. Invocation command line was 4249 4249 … … 4298 4298 cat >>$CONFIG_STATUS <<_ACEOF 4299 4299 ac_cs_version="\\ 4300 onioncat config.status 0.1. 74300 onioncat config.status 0.1.8 4301 4301 configured by $0, generated by GNU Autoconf 2.61, 4302 4302 with options \\"`echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\" -
tags/onioncat-0.1.8/src/ocat.h
r223 r224 37 37 #define MAXPEERS 1024 38 38 //! Local listening port for incoming connections from TOR. 39 #define OCAT_LISTEN_PORT 80 0039 #define OCAT_LISTEN_PORT 8060 40 40 //! Local control port for querying status information. 41 #define OCAT_CTRL_PORT 80 0141 #define OCAT_CTRL_PORT 8066 42 42 //! Virtual destination port for hidden services 43 #define OCAT_DEST_PORT 80 43 #define OCAT_DEST_PORT 8060 44 44 //! SOCKS port of TOR proxy 45 45 #define TOR_SOCKS_PORT 9050
Note: See TracChangeset
for help on using the changeset viewer.
