summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-03sshsig: lightweight signature and verification ability for OpenSSHDamien Miller
2019-09-03move authorized_keys option parsing helpsers to misc.c and makeDamien Miller
2019-09-03make get_sigtype public as sshkey_get_sigtype(); ok markus@Damien Miller
2019-09-03move advance_past_options to authfile.c and make it public;Damien Miller
2019-09-03move skip_space() to misc.c and make it public; ok markus@Damien Miller
2019-09-03authfd: add function to check if key is in agentDamien Miller
2019-09-03fix memleak in ssh_free_identitylist(); ok markus@Damien Miller
2019-09-03factor out confirm_overwrite(); ok markus@Damien Miller
2019-09-03It's perfectly normal for the SIOCGIFFLAGS and SIOCGIFXFLAGS to failFlorian Obser
2019-09-03pcap-filter is now section 7;Jason McIntyre
2019-09-03remove unreachable returnJonathan Gray
2019-09-03Exectute procs and filters from /usr/local/libexec/smtpd/ if no absoluteMartijn van Duren
2019-09-03ansify functionsTheo de Raadt
2019-09-03correct indent that triggered clang to freak out; with jsg.Theo de Raadt
2019-09-03syncTheo de Raadt
2019-09-03pcap-filter(3) is not a function, it is a language description. It wasTheo de Raadt
2019-09-03Correct the length for argument of reallocarray(). This fix the SEGVasou
2019-09-03Create remote log files in obj directory.Alexander Bluhm
2019-09-02constify an argumentDamien Miller
2019-09-02Various fixes to make clang happy.Mark Kettenis
2019-09-02syncTheo de Raadt
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
2019-09-02Link multicast tests to regress build.Alexander Bluhm
2019-09-02Test multicast sender, receiver, router. Minimal mcroute implmentationAlexander Bluhm
2019-09-02the rule_to_text() function which is used to display rules when debugGilles Chehade
2019-09-02More correction of section 3 layout. directory->opendir, fts->fts_open,Theo de Raadt
2019-09-02Request a new SSL structure for each TLS session.Eric Faurot
2019-09-02in standalone smtp client, smtps schema should use ... smtps portGilles Chehade
2019-09-02Fix copyright lines, the "one-inode file system" in i386_softraid.c is myOtto Moerbeek
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02Delete what remains of the support for combining characters intoIngo Schwarze
2019-09-02Fix a route use after free in multicast route. Move the rt_mcast_del()Alexander Bluhm
2019-09-02Implement setting the CPU clock for Allwinner A64 SoCs.Mark Kettenis
2019-09-02Make net80211 expose reasons for association failures to userland and haveStefan Sperling
2019-09-02Reset the current wireless PHY mode to 'auto' when a scan begins if weStefan Sperling
2019-09-02The output of netstat -g was mangled. Fix header line and printAlexander Bluhm
2019-09-02Remove some duplicate symbol definitions.mortimer
2019-09-02Release locks in error paths. Spotted by semarie@Mark Kettenis
2019-09-02A few more missing bits: power regulators, eMMC power sequencing,Mark Kettenis
2019-09-02Two additional pin configurations.Mark Kettenis
2019-09-02cpu number is unsigned (does not really matter)Theo de Raadt
2019-09-02in non-MP, cpu_number() the #define should be 0UL; ok visaTheo de Raadt
2019-09-02downgrade PKCS#11 "provider returned no slots" warning from log levelDamien Miller
2019-09-01print comment when printing pubkey from privateDamien Miller
2019-09-01Write to the correct register when setting the output level for a GPIO pin.Mark Kettenis
2019-09-01syncTheo de Raadt
2019-09-01Use interrupt handler instead of polling for completion.Mark Kettenis
2019-09-01Use DMA descriptors if necessary.Mark Kettenis
2019-09-01Update clang build infrastructure for LLVM 8.0.1.Patrick Wildt
2019-09-01Merge LLVM 8.0.1 release.Patrick Wildt