summaryrefslogtreecommitdiffstats
path: root/servconf.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* upstream: Split per-connection sshd-session binarydjm@openbsd.org2024-10-141-1/+10
* upstream: fix regression introduced when I switched the "Match"djm@openbsd.org2024-09-251-15/+42
* upstream: bad whitespace in config dump outputdjm@openbsd.org2024-09-151-2/+2
* upstream: add a "Match invalid-user" predicate to sshd_config Matchdjm@openbsd.org2024-09-151-2/+15
* upstream: Add a "refuseconnection" penalty class to sshd_configdjm@openbsd.org2024-09-151-3/+11
* upstream: Add a sshd_config "RefuseConnection" optiondjm@openbsd.org2024-09-151-2/+13
* upstream: switch sshd_config Match processing to the argv tokeniserdjm@openbsd.org2024-09-151-20/+16
* upstream: fix minor memory leak in Subsystem option parsing; fromdjm@openbsd.org2024-08-171-1/+2
* upstream: reduce logingrace penalty.djm@openbsd.org2024-07-261-2/+2
* add a sshd_config PamServiceName optionDamien Miller2024-06-141-1/+21
* upstream: split PerSourcePenalties address tracking. Previously itdjm@openbsd.org2024-06-131-10/+32
* upstream: correct error messagedjm@openbsd.org2024-06-111-2/+2
* upstream: enable PerSourcePenalties by default.djm@openbsd.org2024-06-061-2/+2
* upstream: Add a facility to sshd(8) to penalise particulardjm@openbsd.org2024-06-061-1/+133
* upstream: fix incorrect debug option name introduce in previousdjm@openbsd.org2024-05-171-5/+5
* upstream: Start the process of splitting sshd into separatedjm@openbsd.org2024-05-171-96/+11
* upstream: Separate parsing of string array options from applying themdjm@openbsd.org2024-03-041-56/+110
* upstream: don't append a gratuitous space to the end of subsystemdjm@openbsd.org2024-02-201-2/+2
* upstream: add ChannelTimeout support to the client, mirroring thedjm@openbsd.org2023-10-121-36/+4
* upstream: fix sizeof(*ptr) instead sizeof(ptr) in realloc (pointer heredjm@openbsd.org2023-09-081-7/+7
* upstream: allow override of Sybsystem directives in sshd Matchdjm@openbsd.org2023-09-071-2/+46
* upstream: allocate the subsystems array as necessary and remove thedjm@openbsd.org2023-09-071-5/+13
* upstream: preserve quoting of Subsystem commands and arguments.djm@openbsd.org2023-09-071-13/+11
* upstream: downgrade duplicate Subsystem directives from being adjm@openbsd.org2023-09-071-6/+15
* upstream: make PerSourceMaxStartups first-match-wins; ok dtucker@djm@openbsd.org2023-08-291-2/+2
* upstream: move other RCSIDs to before their respective license blocksdjm@openbsd.org2023-07-171-2/+1
* upstream: better validate CASignatureAlgorithms in ssh_config anddjm@openbsd.org2023-06-211-2/+8
* upstream: Store timeouts as int, not u_int as they are limited tomillert@openbsd.org2023-06-201-4/+5
* upstream: fix AuthorizedPrincipalsCommand when AuthorizedKeysCommanddjm@openbsd.org2023-05-251-2/+2
* upstream: Remove unused compat.h includes.dtucker@openbsd.org2023-03-051-2/+1
* upstream: actually print "channeltimeout none" in config dump mode;djm@openbsd.org2023-03-031-3/+11
* upstream: Add a sshd_config UnusedConnectionTimeout option to terminatedjm@openbsd.org2023-01-171-2/+23
* upstream: Implement channel inactivity timeoutsdjm@openbsd.org2023-01-061-10/+100
* upstream: Remove some set but otherwise unused variables, spotteddtucker@openbsd.org2022-11-071-3/+2
* upstream: Check for and disallow MaxStartups values less than ordtucker@openbsd.org2022-11-071-1/+5
* upstream: Add RequiredRSASize for sshd(8); RSA keys that falldjm@openbsd.org2022-09-171-1/+12
* upstream: Make SetEnv directives first-match-wins in bothdjm@openbsd.org2022-06-031-1/+7
* upstream: don't try to resolve ListenAddress directives in the sshddjm@openbsd.org2022-03-201-4/+5
* upstream: Switch hpdelim interface to accept only ":" as delimiter.dtucker@openbsd.org2022-02-101-12/+9
* upstream: revision 1.381 neglected to removemillert@openbsd.org2021-09-071-4/+3
* Remove now-unused SSHv1 enums.Darren Tucker2021-07-021-1/+0
* upstream: Remove references to ChallengeResponseAuthentication indtucker@openbsd.org2021-07-021-13/+4
* upstream: switch sshd_config parsing to argv_split()djm@openbsd.org2021-06-081-283/+331
* upstream: highly polished whitespace, mostly fixing spaces-for-tabdjm@openbsd.org2021-04-031-7/+7
* upstream: Add ModuliFile keyword to sshd_config to specify thedtucker@openbsd.org2021-03-131-2/+10
* upstream: Put obsolete aliases for hostbasedalgorithms anddtucker@openbsd.org2021-02-241-3/+3
* upstream: factor out opt_array_append; ok djm@markus@openbsd.org2021-02-171-41/+15
* upstream: Rename HostbasedKeyTypes (ssh) anddtucker@openbsd.org2021-01-261-8/+9
* upstream: Rename PubkeyAcceptedKeyTypes keyword todtucker@openbsd.org2021-01-221-12/+13
* upstream: Correct spelling of persourcenetblocksize in config-dumpdtucker@openbsd.org2021-01-111-2/+2