summaryrefslogtreecommitdiffstats
path: root/src/openvpn/misc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace strdup() calls for string_alloc() callsSteffan Karger2015-10-041-1/+1
* Un-break --auth-user-pass on windowsGert Doering2015-08-041-0/+2
* Produce a meaningful error message if --daemon gets in the way of asking for ...Gert Doering2015-07-131-0/+4
* write pid file immediately after daemonizingSteffan Karger2015-06-211-18/+9
* Remove count_netmask_bits(), convert users to use netmask_to_netbits2()Gert Doering2015-03-081-26/+0
* Clean up the pipe closing in openvpn_popen()David Sommerseth2014-09-101-8/+10
* Don't let openvpn_popen() keep zombies aroundDavid Sommerseth2014-09-091-2/+5
* Improve error reporting on file access to --client-config-dir and --ccd-exclu...David Sommerseth2014-06-221-0/+6
* Make code and documentation for --remote-random-hostname consistent.Gert Doering2014-01-091-18/+9
* MSVC fixesJames Yonan2013-08-161-0/+56
* PATCHv3 Remove unused variables or put them to the defines they are being use...Arne Schwabe2013-06-201-8/+0
* Remove dead code path and putenv functionalityArne Schwabe2013-02-031-23/+7
* Remove the support for using system() when executing external programs or scr...David Sommerseth2012-10-311-79/+19
* Support UTF-8 --client-config-dirHeiko Hund2012-10-291-1/+7
* Add --compat-names optionHeiko Hund2012-09-121-0/+21
* Remove ENABLE_INLINE_FILES conditionalsArne Schwabe2012-06-221-6/+0
* build: move wrappers into platform moduleAlon Bar-Lev2012-03-241-284/+11
* cleanup: move console related function into its own moduleAlon Bar-Lev2012-03-241-124/+1
* build: move daemon() emulation into compatAlon Bar-Lev2012-03-221-32/+0
* build: move gettimeofday() emulation to compatAlon Bar-Lev2012-03-221-5/+0
* build: move out config.h include from sysheadAlon Bar-Lev2012-03-221-0/+6
* build: proper crypto detection and usageAlon Bar-Lev2012-03-221-1/+1
* build: standard directory layoutAlon Bar-Lev2012-03-221-0/+2555