index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
misc.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: Make dollar_expand variadic and pass a real va_list to
dtucker@openbsd.org
2020-05-29
1
-3
/
+12
*
upstream: Pass a NULL instead of zeroed out va_list from
dtucker@openbsd.org
2020-05-29
1
-4
/
+2
*
upstream: Allow some keywords to expand shell-style ${ENV}
dtucker@openbsd.org
2020-05-29
1
-31
/
+134
*
upstream: Fix multiplier in convtime when handling seconds after
dtucker@openbsd.org
2020-05-29
1
-2
/
+3
*
upstream: add fmt_timeframe() (from bgpd) to format a time
djm@openbsd.org
2020-05-27
1
-20
/
+51
*
See if SA_RESTART signals will interrupt select().
Darren Tucker
2020-05-01
1
-0
/
+2
*
upstream: We've standardized on memset over bzero, replace a couple
dtucker@openbsd.org
2020-05-01
1
-2
/
+2
*
upstream: make IPTOS_DSCP_LE available via IPQoS directive; bz2986,
djm@openbsd.org
2020-01-28
1
-1
/
+2
*
upstream: add xextendf() to extend a string with a format
djm@openbsd.org
2020-01-25
1
-1
/
+28
*
upstream: Replace all calls to signal(2) with a wrapper around
dtucker@openbsd.org
2020-01-23
1
-1
/
+18
*
upstream: Wait for FD to be readable or writeable during a nonblocking
dtucker@openbsd.org
2019-11-22
1
-6
/
+16
*
Wrap poll.h includes in HAVE_POLL_H.
Darren Tucker
2019-10-28
1
-0
/
+2
*
upstream: move authorized_keys option parsing helpsers to misc.c
djm@openbsd.org
2019-09-03
1
-1
/
+73
*
upstream: move skip_space() to misc.c and make it public; ok
djm@openbsd.org
2019-09-03
1
-1
/
+11
*
upstream: switch percent_expand() to use sshbuf instead of a limited
djm@openbsd.org
2019-08-16
1
-15
/
+24
*
upstream: When system calls indicate an error they return -1, not
deraadt@openbsd.org
2019-07-05
1
-9
/
+9
*
upstream: Some asprintf() calls were checked < 0, rather than the
deraadt@openbsd.org
2019-06-28
1
-2
/
+2
*
upstream: Remove support for obsolete host/port syntax.
dtucker@openbsd.org
2019-01-24
1
-2
/
+2
*
upstream: move client/server SSH-* banners to buffers under
djm@openbsd.org
2018-12-27
1
-1
/
+76
*
upstream: Fix calculation of initial bandwidth limits. Account for
dtucker@openbsd.org
2018-12-27
1
-5
/
+4
*
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
2018-11-16
1
-1
/
+8
*
upstream: Support using service names for port numbers.
naddy@openbsd.org
2018-10-07
1
-4
/
+8
*
upstream: Allow ssh_config IdentityAgent directive to accept
djm@openbsd.org
2018-10-03
1
-1
/
+20
*
upstream: Remove uid checks from low port binds. Now that ssh
dtucker@openbsd.org
2018-07-31
1
-10
/
+1
*
upstream: Remove support for running ssh(1) setuid and fatal if
dtucker@openbsd.org
2018-07-19
1
-2
/
+1
*
upstream: add a SetEnv directive to ssh_config that allows setting
djm@openbsd.org
2018-06-09
1
-6
/
+26
*
upstream: switch config file parsing to getline(3) as this avoids
markus@openbsd.org
2018-06-06
1
-26
/
+1
*
upstream: add valid-before="[time]" authorized_keys option. A
djm@openbsd.org
2018-03-14
1
-1
/
+54
*
upstream: revert recent strdelim() change, it causes problems with
djm@openbsd.org
2018-03-12
1
-19
/
+8
*
upstream: switch over to the new authorized_keys options API and
djm@openbsd.org
2018-03-03
1
-1
/
+2
*
upstream: Allow escaped quotes \" and \' in ssh_config and
djm@openbsd.org
2018-03-02
1
-8
/
+19
*
upstream commit
markus@openbsd.org
2018-01-23
1
-153
/
+1
*
upstream commit
djm@openbsd.org
2017-12-12
1
-4
/
+4
*
upstream commit
djm@openbsd.org
2017-12-12
1
-9
/
+10
*
upstream commit
dtucker@openbsd.org
2017-12-07
1
-1
/
+15
*
upstream commit
dtucker@openbsd.org@openbsd.org
2017-11-28
1
-39
/
+48
*
provide hooks and fallbacks for rdomain support
Damien Miller
2017-10-25
1
-0
/
+13
*
upstream commit
djm@openbsd.org
2017-10-25
1
-2
/
+18
*
upstream commit
djm@openbsd.org
2017-10-25
1
-1
/
+39
*
upstream commit
millert@openbsd.org
2017-10-25
1
-4
/
+4
*
upstream commit
djm@openbsd.org
2017-10-23
1
-3
/
+9
*
upstream commit
millert@openbsd.org
2017-10-23
1
-5
/
+292
*
misc.c needs functions from platform.c now
Damien Miller
2017-08-23
1
-0
/
+1
*
upstream commit
djm@openbsd.org
2017-08-23
1
-3
/
+4
*
upstream commit
djm@openbsd.org
2017-08-23
1
-1
/
+467
*
upstream commit
djm@openbsd.org
2017-07-24
1
-1
/
+2
*
upstream commit
deraadt@openbsd.org
2017-06-01
1
-2
/
+2
*
upstream commit
dtucker@openbsd.org
2017-03-14
1
-3
/
+3
*
upstream commit
dtucker@openbsd.org
2017-03-14
1
-6
/
+11
*
upstream commit
dtucker@openbsd.org
2016-11-30
1
-1
/
+19
[next]