| Commit message (Expand) | Author | Age | Files | Lines |
* | upstream: relax valid_domain() checks to allow an underscore as the | djm@openbsd.org | 2024-10-24 | 1 | -2/+3 |
* | upstream: fix regression introduced when I switched the "Match" | djm@openbsd.org | 2024-09-25 | 1 | -1/+22 |
* | upstream: Add a facility to sshd(8) to penalise particular | djm@openbsd.org | 2024-06-06 | 1 | -1/+17 |
* | upstream: -Werror was turned on (probably just for development), | deraadt@openbsd.org | 2024-05-22 | 1 | -2/+2 |
* | upstream: Start the process of splitting sshd into separate | djm@openbsd.org | 2024-05-17 | 1 | -1/+14 |
* | upstream: for parse_ipqos(), use strtonum() instead of mostly | deraadt@openbsd.org | 2024-04-30 | 1 | -5/+5 |
* | upstream: can shortcut by returning strtonum() value directly; ok | deraadt@openbsd.org | 2024-04-30 | 1 | -5/+2 |
* | upstream: rewrite convtime() to use a isdigit-scanner and | deraadt@openbsd.org | 2024-04-30 | 1 | -22/+36 |
* | upstream: Separate parsing of string array options from applying them | djm@openbsd.org | 2024-03-04 | 1 | -1/+14 |
* | upstream: 64 %-expansion keys ought to be enough for anybody; ok | djm@openbsd.org | 2023-10-12 | 1 | -2/+2 |
* | upstream: add ChannelTimeout support to the client, mirroring the | djm@openbsd.org | 2023-10-12 | 1 | -1/+38 |
* | upstream: Add keystroke timing obfuscation to the client. | djm@openbsd.org | 2023-08-28 | 1 | -9/+20 |
* | upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that caused | djm@openbsd.org | 2023-08-18 | 1 | -12/+30 |
* | upstream: Apply ConnectTimeout to multiplexing local socket | dtucker@openbsd.org | 2023-08-04 | 1 | -4/+5 |
* | upstream: Ensure FIDO/PKCS11 libraries contain expected symbols | djm@openbsd.org | 2023-07-19 | 1 | -1/+77 |
* | conditionalise stdint.h inclusion on HAVE_STDINT_H | Damien Miller | 2023-07-18 | 1 | -1/+3 |
* | upstream: Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build. | dtucker@openbsd.org | 2023-07-17 | 1 | -1/+2 |
* | upstream: add defence-in-depth checks for some unreachable integer | djm@openbsd.org | 2023-07-14 | 1 | -2/+5 |
* | child_set_eng: verify both env pointer and count. | Darren Tucker | 2023-03-30 | 1 | -0/+2 |
* | upstream: Use time_t for x11_refuse_time timeout. We need | dtucker@openbsd.org | 2023-03-03 | 1 | -4/+1 |
* | upstream: add ptimeout API for keeping track of poll/ppoll | djm@openbsd.org | 2023-01-06 | 1 | -1/+90 |
* | upstream: The idiomatic way of coping with signed char vs unsigned | deraadt@openbsd.org | 2023-01-03 | 1 | -2/+2 |
* | upstream: Remove errant colon and simplify format | dtucker@openbsd.org | 2022-11-09 | 1 | -3/+3 |
* | upstream: allow certificate validity intervals, sshsig verification | djm@openbsd.org | 2022-08-11 | 1 | -5/+21 |
* | upstream: Make SetEnv directives first-match-wins in both | djm@openbsd.org | 2022-06-03 | 1 | -1/+18 |
* | upstream: make addargs() and replacearg() a little more robust and | djm@openbsd.org | 2022-03-20 | 1 | -9/+18 |
* | upstream: Always initialize delim before passing to hpdelim2 which | dtucker@openbsd.org | 2022-02-11 | 1 | -2/+2 |
* | upstream: Switch hpdelim interface to accept only ":" as delimiter. | dtucker@openbsd.org | 2022-02-10 | 1 | -2/+8 |
* | upstream: refactor tilde_expand_filename() and make it handle ~user | djm@openbsd.org | 2022-01-08 | 1 | -30/+46 |
* | upstream: replace select() with ppoll(), including converting | deraadt@openbsd.org | 2021-11-17 | 1 | -4/+4 |
* | initgroups needs grp.hV_8_8_P1 | Damien Miller | 2021-09-26 | 1 | -0/+1 |
* | upstream: need initgroups() before setresgid(); reported by anton@, | djm@openbsd.org | 2021-09-26 | 1 | -1/+7 |
* | upstream: SFTP protocol extension to allow the server to expand | djm@openbsd.org | 2021-08-10 | 1 | -14/+35 |
* | Add configure-time detection for SSH_TIME_T_MAX. | Darren Tucker | 2021-07-12 | 1 | -1/+1 |
* | upstream: Make limit for time_t test unconditional in the | dtucker@openbsd.org | 2021-07-12 | 1 | -4/+2 |
* | upstream: Remove obsolete comments about SSHv1 auth methods. ok | dtucker@openbsd.org | 2021-07-05 | 1 | -2/+7 |
* | upstream: Allow argv_split() to optionally terminate tokenisation | djm@openbsd.org | 2021-06-08 | 1 | -5/+50 |
* | upstream: allow ssh_config SetEnv to override $TERM, which is otherwise | djm@openbsd.org | 2021-06-04 | 1 | -1/+16 |
* | Handle Android libc returning NULL pw->pw_passwd | Damien Miller | 2021-05-17 | 1 | -1/+1 |
* | upstream: highly polished whitespace, mostly fixing spaces-for-tab | djm@openbsd.org | 2021-04-03 | 1 | -2/+2 |
* | upstream: Fix two problems in string->argv conversion: 1) multiple | djm@openbsd.org | 2021-04-03 | 1 | -7/+4 |
* | upstream: Do not try to reset signal handler for signal 0 in | dtucker@openbsd.org | 2021-02-28 | 1 | -2/+2 |
* | upstream: factor out opt_array_append; ok djm@ | markus@openbsd.org | 2021-02-17 | 1 | -1/+27 |
* | upstream: Change types in convtime() unit test to int to match | dtucker@openbsd.org | 2021-01-18 | 1 | -3/+3 |
* | upstream: In waitfd(), when poll returns early we are subtracting | dtucker@openbsd.org | 2021-01-18 | 1 | -2/+2 |
* | upstream: Change convtime() from returning long to returning int. | dtucker@openbsd.org | 2021-01-11 | 1 | -5/+5 |
* | upstream: move subprocess() from auth.c to misc.c | djm@openbsd.org | 2020-12-22 | 1 | -1/+170 |
* | upstream: Set the specified TOS/DSCP for interactive use prior to | djm@openbsd.org | 2020-11-27 | 1 | -1/+55 |
* | upstream: use the new variant log macros instead of prepending | djm@openbsd.org | 2020-10-18 | 1 | -54/+43 |
* | upstream: There are lots of place where we want to redirect stdin, | djm@openbsd.org | 2020-10-03 | 1 | -1/+22 |