summaryrefslogtreecommitdiff
path: root/src/uanytun.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* some cleanupChristian Pointner2008-12-281-11/+32
* some memory erros fixedChristian Pointner2008-12-281-4/+5
* added enpoint to string functionsChristian Pointner2008-12-281-0/+4
* fixed memory error und udp_closeChristian Pointner2008-12-281-0/+2
* added udp socketChristian Pointner2008-12-281-0/+8
* added datatypes.hChristian Pointner2008-12-271-0/+2
* some more memory erros @ tun device fixedChristian Pointner2008-12-271-7/+9
* fixed some memory errors at tun deviceChristian Pointner2008-12-271-1/+6
* added first version of tun device (needs furhter testing)Christian Pointner2008-12-271-3/+16
* added empty tun.c and hChristian Pointner2008-12-271-0/+2
* initial checkin Christian Pointner2008-12-271-0/+55