Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl | |
sshd allows multiple ListenAddress and Port options. note that libwrap is not IPv6-ready. (based on patches from fujiwara@rcac.tdi.co.jp) | |||
1999-11-11 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert | Markus Friedl | |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl | |
obsoletes QuietMode and FascistLogging in sshd. | |||
1999-10-17 | remove AllowHosts, DenyHosts, SilentDeny server access control cruft - ↵ | Dug Song | |
replace with LIBWRAP moved to child. ok markus@ deraat@ | |||
1999-10-11 | UseLogin, default=no, from kpa@gmx.net, ok deraadt@ | Markus Friedl | |
1999-10-07 | You have Mail. Email fuer Dich. Karsten Patzwaldt <kpa@gmx.net> default=no | Markus Friedl | |
1999-10-07 | add skey to sshd: | Markus Friedl | |
1) pass *pw to auth_password() not user_name, do_authentication already keeps private copy of struct passwd for current user. 2) limit authentication attemps to 5, otherwise ssh -o 'NumberOfPasswordPrompts 100000' host lets you enter 100000 passwds 3) make s/key a run-time option in /etc/sshd_config 4) generate fake skeys, for s/key for nonexisting users, too limit auth-tries for nonexisting users, too. Note that % ssh -l nonexisting-user -o 'NumberOfPasswordPrompts 100000' host has NO limits in ssh-1.2.27 | |||
1999-10-04 | nicer default | Theo de Raadt | |
1999-10-01 | randomseed is really gone now | Theo de Raadt | |
1999-09-29 | show other krb options | Theo de Raadt | |
1999-09-28 | PasswordAuthentication on by default | Theo de Raadt | |
1999-09-28 | correct defaults | Theo de Raadt | |
1999-09-28 | change X options to nice defaults | Theo de Raadt | |
1999-09-26 | /etc has always been in the same place | Theo de Raadt | |
1999-09-26 | distribution target | Theo de Raadt | |