summaryrefslogtreecommitdiff
path: root/src/uanytun.c
Commit message (Collapse)AuthorAgeFilesLines
* merged most changes from rail branch to trunkChristian Pointner2014-06-081-54/+43
|
* fixed errnous copy of remote endChristian Pointner2014-02-091-0/+1
|
* -Wall cleanupChristian Pointner2012-09-251-2/+2
|
* added length field to udp_endpoint_tChristian Pointner2010-11-291-3/+4
| | | | | | replaced inet_ntop with getnameinfo at udp_endpoint_to_string
* updated copyright yearChristian Pointner2010-02-111-1/+1
|
* fixed typoChristian Pointner2010-01-161-1/+1
|
* multi sockets work nowChristian Pointner2010-01-161-8/+13
|
* listening on multiple sockets nowChristian Pointner2010-01-161-6/+0
|
* changed name of udp structureChristian Pointner2010-01-161-8/+8
|
* moved crypto initilization to seperate header fileChristian Pointner2010-01-111-44/+5
|
* moved default log target to optionsChristian Pointner2010-01-111-18/+13
|
* added version info into binaryChristian Pointner2009-12-221-1/+7
|
* switched to GPLv3 or higherChristian Pointner2009-10-281-2/+3
|
* more portibke way of calling execveChristian Pointner2009-06-241-1/+2
|
* fixed ifconfig calls for linux and bsdChristian Pointner2009-06-241-1/+1
| | | | | | fixed execve error handling
* moved from execl to execveChristian Pointner2009-06-241-1/+2
|
* added signal handling without racesChristian Pointner2009-05-031-14/+24
|
* removed anytun02 compat modeChristian Pointner2009-04-071-4/+2
|
* removed ld_kdr and key store Christian Pointner2009-03-161-1/+1
| | | | | | started to add role support to key derivation
* added --role to options parserChristian Pointner2009-03-161-0/+3
|
* added command line option for auth tag lengthChristian Pointner2009-03-131-2/+2
|
* moved hex-dump function to log_* Christian Pointner2009-03-121-17/+0
|
* fixed build on FreeBSDChristian Pointner2009-03-041-1/+1
|
* moved from %m to %s and strerror Christian Pointner2009-02-261-6/+6
|
* added -4 and -6 switches to udp socketChristian Pointner2009-02-261-2/+2
|
* added -4 and -6 command line argumentsChristian Pointner2009-02-261-1/+4
|
* fixed some name resolution issuesChristian Pointner2009-02-241-6/+12
|
* fixed cleanup at errors in mainChristian Pointner2009-02-231-5/+21
|
* added command line parameters for new loggingChristian Pointner2009-02-231-5/+27
|
* added extended logging supportChristian Pointner2009-02-231-17/+20
|
* small cleanupChristian Pointner2009-02-181-1/+1
|
* added runtime switch for anytun 0.2 crypto compabilityChristian Pointner2009-02-181-2/+4
|
* fixed gcrypt/ssl issueChristian Pointner2009-02-041-0/+2
|
* cleaned file header Christian Pointner2009-02-041-7/+7
|
* not sending packet when remote addr is unkownChristian Pointner2009-02-041-0/+4
|
* new ifconfig syntax (only command line parser yet)Christian Pointner2009-02-031-1/+1
|
* droping privileges without chroot is now possibleChristian Pointner2009-01-281-2/+12
|
* updated exit status handling of exec scriptChristian Pointner2009-01-201-1/+1
|
* fixed bug which prevents uanytun from detecting device type properlyChristian Pointner2009-01-191-2/+2
| | | | | | some cleanup
* moved signal init to better placeChristian Pointner2009-01-181-2/+1
|
* fixed packet length errors Christian Pointner2009-01-161-3/+11
|
* Release 0.2.1rel-0.2.1v0.2.1Christian Pointner2009-01-141-1/+0
| | | | | | fixed key derivation rate bug
* change dual kd to single kd with 2 key storagesChristian Pointner2009-01-141-25/+15
|
* --key and --salt have now higher priority than a passphraseChristian Pointner2009-01-071-4/+7
|
* minor cleanupsChristian Pointner2009-01-071-5/+10
|
* cleaned up main_loopChristian Pointner2009-01-061-78/+93
|
* cleaned up main_loop a littleChristian Pointner2009-01-061-32/+54
|
* some cleanupChristian Pointner2009-01-061-7/+13
| | | | | | | added option for passphrase enabled option for kd-prf
* added libssl crypto based auth algo HMAC-Sha1Christian Pointner2009-01-051-0/+4
|
* removed useless gcry_strsource outputChristian Pointner2009-01-041-2/+2
|