| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | more cruft. | markus | 2002-09-04 | 9 | -446/+0 |
* | | | sync formatting with 0.9.7 | markus | 2002-09-04 | 2 | -4/+2 |
* | | | no need to set $SHELL | markus | 2002-09-04 | 1 | -1/+1 |
* | | | execute bourne shell scripts with 'sh' and not with $SHELL | markus | 2002-09-04 | 86 | -90/+90 |
* | | | sync tests with 0.9.7-beta1 | markus | 2002-09-03 | 12 | -46/+138 |
* | | | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) | markus | 2002-09-03 | 10 | -10/+8 |
* | | | sync these files with openssl-0.9.7-beta1, too | markus | 2002-09-03 | 15 | -177/+359 |
* | | | build OpenSSL without symlink trees: | markus | 2002-09-03 | 14 | -1065/+2806 |
* | | | evp_test.o should not be included in libcrypto (it defines _main !!) | markus | 2002-09-03 | 1 | -1/+1 |
* | | | not part of OpenSSL 0.9.7 | markus | 2002-09-03 | 3 | -39/+0 |
* | | | unused files, perl subdir not part of OpenSSL 0.9.7 | markus | 2002-09-03 | 14 | -2344/+0 |
* | | | unused files, not part of OpenSSL 0.9.7 | markus | 2002-09-03 | 76 | -18240/+0 |
* | | | ssl headers are already installed for libssl | markus | 2002-08-31 | 1 | -2/+2 |
* | | | don't install e_os.h (it's private) | markus | 2002-08-31 | 1 | -16/+1 |
* | | | don't install private headers | markus | 2002-08-31 | 1 | -6/+1 |
* | | | protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5 | markus | 2002-08-30 | 2 | -0/+4 |
* | | | make clean should not depend on prereq; ok fries@ | markus | 2002-08-30 | 1 | -2/+2 |
* | | | do not modify input files, allows ro source builds; tested by fries@ | markus | 2002-08-30 | 2 | -12/+14 |
* | | | remove generated files and generated symlinks (in make clean) | markus | 2002-08-30 | 4 | -591/+85 |
* | | | re-enable function pointer table protection, this time make sure that | dhartmei | 2002-08-30 | 3 | -71/+92 |
* | | | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | itojun | 2002-08-28 | 1 | -2/+4 |
* | | | allocate 64K recieve buffer for DNS responses. | itojun | 2002-08-27 | 3 | -48/+78 |
* | | | deal with negative return value from snprintf. | itojun | 2002-08-23 | 1 | -3/+5 |
* | | | drop AAAA reply with IPv4 mapped address. sync w/kame | itojun | 2002-08-22 | 2 | -2/+18 |
* | | | Suggest better types in examples; from NetBSD | miod | 2002-08-19 | 1 | -2/+2 |
* | | | snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), | itojun | 2002-08-19 | 3 | -36/+76 |
* | | | remove obsolete comment, no SIOCGIFCONF path any more | itojun | 2002-08-09 | 1 | -5/+2 |
* | | | unifdef for auditability. | itojun | 2002-08-09 | 1 | -112/+5 |
* | | | Better fixes from openssl cvs; from markus@ | miod | 2002-08-05 | 2 | -6/+8 |
* | | | typo; from openssl cvs | markus | 2002-08-02 | 2 | -2/+2 |
* | | | Back it out, it breaks something in perl (seen with spamassassin), debug | dhartmei | 2002-07-31 | 3 | -87/+71 |
* | | | permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; marku... | deraadt | 2002-07-31 | 1 | -2/+2 |
* | | | sync with http://www.openssl.org/news/patch_20020730_0_9_7.txt | markus | 2002-07-30 | 8 | -26/+48 |
* | | | apply patches from OpenSSL Security Advisory [30 July 2002], | markus | 2002-07-30 | 29 | -14/+136 |
* | | | more strlcpy; itojun ok | deraadt | 2002-07-30 | 1 | -4/+4 |
* | | | return failure if integer overflow happens. sigh; too people had to | deraadt | 2002-07-30 | 1 | -1/+7 |
* | | | Replace atexit handler. mprotect() the pages so an attempt to modify the | dhartmei | 2002-07-29 | 3 | -71/+87 |
* | | | query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152. | itojun | 2002-07-29 | 1 | -2/+8 |
* | | | more snprintf and strlcpy; help from millert | deraadt | 2002-07-25 | 1 | -13/+48 |
* | | | kill more strcpy | deraadt | 2002-07-25 | 4 | -16/+15 |
* | | | cleanup | deraadt | 2002-07-25 | 1 | -23/+26 |
* | | | Convert to ANSI function headers and make 'ch' argument int, not char. | millert | 2002-07-24 | 2 | -8/+6 |
* | | | have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup. | itojun | 2002-07-24 | 1 | -3/+16 |
* | | | remove #define crypt DES_crypt; ok deraadt@ | markus | 2002-07-19 | 2 | -8/+0 |
* | | | use /bin/sh for bourne shell scripts (instead of the $SHELL env var). | markus | 2002-07-18 | 1 | -1/+1 |
* | | | correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822. | fgsch | 2002-07-16 | 2 | -4/+4 |
* | | | clean | deraadt | 2002-07-11 | 1 | -123/+59 |
* | | | Disable support for the other hardware accelerators. No need to crank the | deraadt | 2002-07-11 | 1 | -5/+8 |
* | | | enviroment -> environment | jufi | 2002-07-07 | 3 | -5/+5 |
* | | | more type pedant | itojun | 2002-07-01 | 1 | -2/+2 |