summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/merge.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2002-09-03evp_test.o should not be included in libcrypto (it defines _main !!)markus1-1/+1
no version change for the shared libs; ok deraadt@
2002-09-03not part of OpenSSL 0.9.7markus3-39/+0
2002-09-03unused files, perl subdir not part of OpenSSL 0.9.7markus14-2344/+0
2002-09-03unused files, not part of OpenSSL 0.9.7markus76-18240/+0
2002-09-02Rename a bunch of the old bsd.regress.mk variables into the new ones.avsm7-18/+18
ok art@
2002-09-02the regress target should be run-regress-atexit_test to avoidavsm1-2/+2
aborting a regress run if it fails
2002-09-01e_os.h is longer installedmarkus1-3/+3
2002-08-31ssl headers are already installed for libsslmarkus1-2/+2
2002-08-31don't install e_os.h (it's private)markus1-16/+1
remove duplicate headers, trailing whitespace
2002-08-31don't install private headersmarkus1-6/+1
remove trailing whitespace
2002-08-30protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5markus2-0/+4
2002-08-30make clean should not depend on prereq; ok fries@markus1-2/+2
2002-08-30do not modify input files, allows ro source builds; tested by fries@markus2-12/+14
2002-08-30remove generated files and generated symlinks (in make clean)markus4-591/+85
2002-08-30re-enable function pointer table protection, this time make sure thatdhartmei4-73/+94
malloc.c gets the first mmap() call (since it depends on that, for its sbrk(0) use). ok deraadt@
2002-08-28Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value.itojun1-2/+4
from onoe@sm.sony.co.jp
2002-08-27allocate 64K recieve buffer for DNS responses.itojun3-48/+78
2002-08-26Make this into a proper regress test.art1-3/+5
2002-08-23deal with negative return value from snprintf.itojun1-3/+5
2002-08-22drop AAAA reply with IPv4 mapped address. sync w/kameitojun2-2/+18
draft-itojun-v6ops-v4mapped-harmful-00.txt
2002-08-21add missing CLEANFILES; ok miod@wcobb1-2/+2
2002-08-19Suggest better types in examples; from NetBSDmiod1-2/+2
2002-08-19snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255),itojun3-36/+76
more pickier string manipulation. deraadt ok
2002-08-09Get rid of remaining __P usage (except for imported code);jsyn1-4/+4
ok millert@, rogue ok pjanzen@
2002-08-09remove obsolete comment, no SIOCGIFCONF path any moreitojun1-5/+2
2002-08-09unifdef for auditability.itojun1-112/+5
2002-08-05Better fixes from openssl cvs; from markus@miod2-6/+8
2002-08-02typo; from openssl cvsmarkus2-2/+2
2002-07-31Back it out, it breaks something in perl (seen with spamassassin), debugdhartmei3-87/+71
first.
2002-07-31permit calloc(0, N) and calloc(N, 0) -- malloc(0) does the right thing; ↵deraadt1-2/+2
markus miod ok
2002-07-31Oops. don't forget to reformat the code after cut 'n paste.art1-8/+8
2002-07-31Test that longjmp from signals works. (it does)art2-0/+31
2002-07-30sync with http://www.openssl.org/news/patch_20020730_0_9_7.txtmarkus8-26/+48
(adds fix for unused kerberos and engine code, and some more assertions, as well as a 64bit integer string fix for conf_mod.c)
2002-07-30apply patches from OpenSSL Security Advisory [30 July 2002],markus29-14/+136
http://marc.theaimsgroup.com/?l=openssl-dev&m=102802395104110&w=2
2002-07-30more strlcpy; itojun okderaadt1-4/+4
2002-07-30return failure if integer overflow happens. sigh; too people had toderaadt1-1/+7
help get this right.
2002-07-29Replace atexit handler. mprotect() the pages so an attempt to modify thedhartmei3-71/+87
function pointers from the outside will segfault. Idea, hints and feedback from deraadt. ok deraadt.
2002-07-29Try to modify __atexit directly and see if our function gets called.dhartmei4-0/+152
2002-07-29query ip6.arpa then ip6.int for IPv6 reverse lookup. follows RFC3152.itojun1-2/+8
(need some string-manipulation cleanup near here)
2002-07-25more snprintf and strlcpy; help from millertderaadt1-13/+48
2002-07-25kill more strcpyderaadt4-16/+15
2002-07-25cleanupderaadt1-23/+26
2002-07-24Convert to ANSI function headers and make 'ch' argument int, not char.millert2-8/+6
Noticed by deraadt@
2002-07-24have _THREAD_PRIVATE_MUTEX for DNS/YP/hosts lookup.itojun1-3/+16
2002-07-19remove #define crypt DES_crypt; ok deraadt@markus2-8/+0
2002-07-18use /bin/sh for bourne shell scripts (instead of the $SHELL env var).markus1-1/+1
ok deraadt@
2002-07-18Correct CFLAGS for vax; deraadt says ok.hugh1-5/+2
NB future porters, default is still big endian.
2002-07-16correct memset arguments; from Moritz Jodeit <moritz@jodeit.org> via PR/2822.fgsch2-4/+4
2002-07-11cleanderaadt1-123/+59
2002-07-11Disable support for the other hardware accelerators. No need to crank thederaadt1-5/+8
major because these interfaces are really not exported (or used).