summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-30Fix max nameserver proposals limitKlemens Nanni
2021-08-30Remove magic offset from data structures. This makes it much easier toMark Kettenis
2021-08-30sync with OpenSSL 1.1.1, which is still under a free license;Ingo Schwarze
2021-08-30Remove tests that are now covered by regress/lib/libssl/verifyTheo Buehler
2021-08-30hook verify regress test to buildTheo Buehler
2021-08-30Revert accidental commitTheo Buehler
2021-08-30link verify regress tests to buildTheo Buehler
2021-08-30Reimplement part of the openssl/x509 regress tests in CTheo Buehler
2021-08-30Document that %n has been neutered -- it now does syslog+abort.Theo de Raadt
2021-08-30Fix a locking assertion in error path.Martin Pieuchot
2021-08-30Improve dubgging in /etc/netstart. Enable print only in ifcreate.Alexander Bluhm
2021-08-30Ignore warning alert returns from servername callback in TLSv1.3Theo Buehler
2021-08-30Properly account entity_queue when the file has already been seenJob Snijders
2021-08-30Clarify how dns proposals are replaced not added per interfaceKlemens Nanni
2021-08-30remove a bunch of forward-only structs that were found with ctfconv.Jasper Lievisse Adriaanse
2021-08-30Remove unused filesJob Snijders
2021-08-30Clean up end of do_body in openssl(1) caKinichiro Inoguchi
2021-08-30Remove NULL check before free in openssl(1) caKinichiro Inoguchi
2021-08-30Implement '<' and '>' operators in filters.Martin Pieuchot
2021-08-30jca and I converted %n to a syslog warning about a year ago, and the portsTheo de Raadt
2021-08-30INADDR_LOOPBACK check needs htonl(3) to workKlemens Nanni
2021-08-30INADDR_LOOPBACK check needs htonl(3) to workKlemens Nanni
2021-08-30increase hibernate writeout speed a little. modern machines have vastTheo de Raadt
2021-08-30Test for the pathetic case that the 2nd unveil inClaudio Jeker
2021-08-30Admit that we return error 20 in the failure case here. ChangingBob Beck
2021-08-30Make sure unveil remains locked over fork even in the case where theClaudio Jeker
2021-08-30Revert previous change that changed our default return for unable toBob Beck
2021-08-30Remove typedef of db_addr_t; mpi converted the users of it to vaddr_t alreadyJasper Lievisse Adriaanse
2021-08-30Check that fchdir() works. The problem in unveil was fixed some time ago.Claudio Jeker
2021-08-30Make lines not wrap on 80 char terminals. Code gets more readable.Claudio Jeker
2021-08-30Fix Jan's regress in openssl/x509 to do what it says it does,Bob Beck
2021-08-30adapt to RSA/SHA1 deprectationDamien Miller
2021-08-29After years of forewarning, disable the RSA/SHA-1 signature algorithmDamien Miller
2021-08-29wrap at 80 columnsDamien Miller
2021-08-29Revert: llvm: openbsd driver had one -lcompiler_rt too manyGreg Steuck
2021-08-29Lee "Scratch" Perry died :(Stuart Henderson
2021-08-29llvm: openbsd driver had one -lcompiler_rt too manyGreg Steuck
2021-08-29iwm/iwx: propagate errors out of iw{m,x}_set_bits_mask_prph routinesGreg Steuck
2021-08-29Do not call X509_alias_get0(3) with NULL as the second argument.Ingo Schwarze
2021-08-29nameserver command requires an interface argumentKlemens Nanni
2021-08-29Pass volume related key presses as both raw and translating input toAnton Lindqvist
2021-08-29fix an obvious mixup regarding the order of lines in the SYNOPSIS,Ingo Schwarze
2021-08-29correct range upper bound in commentAnton Lindqvist
2021-08-29Make the ucc match criteria more stringent by requiring at least oneAnton Lindqvist
2021-08-29Some reports embeds multiple report IDs inside the same collectionAnton Lindqvist
2021-08-29An interrupt report contains the state of all items (Input, Output andAnton Lindqvist
2021-08-29As the Consumer Control usages are well defined by the HID Usage TablesAnton Lindqvist
2021-08-29Mask viornd descriptor value to prevent out of bound reads.Dave Voutila
2021-08-29Nuke unused variable and unnecessary initialization.Kenneth R Westerback
2021-08-29Don't call the verify callback twice on success.Bob Beck