aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/misc.c
AgeCommit message (Expand)Author
2024-03-29misc.c: remove unused codeLev Stipakov
2024-03-18Update Copyright statements to 2024Frank Lichtenheld
2024-03-08remove repetitive words in documentation and commentswellweek
2023-12-30misc: make get_auth_challenge staticFrank Lichtenheld
2023-12-09Move tls_get_cipher_name_pair and get_num_elements to ssl_utils.cArne Schwabe
2023-06-27Remove all traces of the previous MSVC build systemFrank Lichtenheld
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-12-16Fix corner case that might lead to leaked file descriptorArne Schwabe
2022-10-26Ensure --auth-nocache is handled during renegotiationSelva Nair
2022-10-09get_user_pass_cr: get password from stdin if missing inlineAntonio Quartulli
2022-01-26update copyright year to 2022Antonio 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-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