summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/servconf.c
AgeCommit message (Expand)Author
2000-10-14AllowTcpForwarding; from naddy@Markus Friedl
2000-10-11add support for s/key (kbd-interactive) to ssh2, based on work by mkiernan@av...Markus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-07-22random early drop; ok theo, nielsMarkus Friedl
2000-07-14 allow leading whitespace. ok nielsMarkus Friedl
2000-07-13allow multiple whitespace but only one '=' between tokens, bug report fromNiels Provos
2000-07-10strtok() --> strsep(). (niels@ ok)Hakan Olsson
2000-06-26MaxStartups: limit number of unauthenticated connections, work by theo and meMarkus Friedl
2000-06-20OpenBSD tagMarkus Friedl
2000-06-18include = in WHITESPACE; markus okTheo de Raadt
2000-06-17add support for ssh v2 subsystems. ok markus@.Jakob Schlyter
2000-05-31xauth_location support; pr 1234Markus Friedl
2000-05-22check strtok() != NULL; ok niels@Markus Friedl
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-05-06add DSAAuthetication option to ssh/sshd, document SSH2 in sshd.8Markus Friedl
2000-05-03GatewayPorts for sshd, ok deraadt@Markus Friedl
2000-05-03s/DsaKey/HostDSAKey/, document optionMarkus Friedl
2000-05-01PidFile, pr 1210Markus Friedl
2000-04-26ssh/sshd default to proto 1 and 2Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-03-07typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.deMarkus Friedl
2000-02-24sync with sshd_configMarkus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
1999-11-24strcasecmp instead of tolowerMarkus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-19remove unused index (-Wall)Markus Friedl
1999-11-19bugfix: loglevels are per host in clientconfig,Markus Friedl
1999-11-11print _all_ bad options found in configfileMarkus Friedl
1999-11-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
1999-10-25server-logs default to AUTH (consistence with sample sshd_config)Markus Friedl
1999-10-17default KerberosOrLocalPassword to 'yes'Dug Song
1999-10-17remove AllowHosts, DenyHosts, SilentDeny server access control cruft - replac...Dug Song
1999-10-14refuse to start if there is no configuration file for sshd. ok: deraadtMarkus Friedl
1999-10-14PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,nielsMarkus Friedl
1999-10-12SilentDeny, don't log/answer refused connections, deraadt@Markus Friedl
1999-10-11Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@Markus Friedl
1999-10-11UseLogin, default=no, from kpa@gmx.net, ok deraadt@Markus Friedl
1999-10-07You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=noMarkus Friedl
1999-10-07add skey to sshd:Markus Friedl
1999-10-02WallTheo de Raadt
1999-10-01randomseed is really gone nowTheo de Raadt
1999-10-01get rid of references to randomseedfile we dont need it. for sshdNiels Provos
1999-09-30do not bother with dinosaur pacificationTheo de Raadt
1999-09-29fix server krb4 option initializationDug Song
1999-09-29update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused...Dug Song