summaryrefslogtreecommitdiff
path: root/servconf.c
AgeCommit message (Expand)Author
2020-10-18Revert "upstream: Update default IPQoS in ssh(1), sshd(8) to DSCP AF21 for"Colin Watson
2020-10-18Add DebianBanner server configuration optionKees Cook
2020-10-18Accept obsolete ssh-vulnkey configuration optionsColin Watson
2020-10-18GSSAPI key exchange supportSimon Wilkinson
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
2020-01-23upstream: Make zlib optional. This adds a "ZLIB" build time optiondtucker@openbsd.org
2020-01-23upstream: Remove unsupported algorithms from list of defaults at rundtucker@openbsd.org
2019-12-16upstream: don't treat HostKeyAgent=none as a path either; avoidsdjm@openbsd.org
2019-12-16upstream: do not attempt to find an absolute path for sshd_configdjm@openbsd.org
2019-12-16upstream: allow security keys to act as host keys as well as userdjm@openbsd.org
2019-11-25upstream: Add a sshd_config PubkeyAuthOptions directivedjm@openbsd.org
2019-11-01upstream: Separate myproposal.h userauth pubkey typesdjm@openbsd.org
2019-09-08upstream: Allow prepending a list of algorithms to the default setnaddy@openbsd.org
2019-05-08upstream: When running sshd -T, assume any attibute not provided bydtucker@openbsd.org
2019-03-26upstream: whitespacedjm@openbsd.org
2019-03-08upstream: Move checks for lists of users or groups into their owndtucker@openbsd.org
2019-02-22Cygwin: implement case-insensitive Unicode user and group name matchingCorinna Vinschen
2019-02-22Revert unintended parts of previous commit.Darren Tucker
2019-02-22Revert "[auth.c] On Cygwin, refuse usernames that have differences in case"Corinna Vinschen
2019-01-24upstream: Always initialize 2nd arg to hpdelim2. It populates thatdtucker@openbsd.org
2019-01-24upstream: Remove support for obsolete host/port syntax.dtucker@openbsd.org
2019-01-20upstream: convert servconf.c to new packet APIdjm@openbsd.org
2019-01-20upstream: begin landing remaining refactoring of packet parsingdjm@openbsd.org
2018-11-19upstream: silence (to log level debug2) failure messages whendjm@openbsd.org
2018-11-16upstream: use path_absolute() for pathname checks; from Manoj Ampalamdjm@openbsd.org
2018-09-21upstream: actually make CASignatureAlgorithms available as a configdjm@openbsd.org
2018-09-20upstream: Add sshd_config CASignatureAlgorithms option to allowdjm@openbsd.org
2018-08-13upstream: better diagnosics on alg list assembly errors; okdjm@openbsd.org
2018-07-31Remove support for S/KeyDamien Miller
2018-07-12upstream: remove legacy key emulation layer; ok djm@markus@openbsd.org
2018-07-10upstream: sshd: switch config to sshbuf API; ok djm@markus@openbsd.org
2018-07-10upstream: Revert previous two commitssf@openbsd.org
2018-07-10upstream: Rename COMP_DELAYED to COMP_ZLIBsf@openbsd.org
2018-07-04upstream: repair PubkeyAcceptedKeyTypes (and friends) after RSAdjm@openbsd.org
2018-07-03upstream: allow sshd_config PermitUserEnvironment to accept adjm@openbsd.org
2018-06-19upstream: allow bare port numbers to appear in PermitListen directives,djm@openbsd.org
2018-06-09upstream: add a SetEnv directive for sshd_config to allow andjm@openbsd.org
2018-06-07upstream: switch config file parsing to getline(3) as this avoidsmarkus@openbsd.org