summaryrefslogtreecommitdiff
path: root/clientloop.c
Commit message (Expand)AuthorAgeFilesLines
* upstream: Move up null check and simplify process_escapes.dtucker@openbsd.org2023-04-031-7/+5
* upstream: remove redundant testdjm@openbsd.org2023-03-311-2/+2
* upstream: Delete obsolete /* ARGSUSED */ lint comments.guenther@openbsd.org2023-03-081-3/+1
* upstream: Check for non-NULL before stringdtucker@openbsd.org2023-03-041-2/+2
* upstream: Use time_t for x11_refuse_time timeout. We needdtucker@openbsd.org2023-03-031-5/+5
* upstream: Add channel_force_close()djm@openbsd.org2023-01-061-11/+3
* upstream: replace manual poll/ppoll timeout math with ptimeout APIdjm@openbsd.org2023-01-061-26/+12
* upstream: Add void to client_repledge args to fix compiler warning. ok djm@dtucker@openbsd.org2022-11-301-3/+3
* upstream: tighten pledge(2) after session establishmentdjm@openbsd.org2022-11-301-7/+87
* upstream: New EnableEscapeCommandline ssh_config(5) optiondjm@openbsd.org2022-11-301-3/+11
* upstream: Handle dynamic remote port forwarding in escape commandline'sdtucker@openbsd.org2022-11-111-3/+10
* upstream: rename client_global_hostkeys_private_confirm() todjm@openbsd.org2022-11-091-4/+4
* upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org2022-06-031-4/+5
* upstream: Try to continue running local I/O for channels in statedjm@openbsd.org2022-04-201-4/+3
* Put poll.h inside ifdef.Darren Tucker2022-02-101-0/+2
* upstream: add a ssh_packet_process_read() function that reads fromdjm@openbsd.org2022-01-251-28/+13
* upstream: add a helper for writing an error message to thedjm@openbsd.org2022-01-251-22/+28
* upstream: suppress "Connection to xxx closed" messages at LogLevel >=djm@openbsd.org2022-01-121-2/+2
* upstream: stricter UpdateHostkey signature verification logic ondjm@openbsd.org2022-01-071-14/+34
* upstream: convert ssh, sshd mainloops from select() to poll();djm@openbsd.org2022-01-071-81/+88
* upstream: spelling ok dtucker@jsg@openbsd.org2022-01-011-2/+2
* upstream: ssh client side of bindingdjm@openbsd.org2021-12-201-1/+7
* upstream: less confusing debug message; bz#3365djm@openbsd.org2021-11-191-2/+2
* upstream: wrap at 80 columnsdjm@openbsd.org2021-08-301-2/+3
* upstream: Add a ForkAfterAuthentication ssh_config(5) counterpartdjm@openbsd.org2021-07-231-5/+2
* upstream: Add a StdinNull directive to ssh_config(5) that allowsdjm@openbsd.org2021-07-231-4/+1
* upstream: Explicitly check for and start time-based rekeying in thedjm@openbsd.org2021-07-161-1/+5
* upstream: add a SessionType directive to ssh_config, allowing thedjm@openbsd.org2021-07-141-6/+3
* upstream: Fix a couple of whitespace things. Portable already hasdtucker@openbsd.org2021-07-081-1/+1
* upstream: fix SEGV in UpdateHostkeys debug() message, triggereddjm@openbsd.org2021-05-261-2/+2
* upstream: restore blocking status on stdio fds before closedjm@openbsd.org2021-05-191-9/+1
* upstream: Don't pass NULL as a string in debugging as it does not workdtucker@openbsd.org2021-05-051-2/+2
* upstream: more debugging for UpdateHostKeys signature failuresdjm@openbsd.org2021-05-031-2/+5
* upstream: a little debugging in the main mux process for statusdjm@openbsd.org2021-04-301-1/+3
* polish whitespace for portable filesDamien Miller2021-04-031-1/+1
* upstream: return non-zero exit status when killed by signal; bz#3281 okdjm@openbsd.org2021-03-191-2/+2
* upstream: make ssh->kex->session_id a sshbuf instead of u_char*/size_tdjm@openbsd.org2021-01-271-6/+3
* upstream: remove global variable used to stash compat flags and use thedjm@openbsd.org2021-01-271-2/+2
* upstream: load_hostkeys()/hostkeys_foreach() variants for FILE*djm@openbsd.org2020-12-211-3/+3
* upstream: UpdateHostkeys: fixed/better detection of host keys thatdjm@openbsd.org2020-10-291-9/+16
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-184/+152
* upstream: make UpdateHostkeys still more conservative: refuse todjm@openbsd.org2020-10-141-38/+76
* upstream: UpdateHostkeys: check for keys under other namesdjm@openbsd.org2020-10-121-7/+82
* upstream: UpdateHostkeys: better CheckHostIP handlingdjm@openbsd.org2020-10-121-25/+46
* upstream: UpdateHostkeys: better detect manual host entriesdjm@openbsd.org2020-10-121-17/+37
* upstream: don't misdetect comma-separated hostkey names as wildcards;djm@openbsd.org2020-10-091-4/+4
* upstream: revert kex->flags cert hostkey downgrade back to a plaindjm@openbsd.org2020-10-071-7/+1
* upstream: disable UpdateHostkeys when a wildcard hostname patterndjm@openbsd.org2020-10-031-2/+31
* upstream: Remove unused buf, last user was removed when switchingdtucker@openbsd.org2020-09-161-3/+1
* upstream: Only reset the serveralive check when we receive traffic fromdtucker@openbsd.org2020-07-031-14/+22