summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Fix octeon build after dwctwo(4) update.Marcus Glocker
2021-07-24Two new manual pages X509_TRUST_set(3) and X509_check_trust(3)Ingo Schwarze
2021-07-24Capitalise DNS response code, stub learns from SLAAC, clarify wordingkn
2021-07-24Compare strcmp and strcasecmp return value with zeroKinichiro Inoguchi
2021-07-24The I2C controller's clock- and bitrate properties used different namingPatrick Wildt
2021-07-24Modifying a knote must be done with the corresponding lock held. AssertMartin Pieuchot
2021-07-24Replace cpus_running with CPU_IS_RUNNING().Visa Hankala
2021-07-24The updated dwctwo(4) driver introduces two new parameters.Marcus Glocker
2021-07-24Use the presence of an intrmap, rather than the number of queues, toJonathan Matthew
2021-07-24Add basic regression tests for strchr() and strrchr().Visa Hankala
2021-07-24Fix strchr() and strrchr() on mips64Visa Hankala
2021-07-24Skip RFC4716 format import and export tests when built without OpenSSL.Darren Tucker
2021-07-24Don't omit ssh-keygen -y from usage when built without OpenSSL. It isDarren Tucker
2021-07-24Exclude key conversion options from usage when built without OpenSSLDarren Tucker
2021-07-24don't leak environment= variable when it is not the first matchDamien Miller
2021-07-24test for first-match-wins in authorized_keys environment=Damien Miller
2021-07-23syncTheo de Raadt
2021-07-23Make GENERIC compile again.Marcus Glocker
2021-07-23Similar to x509/x509_purp.c rev. 1.5:Ingo Schwarze
2021-07-23Delete some code from X509_PURPOSE_cleanup(3) that had no effect:Ingo Schwarze
2021-07-23Add a roff(7) comment that X509_issuer_and_serial_hash() isIngo Schwarze
2021-07-23Make MALLOC_STATS compile again; noted by Omar Polo and Joe NelsonOtto Moerbeek
2021-07-23clarify the meaning of the argument of X509_VERIFY_PARAM_set_purpose(3)Ingo Schwarze
2021-07-23compile in non-DIAGNOSTIC mode; ok mglockerTheo de Raadt
2021-07-23mention the possibility that user-defined purpose identifiers may haveIngo Schwarze
2021-07-23Adjust HTTP/1.1 request stringjob
2021-07-23Use 8/4/1 bytes loads/stores for copyin/copyout/kcopyJeremie Courreges-Anglas
2021-07-23new manual page X509_PURPOSE_set(3) documenting 11 functionsIngo Schwarze
2021-07-23nanosleep.2: miscellaneous cleanup and rewritescheloha
2021-07-23When dhcpleasectl asks to send a new request on an interface we areFlorian Obser
2021-07-23occured -> occurred;Jason McIntyre
2021-07-23punctuation;Jason McIntyre
2021-07-23mention in comment that read_passphrase(..., RP_ALLOW_STDIN) willDamien Miller
2021-07-23Simplify keygen-convert by using $SSH_KEYTYPES directly.Darren Tucker
2021-07-23note successful authentication method in final "Authenticated to ..."Damien Miller
2021-07-23Test conversion of ed25519 and ecdsa keys too.Darren Tucker
2021-07-23Add test for exporting pubkey from a passphrase-protected private key.Darren Tucker
2021-07-23Add a ForkAfterAuthentication ssh_config(5) counterpart to theDamien Miller
2021-07-23Add a StdinNull directive to ssh_config(5) that allows the configDamien Miller
2021-07-23make authorized_keys environment="..." directives first-match-winsDamien Miller
2021-07-23regression test for time-limited signature keysDamien Miller
2021-07-23Let allowed signers files used by ssh-keygen(1) signatures support keyDamien Miller
2021-07-23pci_intr_msix_count() is the function that drivers using multiple MSI-XJonathan Matthew
2021-07-22document X509_STORE_CTX_set_time(3) and X509_STORE_CTX_set_depth(3)Ingo Schwarze
2021-07-22Major cleanup.Ingo Schwarze
2021-07-22mbrfile can be const.Kenneth R Westerback
2021-07-22Sync dwctwo(4) with the NetBSD-current code base.Marcus Glocker
2021-07-22Only perform the default-route-pause if there are interfaces with theTheo de Raadt
2021-07-22Delete unused non-PIC code.Mark Kettenis