| Commit message (Expand) | Author | Files | Lines |
2010-06-29 | Make unsetenv(NULL) and unsetenv("") give EINVAL, per POSIX. ok deraadt@ | naddy | 1 | -1/+5 |
2010-06-29 | VIA xcrypt for amd64, simpler version of a diff from deraadt | jsg | 2 | -12/+38 |
2010-06-26 | Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows | reyk | 1 | -0/+3 |
2010-06-02 | Avoid using and end pointer since strnlen(string, -1) is legal | millert | 1 | -4/+3 |
2010-06-02 | strnlen regression tests | millert | 2 | -0/+74 |
2010-05-26 | oops - forgot to check for trailing whitespace; | jmc | 1 | -2/+2 |
2010-05-26 | reword the 'D' dump bit to make it clear that the malloc.out file needs | thib | 1 | -4/+5 |
2010-05-24 | Add HISTORY section, mostly for strnlen() but include strlen() for | millert | 1 | -2/+11 |
2010-05-21 | remove unused variable. | chl | 1 | -2/+1 |
2010-05-19 | tweak previous; | jmc | 3 | -15/+13 |
2010-05-18 | add posix_madvise, posix_memalign, strndup, and strnlen. mostly from | tedu | 9 | -17/+270 |
2010-05-10 | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | drahn | 1 | -3/+2 |
2010-05-08 | * add #includes to pull in missing prototypes, as pointed out by gcc4 | naddy | 8 | -7/+9 |
2010-05-06 | Do not return success when the IPv6 address has a :: and 8 hex sections. | claudio | 1 | -3/+4 |
2010-05-03 | When running in pic mode we don't have enough general registers for all | jsg | 2 | -2/+2 |
2010-04-20 | The openssl command line tool treats the non-null terminated buffer | deraadt | 1 | -1/+1 |
2010-04-20 | Bump the default buffer sizes to be larger than default MTUs, from Jan | nicm | 1 | -5/+5 |
2010-04-20 | Allocate the port number properly (don't allocate space then ignore it), | nicm | 2 | -12/+11 |
2010-04-14 | Security fix for CVE-2010-0740 | jasper | 2 | -6/+8 |
2010-04-07 | - nuke some unneeded Pp; from kristaps | jmc | 1 | -6/+3 |
2010-04-03 | Build all manual pages in base with mandoc(1) instead of groff, | schwarze | 1 | -3/+3 |
2010-04-01 | WARNINGS -> CAVEATS, and a little neccessary cleanup; | jmc | 2 | -24/+24 |
2010-03-24 | Modify example not to use an assignment in the if statement. We shouldn't | kettenis | 1 | -3/+4 |
2010-03-10 | It's unsetenv() that doesn't like `=' in the argument, not putenv(). | kili | 1 | -3/+3 |
2010-03-04 | cherrypick patch from OpenSSL 0.9.8m: | djm | 7 | -14/+20 |
2010-02-27 | Fix the atelnet() function, which was wrong in several ways. | nicm | 1 | -13/+13 |
2010-02-23 | Fix the worst among the fatal block-nesting issues we have in our tree, | schwarze | 1 | -4/+4 |
2010-02-18 | Our groff does not handle all cases of nested displays properly, so | schwarze | 1 | -6/+6 |
2010-02-14 | Sync with current state of the tree. | miod | 1 | -2/+2 |
2010-02-11 | Test mkstemps() too | guenther | 1 | -26/+87 |
2010-02-11 | Add a regression suite for mkstemp(), verifying that it neither overruns | guenther | 3 | -2/+116 |
2010-02-08 | Use size_t in appropriate places; fixes sorting of big arrays; | otto | 1 | -9/+10 |
2010-02-08 | use size_t to index arrays; avoids big array bugs; ok millert@ guenther@ | otto | 1 | -1/+1 |
2010-02-03 | Use MACHINE_CPU instead of MACHINE_ARCH to pick the correct machine dependent | miod | 5 | -23/+25 |
2010-01-31 | add a fix from OpenSSL CVS for SA38200. | jasper | 2 | -20/+14 |
2010-01-25 | stucture -> structure; | jmc | 1 | -3/+3 |
2010-01-13 | New options 'S', as a shorthand for the options most suitable as an | otto | 2 | -3/+9 |
2009-12-31 | new ipsca root. | dlg | 1 | -0/+108 |
2009-12-31 | ipsca has expired | dlg | 1 | -51/+0 |
2009-12-29 | replace a few remaining UNIX terms with .Ux macros; this diff | sobrado | 1 | -4/+4 |
2009-12-16 | save calls to arc4random() by using a nibble at a time; not because | otto | 1 | -24/+27 |
2009-12-15 | No point in refreshing the pid from inside arc4_stir() when that | guenther | 1 | -6/+15 |
2009-12-14 | Add a test for sleep(3), to verify that it both (a) returns zero when it | guenther | 2 | -0/+97 |
2009-12-11 | plug a memory leak; found by parfait, ok djm | deraadt | 1 | -0/+2 |
2009-12-07 | Make userland malloc use __LDPGSZ granularity on mips, regardless of the | miod | 1 | -1/+3 |
2009-12-05 | missing word; | jmc | 1 | -3/+3 |
2009-11-27 | Switch the chunk_info lists to doubly-linked lists and use the queue | otto | 1 | -51/+34 |
2009-11-27 | Don't forget to fill region from the cache with junk if needed in one case; | otto | 1 | -1/+3 |
2009-11-27 | No need to clear a mmapped region; from Fabien Romano and Jonathan | otto | 1 | -2/+1 |
2009-11-21 | Add a (hopefully) comprehensive regression test of how stdio functions | guenther | 3 | -2/+264 |