Age | Commit message (Expand) | Author |
2014-07-11 | No need to keep ssl23_foo() flavours mapping to ssl3_foo(). | Miod Vallat |
2014-07-11 | Permit use of SYS_sendsyslog from inside the sandbox. Clock is ticking, | Theo de Raadt |
2014-07-11 | Marion, don't look at it. Shut your eyes, Marion. | Ted Unangst |
2014-07-11 | ain't nobody got time for fortran. | Ted Unangst |
2014-07-11 | Remove JPAKE remnants - there is no jpake.h, so if OPENSSL_NO_JPAKE was | Joel Sing |
2014-07-11 | separate searchslot variables into a structure like FreeBSD | Martin Pelikan |
2014-07-11 | sys/reboot.h does not need to be standalone and pull cdefs.h by itself. | Theo de Raadt |
2014-07-11 | a failed socket is -1. from Doug Hogan | Ted Unangst |
2014-07-11 | correct readlink termination. from Doug Hogan | Ted Unangst |
2014-07-11 | clarify a comment about readlink. from Doug Hogan | Ted Unangst |
2014-07-11 | The signal to tell init to power-off the system is SIGUSR2, not USR1 | Philip Guenther |
2014-07-11 | the one userland file which wants uvmexp snooped via kmem, gets to use the | Theo de Raadt |
2014-07-11 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-11 | Allow ftp(1) to change its User-Agent for HTTP(S) URL requests using a | Lawrence Teo |
2014-07-11 | Add basic DWARF line table decoder | Matthew Dempsky |
2014-07-11 | Flush the buffercache to 16MB on hibernate and restore its previous max | Mike Larkin |
2014-07-11 | Fix dumb copy/paste mistake. | Matthew Dempsky |
2014-07-11 | Fix explicit_bzero regress for Solaris and OS X compatibility | Matthew Dempsky |
2014-07-10 | Explicitly include <openssl/opensslconf.h> in every file that references | Joel Sing |
2014-07-10 | Test relayd error message for a broken config file. | Alexander Bluhm |
2014-07-10 | instead of defining two versions of bucketidx, just don't inline for small. | Ted Unangst |
2014-07-10 | OPENSSL_stderr() is unused so nuke it. OPENSSL_showfatal() is only used by | Joel Sing |
2014-07-10 | Use size_t as realloc() size argument whenever possible. ok tedu@ | Miod Vallat |
2014-07-10 | Simplify realloc() usage; ok tedu@ | Miod Vallat |
2014-07-10 | Upon realloc() failure, free() the original pointer and remove the stupid | Miod Vallat |
2014-07-10 | panic() doesn't need a newline | Jasper Lievisse Adriaanse |
2014-07-10 | sync | Theo de Raadt |
2014-07-10 | Set cold to 1 before executing the DVACT_POWERDOWN handlers when halting or | Martin Pieuchot |
2014-07-10 | KNF | Miod Vallat |
2014-07-10 | Fix a double free in a can't-fail error path in PKCS7_decrypt(), by removing | Miod Vallat |
2014-07-10 | remove unused variable from ssl3_get_client_hello | bcook |
2014-07-10 | as noted by google/android via kettenis, atexit handlers can install new | Ted Unangst |
2014-07-10 | make quirks slightly more special, grab the whole packing-list always, | Marc Espie |
2014-07-10 | Do not set the bus dying flag during DVACT_DEACTIVATE otherwise the | Martin Pieuchot |
2014-07-10 | Check for the exact number of done requests in relayd log. | Alexander Bluhm |
2014-07-10 | Inline the only use of the HEX_SIZE macro and nuke both DECIMAL_SIZE and | Joel Sing |
2014-07-10 | boot(9): More comment removal about cold/savectx() missed in previous | Masao Uebayashi |
2014-07-10 | Missed a chunk of the previous | Philip Guenther |
2014-07-10 | add missing include file to bring in protos | Theo de Raadt |
2014-07-10 | Make sure srp_Calc_k() digest operations are checked for error; from | Miod Vallat |
2014-07-10 | Make sure SRP_Calc_client_key() returns NULL instead of a pristine BN_new() | Miod Vallat |
2014-07-10 | add additional includes required to build with -DOPENSSL_NO_DEPRECATED | Jonathan Gray |
2014-07-10 | boot(9): Remove comments about RB_*, "cold", and savectx() | Masao Uebayashi |
2014-07-10 | Uninitialized values (-1) in FSInfo are perfectly valid. | Tobias Stoeckmann |
2014-07-10 | Not initializing "next free cluster" is better than pointing at a cluster | Tobias Stoeckmann |
2014-07-10 | Nuke OPENSSL_NONPIC_relocated since nothing uses it. | Joel Sing |
2014-07-10 | Print "%s (removed)" into relayd log and test for that string. | Alexander Bluhm |
2014-07-10 | KNF. | Masao Uebayashi |
2014-07-10 | To make sure that at least anything is tested, add a length check | Alexander Bluhm |
2014-07-10 | Oops, fix man page typo. | Matthew Dempsky |