Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | update to openssl-1.0.0a | djm | 2010-10-01 | 1 | -20/+8 | |
| | ||||||
* | update supporting files, crank library majors | djm | 2010-10-01 | 18 | -274/+621 | |
| | ||||||
* | add missing; yay for cvs! | djm | 2010-10-01 | 5 | -0/+607 | |
| | ||||||
* | 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 | |
|\ | | | | | branch. | |||||
| * | 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 | |
|\ \ | | | | | | | branch. | |||||
| * | | 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 | |
|\ \ \ | | | | | | | | | branch. | |||||
| * | | | 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 | |
| | | | | | | | | | | | | | | | | OK deraadt@ | |||||
* | | | | Add timingsafe_bcmp(3) to libc, mention that it's already in the | matthew | 2010-09-24 | 3 | -5/+62 | |
| | | | | | | | | | | | | | | | | | | | | | | | | kernel in kern(9), and remove it from OpenSSH. ok deraadt@, djm@ | |||||
* | | | | add a GLOB_KEEPSTAT option that retains a copy of the struct stat | djm | 2010-09-24 | 3 | -10/+86 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | information that is looked up while matching glob(3)s Keeping this information around can make a big difference when fetching it is expensive, e.g. in sftp which uses GLOB_ALTDIRFUNC feedback millert@ jmc@ "get it in before the libc crank" deraadt@ | |||||
* | | | | Implement if_freenameindex() as a real function as required by posix. | claudio | 2010-09-24 | 1 | -1/+7 | |
| | | | | | | | | | | | | | | | | OK deraadt@, millert@ | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | Does not currently pass, which is why perl can't use it to format doubles. | |||||
* | | | | observe the following spelling: | jmc | 2010-09-10 | 2 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - wide character (noun) - wide-character (adjective) this is the "fix of least resistance", and appears to be in line with posix style; a tiny fix still needed for curses, but i'll mail that upstream; | |||||
* | | | | Use mandoc instead of groff to build PostScript manuals; note that | schwarze | 2010-09-09 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | these are not built by default, but only built when MANPS is set. kristaps@ and jmc@ agree with the idea, and the patch doesn't bother deraadt@ at all | |||||
* | | | | Oracle has re-licensed sunrpc under a three-clause BSD license. | millert | 2010-09-01 | 2 | -54/+58 | |
| | | | | | | | | | | | | | | | | Update our sources appropriately. OK deraadt@ jsg@ | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | via setenv() or putenv(). OK miod@ | |||||
* | | | | Sync hcreate(3) with NetBSD, adding some caveats. | ray | 2010-07-28 | 1 | -12/+67 | |
| | | | | | | | | | | | | | | | | OK jmc | |||||
* | | | | echo behaves differently in sh and csh, only handling C-style escapes | guenther | 2010-07-25 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in the former, so switch an example that needs them to use printf instead. From bcr at freebsd.org. ok halex@ | |||||
* | | | | getopt_long.c replaced getopt.c 6+ years ago; we can retire | blambert | 2010-07-22 | 1 | -7/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | the REPLACE_GETOPT macro, at long last ok millert@ | |||||
* | | | | Document new unsetenv() error returns. | naddy | 2010-07-06 | 1 | -2/+8 | |
| | | | | | | | | | | | | | | | | From Nicolas Legrand <nlegrand@ethelred.fr>; ok jmc@ | |||||
* | | | | Fix the naming of interfaces and variables for rdomains and rtables | guenther | 2010-07-03 | 2 | -19/+19 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and make it possible to bind sockets (including listening sockets!) to rtables and not just rdomains. This changes the name of the system calls, socket option, and ioctl. After building with this you should remove the files /usr/share/man/cat2/[gs]etrdomain.0. Since this removes the existing [gs]etrdomain() system calls, the libc major is bumped. Written by claudio@, criticized^Wcritiqued by me | |||||
* | | | | getpeereid() can now be a library routine using getsockopt() with | deraadt | 2010-07-01 | 3 | -3/+158 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | SOL_SOCKET and SO_PEERCRED, only issue being that it cannot return EFAULT for a page fault. The kernel code will soon be put into compat, and then in 10 years or so tedu will delete it. ok guenther millert | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is code mostly picked up from upstream OpenSSL, or to be more exact a diff from David Woodhouse <dwmw2 at infradead dot org>. Remember to make includes before doing a build! no objections from djm@ OK deraadt@, reyk@ (AES is about 4.25x faster on his x201 now) | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with suggestions from miod. The codepath doesn't seem to be called yet, this will be investigated later. looks good miod@, ok deraadt@ | |||||
* | | | | Add the extendedKeyUsage flags serverAuth and clientAuth. Newer Windows | reyk | 2010-06-26 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | version require these flags to accept the X.509 certificates from the gateway or client; I just add both flags to make it work in both cases and verified it with win7, for example when authenticating against iked. go ahead beck@ | |||||
* | | | | Avoid using and end pointer since strnlen(string, -1) is legal | millert | 2010-06-02 | 1 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | and would otherwise result in overflowing the end pointer and cause strnlen() to return 0. OK sthen@ | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | to exist before exit for malloc to dump stats in it. tweaks from jmc@ ok otto@,jmc@ | |||||
* | | | | Add HISTORY section, mostly for strnlen() but include strlen() for | millert | 2010-05-24 | 1 | -2/+11 | |
| | | | | | | | | | | | | | | | | completeness (verified). | |||||
* | | | | remove unused variable. | chl | 2010-05-21 | 1 | -2/+1 | |
| | | | | | | | | | | | | | | | | ok millert@ tedu@ | |||||
* | | | | 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 | |
| | | | | | | | | | | | | | | | | | | | | brad and millert, with hints from guenther, jmc, and otto I think. ok previous. | |||||
* | | | | Switch to using COMPILER_VERSION instead of USE_GCC3, allows for more flexible | drahn | 2010-05-10 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | complier picking, eg supporting gcc2, gcc3, and gcc4. based on diff by Marco, with fixes from espie@. ok espie@ general mumbling of approval of others. | |||||
* | | | | * add #includes to pull in missing prototypes, as pointed out by gcc4 | naddy | 2010-05-08 | 8 | -7/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | * fix CFLAGS syntax for make depend ok blambert@ |