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: Split per-connection sshd-session binary
djm@openbsd.org
2024-10-14
1
-1
/
+10
*
upstream: fix regression introduced when I switched the "Match"
djm@openbsd.org
2024-09-25
1
-15
/
+42
*
upstream: bad whitespace in config dump output
djm@openbsd.org
2024-09-15
1
-2
/
+2
*
upstream: add a "Match invalid-user" predicate to sshd_config Match
djm@openbsd.org
2024-09-15
1
-2
/
+15
*
upstream: Add a "refuseconnection" penalty class to sshd_config
djm@openbsd.org
2024-09-15
1
-3
/
+11
*
upstream: Add a sshd_config "RefuseConnection" option
djm@openbsd.org
2024-09-15
1
-2
/
+13
*
upstream: switch sshd_config Match processing to the argv tokeniser
djm@openbsd.org
2024-09-15
1
-20
/
+16
*
upstream: fix minor memory leak in Subsystem option parsing; from
djm@openbsd.org
2024-08-17
1
-1
/
+2
*
upstream: reduce logingrace penalty.
djm@openbsd.org
2024-07-26
1
-2
/
+2
*
add a sshd_config PamServiceName option
Damien Miller
2024-06-14
1
-1
/
+21
*
upstream: split PerSourcePenalties address tracking. Previously it
djm@openbsd.org
2024-06-13
1
-10
/
+32
*
upstream: correct error message
djm@openbsd.org
2024-06-11
1
-2
/
+2
*
upstream: enable PerSourcePenalties by default.
djm@openbsd.org
2024-06-06
1
-2
/
+2
*
upstream: Add a facility to sshd(8) to penalise particular
djm@openbsd.org
2024-06-06
1
-1
/
+133
*
upstream: fix incorrect debug option name introduce in previous
djm@openbsd.org
2024-05-17
1
-5
/
+5
*
upstream: Start the process of splitting sshd into separate
djm@openbsd.org
2024-05-17
1
-96
/
+11
*
upstream: Separate parsing of string array options from applying them
djm@openbsd.org
2024-03-04
1
-56
/
+110
*
upstream: don't append a gratuitous space to the end of subsystem
djm@openbsd.org
2024-02-20
1
-2
/
+2
*
upstream: add ChannelTimeout support to the client, mirroring the
djm@openbsd.org
2023-10-12
1
-36
/
+4
*
upstream: fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer here
djm@openbsd.org
2023-09-08
1
-7
/
+7
*
upstream: allow override of Sybsystem directives in sshd Match
djm@openbsd.org
2023-09-07
1
-2
/
+46
*
upstream: allocate the subsystems array as necessary and remove the
djm@openbsd.org
2023-09-07
1
-5
/
+13
*
upstream: preserve quoting of Subsystem commands and arguments.
djm@openbsd.org
2023-09-07
1
-13
/
+11
*
upstream: downgrade duplicate Subsystem directives from being a
djm@openbsd.org
2023-09-07
1
-6
/
+15
*
upstream: make PerSourceMaxStartups first-match-wins; ok dtucker@
djm@openbsd.org
2023-08-29
1
-2
/
+2
*
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
[next]