1
0
mirror of https://github.com/yarrick/iodine.git synced 2024-11-22 21:16:07 +03:00

Commit Graph

  • 39d7263a11 Fix segfault in test for BSDs Erik Ekman 2009-09-20 15:57:00 +0000
  • a5c6f93fa2 Fix data length in encoding dns queries Erik Ekman 2009-09-20 15:41:24 +0000
  • 3b4560505a Remove arg to inline_dotify Erik Ekman 2009-09-20 15:15:25 +0000
  • 43b4cb8bac #75, update server code Erik Ekman 2009-09-20 15:11:16 +0000
  • 8c082fe853 #75, update client code Erik Ekman 2009-09-20 15:11:15 +0000
  • 83dfde0728 #75, update client code Erik Ekman 2009-09-20 15:11:14 +0000
  • bd4a4eb24c #75, update dns parsing Erik Ekman 2009-09-20 15:11:12 +0000
  • 3940f4e5ff #75, update docs Erik Ekman 2009-09-20 15:11:11 +0000
  • 3703485c9c #75, update docs Erik Ekman 2009-09-20 15:11:10 +0000
  • a02f7d776f #75 add downenc per-user field Erik Ekman 2009-09-20 15:11:08 +0000
  • 3b47b8ad92 #75 Add win32 defines for TXT and SRV Erik Ekman 2009-09-20 15:11:07 +0000
  • b9d4b37c87 #75, add win32 defines Erik Ekman 2009-09-20 15:11:06 +0000
  • 26d59a9886 #75, add txt read/write Erik Ekman 2009-09-20 15:11:04 +0000
  • 1c8f6e522f #75, base32 decode uppercase Erik Ekman 2009-09-20 15:11:03 +0000
  • d5deccb354 Fix FreeBSD build error, remove more includes Erik Ekman 2009-09-20 09:09:18 +0000
  • 593227a20e Prune includes Erik Ekman 2009-09-20 09:05:09 +0000
  • 2c3fdf3346 Fix OpenBSD build error Erik Ekman 2009-09-20 09:01:47 +0000
  • 34c69866c9 Added new test, found and fixed an actual bug Erik Ekman 2009-09-20 08:43:49 +0000
  • 94f1d670d4 Refactored to make it easier to add unit tests Erik Ekman 2009-09-20 08:43:48 +0000
  • 5c64a44d5e Updated changelog after #79 Erik Ekman 2009-09-19 22:19:09 +0000
  • 7ca260c319 #79 Fix build error on OSX 10.6 by Guillaume Rischard Erik Ekman 2009-09-19 08:32:57 +0000
  • bcd7c1c15c #78, print server tunnel ip Erik Ekman 2009-09-19 08:24:59 +0000
  • dfd74623a6 #77, get password from env variable Erik Ekman 2009-09-19 08:09:12 +0000
  • f229342782 Fix password reading Erik Ekman 2009-08-16 12:33:28 +0000
  • 0de9a49038 Split the client code out from the file with the main() func Erik Ekman 2009-08-16 12:30:26 +0000
  • 482e50222f Updated changelog Erik Ekman 2009-08-15 23:52:47 +0000
  • 021a6b5fd5 Updated docs Erik Ekman 2009-08-15 22:02:00 +0000
  • 15b6d0cf21 #70 add -F option for writing pid file. Patch from misc@mandriva.org Erik Ekman 2009-08-15 21:52:49 +0000
  • 8233636650 Fixes for unpacking raw packets Erik Ekman 2009-08-15 21:46:31 +0000
  • 2212ceadd5 Fix win32 build error Erik Ekman 2009-08-15 19:35:07 +0000
  • 0757c70ef8 Fix some uninitialized variable warnings Erik Ekman 2009-08-15 19:28:48 +0000
  • 179d4c3d78 Keep user CC and CFLAGS/LDFLAGS. Patch from Victor Ostorga Erik Ekman 2009-08-15 19:17:02 +0000
  • 7f76ce7ce4 Update changelog and proto docs Erik Ekman 2009-08-15 13:10:21 +0000
  • 03243094e5 #36, Send ping message every 20 seconds Erik Ekman 2009-08-15 12:43:02 +0000
  • 62c171db0d #36, update printouts Erik Ekman 2009-08-15 10:49:38 +0000
  • 2f75fe878a #36, Use -r to skip raw mode Erik Ekman 2009-08-15 10:45:07 +0000
  • 186ba79bd1 #36, basic raw mode tunnel works Erik Ekman 2009-08-06 20:42:26 +0000
  • 5d3b502ec6 #36, upstream traffic now sent in raw mode Erik Ekman 2009-08-06 19:48:55 +0000
  • e2c8ac3985 Formatting Erik Ekman 2009-08-06 19:48:54 +0000
  • 6033e2db91 Update changelog Erik Ekman 2009-07-23 07:12:37 +0000
  • 44ed20fee5 Fix #65, randomize rand_seed on startup Erik Ekman 2009-07-23 07:03:09 +0000
  • 50272de2b8 Exit if IP/mtu can not be configured Erik Ekman 2009-07-22 21:17:26 +0000
  • 3ab3847efa Update manpage formatting Erik Ekman 2009-07-16 09:16:20 +0000
  • b44aaf2982 Update readme and manpage Erik Ekman 2009-07-16 09:12:20 +0000
  • f1f7faee70 Update changelog Erik Ekman 2009-07-16 08:46:21 +0000
  • eaef14c37f Allow bind port and listen port to be the same if listenip doesnt include localhost. Also remove newlines from warnx Erik Ekman 2009-07-16 08:44:04 +0000
  • 9e268419e7 Add support for applying SELinux context Erik Ekman 2009-06-24 17:28:13 +0000
  • 35b7f36bcc update changelog Erik Ekman 2009-06-24 16:40:54 +0000
  • 8f88f3f75c print error if tun device is already taken Erik Ekman 2009-06-24 16:40:52 +0000
  • c15190c58a return 1 if opening tun fails and args are correct Erik Ekman 2009-06-24 16:40:51 +0000
  • 9facdcfb65 return 1 if connection failed, #62 Erik Ekman 2009-06-24 16:29:30 +0000
  • 453ac4145c Small tweaks Erik Ekman 2009-06-14 20:30:35 +0000
  • 65217be1e3 Updated readme Erik Ekman 2009-06-14 20:23:50 +0000
  • 5631670e15 Any number of TAP32 interfaces supported, use -d to choose. #46 Erik Ekman 2009-06-14 20:12:35 +0000
  • 0b695e5a96 Fixed #47, support any TAP device name Erik Ekman 2009-06-14 19:50:35 +0000
  • 3476343051 Remove a global variable and some warnings Erik Ekman 2009-06-14 16:01:14 +0000
  • 75681834f4 #36 client now reads raw reply Erik Ekman 2009-06-14 14:01:48 +0000
  • b37d5481cd #36 server now responds to raw login, quite a hack Erik Ekman 2009-06-14 13:31:35 +0000
  • 08efbdac69 #36 send raw login packet directly to server Erik Ekman 2009-06-14 11:14:40 +0000
  • 53dfac0b3c Added CMC to I and S packet types Erik Ekman 2009-06-12 05:44:34 +0000
  • 225d48dbc3 #36 fetch remote ip number after login Erik Ekman 2009-06-11 20:23:05 +0000
  • fd1ebc520a #36, add way to request ip address from server Erik Ekman 2009-06-11 19:52:42 +0000
  • 376252e1bf updated windows docs Erik Ekman 2009-06-11 18:04:23 +0000
  • f517ce42d2 Updated changelog Erik Ekman 2009-06-11 17:55:47 +0000
  • c715924779 updated windows docs Erik Ekman 2009-06-11 17:23:30 +0000
  • b4bcbe2b21 Use recv on windows and read for the others Erik Ekman 2009-06-11 16:53:56 +0000
  • c501a3903f Merge branch 'master' into iodine-0.5 v0.5.2 iodine-0.5 Erik Ekman 2009-06-01 18:39:01 +0000
  • ae8f7ca321 new release Erik Ekman 2009-06-01 18:34:50 +0000
  • aa0c6a915e updated changelog Erik Ekman 2009-05-19 06:08:37 +0000
  • 4a517b61db Update changelog Erik Ekman 2009-05-14 18:37:38 +0000
  • 91257baa3c Use read instead of recv, #58. Patch from Luigi Rizzo Erik Ekman 2009-05-14 18:12:38 +0000
  • aa63a3514c Check that nameserver was found Erik Ekman 2009-03-28 17:03:42 +0000
  • dd0916d7f7 Use ssize_t for read variable (ticket #57) Erik Ekman 2009-03-28 15:55:38 +0000
  • 7c4a9c4c7a Merge branch 'master' into iodine-0.5 Erik Ekman 2009-03-21 13:34:28 +0000
  • 0ce0c6d4e8 Updated manpage Erik Ekman 2009-03-21 13:34:02 +0000
  • 60a864ec52 Merge branch 'master' into iodine-0.5 Erik Ekman 2009-03-21 13:22:51 +0000
  • 1f52e90d80 Updated readme with win32 Erik Ekman 2009-03-21 13:21:51 +0000
  • 949b412127 Update changelog after release Erik Ekman 2009-03-21 13:12:12 +0000
  • 6536fc7c5d Release 0.5.1 v0.5.1 Erik Ekman 2009-03-21 13:07:49 +0000
  • bd49866e29 #53 Support TAP32 version 0901 as well Erik Ekman 2009-03-21 12:51:59 +0000
  • 7c02e0880e print dot while waiting for probe responses Erik Ekman 2009-03-07 00:50:45 +0000
  • 4c7f66f514 Set interface MTU to 1200. Erik Ekman 2009-03-07 00:32:14 +0000
  • 5fbb08b8cc Fix (ignore) Dont-Fragment for OpenBSD and OS X Erik Ekman 2009-03-07 00:21:06 +0000
  • d8cb5bdcd7 Set Dont-Fragment for various os Erik Ekman 2009-03-07 00:01:00 +0000
  • cd9c6bbb82 Use winsock2.h, use ws2tcpip.h for socklen_t Erik Ekman 2009-03-07 00:00:59 +0000
  • 416f914f9e Use winsock2.h, use ws2tcpip.h for socklen_t Erik Ekman 2009-03-07 00:00:58 +0000
  • 1971df98ee do proper mtu detection, ticket #54 Erik Ekman 2009-03-06 23:16:23 +0000
  • 7fe021cba9 actually accept mtu=1500 Erik Ekman 2009-03-04 21:37:42 +0000
  • 21808e708d Increase default mtu to 1500 Erik Ekman 2009-03-04 21:27:48 +0000
  • 9e83af07da properly encode >1024 in probe requests (fix #52) Erik Ekman 2009-03-04 21:12:50 +0000
  • e7a1c784db change all printf to fprintf on stderr for #49 Erik Ekman 2009-02-28 14:35:03 +0000
  • cf2551cd8c #44 add note about -P argument, update changelog Erik Ekman 2009-02-22 16:46:50 +0000
  • 209c4a37c0 #44 hide password input Erik Ekman 2009-02-22 16:38:43 +0000
  • 4ee39714a7 #45: free the info pointer Erik Ekman 2009-02-22 14:42:53 +0000
  • 9354697975 #45: use static buffer Erik Ekman 2009-02-22 14:35:18 +0000
  • a3cea72400 #45: Use IpHelper to get DNS server on win32 Erik Ekman 2009-02-22 14:27:10 +0000
  • 844342e1c1 Use winsock2.2 Erik Ekman 2009-02-21 10:07:10 +0000
  • 438041e182 clean up codec reverse inits Erik Ekman 2009-02-17 21:03:13 +0000
  • 982e892fc7 updated changelog with #51 Erik Ekman 2009-02-17 20:48:00 +0000
  • 98d5f61e5e #51 handle one block encode/decode for base32 Erik Ekman 2009-02-17 20:40:40 +0000