summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
1999-10-16public exponent needs to be odd.Niels Provos
1999-10-16dont encrypt with public exponent < 3.Niels Provos
1999-10-16refuse to talk to protocol < 1.3Markus Friedl
1999-10-16add CVS tags, fix comments and whitespaceMarkus Friedl
1999-10-16snprintfTheo de Raadt
1999-10-16snprintfTheo de Raadt
1999-10-16typo, add '-f' to SYNOPSISMarkus Friedl
1999-10-16typo: -P portMarkus Friedl
1999-10-16the logging output needs \r, say "debug: " when debugginMarkus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
1999-10-16-Wall cleanupNiels Provos
1999-10-15typo: s/UsePrivilegedPorts/UsePrivilegedPort/Markus Friedl
1999-10-15turn of agent-fwding if hostkey changed, ok: theo.Markus Friedl
1999-10-14refuse to start if there is no configuration file for sshd. ok: deraadtMarkus Friedl
1999-10-14say "Permission denied" if passwd is wrong. from wvdputte, ok nielsMarkus Friedl
1999-10-14PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,nielsMarkus Friedl
1999-10-14"the french issue", stir RC4 after key usage, ok nielsMarkus Friedl
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
1999-10-12-P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. portMarkus Friedl
1999-10-12more: sshd will not start if hostkey readableMarkus Friedl
1999-10-12SilentDeny, don't log/answer refused connections, deraadt@Markus Friedl
1999-10-12setsid() for all connections; millert/markusTheo de Raadt
1999-10-11document StrictModeMarkus 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-11document reality (no askpass, ignore group-world-accessible private keys)Markus Friedl
1999-10-11we do not ship ssh-askpassMarkus Friedl
1999-10-11make sure ~/.ssh/authorized_keys is not writable for group/world (sshd)Markus Friedl
1999-10-08Print out the progress meter for 0 length files, too; deraadt@Aaron Campbell
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-07Document -q.Aaron Campbell
1999-10-07on static machines, install these as mode 0Theo de Raadt
1999-10-07add -Q flag: says whether ssh RSA check should whine on stdoutTheo de Raadt
1999-10-06scp should not link against kerberos stuffTheo de Raadt
1999-10-06implement client NumberOfPasswordPrompts optionDug Song
1999-10-06force HOST_OK not only for localhost but for localnet, suggested tholo@Niels Provos
1999-10-05move auth-sockets to private dirMarkus Friedl
1999-10-05clear xauthfile on mkstemp failure. adam@xpert.comDug Song
1999-10-05fix potential xauth raceDug Song
1999-10-05- Fix the progress meter for receiving files, too.Aaron Campbell
1999-10-05Show filenames in the progress meter while transferring.Aaron Campbell
1999-10-05include licensing infoDug Song
1999-10-05crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@Dug Song
1999-10-04fix shutdown() for sockets, the last one has to close the socketMarkus Friedl
1999-10-04more shrinkingTheo de Raadt
1999-10-04nuked minfd. sigh. hope this is the last one.Markus Friedl
1999-10-04nuke minfd/AUTH_FDMarkus Friedl
1999-10-04nuke genminfd/AUTH_FDMarkus Friedl
1999-10-04fix handling of the localhost case. used to be a check against 'localhost',Niels Provos