summaryrefslogtreecommitdiffstats
path: root/misc.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstream: fix regression introduced when I switched the "Match"djm@openbsd.org2024-09-251-1/+22
* upstream: Add a facility to sshd(8) to penalise particulardjm@openbsd.org2024-06-061-1/+17
* upstream: -Werror was turned on (probably just for development),deraadt@openbsd.org2024-05-221-2/+2
* upstream: Start the process of splitting sshd into separatedjm@openbsd.org2024-05-171-1/+14
* upstream: for parse_ipqos(), use strtonum() instead of mostlyderaadt@openbsd.org2024-04-301-5/+5
* upstream: can shortcut by returning strtonum() value directly; okderaadt@openbsd.org2024-04-301-5/+2
* upstream: rewrite convtime() to use a isdigit-scanner andderaadt@openbsd.org2024-04-301-22/+36
* upstream: Separate parsing of string array options from applying themdjm@openbsd.org2024-03-041-1/+14
* upstream: 64 %-expansion keys ought to be enough for anybody; okdjm@openbsd.org2023-10-121-2/+2
* upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org2023-10-121-1/+38
* upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org2023-08-281-9/+20
* upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that causeddjm@openbsd.org2023-08-181-12/+30
* upstream: Apply ConnectTimeout to multiplexing local socketdtucker@openbsd.org2023-08-041-4/+5
* upstream: Ensure FIDO/PKCS11 libraries contain expected symbolsdjm@openbsd.org2023-07-191-1/+77
* conditionalise stdint.h inclusion on HAVE_STDINT_HDamien Miller2023-07-181-1/+3
* upstream: Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.dtucker@openbsd.org2023-07-171-1/+2
* upstream: add defence-in-depth checks for some unreachable integerdjm@openbsd.org2023-07-141-2/+5
* child_set_eng: verify both env pointer and count.Darren Tucker2023-03-301-0/+2
* upstream: Use time_t for x11_refuse_time timeout. We needdtucker@openbsd.org2023-03-031-4/+1
* upstream: add ptimeout API for keeping track of poll/ppolldjm@openbsd.org2023-01-061-1/+90
* upstream: The idiomatic way of coping with signed char vs unsignedderaadt@openbsd.org2023-01-031-2/+2
* upstream: Remove errant colon and simplify formatdtucker@openbsd.org2022-11-091-3/+3
* upstream: allow certificate validity intervals, sshsig verificationdjm@openbsd.org2022-08-111-5/+21
* upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org2022-06-031-1/+18
* upstream: make addargs() and replacearg() a little more robust anddjm@openbsd.org2022-03-201-9/+18
* upstream: Always initialize delim before passing to hpdelim2 whichdtucker@openbsd.org2022-02-111-2/+2
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-101-2/+8
* upstream: refactor tilde_expand_filename() and make it handle ~userdjm@openbsd.org2022-01-081-30/+46
* upstream: replace select() with ppoll(), including convertingderaadt@openbsd.org2021-11-171-4/+4
* initgroups needs grp.hV_8_8_P1Damien Miller2021-09-261-0/+1
* upstream: need initgroups() before setresgid(); reported by anton@,djm@openbsd.org2021-09-261-1/+7
* upstream: SFTP protocol extension to allow the server to expanddjm@openbsd.org2021-08-101-14/+35
* Add configure-time detection for SSH_TIME_T_MAX.Darren Tucker2021-07-121-1/+1
* upstream: Make limit for time_t test unconditional in thedtucker@openbsd.org2021-07-121-4/+2
* upstream: Remove obsolete comments about SSHv1 auth methods. okdtucker@openbsd.org2021-07-051-2/+7
* upstream: Allow argv_split() to optionally terminate tokenisationdjm@openbsd.org2021-06-081-5/+50
* upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org2021-06-041-1/+16
* Handle Android libc returning NULL pw->pw_passwdDamien Miller2021-05-171-1/+1
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-2/+2
* upstream: Fix two problems in string->argv conversion: 1) multipledjm@openbsd.org2021-04-031-7/+4
* upstream: Do not try to reset signal handler for signal 0 indtucker@openbsd.org2021-02-281-2/+2
* upstream: factor out opt_array_append; ok djm@markus@openbsd.org2021-02-171-1/+27
* upstream: Change types in convtime() unit test to int to matchdtucker@openbsd.org2021-01-181-3/+3
* upstream: In waitfd(), when poll returns early we are subtractingdtucker@openbsd.org2021-01-181-2/+2
* upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org2021-01-111-5/+5
* upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org2020-12-221-1/+170
* upstream: Set the specified TOS/DSCP for interactive use prior todjm@openbsd.org2020-11-271-1/+55
* upstream: use the new variant log macros instead of prependingdjm@openbsd.org2020-10-181-54/+43
* upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org2020-10-031-1/+22
* upstream: handle EINTR in waitfd() and timeout_connect() helpers;djm@openbsd.org2020-06-261-8/+13