summaryrefslogtreecommitdiffstats
path: root/misc.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstream: fix regression introduced when I switched the "Match"djm@openbsd.org2024-09-251-1/+2
* upstream: Add a facility to sshd(8) to penalise particulardjm@openbsd.org2024-06-061-1/+2
* upstream: Start the process of splitting sshd into separatedjm@openbsd.org2024-05-171-1/+9
* upstream: Separate parsing of string array options from applying themdjm@openbsd.org2024-03-041-1/+2
* upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org2023-10-121-1/+2
* upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org2023-08-281-1/+2
* upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that causeddjm@openbsd.org2023-08-181-2/+3
* upstream: Ensure FIDO/PKCS11 libraries contain expected symbolsdjm@openbsd.org2023-07-191-1/+2
* upstream: Use time_t for x11_refuse_time timeout. We needdtucker@openbsd.org2023-03-031-1/+4
* upstream: add ptimeout API for keeping track of poll/ppolldjm@openbsd.org2023-01-061-1/+10
* upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org2022-06-031-1/+3
* upstream: replace select() with ppoll(), including convertingderaadt@openbsd.org2021-11-171-2/+2
* upstream: SFTP protocol extension to allow the server to expanddjm@openbsd.org2021-08-101-1/+2
* upstream: Allow argv_split() to optionally terminate tokenisationdjm@openbsd.org2021-06-081-2/+7
* upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org2021-06-041-1/+3
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-6/+6
* upstream: needs FILE*; from Mike Frysingerdjm@openbsd.org2021-03-031-1/+2
* upstream: factor out opt_array_append; ok djm@markus@openbsd.org2021-02-171-1/+9
* upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org2021-01-111-2/+2
* upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org2020-12-221-1/+11
* upstream: Set the specified TOS/DSCP for interactive use prior todjm@openbsd.org2020-11-271-1/+3
* upstream: when requesting a security key touch on stderr, inform thedjm@openbsd.org2020-11-081-2/+3
* upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org2020-10-031-1/+2
* upstream: Make dollar_expand variadic and pass a real va_list todtucker@openbsd.org2020-05-291-2/+2
* upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org2020-05-291-1/+4
* upstream: add fmt_timeframe() (from bgpd) to format a timedjm@openbsd.org2020-05-271-1/+2
* upstream: add xextendf() to extend a string with a formatdjm@openbsd.org2020-01-251-1/+3
* upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org2020-01-231-1/+3
* upstream: dd API for performing one-shot notifications via tty ordjm@openbsd.org2019-11-131-1/+6
* upstream: move authorized_keys option parsing helpsers to misc.cdjm@openbsd.org2019-09-031-1/+6
* upstream: move skip_space() to misc.c and make it public; okdjm@openbsd.org2019-09-031-1/+2
* upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org2019-01-241-1/+2
* upstream: move client/server SSH-* banners to buffers underdjm@openbsd.org2018-12-271-1/+4
* upstream: Fix calculation of initial bandwidth limits. Account fordtucker@openbsd.org2018-12-271-2/+4
* upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org2018-11-161-1/+2
* upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org2018-10-031-1/+2
* upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org2018-07-311-2/+1
* upstream: add a SetEnv directive to ssh_config that allows settingdjm@openbsd.org2018-06-091-1/+2
* upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org2018-06-061-2/+1
* upstream: add valid-before="[time]" authorized_keys option. Adjm@openbsd.org2018-03-141-1/+3
* upstream commitmarkus@openbsd.org2018-01-231-7/+1
* upstream commitdtucker@openbsd.org2017-12-071-1/+2
* upstream commitdtucker@openbsd.org@openbsd.org2017-11-281-1/+3
* upstream commitdjm@openbsd.org2017-10-251-1/+2
* upstream commitdjm@openbsd.org2017-10-251-1/+3
* upstream commitdjm@openbsd.org2017-10-231-2/+2
* upstream commitmillert@openbsd.org2017-10-231-1/+4
* upstream commitdjm@openbsd.org2017-08-231-2/+2
* upstream commitdjm@openbsd.org2017-08-231-1/+21
* upstream commitdtucker@openbsd.org2016-11-301-1/+2