| Commit message (Expand) | Author | Age | Files | Lines |
* | as man page states, lower case undoes upper case. add support for little s, | tedu | 2011-06-20 | 1 | -1/+5 |
* | Add the following certs: | dhill | 2011-06-15 | 1 | -0/+563 |
* | fix wcscasecmp() parameters; <wchar.h> was correct | naddy | 2011-06-01 | 1 | -2/+2 |
* | tweak previous (my fault); | jmc | 2011-05-28 | 1 | -4/+4 |
* | wcs(n)casecmp support, manpage comments from jmc@, okay deraadt@ | espie | 2011-05-28 | 3 | -5/+82 |
* | remove hack to test and create /usr/lib/pkgconfig/ if needed, it's been six | jasper | 2011-05-26 | 1 | -3/+1 |
* | save errno dance in wrterror() and malloc_dump(); prompted by and ok deraadt@ | otto | 2011-05-20 | 1 | -2/+6 |
* | introduce symbolic constant for initial number of regions | otto | 2011-05-18 | 1 | -2/+3 |
* | zap regions_bits and rework MALLOC_MAXSHIFT a bit; ok djm@ | otto | 2011-05-18 | 1 | -14/+8 |
* | Avoid fp computations for stats, this make calling malloc_dump() safe in more | otto | 2011-05-12 | 1 | -10/+7 |
* | fix comment, the bitmap is an array of u_short now | otto | 2011-05-12 | 1 | -2/+2 |
* | Introduce leak detection code for MALLOC_STATS | otto | 2011-05-12 | 1 | -25/+165 |
* | Move MALLOC_STATS code to bottom of file, so the real stuff is more at the top. | otto | 2011-05-08 | 1 | -137/+141 |
* | Make this script more generic and minimize differences between | jasper | 2011-05-05 | 1 | -8/+23 |
* | Up until now, malloc scanned the bits of the chunk bitmap from | otto | 2011-05-05 | 1 | -32/+24 |
* | Adjust to explicitly list ${libdir}. | jasper | 2011-05-03 | 1 | -4/+4 |
* | Now that we use an array of u_short for the chunk bitmap change a few | otto | 2011-04-30 | 1 | -5/+5 |
* | More efficient scanning for free chunks while not losing any randomization; | otto | 2011-04-30 | 1 | -21/+25 |
* | Tweak the description of the optional parts around =. Found this in my | otto | 2011-04-27 | 1 | -5/+7 |
* | Fix spacing nit. | matthew | 2011-04-19 | 1 | -3/+3 |
* | Add AI_FQDN flag to getaddrinfo(3). Prompted by discussions with djm@ | matthew | 2011-04-05 | 2 | -22/+46 |
* | Add a wcswidth man page (based on FreeBSD), and fix the implementation | stsp | 2011-04-04 | 3 | -5/+68 |
* | back out previous commit. | beck | 2011-03-25 | 1 | -665/+0 |
* | Add the following certs: | dhill | 2011-03-25 | 1 | -0/+665 |
* | This script doesn't need write access to $curdir. Just check existence. | matthieu | 2011-03-24 | 1 | -3/+3 |
* | tweak for clarity, ok millert@, jmc@ | espie | 2011-03-21 | 1 | -4/+4 |
* | wrong type for variable; spotted by christian.siebert@cs.tu-chemnitz.de | deraadt | 2011-03-06 | 1 | -3/+3 |
* | Fix PR 6267: recheck POSIXLY_CORRECT each time getopt_long() starts a new | guenther | 2011-03-05 | 3 | -44/+16 |
* | Remove expired certs. | dhill | 2011-03-03 | 1 | -174/+0 |
* | Fix __cxa_finalize() so that calling __cxa_finalize(NULL) properly | matthew | 2011-03-02 | 1 | -2/+2 |
* | fix for CVE-2011-0014 "OCSP stapling vulnerability"; | djm | 2011-02-10 | 2 | -2/+14 |
* | Put -I${includedir} back into Cflags so configure script tests like | naddy | 2011-01-25 | 1 | -4/+8 |
* | Correctly escape a literal colon in an enclosure; | schwarze | 2011-01-24 | 1 | -3/+3 |
* | - simplify, krb5 handling is not needed. | jasper | 2011-01-21 | 2 | -27/+8 |
* | superceded -> superseded; | jmc | 2011-01-14 | 1 | -3/+3 |
* | - adjust krb5 directories | jasper | 2011-01-03 | 1 | -8/+5 |
* | - ensure ${DESTDIR}/usr/lib/pkgconfig/ as running make distrib-dirs is not | jasper | 2010-12-28 | 1 | -2/+3 |
* | - generate and install pkg-config files for openssl, which more and more | jasper | 2010-12-28 | 2 | -1/+122 |
* | remove comment that hasn't been true for quite a while now; | otto | 2010-12-22 | 1 | -6/+1 |
* | avoid pointer arithmetic on void * | dhill | 2010-12-16 | 1 | -5/+5 |
* | move CRYPTO_VIAC3_MAX out of cryptodev.h and into the only | jsg | 2010-12-16 | 2 | -0/+4 |
* | The VIA ciphers are added to an array of CRYPTO_ALGORITHM_MAX length | jsg | 2010-12-16 | 2 | -4/+4 |
* | Security fix for CVE-2010-4180 as mentioned in http://www.openssl.org/news/se... | jasper | 2010-12-15 | 4 | -0/+16 |
* | involes -> involves; from Carlos Alberto Pereira Gomes | jmc | 2010-11-30 | 1 | -1/+1 |
* | - Apply security fix for CVE-2010-3864 (+commit 19998 which fixes the fix). | jasper | 2010-11-17 | 2 | -36/+84 |
* | remove skipjack and cast from the libc; ok deraadt | mikeb | 2010-10-28 | 3 | -1053/+2 |
* | print the pointer value that caused the error (if available); ok | otto | 2010-10-21 | 1 | -47/+54 |
* | Disable use of dladdr() on a.out arches, they do not provide it (yet); ok djm@ | miod | 2010-10-18 | 2 | -2/+2 |
* | OpenSSL grows another undocumented header, apparently needed on armish | djm | 2010-10-07 | 1 | -1/+2 |
* | More OpenSSL fixes: | djm | 2010-10-06 | 7 | -26/+30 |