iodine/src
2016-12-09 09:34:10 +08:00
..
Android.mk Add window.c to Android.mk 2016-07-29 14:35:05 -04:00
android_dns.h add support for more query types: A6 AAAA DNAME PTR 2016-11-07 11:47:20 +00:00
base32.c Refactor to match client.c usage 2015-12-16 22:43:47 +08:00
base32.h Refactor to match client.c usage 2015-12-16 22:43:47 +08:00
base64.c Refactor to match client.c usage 2015-12-16 22:43:47 +08:00
base64.h Refactor to match client.c usage 2015-12-16 22:43:47 +08:00
base128.c Refactor to match client.c usage 2015-12-16 22:43:47 +08:00
base128.h Refactor to match client.c usage 2015-12-16 22:43:47 +08:00
client.c Merge branch 'fix-socket-length' of https://github.com/jedisct1/iodine into jedisct1-fix-socket-length 2016-12-09 09:34:10 +08:00
client.h Store the length of name servers addresses 2016-11-04 17:08:34 +01:00
common.c Implemented TCP forward function (can be used with SSH proxycommand) 2016-02-07 21:59:00 +08:00
common.h Implemented TCP forward function (can be used with SSH proxycommand) 2016-02-07 21:59:00 +08:00
dns.c add support for more query types: A6 AAAA DNAME PTR 2016-11-07 11:47:20 +00:00
dns.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
encoding.c Unsigned types for encoding data 2015-08-29 13:03:08 +08:00
encoding.h Reduced max label size to accomodate fussy DNS servers 2015-12-16 22:44:51 +08:00
fw_query.c Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
fw_query.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
iodine.c Merge branch 'fix-socket-length' of https://github.com/jedisct1/iodine into jedisct1-fix-socket-length 2016-12-09 09:34:10 +08:00
iodined.c Merge https://github.com/yarrick/iodine 2016-09-24 20:32:44 +08:00
login.c Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
login.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
Makefile Fix sed regex for making base64u.c for compatibility with OS X 2016-01-18 18:20:21 +08:00
md5.c separated md5 and login 2006-12-16 01:07:29 +00:00
md5.h Remove trailing whitespace 2014-06-01 08:46:54 +02:00
osflags Merge https://github.com/yarrick/iodine 2016-09-24 20:32:44 +08:00
read.c Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
read.h Change license wording to follow ISC license exactly 2014-08-07 21:18:33 +02:00
server.c Merge branch 'Masaq--a6-dname' 2016-12-09 09:27:49 +08:00
server.h Implemented TCP forward function (can be used with SSH proxycommand) 2016-02-07 21:59:00 +08:00
tun.c Implemented TCP forward function (can be used with SSH proxycommand) 2016-02-07 21:59:00 +08:00
tun.h A little bit of refactoring - separated iodined.c into separate files 2015-08-21 16:57:54 +08:00
user.c Implemented TCP forward function (can be used with SSH proxycommand) 2016-02-07 21:59:00 +08:00
user.h Implemented TCP forward function (can be used with SSH proxycommand) 2016-02-07 21:59:00 +08:00
util.c Fixed clang warnings + debug build 2015-11-21 19:27:28 +08:00
util.h Fixed clang warnings + debug build 2015-11-21 19:27:28 +08:00
version.h Updated docs + protocol description (800) 2015-08-21 11:07:48 +08:00
window.c Fixed bug causing select invalid argument on iodined 2016-02-07 21:59:59 +08:00
window.h Updated debug macros to include more info with DEBUG_BUILD 2015-11-10 20:03:27 +08:00
windows.h add support for more query types: A6 AAAA DNAME PTR 2016-11-07 11:47:20 +00:00