Age | Commit message (Expand) | Author |
2002-06-19 | do not syslog from libraries! | Theo de Raadt |
2002-06-19 | Update license based on lite2 version | Todd C. Miller |
2002-06-19 | use more snprintf | Theo de Raadt |
2002-06-19 | kill sprintf | Theo de Raadt |
2002-06-19 | rename variable so that scoping is more obvious | Niels Provos |
2002-06-19 | KNF, -Wall, and other cleanups. still does not failover 100% correctly | Theo de Raadt |
2002-06-19 | stupid stupid bug ja ja ja ja | Theo de Raadt |
2002-06-18 | need string.h | Theo de Raadt |
2002-06-18 | unbreak sshd with privsep: open /dev/crypto, keep fd, and call | Markus Friedl |
2002-06-18 | per-evp state is now sizeof(struct dev_crypto_state) instead sizeof(struct se... | Markus Friedl |
2002-06-18 | Rewrite to get proper Copyright. | Marc Espie |
2002-06-17 | Make the stupid warnings go away. | Angelos D. Keromytis |
2002-06-17 | make fabs use asm, and license repair | Theo de Raadt |
2002-06-17 | sync with libc_r (NOPOLL no longer needed) | Marco S Hyman |
2002-06-16 | match man page to source; from Jean-Francois Brousseau <krapht@secureops.com> | Todd T. Fries |
2002-06-15 | enable libevent | Niels Provos |
2002-06-15 | build static and profiled. | Niels Provos |
2002-06-15 | import libevent an event notification abstraction on top of select or kqueue | Niels Provos |
2002-06-14 | spelling; from Brian Poole <raj@cerias.purdue.edu> | Todd T. Fries |
2002-06-13 | keep a FD per EVP_init, use a global FD for all asym operations; | Markus Friedl |
2002-06-12 | __indr_reference() and the definition in the same compilation unit are | Federico G. Schwindt |
2002-06-11 | KNF | Theo de Raadt |
2002-06-11 | add "dsa_dsa_mod_exp" - This mimics the software dsa_mod_exp funtion | Bob Beck |
2002-06-11 | Make DSA work now... at least for things that can do bn_mod_exp. | Bob Beck |
2002-06-11 | Make asymmetric crypto work in userland | Bob Beck |
2002-06-11 | Document kern.userasymcrypto | Angelos D. Keromytis |
2002-06-11 | random cleanup that's cheaper to commit than to remove from my tree. | Artur Grabowski |
2002-06-11 | strike newline from err(3) functions; ok nate@ | Jason Peel |
2002-06-10 | correct comment. | Federico G. Schwindt |
2002-06-10 | no more _NO_WEAK_ALIASES here. | Federico G. Schwindt |
2002-06-10 | put back in the assert changes for ISO C 99 (put __func__ in it) | Marc Espie |
2002-06-09 | some -Wall and spaces cleanup, scsi.c left. | Federico G. Schwindt |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt |
2002-06-09 | spelling; moritz@jodeit.org | Theo de Raadt |
2002-06-09 | Document KERN_MBSTAT | Angelos D. Keromytis |
2002-06-09 | use strchr() instead of index() | Theo de Raadt |
2002-06-09 | Pass the right arguments for RSA, DSA, and modexp operations. Fix the | Angelos D. Keromytis |
2002-06-09 | another \n removed from syslog() | Hans Insulander |
2002-06-08 | Document proc arg sysctls. | Artur Grabowski |
2002-06-08 | Document NFILES, TTYCOUNT (to come) and NUMVNODES (to come). | Angelos D. Keromytis |
2002-06-08 | If possible get arg and env information with sysctl. | Artur Grabowski |
2002-06-08 | Add a flag - KVM_NO_FILES which tells kvm_openfiles to not | Artur Grabowski |
2002-06-08 | ELF architectures all support weak aliases, enable them for this part. | Dale Rahn |
2002-06-08 | After much horrible and painful slogging through asn1 code, | Bob Beck |
2002-06-08 | use weak aliases whenever is possible; millert@ ok. | Federico G. Schwindt |
2002-06-07 | do not propose IDEA cipher on SSL connection. tested by beck | Jun-ichiro itojun Hagino |
2002-06-07 | document net.inet6.ip6.v6only | Jun-ichiro itojun Hagino |
2002-06-07 | typo - I am a luser and a moron. | Bob Beck |
2002-06-07 | Merge OpenSSL 0.9.7-stable-20020605, | Bob Beck |
2002-06-07 | support scoped IPv6 address. | Jun-ichiro itojun Hagino |