source: src @ d9d4c1

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @b30abe   3 months erik Reorganize imports for OpenBSD
(edit) @45a5d8   3 months erik Adjust indentation
(edit) @24f195   4 months erik Rename user struct to fix ubuntu arm build failure
(edit) @423cbe   4 months erik Added android specific readme file, along with new make targets Also …
(edit) @85be9b   4 months ppergame Missing break in iodine.c command-line parsing Bug-Ubuntu: …
(edit) @a56903   13 months marcel Android support (#105) patch from Marcel Bokhorst
(edit) @66d942   18 months yarrick Add check for SO_RTABLE support in openbsd, #95
(edit) @d4849a   18 months laurent Add support for openbsd routing domain, #95
(edit) @9c3343   18 months hagar Allow spaces in passwords, #93
(edit) @0a968a   18 months yarrick Initialize 'inside_topdomain'. Fixes #94
(edit) @0be433   2 years yarrick Fix things mentioned in #91
(edit) @b22e3d   2 years yarrick #89, use remote ip as second ip in ifconfig on FreeBSD
(edit) @465cfe   2 years yarrick Fix build error on windows
(edit) @7ae8d0   2 years jsbid1 Fix #86, patch from jsbid1 gmail.com
(edit) @6e2cf7   2 years yarrick Fix osx compile, maybe also OpenBSD
(edit) @79f009   2 years yarrick Fix compile for win32
(edit) @b17790   2 years J.A.Bezemer Applied patch from #88, thanks a lot!
(edit) @1a26a9   3 years yarrick #82, switch to gethostbyname() for win32 support
(edit) @c5bdf0   3 years yarrick #82 update docs
(edit) @365aab   3 years yarrick #82, fix resolving given nameserver on everything but win32
(edit) @acd264   3 years yarrick Make sure replies with errors get the name parsed
(edit) @269499   3 years yarrick Print DNS errors only when requested packet has an error
(edit) @326da4   3 years yarrick Fix buggy set lazy mode function
(edit) @3c4860   3 years J.A.Bezemer merge client code #76
(edit) @d87432   3 years J.A.Bezemer merge server code #76
(edit) @60dfbf   3 years J.A.Bezemer merge dns and user #76
(edit) @05e99c   3 years J.A.Bezemer start merging common and docs #76
(edit) @92b160   3 years yarrick Fix mtu fragment size probing
(edit) @595116   3 years yarrick Fix data length in encoding dns queries
(edit) @d4d88d   3 years yarrick Remove arg to inline_dotify
(edit) @401674   3 years J.A.Bezemer update server code #75
(edit) @55cfed   3 years J.A.Bezemer update client code #75
(edit) @2c2dd6   3 years J.A.Bezemer update client code #75
(edit) @90e25e   3 years J.A.Bezemer update dns parsing #75
(edit) @c2bc50   3 years J.A.Bezemer add downenc per-user field #75
(edit) @1fcab7   3 years J.A.Bezemer Add win32 defines for TXT and SRV #75
(edit) @05a23a   3 years J.A.Bezemer add win32 defines #75
(edit) @4c0fe8   3 years J.A.Bezemer add txt read/write #75
(edit) @fb1747   3 years J.A.Bezemer base32 decode uppercase #75
(edit) @b6eb8d   3 years yarrick Fix FreeBSD build error, remove more includes
(edit) @f9c225   3 years yarrick Prune includes
(edit) @379ca5   3 years yarrick Fix OpenBSD build error
(edit) @93a313   3 years yarrick Added new test, found and fixed an actual bug
(edit) @a1a2e3   3 years yarrick Refactored to make it easier to add unit tests
(edit) @3879f9   3 years iodine Fix build error on OSX 10.6 by Guillaume Rischard, #79
(edit) @0cdd53   3 years yarrick #78, print server tunnel ip
(edit) @01e558   3 years yarrick #77, get password from env variable
(edit) @807469   3 years yarrick Fix password reading
(edit) @27fdc2   3 years yarrick Split the client code out from the file with the main() func
(edit) @1137ac   3 years yarrick Updated docs
(edit) @7efdd0   3 years misc add -F option for writing pid file. Patch from misc@… #70
(edit) @2482a4   3 years yarrick Fixes for unpacking raw packets
(edit) @ef8e3b   3 years yarrick Fix win32 build error
(edit) @cb926c   3 years yarrick Fix some uninitialized variable warnings
(edit) @24871f   3 years vostorga Keep user CC and CFLAGS/LDFLAGS.
(edit) @473bb9   3 years yarrick #36, Send ping message every 20 seconds
(edit) @7e4ee6   3 years yarrick #36, update printouts
(edit) @ebc1b2   3 years yarrick #36, Use -r to skip raw mode
(edit) @e5370a   3 years yarrick #36, basic raw mode tunnel works
(edit) @58d961   3 years yarrick #36, upstream traffic now sent in raw mode
(edit) @02c06d   3 years yarrick Formatting
(edit) @293796   3 years yarrick Fix #65, randomize rand_seed on startup
(edit) @938c24   3 years yarrick Exit if IP/mtu can not be configured
(edit) @a62ae8   3 years yarrick Allow bind port and listen port to be the same if listenip doesnt include …
(edit) @d5acb5   3 years sebastien.raveau Add support for applying SELinux context
(edit) @cf78fd   3 years yarrick print error if tun device is already taken
(edit) @196b37   3 years yarrick return 1 if opening tun fails and args are correct
(edit) @da5002   3 years yarrick return 1 if connection failed, #62
(edit) @e84b31   3 years yarrick Small tweaks
(edit) @8fc8ce   3 years yarrick Any number of TAP32 interfaces supported, use -d to choose. #46
(edit) @e59aaa   3 years yarrick Fixed #47, support any TAP device name
(edit) @f20b3c   3 years yarrick Remove a global variable and some warnings
(edit) @de976d   3 years yarrick #36 client now reads raw reply
(edit) @1235cb   3 years yarrick #36 server now responds to raw login, quite a hack
(edit) @c92ed9   3 years yarrick #36 send raw login packet directly to server
(edit) @950c08   3 years yarrick Added CMC to I and S packet types
(edit) @3eef14   3 years yarrick #36 fetch remote ip number after login
(edit) @27fc03   3 years yarrick #36, add way to request ip address from server
(edit) @96ee6f   3 years yarrick Use recv on windows and read for the others
(edit) @8b95bd   3 years rizzo Use read instead of recv, #58.
(edit) @4bbf4e   3 years yarrick Check that nameserver was found
(edit) @5dccfb   3 years yarrick Use ssize_t for read variable (ticket #57)
(edit) @a3a20a   3 years yarrick #53 Support TAP32 version 0901 as well
(edit) @7d140a   3 years yarrick print dot while waiting for probe responses
(edit) @addd79   3 years yarrick Set interface MTU to 1200. 1188 is the uncompressed DNS reply payload …
(edit) @3db5cd2   3 years yarrick Fix (ignore) Dont-Fragment for OpenBSD and OS X
(edit) @1bddcd   3 years yarrick Set Dont-Fragment for various os
(edit) @789d8f   3 years yarrick Use winsock2.h, use ws2tcpip.h for socklen_t
(edit) @541959   3 years yarrick Use winsock2.h, use ws2tcpip.h for socklen_t
(edit) @bc18af   3 years yarrick do proper mtu detection, ticket #54
(edit) @7b30a2   3 years yarrick actually accept mtu=1500
(edit) @84f596   3 years yarrick Increase default mtu to 1500
(edit) @751f67   3 years yarrick properly encode >1024 in probe requests (fix #52)
(edit) @3e07af   3 years yarrick change all printf to fprintf on stderr for #49
(edit) @9c738b   3 years yarrick #44 hide password input
(edit) @990a03   3 years yarrick #45: free the info pointer
(edit) @13a5b7   3 years yarrick #45: use static buffer
(edit) @af1380   3 years yarrick #45: Use IpHelper? to get DNS server on win32
(edit) @4ae304   3 years yarrick Use winsock2.2
(edit) @0b280b   3 years yarrick clean up codec reverse inits
Note: See TracRevisionLog for help on using the revision log.