summaryrefslogtreecommitdiffstats
path: root/hostfile.h (unfollow)
Commit message (Expand)AuthorFilesLines
2022-01-08upstream: add a variant of send_status() that allows overriding thedjm@openbsd.org1-4/+11
2022-01-08upstream: refactor tilde_expand_filename() and make it handle ~userdjm@openbsd.org1-30/+46
2022-01-06upstream: Don't explicitly set HostbasedAuthentication indtucker@openbsd.org1-2/+1
2022-01-06upstream: Add test for hostbased auth. It requires some externaldtucker@openbsd.org2-3/+65
2022-01-06dependDamien Miller1-3/+3
2022-01-06upstream: allow hostbased auth to select RSA keys when onlydjm@openbsd.org1-4/+5
2022-01-06upstream: add a helper function to match a key type to a list ofdjm@openbsd.org2-2/+29
2022-01-06upstream: log some details on hostkeys that ssh loads fordjm@openbsd.org1-1/+7
2022-01-06upstream: log signature algorithm during verification by monitor;djm@openbsd.org1-2/+3
2022-01-06upstream: piece of UpdateHostkeys client strictification: whendjm@openbsd.org1-2/+2
2022-01-06upstream: include rejected signature algorithm in error messagedjm@openbsd.org1-3/+3
2022-01-06upstream: make ssh-keysign use the requested signature algorithmdjm@openbsd.org1-9/+20
2022-01-06upstream: stricter UpdateHostkey signature verification logic ondjm@openbsd.org1-14/+34
2022-01-06upstream: Fix signature algorithm selection logic fordjm@openbsd.org3-11/+44
2022-01-06upstream: convert ssh, sshd mainloops from select() to poll();djm@openbsd.org4-281/+436
2022-01-06upstream: prepare for conversion of ssh, sshd mainloop fromdjm@openbsd.org2-83/+139
2022-01-06upstream: add a comment so I don't make this mistake againdjm@openbsd.org1-3/+5
2022-01-06upstream: fix cut-and-pasto in error messagedjm@openbsd.org1-2/+2
2022-01-05upstream: select all RSA hostkey algorithms for UpdateHostkeys tests,djm@openbsd.org1-4/+13
2022-01-05upstream: regress test both sshsig message hash algorithms, possibledjm@openbsd.org1-8/+18
2022-01-05upstream: allow selection of hash at sshsig signing time; codedjm@openbsd.org2-17/+39
2022-01-05upstream: add missing -O option to usage() for ssh-keygen -Y sign;djm@openbsd.org1-2/+2
2022-01-05upstream: move sig_process_opts() to before sig_sign(); nodjm@openbsd.org1-38/+39
2022-01-05upstream: regression test for find-principals NULL deref; from Fabiandjm@openbsd.org1-1/+9
2022-01-05upstream: NULL deref when using find-principals when matching andjm@openbsd.org1-2/+2
2022-01-05upstream: Log command invocation while debugging.dtucker@openbsd.org2-2/+4
2022-01-05Always save config.h as build artifact.Darren Tucker2-0/+10
2022-01-05Add OpenBSD 7.0 target. Retire 6.8.Darren Tucker2-2/+2
2022-01-04upstream: spellingjsg@openbsd.org3-6/+6
2022-01-04upstream: unbreak test: was picking up system ssh-add instead of thedjm@openbsd.org1-3/+3
2022-01-01upstream: fix memleak in process_extension(); oss-fuzz issue #42719djm@openbsd.org1-1/+2
2022-01-01upstream: spelling ok dtucker@jsg@openbsd.org11-26/+26
2021-12-27upstream: split method list search functionality fromdjm@openbsd.org1-16/+35
2021-12-27upstream: sort -H and -h in SYNOPSIS/usage(); tweak the -H text;jmc@openbsd.org2-9/+9
2021-12-23Use SHA.*_HMAC_BLOCK_SIZE if needed.Darren Tucker1-0/+10
2021-12-21remove sys/param.h in -portable, after upstreamDamien Miller22-23/+13