aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/misc.h
AgeCommit message (Expand)Author
2020-11-30Fix auth-token not being updated if auth-nocache is setArne Schwabe
2019-03-01Better error message when script fails due to script-security settingSelva Nair
2018-12-10Fallback to password authentication when auth-token failsArne Schwabe
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
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
2012-03-24build: move wrappers into platform moduleAlon Bar-Lev
2012-03-24cleanup: move console related function into its own moduleAlon Bar-Lev
2012-03-22build: move daemon() emulation into compatAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev