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