aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/misc.h
AgeCommit message (Expand)Author
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-12-16Improve documentation on user/password requirement and unicodize functionArne Schwabe
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-04-21dev-tools: Avoid uncrustify mangling MAC_FMT macroDavid Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-09-28networking: add and implement net_addr_ll_set() APIAntonio Quartulli
2021-06-15Implement auth-token-userArne Schwabe
2021-06-15Update copyrightsDavid Sommerseth
2021-04-20In init_ssl, open the correct CRL path pre-chrootMax Fillinger
2021-01-30Remove inetd support from OpenVPNArne Schwabe
2020-12-02Remove auth_user_pass.wait_for_push variableArne Schwabe
2020-11-30Fix auth-token not being updated if auth-nocache is setArne Schwabe
2020-05-07build: Remove --disable-server from ./configureDavid Sommerseth
2020-05-07convert *_inline attributes to boolAntonio Quartulli
2020-04-19Refactor counting number of element in a : delimited list into functionArne Schwabe
2018-12-10Fallback to password authentication when auth-token failsArne Schwabe
2018-11-26Remove deprecated --compat-x509-names and --no-name-remappingSteffan Karger
2018-10-10Remove MANAGMENT_EXTERNAL_KEY, MANAGMENT_IN_EXTRA, ENABLE_CLIENT_CRArne Schwabe
2018-10-08Remove AUTO_USERID featureArne Schwabe
2018-10-06ensure function declarations are compiled with their definitionsAntonio Quartulli
2018-07-12Move execve/run_script helper functions to run_command.cSteffan Karger
2018-07-05Move file-related functions from misc.c to platform.cSteffan Karger
2018-03-08Move env helper functions into their own module/fileSteffan Karger
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-11-10Use long long to format time_t-related environment variablesJeremie Courreges-Anglas
2017-08-16Move run_up_down() to init.cSteffan Karger
2017-08-11cleanup: Move init_random_seed() to where it is being usedDavid Sommerseth
2017-07-25cleanup: Move write_pid() to where it is being usedDavid Sommerseth
2017-07-20Move openvpn_sleep() to manage.cSteffan Karger
2017-07-20Remove strerror_ts()Steffan Karger
2017-06-27Move adjust_power_of_2() to integer.hSteffan Karger
2017-06-19Ignore auth-nocache for auth-user-pass if auth-token is pushedAntonio Quartulli
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-03-19cleanup: Remove faulty env processing functionsDavid Sommerseth
2016-12-21Update copyrightsDavid Sommerseth
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-11-14Move private file access checks to options_postprocess_filechecks()Steffan Karger
2016-11-14put argv_* functions into own file, add unit testsHeiko Hund
2016-06-20Added directive to specify HTTP proxy credentials in config.James Yonan
2015-12-14Pass adapter index to up/down scriptsLev Stipakov
2015-11-29Remove --enable-password-save optionArne Schwabe
2015-11-29Support duplicate x509 field values in environmentSteffan Karger
2015-06-21write pid file immediately after daemonizingSteffan Karger
2015-03-08Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering
2013-08-16MSVC fixesJames Yonan
2012-10-31Remove the support for using system() when executing external programs or scr...David Sommerseth
2012-09-12Add --compat-names optionHeiko Hund