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.c
Age
Commit message (
Expand
)
Author
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-03-07
revert recent strdelim() change, it causes problems with some configs.
Damien Miller
2018-03-03
switch over to the new authorized_keys options API and remove the
Damien Miller
2018-03-02
Allow escaped quotes \" and \' in ssh_config and sshd_config quotes
Damien Miller
2018-01-08
move subprocess() so scp/sftp do not need uidswap.o; ok djm@
Markus Friedl
2017-12-08
fix ordering in previous to ensure errno isn't clobbered before
Damien Miller
2017-12-08
for some reason unix_listener() logged most errors twice with each
Damien Miller
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-24
Kill dead store and some spaces vs. tabs indent in parse_user_host_path().
Todd C. 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
2017-07-23
Allow IPQoS=none in ssh/sshd to not set an explicit ToS/DSCP value
Damien Miller
2017-05-31
Switch to recallocarray() for a few operations. Both growth and shrinkage
Theo de Raadt
2017-03-14
Fix convtime() overflow test on boundary condition, spotted by & ok djm.
Darren Tucker
2017-03-14
Check for integer overflow when parsing times in convtime(). Reported by
Darren Tucker
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-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-04-02
Another use for fcntl() and thus of the superfluous 3rd parameter
Kenneth R Westerback
2016-03-02
Improve precision of progressmeter for sftp and scp by storing sub-second
Darren Tucker
2016-01-20
Include sys/time.h for gettimeofday. From sortie at maxsi.org.
Darren Tucker
2015-12-04
Properly handle invalid %-format by calling fatal.
Tobias Stoeckmann
2015-10-24
Handle the split of tun(4) "link0" into tap(4) in ssh tun-forwarding.
Stuart Henderson
2015-10-07
don't try to change tun device flags if they are already what
Damien Miller
2015-04-24
rename xrealloc() to xreallocarray() since it follows that form.
Theo de Raadt
2015-01-16
Replace <sys/param.h> with <limits.h> and other less dirty headers where
Theo de Raadt
2014-10-24
Remove unnecessary include: netinet/in_systm.h is not needed by these
Lawrence Teo
2014-07-15
Add support for Unix domain socket forwarding. A remote TCP port
Todd C. Miller
2014-04-20
use get/put_u32 to load values rather than *((UINT32 *)p) that breaks on
Damien Miller
2013-10-14
refactor client config code a little:
Damien Miller
2013-07-12
in ssh_gai_strerror() don't fallback to strerror for EAI_SYSTEM when
Damien Miller
2013-06-01
Use clock_gettime(CLOCK_MONOTONIC ...) for ssh timers so that things like
Darren Tucker
2013-05-17
bye, bye xfree(); ok markus@
Damien Miller
2013-04-24
remove extra parens noticed by nicm
Ted Unangst
2013-04-23
use xasprintf instead of a series of strlcats and strdup. ok djm
Ted Unangst
2011-09-05
fix typo in IPQoS parsing: there is no "AF14" class, but there is
Damien Miller
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-21
sync timingsafe_bcmp() with the one dempsky@ committed to sys/lib/libkern
Damien Miller
[next]