aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/plugin.c
AgeCommit message (Expand)Author
2023-01-10Update copyright year to 2023Frank Lichtenheld
2022-09-11Implement --client-crresponse script options and plugin interfaceArne Schwabe
2022-03-15plug-ins: Disallow multiple deferred authentication plug-insDavid Sommerseth
2022-01-26update copyright year to 2022Antonio Quartulli
2021-09-12Remove support for PF (Packet Filter)Antonio Quartulli
2021-06-15Update copyrightsDavid Sommerseth
2021-03-22Remove empty dummy functionsArne Schwabe
2020-07-20client-connect: Implement deferred connect support for plugin API v2Arne Schwabe
2020-07-20client-connect: Add deferred support to the client-connect v1 plugin handlerFabian Knittel
2020-05-07convert *_inline attributes to boolAntonio Quartulli
2020-02-20argv: do fewer memory re-allocationsHeiko Hund
2018-12-12uncrustify openvpn/ sourcesGert Doering
2018-08-05plugin: Export base64 encode and decode functionsDavid Sommerseth
2018-07-05Move file-related functions from misc.c to platform.cSteffan Karger
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-04Remove ENABLE_CRYPTOAntonio Quartulli
2017-06-16copyright: Update GPLv2 license textsDavid Sommerseth
2017-05-09plugin: Export secure_memzero() to plug-insDavid Sommerseth
2017-03-19plugin: Improve the handling of default plug-in directoryDavid Sommerseth
2017-01-25Clean up plugin path handlingChristian Hesse
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-15Replace WIN32 by _WIN32Gert Doering
2016-04-04Replace MSG_TEST() macro for static inline msg_test()Steffan Karger
2015-07-27Provide OpenVPN runtime version information to plug-insDavid Sommerseth
2014-12-31Remove ENABLE_SSL define (and --disable-ssl configure option)Steffan Karger
2014-09-15Fix some unintialized variable warningsSteffan Karger
2013-07-03plugin: Extend the plug-in v3 API to identify the SSL implementation usedDavid Sommerseth
2013-03-14Fix parameter listing in non-debug builds at verb 4Josh Cepek
2012-10-29Fix display of plugin hook typesHeiko Hund
2012-10-15Fix v3 plugins to support returning values back to OpenVPN.Kenneth Rose
2012-08-06add API for plug-ins to write to openvpn logHeiko Hund
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: proper crypto detection and usageAlon Bar-Lev
2012-03-22build: libdl usageAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev