summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
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
2008-05-08Implement a channel success/failure status confirmation callbackDamien Miller
2008-05-07Enable the AllowAgentForwarding option in sshd_config (global and matchPierre-Yves Ritschard
2008-02-10delay ~ expansion for ChrootDirectory so it expands to the logged-in user'sDamien Miller
2008-02-08add sshd_config ChrootDirectory option to chroot(2) users to a directory andDamien Miller
2008-01-01Allow PermitRootLogin in a Match block. Allows for, eg, permitting rootDarren Tucker
2007-12-31Prevent strict-aliasing warnings on newer gcc versions. bz #1355, patchDarren Tucker
2007-12-27Add a small helper function to consistently handle the EAI_SYSTEM errorDarren Tucker
2007-04-23Remove debug() left over from development. ok deraadt@Darren Tucker
2007-03-09Move C/R -> kbdint special case to after the defaults have beenDarren Tucker
2007-03-01Remove ChallengeResponseAuthentication support inside a MatchDarren Tucker
2007-02-22Check activep so Match and GatewayPorts work together; ok markus@Darren Tucker
2007-02-19Teach Match how handle config directives that are used before authentication.Darren Tucker
2006-12-14Make "PermitOpen all" first-match within a block to match the way otherDarren Tucker
2006-12-13Make PermitOpen work with multiple values like the man pages says. bz #1267Darren Tucker
2006-08-14Add ability to match groups to Match keyword in sshd_config. Feedback djm@,Darren Tucker
2006-08-03almost entirely get rid of the culture of ".h files that include .h files"Theo de Raadt