]> git.ipfire.org Git - thirdparty/openvpn.git/history - src/openvpn/init.c
Fix new doxygen warnings about using @return in void functions
[thirdparty/openvpn.git] / src / openvpn / init.c
12 days ago  Gianmarco De GregoriRoute: add support for user defined routing table
2025-05-31  Frank LichtenheldUpdate copyright statements to 2025
2025-05-27  Max FillingerRemove HAVE_EXPORT_KEYING_MATERIAL macro
2025-05-17  Heiko Hunddns: support running up/down command with privsep
2025-05-05  Frank LichtenheldManually reformat some long trailing comments
2025-04-15  Heiko Hundwin: implement --dns option support with NRPT
2025-03-06  Gianmarco De GregoriRename occurences of 'struct link_socket' from 'ls...
2025-03-06  Gianmarco De GregoriAdd support for simultaneous use of UDP and TCP sockets
2025-02-20  Lev Stipakovdco-win: multipeer support
2025-02-15  Arne SchwabeReconnect when TCP is on use on network-change manageme...
2025-02-12  Arne SchwabeImplement epoch key data format
2025-02-12  Arne SchwabeFix oversight of link socket code change in Android...
2025-01-23  Antonio Quartulliallow user to specify 'local' multiple times in config...
2025-01-10  Arne SchwabeRename aead-tag-at-end to aead-epoch
2024-12-31  Lev Stipakovdco-win: simplify do_close_link_socket()
2024-12-30  Antonio QuartulliAdapt socket handling to support listening on multiple...
2024-12-29  Shuji FurukawaImprove shuffling algorithm of connection list
2024-12-27  Frank LichtenheldReview doxygen warnings
2024-10-18  Arne SchwabeRemove a large number of unused structs and functions
2024-09-25  Arne SchwabeRemove null check after checking for checking for did_o...
2024-09-24  Arne SchwabeAutomatically enable ifconfig-exec/route-exec behaviour...
2024-09-24  Arne SchwabeUse print_tun_backend_driver instead of custom code...
2024-09-24  Arne SchwabeChange dev null to be a driver type instead of a specia...
2024-09-24  Arne SchwabeIntroduce DRIVER_AFUNIX backend for use with lwipovpn
2024-09-22  Arne SchwabeMove to common backend_driver type in struct tuntap
2024-09-09  Gianmarco De GregoriEnsures all params are ready before invoking dco_set_peer()
2024-09-09  Ilia Shipitsinsrc/openvpn/init.c: handle strdup failures
2024-08-14  Arne SchwabeImplement support for AEAD tag at the end
2024-06-25  Gianmarco De GregoriHttp-proxy: fix bug preventing proxy credentials caching
2024-06-05  Heiko HundWindows: enforce 'block-local' with WFP filters
2024-05-06  Arne SchwabeRemove openvpn_snprintf and similar functions
2024-05-02  Frank LichtenheldFix 'binary or' vs 'boolean or' related to server_bridg...
2024-03-26  Arne SchwabeAdd bracket in fingerprint message and do not warn...
2024-03-19  Lev StipakovDisable DCO if proxy is set via management
2024-03-18  Frank LichtenheldUpdate Copyright statements to 2024
2024-03-07  Gianmarco De GregoriPersist-key: enable persist-key option by default
2024-02-10  Arne SchwabeTurn dead list test code into unit test
2024-01-16  Arne SchwabeImplement the --tls-export-cert feature
2023-12-06  David SommersethRemove --tls-export-cert
2023-12-02  Arne SchwabeRemove TEST_GET_DEFAULT_GATEWAY as it duplicates -...
2023-12-02  Arne SchwabeReplace character_class_debug with proper unit test
2023-12-02  Arne SchwabeRemove dead remains of extract_x509_field_test
2023-11-08  Arne SchwabeRemove saving initial frame code
2023-09-22  Frank LichtenheldRemove --no-replay option
2023-08-11  Selva Nairsignal_reset(): combine check and reset operations
2023-07-18  Arne SchwabeImplement using --peer-fingerprint without CA certificates
2023-07-17  Arne SchwabeRevert commit 423ced962d
2023-06-27  Frank LichtenheldRemove all traces of the previous MSVC build system
2023-03-24  Arne SchwabeParse compression options and bail out when compression...
2023-03-23  Arne SchwabeRefuse connection if server pushes an option contradict...
2023-03-20  Arne SchwabeOnly update frame calculation if we have a valid link...
2023-03-15  Arne SchwabeFix memory leaks in HMAC initial packet generation
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  Arne SchwabeReduce initialisation spam from verb <= 3 and print...
2023-03-01  Arne SchwabeUse proper print format/casting when converting msg_cha...
2023-02-21  Lev StipakovDisable DCO if proxy is set via management
2023-01-11  Arne SchwabeDeprecate OCC checking
2023-01-11  Selva NairInclude CE_DISABLED status of remote in "remote-entry...
2023-01-10  Frank LichtenheldUpdate copyright year to 2023
2023-01-10  Selva NairPropagate route error to initialization_completed()
2023-01-05  Selva NairPreparing for better signal handling: some code refactoring
2022-12-27  Selva NairAllow skipping multple remotes via management interface
2022-12-27  Selva NairAdd remote-count and remote-entry query via management
2022-12-24  Arne SchwabeMove dco_installed back to link_socket from link_socket...
2022-12-19  Arne SchwabeEnsure that dco keepalive and mssfix options are also...
2022-12-19  Selva NairPersist DCO client data channel traffic stats on restart
2022-12-16  Arne SchwabeEliminate or comment empty blocks and switch fallthrough
2022-12-01  Frank Lichtenhelddocumentation: avoid recommending --user nobody
2022-11-30  Arne SchwabeIntroduce connection state for reconnecting peer in p2p
2022-11-27  Arne SchwabeUse dedicated multi->dco_peer_id for DCO instead of...
2022-11-24  Arne SchwabeMove dco_installed from sock->info to sock->info.lsa...
2022-11-14  Arne SchwabeAllow tun-mtu to be pushed
2022-11-06  Arne SchwabeAllow setting control channel packet size with max...
2022-10-26  Selva NairEnsure --auth-nocache is handled during renegotiation
2022-10-23  Antonio Quartulliclose_tun: print interface type consistently in message
2022-10-19  Arne SchwabeFix regression of ignoring --user
2022-10-17  Arne SchwabeAllow Authtoken lifetime to be short than renegotiation...
2022-10-09  Arne SchwabeFix OpenVPN querying user/password if auth-token with...
2022-10-07  Antonio Quartulliauth-user-pass: add support for inline credentials
2022-10-07  Dmitry Zelenkovskyimplement --session-timeout
2022-10-04  Gert Doeringuse boolean '||' to join two bools, not bitwise '|'
2022-09-20  Lev Stipakovdco-win: support for --persist-tun
2022-09-20  Arne SchwabeImplement AUTH_FAIL, TEMP message support
2022-09-11  Arne SchwabeImplement --client-crresponse script options and plugin...
2022-09-09  Lev Stipakovdo_persist_tuntap: remove indentation level
2022-08-25  Antonio Quartullidco-win: implement ovpn-dco support in P2P Windows...
2022-08-19  Max FillingerDon't "undo" ifconfig on exit if it wasn't done
2022-08-17  Arne SchwabeRename OPT_P_IPWIN32 to OPT_P_DHCPDNS and include ...
2022-08-13  Antonio Quartullido_close_tun: get rid of one level of indentation
2022-08-13  Antonio Quartullido_open_tun: restyle 'can preserve TUN' check
2022-08-11  Timo RothenpielerLinux: Retain CAP_NET_ADMIN when dropping privileges
2022-08-06  Antonio Quartullidco: perform pull options check only if we pulled any...
2022-08-04  Antonio Quartullidco: implement dco support for p2p/client code path
2022-08-04  Antonio Quartullidco: check that pulled options are compatible
2022-08-03  Antonio Quartullidco: split option parsing routines
2022-08-01  Antonio Quartullidco: configure keys in DCO right after generating them
2022-07-27  Antonio Quartullidco: initialize context and save pointer in TLS object
2022-07-27  Antonio Quartullidco: introduce open_tun_dco_generic() to open dynamic...
2022-07-14  Selva NairRemove management_write_peer_info_file and related...
next