aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/init.c
AgeCommit message (Expand)Author
2024-03-26Add bracket in fingerprint message and do not warn about missing verificationArne Schwabe
2024-03-19Disable DCO if proxy is set via managementLev Stipakov
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2024-03-07Persist-key: enable persist-key option by defaultGianmarco De Gregori
2024-02-10Turn dead list test code into unit testArne Schwabe
2024-01-16Implement the --tls-export-cert featureArne Schwabe
2023-12-06Remove --tls-export-certDavid Sommerseth
2023-12-02Remove TEST_GET_DEFAULT_GATEWAY as it duplicates --show-gatewayArne Schwabe
2023-12-02Replace character_class_debug with proper unit testArne Schwabe
2023-12-02Remove dead remains of extract_x509_field_testArne Schwabe
2023-11-08Remove saving initial frame codeArne Schwabe
2023-09-22Remove --no-replay optionFrank Lichtenheld
2023-08-11signal_reset(): combine check and reset operationsSelva Nair
2023-07-18Implement using --peer-fingerprint without CA certificatesArne Schwabe
2023-07-17Revert commit 423ced962dArne Schwabe
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-03-24Parse compression options and bail out when compression is disabledArne Schwabe
2023-03-23Refuse connection if server pushes an option contradicting allow-compressArne Schwabe
2023-03-20Only update frame calculation if we have a valid link socketsArne Schwabe
2023-03-15Fix memory leaks in HMAC initial packet generationArne Schwabe
2023-03-13dco: don't use NetLink to exchange control packetsAntonio Quartulli
2023-03-07Dynamic tls-crypt for secure soft_reset/session renegotiationArne Schwabe
2023-03-03Reduce initialisation spam from verb <= 3 and print summary insteadArne Schwabe
2023-03-01Use proper print format/casting when converting msg_channel handleArne Schwabe
2023-02-21Disable DCO if proxy is set via managementLev Stipakov
2023-01-11Deprecate OCC checkingArne Schwabe
2023-01-11Include CE_DISABLED status of remote in "remote-entry-get" responseSelva Nair
2023-01-10Update copyright year to 2023Frank Lichtenheld
2023-01-10Propagate route error to initialization_completed()Selva Nair
2023-01-05Preparing for better signal handling: some code refactoringSelva Nair
2022-12-27Allow skipping multple remotes via management interfaceSelva Nair
2022-12-27Add remote-count and remote-entry query via managementSelva Nair
2022-12-24Move dco_installed back to link_socket from link_socket.info.actualArne Schwabe
2022-12-19Ensure that dco keepalive and mssfix options are also set in pure p2p modeArne Schwabe
2022-12-19Persist DCO client data channel traffic stats on restartSelva Nair
2022-12-16Eliminate or comment empty blocks and switch fallthroughArne Schwabe
2022-12-01documentation: avoid recommending --user nobodyFrank Lichtenheld
2022-11-30Introduce connection state for reconnecting peer in p2pArne Schwabe
2022-11-27Use dedicated multi->dco_peer_id for DCO instead of multi->peer_idArne Schwabe
2022-11-24Move dco_installed from sock->info to sock->info.lsa.actualArne Schwabe
2022-11-14Allow tun-mtu to be pushedArne Schwabe
2022-11-06Allow setting control channel packet size with max-packet-sizeArne Schwabe
2022-10-26Ensure --auth-nocache is handled during renegotiationSelva Nair
2022-10-23close_tun: print interface type consistently in messageAntonio Quartulli
2022-10-19Fix regression of ignoring --userArne Schwabe
2022-10-17Allow Authtoken lifetime to be short than renegotiation timeArne Schwabe
2022-10-09Fix OpenVPN querying user/password if auth-token with user expiresArne Schwabe
2022-10-07auth-user-pass: add support for inline credentialsAntonio Quartulli
2022-10-07implement --session-timeoutDmitry Zelenkovsky
2022-10-04use boolean '||' to join two bools, not bitwise '|'Gert Doering