aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/manage.c
AgeCommit message (Expand)Author
2022-08-02Allow a few levels of recursion in virtual_output_callback()Selva Nair
2022-08-02Do not skip ERROR:/SUCCESS: response from management interfaceSelva Nair
2022-07-14Log address of management client on acceptSelva Nair
2022-07-14Log the actual management interface port in useSelva Nair
2022-07-14Remove management_write_peer_info_file and related codeSelva Nair
2022-05-31Remove useless empty line from CR_RESPONSE messageArne Schwabe
2022-05-24Fix client-pending-auth error message to say ERROR instead of SUCCESSArne Schwabe
2022-05-22Reformat for sp_after_comma=addFrank Lichtenheld
2022-05-12Fix M_ERRNO behavior on WindowsLev Stipakov
2022-05-05Remove workaround for Android 4.4Arne Schwabe
2022-04-21The Great Reformatting of 2022David Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-12-07Remove max_size from buffer_list_newArne Schwabe
2021-09-12Remove support for PF (Packet Filter)Antonio Quartulli
2021-08-14Fix client-pending-auth help message in management interfaceSelva Nair
2021-06-15Update copyrightsDavid Sommerseth
2021-04-05Remove conditionals compilation for P2MP, ENABLE_SHAPER and TIME_BACKTRACK_PR...Arne Schwabe
2021-03-09Implement server side of AUTH_PENDING with extending timeoutArne Schwabe
2021-02-14Introduce management client state for AUTH_PENDING notificationsArne Schwabe
2021-01-18Zero initialise msghdr prior to calling sendmesgArne Schwabe
2020-12-02Remove auth_user_pass.wait_for_push variableArne Schwabe
2020-10-24Remove --disable-def-auth configure argumentArne Schwabe
2020-10-24Remove NULL checks before calling freeArne Schwabe
2020-10-04Speedup TCP remote hosts connectionsVladislav Grishenko
2020-06-20Implement forwarding client CR_RESPONSE messages to managementArne Schwabe
2020-06-20Implement sending AUTH_PENDING challenges to clientsArne Schwabe
2020-06-12Implement sending response to challenge via CR_RESPONSEArne Schwabe
2020-04-19Another round of uncrustify code cleanup.Arne Schwabe
2019-12-04Add support for OpenSSL TLS 1.3 when using management-external-keyArne Schwabe
2019-10-01Implement a permanent session id in auth-tokenArne Schwabe
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-10-10Remove MANAGMENT_EXTERNAL_KEY, MANAGMENT_IN_EXTRA, ENABLE_CLIENT_CRArne Schwabe
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2018-01-29Prompt for signature using '>PK_SIGN' if the client supports itSelva Nair
2018-01-29Add management client versionSelva Nair
2018-01-11Fix types around buffer_list_push(_data)Steffan Karger
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-08-14add missing static attribute to functionsAntonio Quartulli
2017-08-11make function declarations C99 compliantAntonio Quartulli
2017-07-24management: preserve wait_for_push field when asking for user/passAntonio Quartulli
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-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-12-07Refactor setting close-on-exec for socket FDsGert Doering
2016-11-29Introduce and use secure_memzero() to erase secretsSteffan Karger
2016-11-15Replace WIN32 by _WIN32Gert Doering