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: 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
*
upstream: whitespace
djm@openbsd.org
2019-03-26
1
-2
/
+1
*
upstream: Move checks for lists of users or groups into their own
dtucker@openbsd.org
2019-03-08
1
-6
/
+2
*
Cygwin: implement case-insensitive Unicode user and group name matching
Corinna Vinschen
2019-02-22
1
-0
/
+4
*
Revert unintended parts of previous commit.
Darren Tucker
2019-02-22
1
-4
/
+0
*
Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"
Corinna Vinschen
2019-02-22
1
-0
/
+4
*
upstream: Always initialize 2nd arg to hpdelim2. It populates that
dtucker@openbsd.org
2019-01-24
1
-5
/
+5
*
upstream: Remove support for obsolete host/port syntax.
dtucker@openbsd.org
2019-01-24
1
-8
/
+12
*
upstream: convert servconf.c to new packet API
djm@openbsd.org
2019-01-19
1
-7
/
+3
*
upstream: begin landing remaining refactoring of packet parsing
djm@openbsd.org
2019-01-19
1
-1
/
+4
*
upstream: silence (to log level debug2) failure messages when
djm@openbsd.org
2018-11-19
1
-12
/
+28
*
upstream: use path_absolute() for pathname checks; from Manoj Ampalam
djm@openbsd.org
2018-11-16
1
-2
/
+2
*
upstream: actually make CASignatureAlgorithms available as a config
djm@openbsd.org
2018-09-21
1
-1
/
+2
*
upstream: Add sshd_config CASignatureAlgorithms option to allow
djm@openbsd.org
2018-09-20
1
-3
/
+13
*
upstream: better diagnosics on alg list assembly errors; ok
djm@openbsd.org
2018-08-13
1
-14
/
+14
*
Remove support for S/Key
Damien Miller
2018-07-31
1
-1
/
+1
*
upstream: remove legacy key emulation layer; ok djm@
markus@openbsd.org
2018-07-12
1
-2
/
+2
*
upstream: sshd: switch config to sshbuf API; ok djm@
markus@openbsd.org
2018-07-10
1
-14
/
+16
*
upstream: Revert previous two commits
sf@openbsd.org
2018-07-10
1
-4
/
+4
[next]