index
:
openssh
master
openssh
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
servconf.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
upstream: move other RCSIDs to before their respective license blocks
djm@openbsd.org
2023-07-17
1
-2
/
+1
*
upstream: better validate CASignatureAlgorithms in ssh_config and
djm@openbsd.org
2023-06-21
1
-2
/
+8
*
upstream: Store timeouts as int, not u_int as they are limited to
millert@openbsd.org
2023-06-20
1
-4
/
+5
*
upstream: fix AuthorizedPrincipalsCommand when AuthorizedKeysCommand
djm@openbsd.org
2023-05-25
1
-2
/
+2
*
upstream: Remove unused compat.h includes.
dtucker@openbsd.org
2023-03-05
1
-2
/
+1
*
upstream: actually print "channeltimeout none" in config dump mode;
djm@openbsd.org
2023-03-03
1
-3
/
+11
*
upstream: Add a sshd_config UnusedConnectionTimeout option to terminate
djm@openbsd.org
2023-01-17
1
-2
/
+23
*
upstream: Implement channel inactivity timeouts
djm@openbsd.org
2023-01-06
1
-10
/
+100
*
upstream: Remove some set but otherwise unused variables, spotted
dtucker@openbsd.org
2022-11-07
1
-3
/
+2
*
upstream: Check for and disallow MaxStartups values less than or
dtucker@openbsd.org
2022-11-07
1
-1
/
+5
*
upstream: Add RequiredRSASize for sshd(8); RSA keys that fall
djm@openbsd.org
2022-09-17
1
-1
/
+12
*
upstream: Make SetEnv directives first-match-wins in both
djm@openbsd.org
2022-06-03
1
-1
/
+7
*
upstream: don't try to resolve ListenAddress directives in the sshd
djm@openbsd.org
2022-03-20
1
-4
/
+5
*
upstream: Switch hpdelim interface to accept only ":" as delimiter.
dtucker@openbsd.org
2022-02-10
1
-12
/
+9
*
upstream: revision 1.381 neglected to remove
millert@openbsd.org
2021-09-07
1
-4
/
+3
*
Remove now-unused SSHv1 enums.
Darren Tucker
2021-07-02
1
-1
/
+0
*
upstream: Remove references to ChallengeResponseAuthentication in
dtucker@openbsd.org
2021-07-02
1
-13
/
+4
*
upstream: switch sshd_config parsing to argv_split()
djm@openbsd.org
2021-06-08
1
-283
/
+331
*
upstream: highly polished whitespace, mostly fixing spaces-for-tab
djm@openbsd.org
2021-04-03
1
-7
/
+7
*
upstream: Add ModuliFile keyword to sshd_config to specify the
dtucker@openbsd.org
2021-03-13
1
-2
/
+10
*
upstream: Put obsolete aliases for hostbasedalgorithms and
dtucker@openbsd.org
2021-02-24
1
-3
/
+3
*
upstream: factor out opt_array_append; ok djm@
markus@openbsd.org
2021-02-17
1
-41
/
+15
*
upstream: Rename HostbasedKeyTypes (ssh) and
dtucker@openbsd.org
2021-01-26
1
-8
/
+9
*
upstream: Rename PubkeyAcceptedKeyTypes keyword to
dtucker@openbsd.org
2021-01-22
1
-12
/
+13
*
upstream: Correct spelling of persourcenetblocksize in config-dump
dtucker@openbsd.org
2021-01-11
1
-2
/
+2
*
upstream: Add PerSourceMaxStartups and PerSourceNetBlockSize
dtucker@openbsd.org
2021-01-11
1
-2
/
+59
*
upstream: use the new variant log macros instead of prepending
djm@openbsd.org
2020-10-18
1
-18
/
+16
*
upstream: LogVerbose keyword for ssh and sshd
djm@openbsd.org
2020-10-16
1
-2
/
+17
*
Remove HAVE_MMAP and BROKEN_MMAP
Sebastian Andrzej Siewior
2020-09-11
1
-9
/
+0
*
upstream: Check that the addresses supplied to Match Address and
dtucker@openbsd.org
2020-08-31
1
-1
/
+8
*
upstream: support for requiring user verified FIDO keys in sshd
djm@openbsd.org
2020-08-27
1
-1
/
+5
*
upstream: some language improvements; ok markus
djm@openbsd.org
2020-07-15
1
-11
/
+11
*
upstream: support loading big sshd_config files w/o realloc; ok
markus@openbsd.org
2020-06-26
1
-1
/
+7
*
upstream: fix Include before Match in sshd_config; bz#3122 patch
djm@openbsd.org
2020-05-28
1
-10
/
+21
*
upstream: Do not call process_queued_listen_addrs() for every
djm@openbsd.org
2020-05-28
1
-5
/
+5
*
Error out if given RDomain if unsupported.
Darren Tucker
2020-04-24
1
-0
/
+6
*
sys/sysctl.h is only used on OpenBSD
Damien Miller
2020-04-17
1
-1
/
+1
*
upstream: make IgnoreRhosts a tri-state option: "yes" ignore
djm@openbsd.org
2020-04-17
1
-4
/
+13
*
upstream: allow the IgnoreRhosts directive to appear anywhere in a
djm@openbsd.org
2020-04-17
1
-2
/
+3
*
upstream: fix relative includes in sshd_config; ok djm
markus@openbsd.org
2020-03-13
1
-2
/
+2
*
upstream: Add a sshd_config "Include" directive to allow inclusion
djm@openbsd.org
2020-02-01
1
-19
/
+148
*
upstream: Make zlib optional. This adds a "ZLIB" build time option
dtucker@openbsd.org
2020-01-23
1
-1
/
+8
*
upstream: Remove unsupported algorithms from list of defaults at run
dtucker@openbsd.org
2020-01-23
1
-20
/
+27
*
upstream: don't treat HostKeyAgent=none as a path either; avoids
djm@openbsd.org
2019-12-16
1
-1
/
+2
*
upstream: do not attempt to find an absolute path for sshd_config
djm@openbsd.org
2019-12-16
1
-2
/
+13
*
upstream: allow security keys to act as host keys as well as user
djm@openbsd.org
2019-12-16
1
-4
/
+14
*
upstream: Add a sshd_config PubkeyAuthOptions directive
djm@openbsd.org
2019-11-25
1
-2
/
+31
*
upstream: Separate myproposal.h userauth pubkey types
djm@openbsd.org
2019-10-31
1
-3
/
+3
*
upstream: Allow prepending a list of algorithms to the default set
naddy@openbsd.org
2019-09-08
1
-5
/
+9
*
upstream: When running sshd -T, assume any attibute not provided by
dtucker@openbsd.org
2019-05-08
1
-8
/
+10
[next]