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
2021-01-15
Change types in convtime() unit test to int to match change its new type.
Darren Tucker
2021-01-15
In waitfd(), when poll returns early we are subtracting the elapsed time
Darren Tucker
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-10-18
use the new variant log macros instead of prepending __func__ and
Damien Miller
2020-10-03
There are lots of place where we want to redirect stdin, stdout
Damien Miller
2020-06-26
handle EINTR in waitfd() and timeout_connect() helpers;
Damien Miller
2020-05-29
Make dollar_expand variadic and pass a real va_list to vdollar_percent_expand.
Darren Tucker
2020-05-29
Pass a NULL instead of zeroed out va_list from dollar_expand. The original
Darren Tucker
2020-05-29
Allow some keywords to expand shell-style ${ENV} environment
Darren Tucker
2020-05-29
Fix multiplier in convtime when handling seconds after other units.
Darren Tucker
2020-05-26
add fmt_timeframe() (from bgpd) to format a time interval in a human-
Damien Miller
2020-04-25
We've standardized on memset over bzero, replace a couple that had slipped
Darren Tucker
2020-01-28
make IPTOS_DSCP_LE available via IPQoS directive; bz2986, based on
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-22
Wait for FD to be readable or writeable during a nonblocking connect,
Darren Tucker
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-08-16
switch percent_expand() to use sshbuf instead of a limited fixed buffer;
Damien Miller
2019-06-28
When system calls indicate an error they return -1, not some arbitrary
Theo de Raadt
2019-06-27
Some asprintf() calls were checked < 0, rather than the precise == -1.
Theo de Raadt
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-05
Support using service names for port numbers.
Christian Weisgerber
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-07-18
Remove support for running ssh(1) setuid and fatal if attempted.
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-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
[next]