summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
2002-09-04default LoginGraceTime to 2m; 1m may be too short for slow systems.Kevin Steves
2002-08-21change LoginGraceTime default to 1 minute; ok mouring@ markus@Kevin Steves
2002-07-30add PermitUserEnvironment (off by default!); from dot@dotat.at; ok provos, de...Markus Friedl
2002-06-23minor KNF. things the fingers do while you readTheo de Raadt
2002-06-20allow Compression=yes/no in sshd_configMarkus Friedl
2002-05-15re-enable privsep and disable setuid for post-3.2.2Markus Friedl
2002-05-15disable privsep and enable setuid for the 3.2.2 releaseMarkus Friedl
2002-05-04enable privsep by default; provos okTheo de Raadt
2002-04-22do not auto-enable KerberosAuthentication; ok djm@, provos@, deraadt@Markus Friedl
2002-04-20No, afs requires explicit enablingTheo de Raadt
2002-03-20for unprivileged user, group do:Kevin Steves
2002-03-19_PATH_PRIVSEP_CHROOT_DIR; ok provos@Kevin Steves
2002-03-18UnprivUser/UnprivGroup usable now--specify numeric user/group; okKevin Steves
2002-03-18integrate privilege separated openssh; its turned off by default for now.Niels Provos
2002-02-04add SYSLOG_FACILITY_NOT_SET = -1, SYSLOG_LEVEL_NOT_SET = -1,Markus Friedl
2002-01-29s/ReverseMappingCheck/VerifyReverseMapping/ and avoid confusion; ok stevesk@Markus Friedl
2002-01-27add X11UseLocalhost; ok markus@Kevin Steves
2002-01-22typo in error message; from djast@cs.toronto.eduKevin Steves
2002-01-04protocol 2 HostKey code default is now /etc/ssh_host_rsa_key andKevin Steves
2002-01-04remove #ifdef _PATH_XAUTH/#endif; 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-12-05minor KNFTheo de Raadt
2001-11-17enum/int type cleanup where it made sense to do so; ok markus@Kevin Steves
2001-11-12enable authorized_keys2 again. tested by fries@Markus Friedl
2001-11-11make AuthorizedKeysFile2 fallback to AuthorizedKeysFile if AuthorizedKeysFile...Markus Friedl
2001-08-16deprecate CheckMail. ok markus@Jakob Schlyter
2001-07-11make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong okJun-ichiro itojun Hagino
2001-07-08fix ``MaxStartups max''; ok markus@Kevin Steves
2001-06-26#include <kafs.h>Dug Song
2001-06-26Kerberos v5 support for SSH1, mostly from Assar Westerlund <assar@freebsd.org...Dug Song
2001-06-23more strict prototypes. raise warning level in Makefile.inc. markus ok'edJun-ichiro itojun Hagino
2001-06-08move the path for xauth to pathnames.hMarkus Friedl
2001-05-20configurable authorized_keys{,2} location; originally from peter@; ok djm@Markus Friedl
2001-05-19sshd command-line arguments and configuration file options thatKevin Steves
2001-05-18improved kbd-interactive support. work by per@appgate.com and meMarkus Friedl
2001-05-03remove "\n" from fatal()Kevin Steves
2001-04-15use fatal() or error() vs. fprintf(); ok markus@Kevin Steves
2001-04-13Add options ClientAliveInterval and ClientAliveCountMax to sshd.Bob Beck
2001-04-12robust port validation; ok markus@ jakob@Kevin Steves
2001-04-12implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2)Markus Friedl
2001-04-06in addition to:Kevin Steves
2001-04-02correct comment; ok markus@Kevin Steves
2001-03-25PrintLastLog option; from chip@valinux.com with some minorKevin Steves
2001-03-05sync error message; ok markus@Kevin Steves
2001-03-04log functions should not be passed strings that end in newline as theyTodd C. Miller
2001-03-04kill obsolete RandomSeed; ok markus@ deraadt@Kevin Steves
2001-02-22grammar; slade@shore.netTheo de Raadt
2001-02-12PermitRootLogin={yes,without-password,forced-commands-only,no}Markus Friedl
2001-02-111) clean up the MAC support for SSH-2Markus Friedl