summaryrefslogtreecommitdiffstats
path: root/misc.c
Commit message (Expand)AuthorAgeFilesLines
* build: autotools: first pass of trivial autotools changesAlon Bar-Lev2012-03-221-26/+4
* cleanup: remove C++ warningsAlon Bar-Lev2012-03-221-3/+3
* replace check for TARGET_WIN32 with WIN32Heiko Hund2012-02-161-3/+3
* handle Windows unicode pathsHeiko Hund2012-02-131-5/+36
* set Windows environment variables as UCS-2Heiko Hund2012-02-051-2/+2
* New Windows build fixesDavid Sommerseth2012-01-111-1/+0
* Move away from openvpn_basename() over to platform provided basename()David Sommerseth2012-01-101-20/+3
* Fix a couple of issues in openvpn_execve()David Sommerseth2012-01-101-2/+2
* Add support to forward console query to systemdFrederic Crozat2012-01-091-0/+123
* Fixes for the plugin system:Adriaan de Jong2011-10-221-1/+1
* Modified base64 code in preparation for PolarSSL mergeAdriaan de Jong2011-10-221-3/+3
* Refactored message digest functionsAdriaan de Jong2011-10-191-6/+9
* Modified sanitize_control_message to remove redacted data fromJames Yonan2011-08-241-17/+29
* Redact "echo" directive strings from log, sinceJames Yonan2011-08-241-0/+5
* Merge remote branch SVN 2.1 into the git treeDavid Sommerseth2011-08-191-39/+33
|\
| * Added support for static challenge/response protocol.James Yonan2011-06-031-39/+33
| * Added "auth-token" client directive, which is intended to beJames Yonan2011-03-261-0/+44
| * Renamed branch to reflect that it is no longer beta.James Yonan2011-03-171-0/+2365
* Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth2011-04-261-0/+44
|\
| * Added "auth-token" client directive, which is intended to beJames Yonan2011-04-261-0/+44
| * Added "management-external-key" option. This option can be usedJames Yonan2010-12-091-1/+1
* | revert unconditionally-enabling of setenv_es() logging (too noisy)Gert Doering2011-04-241-1/+3
* | Enable IPv6 Payload in OpenVPN p2mp tun server mode. 20100104-1 release.Gert Doering2011-04-241-1/+1
* | Extend the v3 plug-in API to send over X509 certificatesDavid Sommerseth2011-03-251-1/+1
* | Provide 'dev_type' environment variable to plug-ins and script hooksDavid Sommerseth2011-03-251-0/+3
* | Added "management-external-key" option. This option can be usedJames Yonan2011-03-251-1/+1
* | Merge branch 'feat_misc' into beta2.2David Sommerseth2010-11-181-23/+0
|\ \
| * | Clean-up: Remove pthread and mutex locking codeDavid Sommerseth2010-11-141-23/+0
| * | Revamped the script-security warning logging (version 2)David Sommerseth2010-04-291-2/+5
* | | Merge branch 'svn-BETA21' into beta2.2David Sommerseth2010-11-131-18/+140
|\ \ \ | | |/ | |/|
| * | Implement challenge/response authentication support in client mode,James Yonan2010-10-241-18/+140
* | | Revamped the script-security warning logging (version 2)David Sommerseth2010-10-211-2/+5
* | | Fixed compiler warnings reported on Ubuntu 10.04David Sommerseth2010-10-211-3/+2
* | | Avoid repetition of "this config may cache passwords in memory" (v2)David Sommerseth2010-10-211-1/+3
* | | Harden create_temp_filename() (version 2)David Sommerseth2010-10-211-14/+46
|/ /
* | Implemented http-proxy-override and http-proxy-fallback directives to make itJames Yonan2010-05-241-0/+6
* | Updated copyright date to 2010.James Yonan2010-04-281-1/+1
* | Updated MSVC build scripts to Visual Studio 2008:James Yonan2010-03-311-1/+2
|/
* Added --remote-random-hostname option.james2009-08-221-0/+38
* Update copyright to 2009.james2009-05-301-1/+1
* Fixed issue introduced in 2.1_rc14 that may cause ajames2008-11-191-1/+1
* * Added additional method parameter to --script-security to preservejames2008-11-171-30/+211
* Added additional warning messages about --script-security 2james2008-10-151-1/+1
* Copyright notice changed to reflect change in name ofjames2008-10-061-1/+1
* Management interface can now listen on a unixjames2008-09-301-2/+2
* 2.1_rc8 and earlier did implicit shell expansion on scriptjames2008-09-061-70/+308
* Added a warning message when passwords are cached in memory.james2008-07-271-0/+4
* Perform additional input validation on options pulledjames2008-07-261-4/+8
* Completely revamped the system for calling external programs and scripts:james2008-07-261-89/+186
* Added a warning when plugins are specified withoutjames2008-07-181-0/+16