index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
usr.bin
/
ssh
/
misc.h
Age
Commit message (
Expand
)
Author
2024-09-25
fix regression introduced when I switched the "Match" criteria tokeniser
Damien Miller
2024-06-06
Add a facility to sshd(8) to penalise particular problematic client
Damien Miller
2024-05-17
Start the process of splitting sshd into separate binaries. This step
Damien Miller
2024-03-04
Separate parsing of string array options from applying them to the
Damien Miller
2023-10-11
add ChannelTimeout support to the client, mirroring the same option
Damien Miller
2023-08-28
Add keystroke timing obfuscation to the client.
Damien Miller
2023-08-18
fix regression in OpenSSH 9.4 (mux.c r1.99) that caused multiplexed
Damien Miller
2023-07-19
Ensure FIDO/PKCS11 libraries contain expected symbols
Damien Miller
2023-03-03
Use time_t for x11_refuse_time timeout. We need SSH_TIME_T_MAX for
Darren Tucker
2023-01-06
add ptimeout API for keeping track of poll/ppoll timeouts;
Damien Miller
2022-06-03
Make SetEnv directives first-match-wins in both sshd_config and
Damien Miller
2021-11-13
replace select() with ppoll(), including converting timeval's to timespec's
Theo de Raadt
2021-08-09
SFTP protocol extension to allow the server to expand ~-prefixed
Damien Miller
2021-06-08
Allow argv_split() to optionally terminate tokenisation when it
Damien Miller
2021-06-04
allow ssh_config SetEnv to override $TERM, which is otherwise handled
Damien Miller
2021-04-03
highly polished whitespace, mostly fixing spaces-for-tab and bad
Damien Miller
2021-03-03
needs FILE*; from Mike Frysinger
Damien Miller
2021-02-15
factor out opt_array_append; ok djm@
Markus Friedl
2021-01-11
Change convtime() from returning long to returning int. On platforms
Darren Tucker
2020-12-22
move subprocess() from auth.c to misc.c
Damien Miller
2020-11-27
Set the specified TOS/DSCP for interactive use prior to TCP connect.
Damien Miller
2020-11-08
when requesting a security key touch on stderr, inform the user once
Damien Miller
2020-10-03
There are lots of place where we want to redirect stdin, stdout
Damien Miller
2020-05-29
Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.
Darren Tucker
2020-05-29
Allow some keywords to expand shell-style ${ENV} environment
Darren Tucker
2020-05-26
add fmt_timeframe() (from bgpd) to format a time interval in a human-
Damien Miller
2020-01-24
add xextendf() to extend a string with a format (reallocating as
Damien Miller
2020-01-23
Replace all calls to signal(2) with a wrapper around sigaction(2).
Darren Tucker
2019-11-12
dd API for performing one-shot notifications via tty or SSH_ASKPASS
Damien Miller
2019-09-03
move authorized_keys option parsing helpsers to misc.c and make
Damien Miller
2019-09-03
move skip_space() to misc.c and make it public; ok markus@
Damien Miller
2019-01-23
Remove support for obsolete host/port syntax.
Darren Tucker
2018-12-27
move client/server SSH-* banners to buffers under ssh->kex and factor
Damien Miller
2018-12-07
Fix calculation of initial bandwidth limits.
Darren Tucker
2018-11-16
use path_absolute() for pathname checks; from Manoj Ampalam
Damien Miller
2018-10-03
Allow ssh_config IdentityAgent directive to accept environment variable
Damien Miller
2018-07-27
Remove uid checks from low port binds. Now that ssh cannot be
Darren Tucker
2018-06-09
add a SetEnv directive to ssh_config that allows setting environment
Damien Miller
2018-06-06
switch config file parsing to getline(3) as this avoids static limits
Markus Friedl
2018-03-12
add valid-before="[time]" authorized_keys option. A simple way of
Damien Miller
2018-01-08
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
Markus Friedl
2017-12-05
Replace atoi and strtol conversions for integer arguments to config
Darren Tucker
2017-11-25
Add monotime_ts and monotime_tv that return monotonic timespec and
Darren Tucker
2017-10-25
add sshd_config RDomain keyword to place sshd and the subsequent
Damien Miller
2017-10-25
Add optional rdomain qualifier to sshd_config's ListenAddress option
Damien Miller
2017-10-23
Expose devices allocated for tun/tap forwarding.
Damien Miller
2017-10-21
Add URI support to ssh, sftp and scp. For example ssh://user@host
Todd C. Miller
2017-08-18
add a "quiet" flag to exited_cleanly() that supresses errors about
Damien Miller
2017-08-18
Move several subprocess-related functions from various locations to
Damien Miller
2016-11-30
On startup, check to see if sshd is already daemonized and if so,
Darren Tucker
[next]