summaryrefslogtreecommitdiffstats
path: root/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* move variable declaration to top of functionHeiko Hund2012-02-171-1/+1
* handle Windows unicode pathsHeiko Hund2012-02-131-1/+2
* Fix assert() situations where gc_malloc() is called without a gc_arena objectDavid Sommerseth2012-02-081-4/+28
* Removed support for calling gc_malloc with a NULL gc_arena structAdriaan de Jong2012-02-051-19/+10
* Minor fix to CC_PRINT char class -- treat DEL (ascii 127)James Yonan2011-09-011-1/+1
* CC_PRINT character class now allows any 8-bit character value >= 32.James Yonan2011-08-241-1/+1
* Changed CC_PRINT character class to allow UTF-8 chars.James Yonan2011-08-241-1/+1
* Merge branch 'svn-branch-2.1' into mergeDavid Sommerseth2011-04-261-4/+6
|\
| * Added 'dir' flag to "crl-verify" (see man page for info).James Yonan2011-04-261-4/+5
| * Added "management-external-key" option. This option can be usedJames Yonan2010-12-091-1/+1
* | Merge branch 'feat_ipv6_transport'David Sommerseth2011-04-251-0/+17
|\ \
| * | * fixed win32 non-ipv6 buildJuanJo Ciarlante2011-03-251-1/+5
| * | * rebased openvpn-2.1_rc1b.jjo.20061206.d.patchJuanJo Ciarlante2011-03-251-0/+13
* | | Add a simple comment regarding openvpn_snprintf() is duplicatedDavid Sommerseth2011-04-211-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-5/+0
|\ \ | |/ |/|
| * Clean-up: Remove more dead and inactive code pathsDavid Sommerseth2010-11-141-4/+0
| * Clean-up: Remove pthread and mutex locking codeDavid Sommerseth2010-11-141-1/+0
* | Fixed an issue where application payload transmissions on theJames Yonan2010-07-271-8/+26
* | Updated copyright date to 2010.James Yonan2010-04-281-1/+1
* | Management interface performance optimizations:James Yonan2010-04-161-1/+40
* | Updated MSVC build scripts to Visual Studio 2008:James Yonan2010-03-311-1/+1
|/
* The maximum number of "route" directives (specified in the configjames2009-09-171-3/+3
* Update copyright to 2009.james2009-05-301-1/+1
* Copyright notice changed to reflect change in name ofjames2008-10-061-1/+1
* 2.1_rc8 and earlier did implicit shell expansion on scriptjames2008-09-061-252/+0
* Added additional defensive programming to buffer.[ch] functions.james2008-07-271-0/+8
* Fixed compiler warnings in Windows build (MinGW).james2008-07-261-2/+2
* Completely revamped the system for calling external programs and scripts:james2008-07-261-52/+80
* Added argv_x functions to buffer.[ch] to be used to safely buildjames2008-07-231-0/+224
* buf_printf will now return false on errors, such as truncationjames2008-07-191-2/+7
* Replace leading dash ('-') characters in an X509 name with underbars ('_')james2008-07-191-0/+14
* Reverted some recent buffer.[ch] changes, including r3058 (except forjames2008-07-181-1/+0
* Check for multiplication overflow on ALLOC_ARRAY* functions.james2008-07-171-0/+10
* Added likely() and unlikely() branch prediction hint macrosjames2008-07-161-0/+1
* Copyright change OpenVPN Solutions LLC -> Telethra, Inc.james2008-07-141-1/+1
* Updated copyright notice to 2008.james2008-06-111-1/+1
* Merged connection profiles fromjames2008-06-111-0/+20
* Updated version to 2.1_rc7e.james2008-06-111-0/+127
* Incremented version to 2.1_rc7d.james2008-06-041-1/+10
* Moved branch into official BETA21 position.james2008-05-121-6/+0
* Eliminated gcc 3.3.3 warnings on NetBSDjames2006-06-241-1/+1
* Added --auto-proxy directive to auto-detect HTTP or SOCKSjames2005-12-121-0/+12
* Removed annoying 'i' variable from add_option.james2005-11-091-0/+49
* Added ENABLE_INLINE_FILES feature.james2005-11-081-0/+14
* This is the start of the BETA21 branch.james2005-09-261-0/+743