summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-03-25-z support isn't as trivial as linking -lz so it hasn't been writtenTheo de Raadt
2019-03-25One more TODO entry for reload support: check router-id changesJeremie Courreges-Anglas
2019-03-25Abort reload if router-id changedJeremie Courreges-Anglas
2019-03-25panic() adds a newline, so don't include one in the format stringPhilip Guenther
2019-03-25Add StatusDefault binding for the mouse on any otherwise unassignedNicholas Marriott
2019-03-25Fix pctr(4) issues with MP and suspend:Philip Guenther
2019-03-25X86_IPI_NAMES's only use was #if 0'ed out; delete bothPhilip Guenther
2019-03-25update the example key size; from randy hartmanJason McIntyre
2019-03-25Update regress following sigalgs changes.Joel Sing
2019-03-25Strip out all of the pkey to sigalg and sigalg to pkey linkages.Joel Sing
2019-03-25tls1_process_sigalgs() is no longer needed.Joel Sing
2019-03-25Defer sigalgs selection until the certificate is known.Joel Sing
2019-03-25Rework ssl_ctx_use_certificate_chain_bio() to use the CERT_PKEY chain.Joel Sing
2019-03-25Remove ssl_get_server_send_cert() which is now unused.Joel Sing
2019-03-25Rework ssl3_output_cert_chain() to take a CERT_PKEY and consider chains.Joel Sing
2019-03-25Add a chain member to CERT_PKEY and provide functions for manipulating it.Joel Sing
2019-03-25Expand comment to document rationale for default key sizes.Darren Tucker
2019-03-25Increase the default RSA key size to 3072 bits. Based on the estimatesDarren Tucker
2019-03-25unveiling _PATH_MASTERPASSWD_LOCK requires an "r" permissionRobert Nagy
2019-03-25syncTheo de Raadt
2019-03-25add syspatch signify key for 6.6Robert Nagy
2019-03-25Fix columns of cursor_character format in list.Nicholas Marriott
2019-03-25Revert back to using previous values for EFIFB_WIDTH and EFIFB_HEIGHT,Frederic Cambus
2019-03-25Ignore mouse on status line which are not part of a range, GitHub issue 1649.Nicholas Marriott
2019-03-25- Formatting fixes and in some cases bringing things a bit closer to theKevin Lo
2019-03-24Fix a precedence problem.Ulf Brosziewski
2019-03-24BUGS goes last;Jason McIntyre
2019-03-24Document the fact that readlink(2) can bypass restrictions as neededBob Beck
2019-03-24virtio: Add a few feature bit defines and namesStefan Fritsch
2019-03-24virtio: Prepare for 64 feature bitsStefan Fritsch
2019-03-24virtio: adjust virtio_setup_queue prototype for 1.0Stefan Fritsch
2019-03-24Make stat(2) and access(2) need UNVEIL_READ instead of UNVEIL_INSPECTBob Beck
2019-03-24Switch to precision scrolling in wstpad.Ulf Brosziewski
2019-03-24In the incredibly unbelievable circumstance where _rs_init() fails toTheo de Raadt
2019-03-24Reduce debug logging in best_resolver() to two lines, helps a bit withFlorian Obser
2019-03-24recheck all resolvers when we are no longer behind a captive portalFlorian Obser
2019-03-24Do not check every resolver every 30 seconds as that is wasteful andFlorian Obser
2019-03-24Add new event types for precision scrolling.Ulf Brosziewski
2019-03-24If we can't check the resolver its state is UNKNOWN.Florian Obser
2019-03-24remove useless debug outputFlorian Obser
2019-03-24If ssl_cipher_apply_rule() is given a specific cipher suite, match on it.Joel Sing
2019-03-24Remove a stale kgdb dependency.Visa Hankala
2019-03-24Don't allow asn1_parse2 to recurse arbitrarily deep. Constrain to a maxBob Beck
2019-03-24Add a quirk for the Huawei Matebook X to activate the right-sideJoshua Stein
2019-03-24Revert rasops32_putchar() changes introduced in revision 1.8.Frederic Cambus
2019-03-24Cast nonce bytes to avoid undefined behaviour when left shifting.Joel Sing
2019-03-24do not call assert(), which has a tendency to leave traces of stuff inTheo de Raadt
2019-03-24Add intr_{disable,restore}() for alpha.Visa Hankala
2019-03-24Add intr_{disable,restore}() for sh.Visa Hankala
2019-03-24detect -t argument being too long, rather than truncatingTheo de Raadt