Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-09-06 | use socklen_t where needed; henning pvalchev ok | Theo de Raadt | |
2002-09-06 | add shared lib. | Brad Smith | |
-- Ok'd by: deraadt@ | |||
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta3 | Markus Friedl | |
2002-09-05 | merge with 0.9.7-beta1 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl | |
2002-09-05 | import openssl-0.9.7-beta1 | Markus Friedl | |
2002-09-04 | more cruft | Markus Friedl | |
2002-09-04 | more cruft. | Markus Friedl | |
2002-09-04 | sync formatting with 0.9.7 | Markus Friedl | |
2002-09-04 | no need to set $SHELL | Markus Friedl | |
2002-09-04 | execute bourne shell scripts with 'sh' and not with $SHELL | Markus Friedl | |
2002-09-04 | spelling | Theo de Raadt | |
2002-09-03 | sync tests with 0.9.7-beta1 | Markus Friedl | |
2002-09-03 | remove whitespace changes (keep diffs to 0.9.7-beta1 minimal) | Markus Friedl | |
2002-09-03 | sync these files with openssl-0.9.7-beta1, too | Markus Friedl | |
2002-09-03 | build OpenSSL without symlink trees: | Markus Friedl | |
* manpage related things moved to src/libssl/man/Makefile * there are now 3 obj directories src/libssl/{crypto,ssl,man}/ instead of one single src/libssl/obj * instead of running Configure (with generates lots of symlinks, and opensslconf.h) this patch stores pre-computed opensslconf.h files in src/libssl/crypto/arch * requires a make includes before the library can be built * libssl and libcrypto can be build separately (e.g. cd src/libssl/ssl && make obj && make) * make depend is now supported * no more symlink trees tested by miod@ and fries@ | |||
2002-09-03 | evp_test.o should not be included in libcrypto (it defines _main !!) | Markus Friedl | |
no version change for the shared libs; ok deraadt@ | |||
2002-09-03 | not part of OpenSSL 0.9.7 | Markus Friedl | |
2002-09-03 | unused files, perl subdir not part of OpenSSL 0.9.7 | Markus Friedl | |
2002-09-03 | unused files, not part of OpenSSL 0.9.7 | Markus Friedl | |
2002-08-31 | ssl headers are already installed for libssl | Markus Friedl | |
2002-08-31 | don't install e_os.h (it's private) | Markus Friedl | |
remove duplicate headers, trailing whitespace | |||
2002-08-31 | don't install private headers | Markus Friedl | |
remove trailing whitespace | |||
2002-08-30 | protect <openssl/krb5_asn.h> with OPENSSL_NO_KRB5 | Markus Friedl | |
2002-08-30 | make clean should not depend on prereq; ok fries@ | Markus Friedl | |
2002-08-30 | do not modify input files, allows ro source builds; tested by fries@ | Markus Friedl | |
2002-08-30 | remove generated files and generated symlinks (in make clean) | Markus Friedl | |
2002-08-30 | re-enable function pointer table protection, this time make sure that | Daniel Hartmeier | |
malloc.c gets the first mmap() call (since it depends on that, for its sbrk(0) use). ok deraadt@ | |||
2002-08-29 | clean; gwyllion@ace.ulyssis.org | Theo de Raadt | |
2002-08-28 | Limit UDP payload size for EDNS0 to 0xffff, not use lower 16bit value. | Jun-ichiro itojun Hagino | |
from onoe@sm.sony.co.jp | |||
2002-08-27 | sync from libkern (where the major fix was done or the kernel piece of this) | Michael Shalayeff | |
2002-08-27 | allocate 64K recieve buffer for DNS responses. | Jun-ichiro itojun Hagino | |
2002-08-26 | must yyrestart after longjmp; moritz@jodeit.org | Theo de Raadt | |
2002-08-25 | fix comment. | Brad Smith | |
-- Ok'd by: jason@ | |||
2002-08-24 | aperture driver for alpha. It works here the same as on i386 | Matthieu Herrb | |
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@ | |||
2002-08-23 | do not export error_table | Theo de Raadt | |
2002-08-23 | deal with negative return value from snprintf. | Jun-ichiro itojun Hagino | |
2002-08-22 | do not lose errno | Theo de Raadt | |
2002-08-22 | tweak | Theo de Raadt | |
2002-08-22 | drop AAAA reply with IPv4 mapped address. sync w/kame | Jun-ichiro itojun Hagino | |
draft-itojun-v6ops-v4mapped-harmful-00.txt | |||
2002-08-19 | Suggest better types in examples; from NetBSD | Miod Vallat | |
2002-08-19 | snprintf audit. debug inet_neta() on non-continuous masks (like 0.255.0.255), | Jun-ichiro itojun Hagino | |
more pickier string manipulation. deraadt ok | |||
2002-08-16 | use HOSTCFLAGS and HOSTLDFLAGS with HOSTCC. | Wilbern Cobb | |
ok art@, miod@ | |||
2002-08-13 | forgot to fix this while was fixing copy_on_fault shitz | Michael Shalayeff | |
2002-08-12 | Swap args to calloc(3) so they are in the correct order; art@ ok. | Aaron Campbell | |
2002-08-11 | Two touches to make this work with ELF. | Artur Grabowski | |
- use _C_LABEL(__cerror) and not cerror to avoid polluting the name space. - Use weak symbols for libc_r syscalls. | |||
2002-08-11 | Adapt sparc crt* to how things are done on our other ELF architectures. | Artur Grabowski | |
Some parts of crt0.c are from NetBSD. | |||
2002-08-11 | Sync limits described by EFBIG and ELOOP with current reality; from NetBSD. | Aaron Campbell | |
miod@ ok |