summaryrefslogtreecommitdiff
path: root/src/uanytun.c
Commit message (Expand)AuthorAgeFilesLines
* removed anytun02 compat modeChristian Pointner2009-04-071-4/+2
* removed ld_kdr and key store Christian Pointner2009-03-161-1/+1
* 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
* 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
* 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 libssl crypto based auth algo HMAC-Sha1Christian Pointner2009-01-051-0/+4
* removed useless gcry_strsource outputChristian Pointner2009-01-041-2/+2
* added NO_LIBGMP and NO_CRYPT to build a daemon without cryptosupportChristian Pointner2009-01-041-3/+22
* added auth algoChristian Pointner2009-01-031-4/+15
* some improvements in key derivationChristian Pointner2009-01-021-6/+14
* some cleanup at key derivationChristian Pointner2009-01-021-3/+4
* added option ld-kdr for the key derivation rateChristian Pointner2009-01-021-1/+1
* cosmetic changeChristian Pointner2009-01-021-1/+1
* key derivation seems to work now Christian Pointner2009-01-021-10/+12
* added key derivation - not tested yetChristian Pointner2009-01-011-3/+2
* fixed build on OpenBSDChristian Pointner2009-01-011-0/+9
* added aes-ctr cipherChristian Pointner2009-01-011-0/+36
* removed useless malloc for seq_window_tChristian Pointner2008-12-311-5/+5
* removed useless malloc for cipher_tChristian Pointner2008-12-311-6/+6
* removed useless malloc for udp_t Christian Pointner2008-12-311-8/+8
* fixed useless malloc for dev_t Christian Pointner2008-12-311-7/+7
* changed useless malloc for options_tChristian Pointner2008-12-311-13/+12
* added sequence windowChristian Pointner2008-12-311-8/+31
* fixed some out of memory errorsChristian Pointner2008-12-301-4/+10