SHA256
1
0
forked from pool/iodine
Malcolm Lewis 2014-11-22 02:03:21 +00:00 committed by Git OBS Bridge
parent fe29d43d8c
commit 9c47ceb375

View File

@ -4,28 +4,33 @@ Wed Aug 27 08:34:22 UTC 2014 - wagner-thomas@gmx.at
- separate user for iodined - separate user for iodined
- added a default config (bnc#857181) with a chroot directory - added a default config (bnc#857181) with a chroot directory
- fixed license string - fixed license string
- update to 0.7.0 - Update to 0.7.0:
- Partial IPv6 support (#107) * Artial IPv6 support (#107)
Client can connect to iodined through an relaying IPv6 Client can connect to iodined through an relaying IPv6
nameserver. Server only supports IPv4 for now. nameserver. Server only supports IPv4 for now.
Traffic inside tunnel is IPv4. Traffic inside tunnel is IPv4.
- Add socket activation for systemd, by Michael Scherer. * dd socket activation for systemd, by Michael Scherer.
- Add automated lookup of external ip (via -n auto). * Add automated lookup of external ip (via -n auto).
- Bugfix for OS X (Can't assign requested address) * Bugfix for OS X (Can't assign requested address)
- Fix DNS tunneling bug caused by uninitialized variable, #94 * Fix DNS tunneling bug caused by uninitialized variable, #94
- Handle spaces when entering password interactively, fixes #93. * Handle spaces when entering password interactively, fixes
Patch by Hagar. #93. Patch by Hagar.
- Add -R option to set OpenBSD routing domain for the DNS socket. * Add -R option to set OpenBSD routing domain for the DNS
Patch by laurent at gouloum fr, fixes #95. socket. Patch by laurent at gouloum fr, fixes #95.
- Add android patches and makefile, from Marcel Bokhorst, fixes #105. * Add android patches and makefile, from Marcel Bokhorst,
- Added missing break in iodine.c, by Pavel Pergamenshchik, #108. fixes #105.
- A number of minor patches from Frank Denis, Gregor Herrmann and * Added missing break in iodine.c, by Pavel Pergamenshchik,
Barak A. Pearlmutter. #108.
- Testcase compilation fixes for OS X and FreeBSD * A number of minor patches from Frank Denis, Gregor Herrmann
- Do not let sockets be inherited by sub-processes, fixes #99. and Barak A. Pearlmutter.
- Add unspecified RR type (called PRIVATE; id 65399, in private use + Testcase compilation fixes for OS X and FreeBSD
range). For servers with RFC3597 support. Fixes #97. + Do not let sockets be inherited by sub-processes, fixes
- Fix authentication bypass vulnerability; found by Oscar Reparaz. #99.
+ Add unspecified RR type (called PRIVATE; id 65399, in
private use range). For servers with RFC3597 support.
Fixes #97.
+ Fix authentication bypass vulnerability; found by Oscar
Reparaz.
------------------------------------------------------------------- -------------------------------------------------------------------
Wed Sep 19 01:16:32 UTC 2012 - malcolmlewis@opensuse.org Wed Sep 19 01:16:32 UTC 2012 - malcolmlewis@opensuse.org