summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.h
AgeCommit message (Expand)Author
2008-11-04Add support for an experimental zero-knowledge password authenticationDamien Miller
2008-06-10Add extended test mode (-T) and connection parameters for test mode (-C).Darren Tucker
2008-05-08Make the maximum number of sessions run-time controllable viaDamien Miller
2008-05-07Enable the AllowAgentForwarding option in sshd_config (global and matchPierre-Yves Ritschard
2008-02-13rekey arc4random and OpenSSL RNG in postauth childDamien Miller
2008-02-08add sshd_config ChrootDirectory option to chroot(2) users to a directory andDamien Miller
2007-02-19Teach Match how handle config directives that are used before authentication.Darren 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-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-12Add support for conditional directives to sshd_config via a "Match" keyword,Darren Tucker
2006-07-06support arguments to Subsystem commands; ok markus@Damien Miller
2006-03-25standardise spacing in $OpenBSD$ tags; requested by deraadt@Damien Miller
2005-12-06Add support for tun(4) forwarding over OpenSSH, based on an idea andReyk Floeter
2004-12-23bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.czDamien Miller
2004-06-24re-exec sshd on accept(); initial work, final debugging and ok markus@Damien Miller
2004-05-23Add MaxAuthTries sshd config option; ok markus@Darren Tucker
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2003-12-23implement KerberosGetAFSToken server option. ok markus@, beck@Jakob Schlyter
2003-12-09rename keepalive to tcpkeepalive; the old name causes too muchMarkus Friedl
2003-09-01remove unused kerberos code; ok henning@Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
2003-06-02deprecate VerifyReverseMapping since it's dangerous if combinedMarkus Friedl
2003-05-15always parse kerberos options. ok djm@ markus@Jakob Schlyter
2002-07-30add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de...Markus Friedl
2002-06-20allow Compression=yes/no in sshd_configMarkus Friedl
2002-03-20for unprivileged user, group do:Kevin Steves
2002-03-19_PATH_PRIVSEP_CHROOT_DIR; ok provos@Kevin Steves
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-03-04$OpenBSD$ and RCSID() cleanup: don't use RCSID() in .h files; addKevin Steves
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2001-12-19basic KNF done while i was looking for something elseTheo de Raadt
2001-12-06add -o to sshd, too. ok deraadt@Markus Friedl
2001-08-17typo in commentKevin Steves
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
2001-06-26remove comments from .h, since they are cut&paste from the .c filesMarkus Friedl
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org...Dug Song
2001-06-26prototype pedant. not very creative...Jun-ichiro itojun Hagino
2001-06-23get rid of known_hosts2, use it for hostkey lookup, but do not modify.Markus Friedl
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-04-13Add options ClientAliveInterval and ClientAliveCountMax to sshd.Bob Beck
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-03-25PrintLastLog option; from chip@valinux.com with some minorKevin Steves
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-02-111) clean up the MAC support for SSH-2Markus Friedl