summaryrefslogtreecommitdiffstats
path: root/usr.bin/ssh (follow)
Commit message (Expand)AuthorAgeFilesLines
* correct recently broken commentsderaadt2020-07-072-4/+4
* some language improvements; ok markusdjm2020-07-0515-79/+79
* update setproctitle after re-exec; ok djmmarkus2020-07-031-1/+2
* keep ignoring HUP after fork+exec; ok djmmarkus2020-07-031-1/+2
* don't exit the listener on send_rexec_state errors; ok djmmarkus2020-07-031-2/+2
* put back the mux_ctx memleak fix, but only for channels of typedjm2020-07-031-1/+5
* revert r1.399 - the lifetime of c->mux_ctx is more complex; simply freeingdjm2020-07-031-3/+1
* avoid tilde_expand_filename() in expanding ~/.ssh/rc - if sshd isdjm2020-07-031-2/+2
* when redirecting sshd's log output to a file, undo this redirectiondjm2020-07-032-2/+13
* start ClientAliveInterval bookkeeping before first pass throughdjm2020-07-031-1/+3
* Only reset the serveralive check when we receive traffic from the serverdtucker2020-07-031-14/+22
* fix memory leak of mux_ctx; patch from Sergiy Lozovsky via bz3189djm2020-07-031-1/+3
* free kex in ssh_packet_close; ok djm semariemarkus2020-07-012-5/+5
* Replace TAILQ concatenation loops with TAILQ_CONCATbket2020-06-271-9/+3
* backout 1.293 fix kex mem-leak in ssh_packet_close at markus requestsemarie2020-06-261-3/+1
* avoid spurious error message when ssh-keygen creates filesdjm2020-06-261-9/+14
* handle EINTR in waitfd() and timeout_connect() helpers;djm2020-06-261-8/+13
* allow "ssh-add -d -" to read keys to be deleted from stdindjm2020-06-262-19/+61
* constify a few things; ok dtucker (as part of another diff)djm2020-06-262-6/+6
* Defer creation of ~/.ssh by ssh(1) until we attempt to write to it so wedtucker2020-06-264-31/+40
* Expand path to ~/.ssh/rc rather than relying on it being relative to thedtucker2020-06-261-8/+12
* fix kex mem-leak in ssh_packet_close; ok djmmarkus2020-06-241-1/+3
* fix ssh -O proxy w/mux which got broken by no longermarkus2020-06-241-2/+5
* support loading big sshd_config files w/o realloc; ok djmmarkus2020-06-241-1/+7
* allow sshd_config longer than 256k; ok djmmarkus2020-06-241-2/+2
* only call sshkey_xmss_init() once for KEY_XMSS_CERT; ok djmmarkus2020-06-241-2/+4
* some clarifying commentsdjm2020-06-221-2/+9
* updated argument name for -P in first synopsis was missed in previous;jmc2020-06-221-2/+2
* supply word missing in previous;jmc2020-06-221-2/+2
* Add support for FIDO webauthn (verification only). webauthn is adjm2020-06-223-6/+130
* refactor ECDSA-SK verification a little ahead of adding supportdjm2020-06-221-21/+23
* support for RFC4648 base64url encoding; ok markusdjm2020-06-222-2/+47
* better terminology for permissions; feedback & ok markus@djm2020-06-221-11/+11
* better terminology for permissions; feedback & ok markus@djm2020-06-223-37/+37
* Correct synopsis and usage for the options accepted when passing a commanddtucker2020-06-192-5/+12
* check public host key matches private; ok markus@ (as part ofdjm2020-06-181-2/+11
* avoid spurious "Unable to load host key" message when sshd can load adjm2020-06-181-2/+8
* correct RFC number; from HARUYAMA Seigo via GH PR191djm2020-06-121-1/+1
* unbreak "sshd -ddd" - close of config passing fd happened too early.djm2020-06-051-2/+1
* make sshbuf_putb(b, NULL) a no-opdjm2020-06-051-1/+3
* make sshbuf_dump() args constdjm2020-06-052-4/+4
* wrap long linedjm2020-06-051-2/+3
* Correct historical comment: provos@ modified OpenSSH to work with SSLeaydtucker2020-06-051-2/+2
* Import regenerated moduli file.dtucker2020-06-036-413/+452
* Remove now-unused proto_spec and associated definitions. ok djm@dtucker2020-06-012-34/+2
* Fix error message on close(2) and add printf format attributes.millert2020-05-291-4/+7
* Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.dtucker2020-05-292-5/+14
* Pass a NULL instead of zeroed out va_list from dollar_expand. The originaldtucker2020-05-291-4/+2
* remove a stray .El;jmc2020-05-291-2/+1
* mention that wildcards are processed in lexical order; bz#3165djm2020-05-292-4/+5