summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
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
2006-08-01clean extra spacesKevin Steves
2006-08-01move #include <stdio.h> out of includes.hKevin Steves
2006-07-26move #include <stdlib.h> out of includes.hKevin Steves
2006-07-22move #include <string.h> out of includes.hKevin Steves
2006-07-21Make PermitOpen take a list of permitted ports and act more like most otherDarren Tucker
2006-07-19Add ForceCommand keyword to sshd_config, equivalent to the "command="Darren Tucker
2006-07-19Add support for X11Forwaring, X11DisplayOffset and X11UseLocalhost toDarren Tucker
2006-07-17Add PermitOpen directive to sshd_config which is equivalent to theDarren Tucker
2006-07-17move #include <unistd.h> out of includes.hKevin Steves
2006-07-12move #include <netdb.h> out of includes.h; ok djm@Kevin Steves
2006-07-12Add support for conditional directives to sshd_config via a "Match" keyword,Darren Tucker
2006-07-08move #include <sys/socket.h> out of includes.hKevin Steves
2006-07-06support arguments to Subsystem commands; ok markus@Damien Miller
2006-03-25Put $OpenBSD$ tags back (as comments) to replace the RCSID()s thatDamien Miller
2006-03-19RCSID() can dieTheo de Raadt
2006-03-19Correct strdelim null test; ok djm@Darren Tucker
2006-03-19potential NULL pointer dereferences detected by CoverityDamien Miller
2005-12-08two changes to the new ssh tunnel support. this breaks compatibilityReyk Floeter