aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/multi.c
AgeCommit message (Expand)Author
2018-10-06merge *-inline.h files with their main headerAntonio Quartulli
2018-10-06pf: restyle pf_c2c/addr_test() to make them 'struct context' agnosticAntonio Quartulli
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-24Add negotiated cipher to status file format 2 and 3Gert van Dijk
2018-02-22Fix format spec errors in Windows buildsSelva Nair
2018-02-01Update copyright to include 2018 plus company name changeDavid Sommerseth
2017-12-06Allow learning iroutes with network made up of all 0s (only if netbits < 8)Antonio Quartulli
2017-11-10Use long long to format time_t-related environment variablesJeremie Courreges-Anglas
2017-11-04Print time_t as long long and suseconds_t as longJeremie Courreges-Anglas
2017-08-14add missing static attribute to functionsAntonio Quartulli
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-11-19multi_process_float: revert part of c14c4a9eSteffan Karger
2016-11-16Fix missing return value checks in multi_process_float()Steffan Karger
2016-11-14Factor out %sc handling from argv_printf()Heiko Hund
2016-11-13Don't deference type-punned pointersSteffan Karger
2016-10-14Remove tun-ipv6 Option. Instead assume that IPv6 is always supported.Arne Schwabe
2016-09-18Support for disabled peer-idLev Stipakov
2016-06-08cleanup: remove alloc_buffers argument from multi_top_init()Steffan Karger
2016-05-18Push an IPv6 CIDR mask used by the server, not the pool's sizeJosh Cepek
2015-11-29put virtual IPv6 addresses into envHeiko Hund
2015-11-24Avoid partial authentication state when using --disabled in CCD configsDavid Sommerseth
2015-11-22Notify clients about server's exit/restartLev Stipakov
2015-10-15Refine float loggingLev Stipakov
2015-10-11Send push reply right after async auth completeLev Stipakov
2015-09-15Remove #ifdefs for client nat support.Arne Schwabe
2015-03-08Change float log message to include common name, if available.Steffan Karger
2015-01-22Disallow lameduck's float to an address taken by another clientLev Stipakov
2014-12-08Prevent memory drain for long lasting floating sessionsLev Stipakov
2014-12-08Add the peer-id to the output of the status commandLev Stipakov
2014-11-27Peer-id patch v7Lev Stipakov
2014-10-14Ensure that client-connect files are always deletedSamuel Thibault
2014-06-08Drop incoming fe80:: packets silently now.Gert Doering
2014-06-01Move #include "ssl_verify.h" from ssl.h to the source files that need it.Steffan Karger
2014-01-11Cleanup ir6->netbits handling.Gert Doering
2013-08-16MSVC fixesJames Yonan
2013-05-27Make push-peer-info visible in "normal" per-instance environment.Gert Doering
2013-04-12Print "Virtual IPv6 Address" on management interface queries [v4]Gert Doering
2013-04-11Print client id only if compiled with man agent support. OtherwiseArne Schwabe
2013-04-11Add the client id (CID) to the output of the status commandArne Schwabe
2012-12-13Implement --mssfix handling for IPv6 packets.Gert Doering
2012-03-24build: move wrappers into platform moduleAlon Bar-Lev
2012-03-22build: move out config.h include from sysheadAlon Bar-Lev
2012-03-22build: standard directory layoutAlon Bar-Lev