summaryrefslogtreecommitdiffstats
path: root/servconf.c
AgeCommit message (Expand)Author
2024-03-04upstream: Separate parsing of string array options from applying themdjm@openbsd.org
2024-02-20upstream: don't append a gratuitous space to the end of subsystemdjm@openbsd.org
2023-10-12upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org
2023-09-08upstream: fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer heredjm@openbsd.org
2023-09-07upstream: allow override of Sybsystem directives in sshd Matchdjm@openbsd.org
2023-09-07upstream: allocate the subsystems array as necessary and remove thedjm@openbsd.org
2023-09-07upstream: preserve quoting of Subsystem commands and arguments.djm@openbsd.org
2023-09-07upstream: downgrade duplicate Subsystem directives from being adjm@openbsd.org
2023-08-29upstream: make PerSourceMaxStartups first-match-wins; ok dtucker@djm@openbsd.org
2023-07-17upstream: move other RCSIDs to before their respective license blocksdjm@openbsd.org
2023-06-21upstream: better validate CASignatureAlgorithms in ssh_config anddjm@openbsd.org
2023-06-20upstream: Store timeouts as int, not u_int as they are limited tomillert@openbsd.org
2023-05-25upstream: fix AuthorizedPrincipalsCommand when AuthorizedKeysCommanddjm@openbsd.org
2023-03-05upstream: Remove unused compat.h includes.dtucker@openbsd.org
2023-03-03upstream: actually print "channeltimeout none" in config dump mode;djm@openbsd.org
2023-01-17upstream: Add a sshd_config UnusedConnectionTimeout option to terminatedjm@openbsd.org
2023-01-06upstream: Implement channel inactivity timeoutsdjm@openbsd.org
2022-11-07upstream: Remove some set but otherwise unused variables, spotteddtucker@openbsd.org
2022-11-07upstream: Check for and disallow MaxStartups values less than ordtucker@openbsd.org
2022-09-17upstream: Add RequiredRSASize for sshd(8); RSA keys that falldjm@openbsd.org
2022-06-03upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org
2022-03-20upstream: don't try to resolve ListenAddress directives in the sshddjm@openbsd.org
2022-02-10upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org
2021-09-07upstream: revision 1.381 neglected to removemillert@openbsd.org
2021-07-02Remove now-unused SSHv1 enums.Darren Tucker
2021-07-02upstream: Remove references to ChallengeResponseAuthentication indtucker@openbsd.org
2021-06-08upstream: switch sshd_config parsing to argv_split()djm@openbsd.org
2021-04-03upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org
2021-03-13upstream: Add ModuliFile keyword to sshd_config to specify thedtucker@openbsd.org
2021-02-25upstream: Put obsolete aliases for hostbasedalgorithms anddtucker@openbsd.org
2021-02-17upstream: factor out opt_array_append; ok djm@markus@openbsd.org
2021-01-26upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org
2021-01-22upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org
2021-01-11upstream: Correct spelling of persourcenetblocksize in config-dumpdtucker@openbsd.org
2021-01-11upstream: Add PerSourceMaxStartups and PerSourceNetBlockSizedtucker@openbsd.org
2020-10-18upstream: use the new variant log macros instead of prependingdjm@openbsd.org
2020-10-17upstream: LogVerbose keyword for ssh and sshddjm@openbsd.org
2020-09-11Remove HAVE_MMAP and BROKEN_MMAPSebastian Andrzej Siewior
2020-08-31upstream: Check that the addresses supplied to Match Address anddtucker@openbsd.org
2020-08-27upstream: support for requiring user verified FIDO keys in sshddjm@openbsd.org
2020-07-15upstream: some language improvements; ok markusdjm@openbsd.org
2020-06-26upstream: support loading big sshd_config files w/o realloc; okmarkus@openbsd.org
2020-05-28upstream: fix Include before Match in sshd_config; bz#3122 patchdjm@openbsd.org
2020-05-28upstream: Do not call process_queued_listen_addrs() for everydjm@openbsd.org
2020-04-24Error out if given RDomain if unsupported.Darren Tucker
2020-04-17sys/sysctl.h is only used on OpenBSDDamien Miller
2020-04-17upstream: make IgnoreRhosts a tri-state option: "yes" ignoredjm@openbsd.org
2020-04-17upstream: allow the IgnoreRhosts directive to appear anywhere in adjm@openbsd.org
2020-03-13upstream: fix relative includes in sshd_config; ok djmmarkus@openbsd.org
2020-02-01upstream: Add a sshd_config "Include" directive to allow inclusiondjm@openbsd.org