summaryrefslogtreecommitdiff
path: root/src/uanytun.c
Commit message (Collapse)AuthorAgeFilesLines
* updated copyright headerChristian Pointner2017-01-041-1/+1
|
* updated copyright headerChristian Pointner2016-02-251-1/+1
|
* merged rail mode to masterChristian Pointner2016-02-251-3/+8
|\
| * merged trunk changes to rail branchChristian Pointner2014-06-291-1/+14
| |
| * disable replay attack warning when in rail modeChristian Pointner2014-02-191-1/+2
| |
| * also resetting seq_nr on HUP signalChristian Pointner2014-02-191-0/+1
| |
| * renamed udp fd_set functionChristian Pointner2014-02-131-1/+1
| |
| * clearing sequence window when receiving SIGHUPChristian Pointner2014-02-131-2/+8
| |
| * removed useless remote_end_to_stringChristian Pointner2014-02-131-9/+2
| | | | | | | | | | | | added rail version vor udp_write
| * depending on rail mode call update_remote before or after seq_window checkChristian Pointner2014-02-111-1/+5
| |
| * added explicit option for RAIL modeChristian Pointner2014-02-101-1/+1
| |
| * moved less invasive check for mux value to the topChristian Pointner2014-02-101-9/+7
| |
| * improved handling of sequence numbers (only increment if packet is sent)Christian Pointner2014-02-101-5/+4
| |
| * moved remote end handling and active sock to udp.cChristian Pointner2014-02-091-12/+2
| |
| * remote end is now stored at every sockChristian Pointner2014-02-091-7/+10
| |
| * refactored nameChristian Pointner2014-02-091-1/+1
| |
| * * inital commit for RAIL modeChristian Pointner2014-02-071-21/+21
| | | | | | | | | | | | | | | | | | - added information about it at manpage - updated output for --help * white space cleanups * updated copyright header
* | fixed return code after signalChristian Pointner2015-05-131-4/+10
| |
* | added exception to the license which allows linking against OpenSSLChristian Pointner2014-06-211-0/+13
| |
* | fixed typo in descriptionChristian Pointner2014-06-211-1/+1
| |
* | 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
|