aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/misc.c
AgeCommit message (Expand)Author
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-19Another round of uncrustify code cleanup.Arne Schwabe
2020-04-19Refactor counting number of element in a : delimited list into functionArne Schwabe
2020-04-03When auth-user-pass file has no password query the management interfaceSelva Nair
2020-04-03Move querying username/password from management to a functionSelva Nair
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-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-22Fix format spec errors in Windows buildsSelva Nair
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-11-24create_temp_file/gen_path: prevent memory leak if gc == NULLSteffan Karger
2017-11-24Don't throw fatal errors from create_temp_file()Steffan Karger
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-14Move create_temp_file() out of #ifdef ENABLE_CRYPTOSteffan Karger
2017-08-11remove unused functionsAntonio Quartulli
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-07-17use M_ERRNO instead of explicitly printing errnoAntonio Quartulli
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-18OpenSSL: don't use direct access to the internal of EVP_MD_CTXEmmanuel Deloget
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-03-19cleanup: Remove faulty env processing functionsDavid 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-29Introduce and use secure_memzero() to erase secretsSteffan Karger
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-11-14Move private file access checks to options_postprocess_filechecks()Steffan Karger
2016-11-14Factor out %sc handling from argv_printf()Heiko Hund
2016-11-14put argv_* functions into own file, add unit testsHeiko Hund
2016-10-31auth-gen-token: Push generated auth-tokens to the clientDavid Sommerseth
2016-10-11Rework the user input interface to make it more modularDavid Sommerseth
2016-09-18Fix win32 building with C99 modeGert Doering
2016-06-20Added directive to specify HTTP proxy credentials in config.James Yonan
2016-04-18Support reading the challenge-response from consoleSelva Nair
2016-04-04Fix memory leak in argv_extract_cmd_name()Steffan Karger
2015-12-14Pass adapter index to up/down scriptsLev Stipakov
2015-12-10Fix isatty() check for good.Gert Doering
2015-11-29Remove --enable-password-save optionArne Schwabe