Commit graph

132 commits

Author SHA1 Message Date
Erik Ekman 859b019d65 Update version to 0.6.0-rc1 2010-02-13 14:38:32 +00:00
Erik Ekman 35bd6f744f Applied patch from #88, thanks a lot! 2009-12-29 20:00:57 +00:00
Erik Ekman 4d42dbd879 #82, switch to gethostbyname() for win32 support 2009-09-26 09:42:32 +00:00
Erik Ekman b23f08773a #82 update docs 2009-09-25 22:11:18 +00:00
Erik Ekman 282a508f2b #76 merge client code 2009-09-20 21:10:44 +00:00
Erik Ekman 8c082fe853 #75, update client code 2009-09-20 15:11:15 +00:00
Erik Ekman 94f1d670d4 Refactored to make it easier to add unit tests 2009-09-20 08:43:48 +00:00
Erik Ekman dfd74623a6 #77, get password from env variable 2009-09-19 08:09:12 +00:00
Erik Ekman f229342782 Fix password reading 2009-08-16 12:33:28 +00:00
Erik Ekman 0de9a49038 Split the client code out from the file with the main() func 2009-08-16 12:30:26 +00:00
Erik Ekman 021a6b5fd5 Updated docs 2009-08-15 22:02:00 +00:00
Erik Ekman 15b6d0cf21 #70 add -F option for writing pid file. Patch from misc@mandriva.org 2009-08-15 21:52:49 +00:00
Erik Ekman 8233636650 Fixes for unpacking raw packets 2009-08-15 21:46:31 +00:00
Erik Ekman 2212ceadd5 Fix win32 build error 2009-08-15 19:35:07 +00:00
Erik Ekman 0757c70ef8 Fix some uninitialized variable warnings 2009-08-15 19:28:48 +00:00
Erik Ekman 03243094e5 #36, Send ping message every 20 seconds 2009-08-15 12:43:02 +00:00
Erik Ekman 62c171db0d #36, update printouts 2009-08-15 10:49:38 +00:00
Erik Ekman 2f75fe878a #36, Use -r to skip raw mode 2009-08-15 10:45:07 +00:00
Erik Ekman 186ba79bd1 #36, basic raw mode tunnel works 2009-08-06 20:42:26 +00:00
Erik Ekman 5d3b502ec6 #36, upstream traffic now sent in raw mode 2009-08-06 19:48:55 +00:00
Erik Ekman e2c8ac3985 Formatting 2009-08-06 19:48:54 +00:00
Erik Ekman 44ed20fee5 Fix #65, randomize rand_seed on startup 2009-07-23 07:03:09 +00:00
Erik Ekman 50272de2b8 Exit if IP/mtu can not be configured 2009-07-22 21:17:26 +00:00
Erik Ekman 9e268419e7 Add support for applying SELinux context 2009-06-24 17:28:13 +00:00
Erik Ekman 9facdcfb65 return 1 if connection failed, #62 2009-06-24 16:29:30 +00:00
Erik Ekman 0b695e5a96 Fixed #47, support any TAP device name 2009-06-14 19:50:35 +00:00
Erik Ekman 3476343051 Remove a global variable and some warnings 2009-06-14 16:01:14 +00:00
Erik Ekman 75681834f4 #36 client now reads raw reply 2009-06-14 14:01:48 +00:00
Erik Ekman 08efbdac69 #36 send raw login packet directly to server 2009-06-14 11:14:40 +00:00
Erik Ekman 53dfac0b3c Added CMC to I and S packet types 2009-06-12 05:44:34 +00:00
Erik Ekman 225d48dbc3 #36 fetch remote ip number after login 2009-06-11 20:23:05 +00:00
Erik Ekman aa63a3514c Check that nameserver was found 2009-03-28 17:03:42 +00:00
Erik Ekman dd0916d7f7 Use ssize_t for read variable (ticket #57) 2009-03-28 15:55:38 +00:00
Erik Ekman 7c02e0880e print dot while waiting for probe responses 2009-03-07 00:50:45 +00:00
Erik Ekman 416f914f9e Use winsock2.h, use ws2tcpip.h for socklen_t 2009-03-07 00:00:58 +00:00
Erik Ekman 1971df98ee do proper mtu detection, ticket #54 2009-03-06 23:16:23 +00:00
Erik Ekman 9e83af07da properly encode >1024 in probe requests (fix #52) 2009-03-04 21:12:50 +00:00
Erik Ekman e7a1c784db change all printf to fprintf on stderr for #49 2009-02-28 14:35:03 +00:00
Erik Ekman 4ee39714a7 #45: free the info pointer 2009-02-22 14:42:53 +00:00
Erik Ekman 9354697975 #45: use static buffer 2009-02-22 14:35:18 +00:00
Erik Ekman a3cea72400 #45: Use IpHelper to get DNS server on win32 2009-02-22 14:27:10 +00:00
Erik Ekman 844342e1c1 Use winsock2.2 2009-02-21 10:07:10 +00:00
Erik Ekman 75ffe37863 #51 handle one block encode/decode for base64 2009-02-17 20:22:24 +00:00
Erik Ekman 9dfc181307 Moved two global vars into main 2009-02-15 21:12:47 +00:00
Erik Ekman 7de1455c96 Split handshake() function into smaller functions 2009-02-15 20:07:30 +00:00
Erik Ekman a412b59618 Actually check length of probe responses 2009-01-27 21:29:53 +00:00
Erik Ekman d72ed66a9f Add WSAStartup 2009-01-25 17:13:12 +00:00
Erik Ekman 62f75fb2e7 Dont need plibc 2009-01-25 16:42:28 +00:00
Erik Ekman 0c4c529142 Merged branch with mingw port. Compiles now, tun work to do 2009-01-24 22:19:11 +00:00
Erik Ekman d08da80160 revert cygwin stuff 2009-01-24 22:12:00 +00:00