aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/mudp.c
AgeCommit message (Expand)Author
2023-01-10Update copyright year to 2023Frank Lichtenheld
2023-01-10Add connect-freq-initial option to limit initial connection responsesArne Schwabe
2022-12-24Rename TM_UNTRUSTED to TM_INITIAL, always start session in TM_INITIAL rather ...Arne Schwabe
2022-12-12Ignore connection attempts while server is shutting downArne Schwabe
2022-11-16Fix logic error in checking early negotiation support checkArne Schwabe
2022-11-08Add packet type in accept/reject messages for HMAC packetArne Schwabe
2022-08-13ovpn-dco: introduce FreeBSD data-channel offload supportKristof Provost
2022-08-05dco: implement dco support for p2mp/server code pathAntonio Quartulli
2022-07-13Handle exceeding 'max-clients'Kristof Provost
2022-05-06Implement HMAC based session id for tls-crypt v2Arne Schwabe
2022-05-05Fix trailing-whitespace errors in last patch.Gert Doering
2022-05-05Implement stateless HMAC-based sesssion-id three-way-handshakeArne Schwabe
2022-04-25Move ssl function related to control channel wrap/unwrap to ssl_pkt.c/hArne Schwabe
2022-04-25Extend tls_pre_decrypt_lite to return type of packet and keep stateArne Schwabe
2022-04-25Move pre decrypt lite check to its own functionArne Schwabe
2022-01-26update copyright year to 2022Antonio Quartulli
2021-06-15Update copyrightsDavid Sommerseth
2021-04-02Extract multi_assign_peer_id into its own functionArne Schwabe
2021-04-02Remove thread_mode field of multi_contextArne Schwabe
2021-04-01Rename tunnel_server_udp_single_threaded to tunnel_server_udpArne Schwabe
2021-04-01Remove superflous ifdefs around enum like definesArne Schwabe
2020-05-07build: Remove --disable-server from ./configureDavid Sommerseth
2019-12-17wintun: ring buffers based I/OLev Stipakov
2019-05-10Fix various compiler warningsLev Stipakov
2018-10-06merge *-inline.h files with their main headerAntonio Quartulli
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-07-17use M_ERRNO instead of explicitly printing errnoAntonio Quartulli
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-09-18Support for disabled peer-idLev Stipakov
2016-07-07Remove NOP function and callersDavid Sommerseth
2016-06-08cleanup: remove alloc_buffers argument from multi_top_init()Steffan Karger
2015-10-15Refine float loggingLev Stipakov
2015-10-11Send push reply right after async auth completeLev Stipakov
2015-02-06Fix NULL dereferencingLev Stipakov
2014-12-08Prevent memory drain for long lasting floating sessionsLev Stipakov
2014-11-27Peer-id patch v7Lev Stipakov
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev