aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/openvpn.c
AgeCommit message (Expand)Author
2023-09-26Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-03-13dco: print version to log if availableAntonio Quartulli
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-12-19Persist DCO client data channel traffic stats on restartSelva Nair
2022-06-28dns: also (re)place foreign dhcp options in envHeiko Hund
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-11-12Allow loading of non default providersArne Schwabe
2021-11-07Refactor early initialisation and uninitialisation into methodsArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2020-07-07Remove --writepid file on program exit.Gert Doering
2020-05-07build: Remove --disable-server from ./configureDavid Sommerseth
2019-08-17networking: extend API for better memory managementAntonio Quartulli
2019-06-02tun.c: use new networking API to handle tun interface on LinuxAntonio Quartulli
2019-05-10Fix various compiler warningsLev Stipakov
2018-10-06merge *-inline.h files with their main headerAntonio Quartulli
2018-09-03Fix memory leak after sighupSteffan Karger
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-07-25cleanup: Move write_pid() to where it is being usedDavid Sommerseth
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-01-18More broadly enforce Allman style and braces-around-conditionalsSteffan Karger
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-15Replace WIN32 by _WIN32Gert Doering
2015-12-30Detecting and logging Windows versionsLev Stipakov
2015-07-21Fix using management interface to get passwords.Steffan Karger
2015-07-13fix regression: query password before becoming daemonSteffan Karger
2015-06-21write pid file immediately after daemonizingSteffan Karger
2015-05-26Call daemon() before initializing crypto librarySteffan Karger
2014-04-18Add SSL library version reporting.Gert Doering
2013-11-17Fix slow memory drain on each client renegotiation.Gert Doering
2012-06-29cleanup: windows: convert argv (UCS-2 to UTF-8) at earliestAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev