]> git.ipfire.org Git - thirdparty/openvpn.git/history - src/openvpn/multi.c
Make sending plain text control message session aware
[thirdparty/openvpn.git] / src / openvpn / multi.c
2023-03-20  Arne SchwabeMake sending plain text control message session aware
2023-03-13  Antonio Quartullidco: don't use NetLink to exchange control packets
2023-03-07  Arne SchwabeDynamic tls-crypt for secure soft_reset/session renegot...
2023-03-03  Kristof Provostdco: define OVPN_DEL_PEER_REASON_TRANSPORT_DISCONNECT...
2023-01-13  Gert DoeringFix OVPN_DEL_PEER_REASON_TRANSPORT_DISCONNECT breakage...
2023-01-12  Antonio Quartullidco: print proper message in case of transport disconne...
2023-01-10  Frank LichtenheldUpdate copyright year to 2023
2023-01-10  Arne SchwabeLog peer-id if loglevel is D_DCO_DEBUG and dco is enabled
2023-01-10  Arne SchwabeAdd connect-freq-initial option to limit initial connec...
2023-01-07  Antonio Quartullidco: improve comment about hidden debug message
2023-01-07  Antonio Quartullidco: bail out when no peer-specific message is delivered
2023-01-07  Antonio Quartullidco: properly re-initialize dco_del_peer_reason
2023-01-05  Selva NairPreparing for better signal handling: some code refactoring
2022-12-27  Arne SchwabeIgnore OVPN_DEL_PEER_REASON_USERSPACE to avoid race...
2022-12-25  Arne SchwabeImprove logging when seeing a message for an unkown...
2022-12-25  Arne SchwabeAlso drop incoming dco packet content when dropping...
2022-12-16  Arne SchwabeRemove unused gc_arena
2022-12-14  Lev StipakovRename dco_get_peer_stats to dco_get_peer_stats_multi
2022-12-14  Kristof Provostdco: Update counters when a client disconnects
2022-12-13  Kristof ProvostRead DCO traffic stats from the kernel
2022-11-27  Arne SchwabeUse dedicated multi->dco_peer_id for DCO instead of...
2022-09-18  Arne SchwabeImplement exit notification via control channel
2022-09-11  Lev Stipakovdco.c: check certain options only on startup
2022-08-25  Gert DoeringDCO: require valid netbits setting for non-primary...
2022-08-17  Arne SchwabeInclude DCO status in GLOBAL_STATS status v2 output
2022-08-13  Kristof Provostovpn-dco: introduce FreeBSD data-channel offload support
2022-08-05  Antonio Quartullidco: implement dco support for p2mp/server code path
2022-08-01  Antonio Quartullidco: configure keys in DCO right after generating them
2022-04-21  David SommersethThe Great Reformatting of 2022
2022-03-17  Lev StipakovFix incorrect default mssfix value in server mode
2022-02-14  Arne SchwabeRemove FRAME_HEADROOM, PAYLOAD_SIZE, EXTRA_FRAME and...
2022-02-14  Arne SchwabeFix 'defined but not used' warnings with enable-small...
2022-02-02  Arne SchwabeImplement optional mtu parameter for mssfix
2022-02-02  Arne SchwabeChange buffer allocation calculation and checks to...
2022-01-26  Antonio Quartulliupdate copyright year to 2022
2021-09-15  Antonio Quartullimulti: remove extra brackets in multi_process_incoming_...
2021-09-12  Antonio QuartulliRemove support for PF (Packet Filter)
2021-07-28  Arne SchwabeRemove --ncp-disable option
2021-06-24  Arne SchwabeMake waiting on auth an explicit state in the context...
2021-06-24  Arne SchwabeAdd connection_established as state in tls_multi->conte...
2021-06-15  David SommersethUpdate copyrights
2021-05-15  Arne SchwabeUse exponential backoff for caching in tls_authenticati...
2021-05-14  Arne SchwabeReturn cached result in tls_authentication_status
2021-04-28  Arne SchwabeUse functions to access key_state instead direct member...
2021-04-28  Arne SchwabeImplement deferred auth for scripts
2021-04-27  Arne SchwabeChange options->data_channel_use_ekm to flags
2021-04-20  Arne SchwabeMove context_auth from context_2 to tls_multi and name...
2021-04-03  Arne SchwabeFix async push broken after auth deferred refactor
2021-04-02  Arne SchwabeExtract multi_assign_peer_id into its own function
2021-04-02  Arne SchwabeRemove thread_mode field of multi_context
2021-04-02  Gert DoeringFix 'compress migrate' for 2.2 clients.
2021-04-02  Arne SchwabeImplement '--compress migrate' to migrate to non-compre...
2021-03-20  Arne SchwabeMove extract_iv_proto to ssl_util.c/h
2021-03-10  Arne SchwabeChange parameter of send_auth_pending_messages from...
2021-03-09  Arne SchwabeImplement server side of AUTH_PENDING with extending...
2020-11-26  Arne SchwabeMake any auth failure tls_authentication_status return...
2020-10-24  Arne SchwabeRemove --disable-def-auth configure argument
2020-10-24  Arne SchwabeRemove NULL checks before calling free
2020-10-24  Arne SchwabeInline function tls_get_peer_info
2020-10-09  Arne SchwabeImplement generating data channel keys via EKM/RFC...
2020-08-11  Arne SchwabeMove parsing IV_PROTO to separate function
2020-08-10  Arne SchwabeRework NCP compability logic and drop BF-CBC support...
2020-07-28  Gert DoeringAbort client-connect handler loop after first handler...
2020-07-28  Gert DoeringFix sequence of events for async plugin v1 handler.
2020-07-27  Arne SchwabeRename ncp-ciphers to data-ciphers
2020-07-22  Arne SchwabeIndicate that a client is in pull mode in IV_PROTO
2020-07-20  Arne Schwabeclient-connect: Implement deferred connect support...
2020-07-20  Gert DoeringSeparate handling of non-deferred return values for...
2020-07-20  Fabian Knittelclient-connect: Add deferred support to the client...
2020-07-19  Arne Schwabeclient-connect: Use inotify for the deferred client...
2020-07-19  Fabian Knittelclient-connect: Add deferred support to the client...
2020-07-19  Arne SchwabeRemove CAS_PARTIAL state
2020-07-17  Arne Schwabeclient-connect: Add CC_RET_DEFERRED and cope with defer...
2020-07-15  Arne Schwabereformat multi_client_generate_tls_keys according to...
2020-07-15  Arne Schwabeclient-connect: Move adding inotify watch into its...
2020-07-15  Arne Schwabeclient-connect: Change cas_context from int to enum
2020-07-15  Fabian Knittelclient-connect: Refactor client-connect handling to...
2020-07-15  Fabian Knittelclient-connect: Refactor to use return values instead...
2020-07-15  Fabian Knittelclient-connect: Move multi_client_connect_setenv into...
2020-07-14  Fabian Knittelclient-connect: Refactor multi_client_connect_source_ccd
2020-07-14  Fabian Knittelclient-connect: Split multi_connection_established...
2020-07-13  Gert DoeringHandle connecting clients without NCP or OCC without...
2020-07-10  Arne SchwabeGenerate data channel keys after connect options have...
2020-07-10  Arne SchwabeMove protocol option negotiation from push_prepare...
2020-07-09  Arne SchwabeMake key_state->authenticated more state machine like
2020-07-07  Arne SchwabeSimplify multi_connection_established.
2020-07-03  Arne SchwabeRemove did_open_context, defined and connection_establi...
2020-07-02  Arne SchwabeRemove push_reply_deferred variable
2020-07-01  Antonio Quartullimulti.c: use mi->cc_config instead of config variable
2020-07-01  Arne SchwabeRemove parameter config from multi_client_connect_mda
2020-06-26  Arne SchwabeReformat files using uncrustify
2020-06-20  Arne SchwabeImplement sending AUTH_PENDING challenges to clients
2020-06-10  Antonio Quartullimulti: skip IPv4 logic in multi_select_virtual_addr...
2020-06-06  Antonio Quartullipool: allow to configure an IPv6-only ifconfig-pool
2020-05-07  David Sommersethbuild: Remove --disable-server from ./configure
2020-04-16  Lev StipakovFix illegal client float (CVE-2020-11810)
2020-04-16  Lev StipakovFix broken async push with NCP is used
2020-03-09  Arne SchwabeMove NCP related function into a seperate file and...
2020-02-20  Heiko Hundargv: do fewer memory re-allocations
2019-11-08  Antonio QuartulliVLAN: implement support for forwarding only pre-tagged...
next