aboutsummaryrefslogtreecommitdiff
path: root/src/openvpn/misc.c
AgeCommit message (Expand)Author
2015-10-04Replace strdup() calls for string_alloc() callsSteffan Karger
2015-08-04Un-break --auth-user-pass on windowsGert Doering
2015-07-13Produce a meaningful error message if --daemon gets in the way of asking for ...Gert Doering
2015-06-21write pid file immediately after daemonizingSteffan Karger
2015-03-08Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering
2014-09-10Clean up the pipe closing in openvpn_popen()David Sommerseth
2014-09-09Don't let openvpn_popen() keep zombies aroundDavid Sommerseth
2014-06-22Improve error reporting on file access to --client-config-dir and --ccd-exclu...David Sommerseth
2014-01-09Make code and documentation for --remote-random-hostname consistent.Gert Doering
2013-08-16MSVC fixesJames Yonan
2013-06-20PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe
2013-02-03Remove dead code path and putenv functionalityArne Schwabe
2012-10-31Remove the support for using system() when executing external programs or scr...David Sommerseth
2012-10-29Support UTF-8 --client-config-dirHeiko Hund
2012-09-12Add --compat-names optionHeiko Hund
2012-06-22Remove ENABLE_INLINE_FILES conditionalsArne Schwabe
2012-03-24build: move wrappers into platform moduleAlon Bar-Lev
2012-03-24cleanup: move console related function into its own moduleAlon Bar-Lev
2012-03-22build: move daemon() emulation into compatAlon Bar-Lev
2012-03-22build: move gettimeofday() emulation to compatAlon Bar-Lev
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: standard directory layoutAlon Bar-Lev