| Commit message (Expand) | Author | Age | Files | Lines |
* | resolve conflicts, fix local changes | djm | 2010-10-01 | 1649 | -188904/+70184 |
* | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 189 | -4739/+34138 |
|\ |
|
| * | import OpenSSL-1.0.0a | djm | 2010-10-01 | 569 | -17816/+61097 |
| * | This commit was manufactured by cvs2git to create branch 'unlabeled-1.1.1'. | cvs2svn | 2010-07-01 | 1 | -0/+992 |
* | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 121 | -3204/+4684 |
|\ \ |
|
| * | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 798 | -31734/+48478 |
* | | | This commit was generated by cvs2git to track changes on a CVS vendor | djm | 2010-10-01 | 339 | -5051/+49844 |
|\ \ \ |
|
| * | | | import OpenSSL-1.0.0a | djm | 2010-10-01 | 373 | -6688/+55495 |
| * | | | This commit was manufactured by cvs2git to create branch 'OPENSSL'. | cvs2svn | 2010-07-01 | 1 | -0/+992 |
* | | | | Make gcvt() better match printf("%g") behavior, it now passes regress. | millert | 2010-09-25 | 1 | -11/+23 |
* | | | | Add timingsafe_bcmp(3) to libc, mention that it's already in the | matthew | 2010-09-24 | 3 | -5/+62 |
* | | | | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | djm | 2010-09-24 | 3 | -10/+86 |
* | | | | Implement if_freenameindex() as a real function as required by posix. | claudio | 2010-09-24 | 1 | -1/+7 |
* | | | | more wacky macro fixing; | jmc | 2010-09-19 | 1 | -37/+37 |
* | | | | Add cvs tag, author name and year | millert | 2010-09-18 | 1 | -1/+5 |
* | | | | Test default precision when ndigit is negative. | millert | 2010-09-18 | 1 | -0/+6 |
* | | | | Add more test vectors. | millert | 2010-09-18 | 1 | -6/+60 |
* | | | | Add gcvt() regress with test vectors derived from perl regress. | millert | 2010-09-17 | 2 | -0/+61 |
* | | | | observe the following spelling: | jmc | 2010-09-10 | 2 | -9/+9 |
* | | | | Use mandoc instead of groff to build PostScript manuals; note that | schwarze | 2010-09-09 | 1 | -3/+3 |
* | | | | Oracle has re-licensed sunrpc under a three-clause BSD license. | millert | 2010-09-01 | 2 | -54/+58 |
* | | | | Add setenv/putenv regress | millert | 2010-08-23 | 3 | -2/+132 |
* | | | | Check for duplicate variables in the environment when setting a value | millert | 2010-08-23 | 2 | -11/+24 |
* | | | | 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 |