mirror of
https://github.com/norohind/hans.git
synced 2025-04-13 13:17:23 +03:00
Version 1.0
This commit is contained in:
parent
535ddc75c7
commit
3cd2bb95dd
9
CHANGES
9
CHANGES
@ -1,6 +1,15 @@
|
|||||||
|
Release 1.0 (November 2016)
|
||||||
|
---------------------------
|
||||||
|
* Added cygwin support
|
||||||
|
* Remove supplementary groups when dropping privileges
|
||||||
|
* Fixed compile error on FreeBSD
|
||||||
|
|
||||||
Release 0.4.4 (February 2014)
|
Release 0.4.4 (February 2014)
|
||||||
-----------------------------
|
-----------------------------
|
||||||
* Fixed writing beyond array bounds
|
* Fixed writing beyond array bounds
|
||||||
|
* Fixed some smaller bugs
|
||||||
|
* Clean exit on signal
|
||||||
|
* Improved error reporting
|
||||||
|
|
||||||
Release 0.4.3 (Mai 2013)
|
Release 0.4.3 (Mai 2013)
|
||||||
------------------------
|
------------------------
|
||||||
|
@ -55,7 +55,7 @@ static void sig_int_handler(int)
|
|||||||
static void usage()
|
static void usage()
|
||||||
{
|
{
|
||||||
printf(
|
printf(
|
||||||
"Hans - IP over ICMP version 0.4.4\n\n"
|
"Hans - IP over ICMP version 1.0\n\n"
|
||||||
"RUN AS SERVER\n"
|
"RUN AS SERVER\n"
|
||||||
" hans -s network [-fvr] [-p password] [-u unprivileged_user] [-d tun_device] [-m reference_mtu] [-a ip]\n\n"
|
" hans -s network [-fvr] [-p password] [-u unprivileged_user] [-d tun_device] [-m reference_mtu] [-a ip]\n\n"
|
||||||
"RUN AS CLIENT\n"
|
"RUN AS CLIENT\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user