summaryrefslogtreecommitdiff
path: root/src/uanytun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* added bsd tun deviceChristian Pointner2008-12-291-3/+17
* improved signal handlingChristian Pointner2008-12-291-1/+13
* first working version (null cipher and no auth tag)Christian Pointner2008-12-281-24/+36
* processing of device packets works now (null cipher and no auth algo)Christian Pointner2008-12-281-31/+48
* some cleanupChristian Pointner2008-12-281-0/+2
* added cipher (net tested yet)Christian Pointner2008-12-281-0/+2
* cleaned up main loop (still some building blocks missing)Christian Pointner2008-12-281-13/+29
* int main() is pretty finished nowChristian Pointner2008-12-281-38/+64
* options parser almost doneChristian Pointner2008-12-281-1/+3
* added options parserChristian Pointner2008-12-281-0/+10
* some cleanupChristian Pointner2008-12-281-79/+30
* added encrypted packetChristian Pointner2008-12-281-30/+42
* added plain packetChristian Pointner2008-12-281-26/+97