| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC:OPENBSD_4_8 | djm | 2011-02-11 | 1 | -1/+7 |
* | Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se... | jasper | 2010-12-15 | 2 | -0/+8 |
* | - Apply security fix for CVE-2010-3864. | jasper | 2010-11-17 | 1 | -4/+14 |
* | This commit was manufactured by cvs2git to create branch 'OPENBSD_4_8'. | cvs2svn | 2010-07-28 | 830 | -254159/+0 |
* | Sync hcreate(3) with NetBSD, adding some caveats. | ray | 2010-07-28 | 1 | -12/+67 |
* | echo behaves differently in sh and csh, only handling C-style escapes | guenther | 2010-07-25 | 1 | -3/+3 |
* | getopt_long.c replaced getopt.c 6+ years ago; we can retire | blambert | 2010-07-22 | 1 | -7/+1 |
* | Document new unsetenv() error returns. | naddy | 2010-07-06 | 1 | -2/+8 |
* | Fix the naming of interfaces and variables for rdomains and rtables | guenther | 2010-07-03 | 2 | -19/+19 |
* | getpeereid() can now be a library routine using getsockopt() with | deraadt | 2010-07-01 | 3 | -3/+158 |
* | oops. Missed this from my aes-ni commit. | thib | 2010-07-01 | 1 | -3/+4 |
* | AES-NI engine support for OpenSSL. | thib | 2010-07-01 | 20 | -6/+3322 |
* | use a union to align the dns answer buffer until gcc4 is fixed | deraadt | 2010-06-29 | 1 | -5/+8 |
* | Correct the target name | guenther | 2010-06-29 | 1 | -2/+2 |
* | use a union to align the dns answer buffer until gcc4 is fixed | deraadt | 2010-06-29 | 1 | -5/+8 |
* | Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@ | naddy | 2010-06-29 | 1 | -1/+5 |
* | VIA xcrypt for amd64, simpler version of a diff from deraadt | jsg | 2010-06-29 | 2 | -12/+38 |
* | Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows | reyk | 2010-06-26 | 1 | -0/+3 |
* | Avoid using and end pointer since strnlen(string, -1) is legal | millert | 2010-06-02 | 1 | -4/+3 |
* | strnlen regression tests | millert | 2010-06-02 | 2 | -0/+74 |
* | oops - forgot to check for trailing whitespace; | jmc | 2010-05-26 | 1 | -2/+2 |
* | reword the 'D' dump bit to make it clear that the malloc.out file needs | thib | 2010-05-26 | 1 | -4/+5 |
* | Add HISTORY section, mostly for strnlen() but include strlen() for | millert | 2010-05-24 | 1 | -2/+11 |
* | remove unused variable. | chl | 2010-05-21 | 1 | -2/+1 |
* | tweak previous; | jmc | 2010-05-19 | 3 | -15/+13 |
* | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 2010-05-18 | 9 | -17/+270 |
* | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | drahn | 2010-05-10 | 1 | -3/+2 |
* | * add #includes to pull in missing prototypes, as pointed out by gcc4 | naddy | 2010-05-08 | 8 | -7/+9 |
* | Do not return success when the IPv6 address has a :: and 8 hex sections. | claudio | 2010-05-06 | 1 | -3/+4 |
* | When running in pic mode we don't have enough general registers for all | jsg | 2010-05-03 | 2 | -2/+2 |
* | The openssl command line tool treats the non-null terminated buffer | deraadt | 2010-04-20 | 1 | -1/+1 |
* | Bump the default buffer sizes to be larger than default MTUs, from Jan | nicm | 2010-04-20 | 1 | -5/+5 |
* | Allocate the port number properly (don't allocate space then ignore it), | nicm | 2010-04-20 | 2 | -12/+11 |
* | Security fix for CVE-2010-0740 | jasper | 2010-04-14 | 2 | -6/+8 |
* | - nuke some unneeded Pp; from kristaps | jmc | 2010-04-07 | 1 | -6/+3 |
* | Build all manual pages in base with mandoc(1) instead of groff, | schwarze | 2010-04-03 | 1 | -3/+3 |
* | WARNINGS -> CAVEATS, and a little neccessary cleanup; | jmc | 2010-04-01 | 2 | -24/+24 |
* | Modify example not to use an assignment in the if statement. We shouldn't | kettenis | 2010-03-24 | 1 | -3/+4 |
* | It's unsetenv() that doesn't like `=' in the argument, not putenv(). | kili | 2010-03-10 | 1 | -3/+3 |
* | cherrypick patch from OpenSSL 0.9.8m: | djm | 2010-03-04 | 7 | -14/+20 |
* | Fix the atelnet() function, which was wrong in several ways. | nicm | 2010-02-27 | 1 | -13/+13 |
* | Fix the worst among the fatal block-nesting issues we have in our tree, | schwarze | 2010-02-23 | 1 | -4/+4 |
* | Our groff does not handle all cases of nested displays properly, so | schwarze | 2010-02-18 | 1 | -6/+6 |
* | Sync with current state of the tree. | miod | 2010-02-14 | 1 | -2/+2 |
* | Test mkstemps() too | guenther | 2010-02-11 | 1 | -26/+87 |
* | Add a regression suite for mkstemp(), verifying that it neither overruns | guenther | 2010-02-11 | 3 | -2/+116 |
* | Use size_t in appropriate places; fixes sorting of big arrays; | otto | 2010-02-08 | 1 | -9/+10 |
* | use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ | otto | 2010-02-08 | 1 | -1/+1 |
* | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 2010-02-03 | 5 | -23/+25 |
* | add a fix from OpenSSL CVS for SA38200. | jasper | 2010-01-31 | 2 | -20/+14 |