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
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
2016-10-23
Factor out "can bind to low ports" check into its own function. This will make
Darren Tucker
2016-09-12
Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions
Theo de Raadt
2016-08-27
Pull in <sys/time.h> for struct timeval
Philip Guenther
2016-07-15
Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1)
Damien Miller
2016-04-06
don't record duplicate LocalForward and RemoteForward entries;
Damien Miller
2016-03-02
Improve precision of progressmeter for sftp and scp by storing sub-second
Darren Tucker
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-05-02
revert __bounded change; it causes way more problems for portable than
Damien Miller
2014-04-20
use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
Damien Miller
2014-03-26
use __bounded(...) attribute recently added to sys/cdefs.h instead of
Damien Miller
2013-10-14
refactor client config code a little:
Damien Miller
2013-06-01
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
Darren Tucker
2011-03-29
print ipqos friendly string for sshd -T; ok markus
Kevin Steves
2010-11-21
honour $TMPDIR for client xauth and ssh-agent temporary directories;
Damien Miller
2010-11-13
allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead of
Damien Miller
2010-09-24
Add timingsafe_bcmp(3) to libc, mention that it's already in the
Matthew Dempsky
2010-09-22
add an option per-read/write callback to atomicio
Damien Miller
2010-07-13
s/timing_safe_cmp/timingsafe_bcmp/g
Damien Miller
2010-07-13
implement a timing_safe_cmp() function to compare memory without leaking
Damien Miller
2010-01-09
Remove RoutingDomain from ssh since it's now not needed. It can be replaced
Darren Tucker
2009-12-25
validate routing domain is in range 0-RT_TABLEID_MAX.
Kevin Steves
2009-10-28
Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.
Reyk Floeter
2008-06-12
Make keepalive timeouts apply while waiting for a packet, particularly during
Darren Tucker
2007-12-27
Add a small helper function to consistently handle the EAI_SYSTEM error
Darren Tucker
[next]