aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/options.c
AgeCommit message (Expand)Author
2016-12-14The Great Reformatting - first phaseDavid Sommerseth
2016-12-07Deprecate --no-ivSteffan Karger
2016-12-07Fix (and cleanup) crypto flags in combination with NCPSteffan Karger
2016-12-01Do not restart dns client service as a part of --register-dns processingSelva Nair
2016-11-30Force 'def1' method when --redirect-gateway is done through serviceSelva Nair
2016-11-30When parsing '--setenv opt xx ..' make sure a third parameter is presentSelva Nair
2016-11-29Introduce and use secure_memzero() to erase secretsSteffan Karger
2016-11-28update year in copyright messageChristian Hesse
2016-11-23Poor man's NCP for non-NCP peersSteffan Karger
2016-11-22Handle --dhcp-option DNS6 on Windows using netshSelva Nair
2016-11-21Stub implementation of "--dhcp-option DNS6 <v6addr>"Gert Doering
2016-11-16options: Remove --tls-remoteDavid Sommerseth
2016-11-16Add control channel encryption (--tls-crypt)Steffan Karger
2016-11-16Unbreak windows buildSelva Nair
2016-11-16file checks: Merge warn_if_group_others_accessible() into check_file_access()David Sommerseth
2016-11-15Replace WIN32 by _WIN32Gert Doering
2016-11-14Deprecate key-method 1Steffan Karger
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-07openvpn version line: remove [IPv6], add [AEAD] if availableGert Doering
2016-11-04Drop recursively routed packetsLev Stipakov
2016-11-01Fix builds with --disable-cryptoDavid Sommerseth
2016-10-31auth-gen-token: Add --auth-gen-token optionDavid Sommerseth
2016-10-28Limit --reneg-bytes to 64MB when using small block ciphersSteffan Karger
2016-10-14Remove tun-ipv6 Option. Instead assume that IPv6 is always supported.Arne Schwabe
2016-10-13Check --ncp-ciphers list on startupSteffan Karger
2016-10-10Enable TCP non-linear packet IDArne Schwabe
2016-10-10Fix duplicate PUSH_REPLY optionsSteffan Karger
2016-09-28Make sure options->ciphername and options->authname are always definedSteffan Karger
2016-09-18Support for disabled peer-idLev Stipakov
2016-09-17Show compile-time variant for --multihome in --version output.Gert Doering
2016-08-23Fix problems with NCP and --inetd.Gert Doering
2016-08-12Avoid format specifier %zu for Windows compatibilitySelva Nair
2016-07-26Fix '--cipher none --cipher' crashSteffan Karger
2016-07-25Allow ncp-disable and ncp-ciphers to be specified in ccd filesSteffan Karger
2016-07-11Add options to restrict cipher negotiationSteffan Karger
2016-07-11Add client-side support for cipher negotiationSteffan Karger
2016-07-11Exponentially back off on repeated connect retriesSelva Nair
2016-06-24Remove http-proxy-retry and socks-proxy-retry.Arne Schwabe
2016-06-23Fix management-external-cert option parsing errorSelva Nair
2016-06-20Added directive to specify HTTP proxy credentials in config.James Yonan
2016-06-11Remove http-proxy-timeout, socks timeout and set default of server-poll-timeo...Arne Schwabe
2016-06-07Add an option to filter options received from serverSelva Nair
2016-05-16Implement push-remove option to selectively remove pushed options.Gert Doering
2016-04-28Migrate to mbed TLS 2.xSteffan Karger
2016-04-28Implemented x509-track for PolarSSL.Steffan Karger
2016-04-04Implement inlining of crl filesArne Schwabe
2016-02-15Add cipher name translation for OpenSSL.Steffan Karger
2016-02-05interactive service v3Heiko Hund
2016-01-05Fix assert when comp is called with unknown algorithm, always call comp init ...Arne Schwabe