summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
2012-07-13handle long comments in config files better. bz#2025, ok markusDarren Tucker
2012-07-10Turn on systrace sandboxing of pre-auth sshd by default for new installsDamien Miller
2012-06-19sshd_config: extend Match to allow AcceptEnv and {Allow,Deny}{Users,Groups}Markus Friedl
2012-05-13Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust testsDarren Tucker
2012-04-12VersionAddendum option to allow server operators to append some arbitraryDamien Miller
2012-03-29Add PermitOpen none option based on patch from Loganaden VelvindronDarren Tucker
2011-09-23Add wildcard support to PermitOpen, allowing things like "PermitOpenDarren Tucker
2011-06-22introduce sandboxing of the pre-auth privsep child using systrace(4).Damien Miller
2011-06-22reuse the multistate option arrays to pretty-print options for "sshd -T"Damien Miller
2011-06-17factor out multi-choice option parsing into a parse_multistate labelDamien Miller
2011-05-23allow AuthorizedKeysFile to specify multiple files, separated by spaces.Damien Miller
2011-05-20use a macro to define which string options to copy between configsDamien Miller
2011-05-20Add comment documenting what should be after the preauth check. ok djmDarren Tucker
2011-05-20the options TrustedUserCAKeys, RevokedKeysFile, AuthorizedKeysFileDamien Miller
2011-05-11remove support for authorized_keys2; it is a relic from the early daysDamien Miller
2011-03-29print ipqos friendly string for sshd -T; ok markusKevin Steves
2010-11-13allow ssh and sshd to set arbitrary TOS/DSCP/QoS values instead ofDamien Miller
2010-09-30prevent free() of string in .rodata when overriding AuthorizedKeys inDamien Miller
2010-09-22add a KexAlgorithms knob to the client and server configuration to allowDamien Miller
2010-09-01pick up ECDSA host key by default; ok djm@Christian Weisgerber
2010-06-22expose some more sshd_config options inside Match blocks:Damien Miller
2010-05-07add some optional indirection to matching of principal names listedDamien Miller
2010-03-25from portable: getcwd(NULL, 0) doesn't work on all platforms, soDamien Miller
2010-03-12do not prepend AuthorizedKeysFile with getcwd(), unbreaks relative pathsMarkus Friedl
2010-03-12unbreak AuthorizedKeys option with a $HOME-relative path; reported byDamien Miller
2010-03-04Add a TrustedUserCAKeys option to sshd_config to specify CA keys thatDamien Miller
2010-02-26Add support for certificate key types for users and hosts.Damien Miller
2010-01-13avoid run-time failures when specifying hostkeys via a relativeDamien Miller
2010-01-10Add ChrootDirectory to sshd.c test-mode outputDarren Tucker
2010-01-09Remove RoutingDomain from ssh since it's now not needed. It can be replacedDarren Tucker
2009-12-29Rename RDomain config option to RoutingDomain to be more clear andKevin Steves
2009-12-25validate routing domain is in range 0-RT_TABLEID_MAX.Kevin Steves
2009-10-28Allow to set the rdomain in ssh/sftp/scp/sshd and ssh-keyscan.Reyk Floeter
2009-10-08disable protocol 1 by default (after a transition period of about 10 years)Markus Friedl
2009-04-14Fixed a few the-the misspellings in comments. Skipped a bunch in binutils,gcc...Janne Johansson
2009-01-22make a2port() return -1 when it encounters an invalid port numberDamien Miller
2008-12-09channel_print_adm_permitted_opens() should deal with all the printingKevin Steves
2008-11-11USE_AFS not referenced so remove #ifdef. fixes sshd -T not printingKevin Steves
2008-11-05passord -> password;Jason McIntyre
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2008-11-03include MaxSessions in sshd -T output; patch from imorgan AT nas.nasa.govDamien Miller
2008-10-09support setting PermitEmptyPasswords in a Match blockDamien Miller
2008-07-23do not try to print options that have been compile-time disabledDamien Miller
2008-07-04support negation of groups in "Match group" block (bz#1315); ok dtucker@Damien Miller
2008-07-02increase default size of ssh protocol 1 ephemeral key from 768 to 1024Damien Miller
2008-06-15Allow MaxAuthTries within a Match block. ok djm@Darren Tucker
2008-06-10support CIDR address matching in .ssh/authorized_keys from="..." stanzasDamien Miller
2008-06-10Add extended test mode (-T) and connection parameters for test mode (-C).Darren Tucker
2008-06-10support CIDR address matching in sshd_config "Match address" blocks, withDamien Miller
2008-05-08Make the maximum number of sessions run-time controllable viaDamien Miller