Age | Commit message (Expand) | Author |
2014-07-09 | Kill more FIPS tentacles by removing the private_AES_set_{enc,dec}rypt_key() | Miod Vallat |
2014-07-09 | Be more strict in RSA_padding_check_X931(), and thus avoid a possible | Miod Vallat |
2014-07-09 | Remove typecasts on password_callback. | bcook |
2014-07-09 | In the old days (not in this century), SSLeay 0.4.5 would create X.509 RSA | Miod Vallat |
2014-07-09 | sync | Theo de Raadt |
2014-07-09 | Remove RSA_memory_lock(). This undocumented function sort-of serializes your | Miod Vallat |
2014-07-09 | remove unused dynamic_cmd_defns_empty structure. | bcook |
2014-07-09 | need uvm/uvm_extern.h since no longer supplied below user.h | Theo de Raadt |
2014-07-09 | RSA_NULL used to be a compile option allowing the RSA interfaces to be | Miod Vallat |
2014-07-09 | various fixes in experimental ldap backend and add support for mailaddr service. | Eric Faurot |
2014-07-09 | obvious need for systm.h, which no longer comes in from something user.h incl... | Theo de Raadt |
2014-07-09 | if you use sysctl, you need sysctl.h | Theo de Raadt |
2014-07-09 | pull in uvm/uvm_extern.h (before and) and instead pmap.h, and do not assume | Theo de Raadt |
2014-07-09 | KNF | Miod Vallat |
2014-07-09 | Set default of net.inet6.icmp6.nodeinfo to 0, | Sebastian Benoit |
2014-07-09 | instead of printf() use tbprintf() like elsewhere in systat. | Jasper Lievisse Adriaanse |
2014-07-09 | Fix boot -d. refreshcreds() should be called when trapping from userspace, | Philip Guenther |
2014-07-09 | Fix backtraces through _dl_bind_start by adding dwarf annotations for | Philip Guenther |
2014-07-09 | format string should be a string literal. | bcook |
2012-10-13 | import OpenSSL-1.0.1c | Damien Miller |
2009-04-06 | import of OpenSSL 0.9.8k | Damien Miller |
2014-07-09 | update to lynx 2.8.8rel2, keeping local changes. primarily to get these | Daniel Dickman |
2014-07-09 | downgrade more error() to debug() to better match what old authfile.c | Damien Miller |
2014-07-09 | more useful error message when GLOB_NOSPACE occurs; | Damien Miller |
2014-07-09 | avoid being too smart when filling the rx ring. | David Gwynne |
2014-07-09 | dont try to be smart about avoiding the use of too many descriptors | David Gwynne |
2014-07-08 | sys/user.h can now be substantially gutted. | Theo de Raadt |
2014-07-08 | Cannot find a reason for this to need machine/cpu.h | Theo de Raadt |
1998-03-11 | Lynx 2.8 | Mats O Jansson |
2014-07-08 | also use inverted poison patterns, to mix things up. ok deraadt miod | Ted Unangst |
2014-07-08 | mention X Window System announcement. | Kirill Bychkov |
2014-07-08 | Mark the weakened 40-bit export ciphers as invalid - no one in their right | Joel Sing |
2014-07-08 | update filter configuration parsing (not plugged yet) | Eric Faurot |
2014-07-08 | send correct imsg when enabling profiling at runtime | Eric Faurot |
2014-07-08 | Remove SSL_FIPS. | Joel Sing |
2014-07-08 | update _POSIX2_FORT_RUN, so that sysconf(_SC_2_FORT_RUN) remains correct. | Ted Unangst |
2014-07-08 | every succesful hackathon must begin with a sacrifice. | Ted Unangst |
2014-07-08 | Recognize (and ignore) ``black button'' presses. ok beck@ | Miod Vallat |
2014-07-08 | Nuke SSL_NOT_EXP since it does nothing. | Joel Sing |
2014-07-08 | rm asa/fpr. ok beck deraadt halex matthew | Ted Unangst |
2014-07-08 | partially revert bogus commit | Eric Faurot |
2014-07-08 | Document SSL_CIPHER_description() will now use asprintf if passed a NULL | Miod Vallat |
2014-07-08 | Do not suggest using BUF_strdup() preferably to strdup() for fallacious | Miod Vallat |
2014-07-08 | Match the current state of the code. | Miod Vallat |
2014-07-08 | get rid of mfa leftovers | Eric Faurot |
2014-07-08 | sync | Theo de Raadt |
2014-07-08 | Fix a double free bug in parsing the config. It had occurred when a | YASUOKA Masahiko |
2014-07-08 | Fix npppd not to access freed memory when it is exiting. | YASUOKA Masahiko |
2014-07-08 | remove use of internally-deprecated OPENSSL_malloc/free | bcook |
2014-07-08 | Repair compilability after the recent uvmexp changes, especially for | Miod Vallat |