Erik Ekman
27f2504cda
Add section about how to compile
2014-04-08 21:59:09 +02:00
Erik Ekman
97b7c604d1
Add clarification about ipv4/ipv6 setup
2014-04-08 21:27:55 +02:00
Erik Ekman
5079d8bf5e
Fix up changelog
2014-04-08 21:04:17 +02:00
gregor herrmann
9f2e06c525
manpage
2014-04-06 13:41:46 +02:00
gregor herrmann
38216474b0
spelling
2014-04-06 13:41:41 +02:00
Barak A. Pearlmutter
88590bcaaf
Mixing signed and unsigned quantities in MIN() upset GCC's tender soul.
2014-04-06 13:41:31 +02:00
Barak A. Pearlmutter
f73fb9f8d0
rewrite comparison to avoid negative unsigned numbers
...
Note that GCC -O2 is happy to optimize away (x<0) when x is an
unsigned quantity. This was actually occurring in CHECKLEN(0),
causing the compiler to issue a warning.
2014-04-06 13:41:17 +02:00
Barak A. Pearlmutter
ee1c49a383
make .gitignore more specific
2014-04-06 13:40:37 +02:00
Barak A. Pearlmutter
06d45682b7
whitespace
2014-04-06 13:40:28 +02:00
Erik Ekman
acd6c37ac1
Fix build after rtable patch
2014-04-06 13:35:09 +02:00
Erik Ekman
eca80f769b
Merge branch 'master' of https://github.com/jedisct1/iodine
2014-04-06 13:31:34 +02:00
Erik Ekman
619ede5da8
Add options to force IP version for client DNS traffic
2014-02-10 22:52:31 +01:00
Erik Ekman
b827a632ad
Add more formatting tests
...
Check for IPv6 support before adding tests
2014-02-10 22:34:24 +01:00
Erik Ekman
f249ee3b5d
Run osflags for compile/link of tests as well
...
src/common.c is linked into test binary, might require some libs
2014-02-07 23:12:51 +01:00
Erik Ekman
d57aebacdc
Add some tests for get_addr/format_addr
...
IPv4 only for now for compatibility with old machines
2014-02-07 23:08:29 +01:00
Erik Ekman
540d3795a9
Switch from inet_pton() to getnameinfo() for portability
...
Windows XP is supported again
2014-02-06 22:50:23 +01:00
Erik Ekman
7fd8f9854b
Restore mingw compiler
2014-02-06 19:47:26 +01:00
Erik Ekman
f02339b3b2
IPv6: Create single way to format IP addresses
2014-02-06 19:44:26 +01:00
Erik Ekman
a737d6ea7f
Update documentation
2014-02-05 23:18:42 +01:00
Erik Ekman
400f45c793
Do not use AI_ADDRCONFIG on Windows
...
It was not available on my MinGW crosscompiler,
and it may be harmful:
https://code.google.com/p/chromium/issues/detail?id=5234
Also, remove old conflicting WINVER in osflags.
It is set in src/windows.h now.
2014-02-05 22:55:35 +01:00
Erik Ekman
a1d88c4f0a
IPv6 support for client ( #107 )
...
The iodine client now supports both IPv4 and IPv6 nameservers for
sending DNS queries to an IPv4 iodined. The nameserver will
transparently handle translation between IP protocols.
Windows port needs Vista or later to support IPv6.
2014-02-05 22:36:53 +01:00
Erik Ekman
8baad91156
Make sure buffer is zero-terminated when getting external ip
...
Also switch to HTTP 1.0 to avoid chunked transfer coding.
2014-01-29 23:12:22 +01:00
Erik Ekman
f11328306d
Fix unused variable warnings in test cases
2014-01-29 22:41:24 +01:00
Erik Ekman
b0e41e82e4
Fix gcc warning -Wsizeof-pointer-memaccess in test
2014-01-29 22:38:35 +01:00
Erik Ekman
46a3d82639
Use pkg-config to find needed libs for check.
...
Also add -lpthread explicitly
2014-01-29 22:12:16 +01:00
Erik Ekman
9ee78b6f4d
Fix some warnings in read tests
2014-01-29 21:22:58 +01:00
Erik Ekman
c352286deb
Update gitignore
2014-01-29 21:22:45 +01:00
Erik Ekman
967276f3ba
Fix git revision for android
2014-01-29 20:34:00 +01:00
Erik Ekman
fb9e930fee
Print git revision as version
2014-01-29 20:25:45 +01:00
Erik Ekman
0f7c3782b8
Update changelog
2014-01-29 19:53:13 +01:00
Erik Ekman
97b5e688ef
Fix warning, unused variable 'accepted_fragsize'
2014-01-29 19:33:54 +01:00
Erik Ekman
a7f491f808
Fix warning, unused variable 'rtable'
2014-01-29 19:12:46 +01:00
Erik Ekman
4f02f7d0aa
Fix warning, unused variable 'encsize'
2014-01-29 19:12:42 +01:00
Erik Ekman
abb2d6cb87
Update changelog
2014-01-29 18:31:21 +01:00
Erik Ekman
900647fa0c
Merge pull request #4 from mscherer/systemd
...
Add socket activation for systemd, with a option to stop on idle
2014-01-29 09:25:00 -08:00
Erik Ekman
0903f6d72e
Merge pull request #3 from mscherer/git_ignore
...
add gitignore file
2013-12-26 04:39:03 -08:00
Erik Ekman
b3a12a36d7
Merge pull request #2 from mscherer/fix_gcc_warning
...
Fix gcc warning -Wsizeof-pointer-memaccess
2013-12-26 04:37:22 -08:00
Michael Scherer
bded6a015b
add gitignore file
2013-12-23 23:01:23 +01:00
Michael Scherer
abd276ed9e
Add idle option, so we can stop iodine and start it on demand with systemd
2013-12-23 22:57:50 +01:00
Michael Scherer
717f1d5d26
Add examples of iodine-server systemd unit
2013-12-23 22:57:40 +01:00
Michael Scherer
27fb4c75cd
Add support to have on demand socket activation of iodine
2013-12-23 22:57:40 +01:00
Michael Scherer
64ff684754
Fix gcc warning -Wsizeof-pointer-memaccess
...
iodined.c: In function ‘write_dns_nameenc’:
iodined.c:2030:23: attention : argument to ‘sizeof’ in ‘memset’ call is the same
expression as the destination; did you mean to provide an explicit length? [-Wsizeof-pointer-memaccess]
memset(buf, 0, sizeof(buf));
sizeof buf will just give the size of the pointer, while buflen will clean the whole
memory.
2013-12-23 18:04:06 +01:00
Frank Denis
28ceecba37
size_t values can't be negative.
2013-05-20 10:40:44 -07:00
Frank Denis
1523a4f035
snprintf() is a macro on some operating systems
...
and having #ifdef statements in macro parameters has undefined behavior.
2013-05-20 10:39:05 -07:00
Frank Denis
b31e66343a
-R only works on OpenBSD.
2013-05-20 10:31:39 -07:00
Frank Denis
58dac78bd8
Fix NULL pointer deref
2013-05-20 10:30:43 -07:00
Frank Denis
2d90aaaf30
Wipe the whole buffer containing the DNS name, not the size of its pointer
2013-05-20 10:28:25 -07:00
Frank Denis
ac7cbd4435
Check set[e]uid return code
2013-05-20 10:27:23 -07:00
Erik Ekman
59dbaf2b50
Merge pull request #1 from zschoche/master
...
Bugfix for Mountain Lion
2013-01-15 00:26:02 -08:00
Jason A. Donenfeld
ade78ac8a2
More generic way of finding ifconfig.
2012-09-09 14:02:54 +02:00