summaryrefslogtreecommitdiffstats
path: root/misc.h
AgeCommit message (Expand)Author
2024-03-04upstream: Separate parsing of string array options from applying themdjm@openbsd.org
2023-10-12upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org
2023-08-28upstream: Add keystroke timing obfuscation to the client.djm@openbsd.org
2023-08-18upstream: fix regression in OpenSSH 9.4 (mux.c r1.99) that causeddjm@openbsd.org
2023-07-20upstream: Ensure FIDO/PKCS11 libraries contain expected symbolsdjm@openbsd.org
2023-03-03upstream: Use time_t for x11_refuse_time timeout. We needdtucker@openbsd.org
2023-01-06upstream: add ptimeout API for keeping track of poll/ppolldjm@openbsd.org
2022-06-03upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org
2021-11-18upstream: replace select() with ppoll(), including convertingderaadt@openbsd.org
2021-08-10upstream: SFTP protocol extension to allow the server to expanddjm@openbsd.org
2021-06-08upstream: Allow argv_split() to optionally terminate tokenisationdjm@openbsd.org
2021-06-04upstream: allow ssh_config SetEnv to override $TERM, which is otherwisedjm@openbsd.org
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-03-03upstream: needs FILE*; from Mike Frysingerdjm@openbsd.org
2021-02-17upstream: factor out opt_array_append; ok djm@markus@openbsd.org
2021-01-11upstream: Change convtime() from returning long to returning int.dtucker@openbsd.org
2020-12-22upstream: move subprocess() from auth.c to misc.cdjm@openbsd.org
2020-11-27upstream: Set the specified TOS/DSCP for interactive use prior todjm@openbsd.org
2020-11-09upstream: when requesting a security key touch on stderr, inform thedjm@openbsd.org
2020-10-03upstream: There are lots of place where we want to redirect stdin,djm@openbsd.org
2020-05-29upstream: Make dollar_expand variadic and pass a real va_list todtucker@openbsd.org
2020-05-29upstream: Allow some keywords to expand shell-style ${ENV}dtucker@openbsd.org
2020-05-27upstream: add fmt_timeframe() (from bgpd) to format a timedjm@openbsd.org
2020-01-25upstream: add xextendf() to extend a string with a formatdjm@openbsd.org
2020-01-23upstream: Replace all calls to signal(2) with a wrapper arounddtucker@openbsd.org
2019-11-13upstream: dd API for performing one-shot notifications via tty ordjm@openbsd.org
2019-09-03upstream: move authorized_keys option parsing helpsers to misc.cdjm@openbsd.org
2019-09-03upstream: move skip_space() to misc.c and make it public; okdjm@openbsd.org
2019-01-24upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org
2018-12-27upstream: move client/server SSH-* banners to buffers underdjm@openbsd.org
2018-12-27upstream: Fix calculation of initial bandwidth limits. Account fordtucker@openbsd.org
2018-11-16upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org
2018-10-03upstream: Allow ssh_config IdentityAgent directive to acceptdjm@openbsd.org
2018-07-31upstream: Remove uid checks from low port binds. Now that sshdtucker@openbsd.org
2018-06-09upstream: add a SetEnv directive to ssh_config that allows settingdjm@openbsd.org
2018-06-07upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org
2018-03-14upstream: add valid-before="[time]" authorized_keys option. Adjm@openbsd.org
2018-01-23upstream commitmarkus@openbsd.org
2017-12-07upstream commitdtucker@openbsd.org
2017-11-28upstream commitdtucker@openbsd.org@openbsd.org
2017-10-25upstream commitdjm@openbsd.org
2017-10-25upstream commitdjm@openbsd.org
2017-10-23upstream commitdjm@openbsd.org
2017-10-23upstream commitmillert@openbsd.org
2017-08-23upstream commitdjm@openbsd.org
2017-08-23upstream commitdjm@openbsd.org
2016-11-30upstream commitdtucker@openbsd.org
2016-10-24upstream commitdtucker@openbsd.org
2016-09-12upstream commitderaadt@openbsd.org
2016-08-29upstream commitguenther@openbsd.org