Age | Commit message (Expand) | Author |
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl |
1999-10-12 | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port | Markus Friedl |
1999-10-12 | more: sshd will not start if hostkey readable | Markus Friedl |
1999-10-12 | SilentDeny, don't log/answer refused connections, deraadt@ | Markus Friedl |
1999-10-12 | setsid() for all connections; millert/markus | Theo de Raadt |
1999-10-11 | document StrictMode | Markus Friedl |
1999-10-11 | Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@ | Markus Friedl |
1999-10-11 | UseLogin, default=no, from kpa@gmx.net, ok deraadt@ | Markus Friedl |
1999-10-11 | document reality (no askpass, ignore group-world-accessible private keys) | Markus Friedl |
1999-10-11 | we do not ship ssh-askpass | Markus Friedl |
1999-10-11 | make sure ~/.ssh/authorized_keys is not writable for group/world (sshd) | Markus Friedl |
1999-10-08 | Print out the progress meter for 0 length files, too; deraadt@ | Aaron Campbell |
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 |
1999-10-07 | Document -q. | Aaron Campbell |
1999-10-07 | on static machines, install these as mode 0 | Theo de Raadt |
1999-10-07 | add -Q flag: says whether ssh RSA check should whine on stdout | Theo de Raadt |
1999-10-06 | scp should not link against kerberos stuff | Theo de Raadt |
1999-10-06 | implement client NumberOfPasswordPrompts option | Dug Song |
1999-10-06 | force HOST_OK not only for localhost but for localnet, suggested tholo@ | Niels Provos |
1999-10-05 | move auth-sockets to private dir | Markus Friedl |
1999-10-05 | clear xauthfile on mkstemp failure. adam@xpert.com | Dug Song |
1999-10-05 | fix potential xauth race | Dug Song |
1999-10-05 | - Fix the progress meter for receiving files, too. | Aaron Campbell |
1999-10-05 | Show filenames in the progress meter while transferring. | Aaron Campbell |
1999-10-05 | include licensing info | Dug Song |
1999-10-05 | crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@ | Dug Song |
1999-10-04 | fix shutdown() for sockets, the last one has to close the socket | Markus Friedl |
1999-10-04 | more shrinking | Theo de Raadt |
1999-10-04 | nuked minfd. sigh. hope this is the last one. | Markus Friedl |
1999-10-04 | nuke minfd/AUTH_FD | Markus Friedl |
1999-10-04 | nuke genminfd/AUTH_FD | Markus Friedl |
1999-10-04 | fix handling of the localhost case. used to be a check against 'localhost', | Niels Provos |
1999-10-04 | nicer default | Theo de Raadt |
1999-10-04 | and... blowfish is external now too | Theo de Raadt |
1999-10-04 | it is incredible what some people try to do in signal handlers | Theo de Raadt |
1999-10-03 | document CheckHostIP | Niels Provos |
1999-10-03 | fix last commit. | Niels Provos |
1999-10-03 | add code to detect DNS spoofing: | Niels Provos |
1999-10-03 | errno trashing in signal handlers | Theo de Raadt |
1999-10-03 | errno trashing considered harmfull | Theo de Raadt |
1999-10-03 | use strcasecmp() | Theo de Raadt |
1999-10-03 | use SHUT_* symbols | Theo de Raadt |
1999-10-03 | do not call shutdown() on pipes, ok: deraadt | Markus Friedl |
1999-10-03 | - Fix up SYNOPSIS sections. | Aaron Campbell |
1999-10-03 | New mdoc'ified scp(1) man page. | Aaron Campbell |
1999-10-03 | clean the minfd junk | Theo de Raadt |
1999-10-03 | libwrap, ick, yuck | Theo de Raadt |
1999-10-03 | AFS depends on kerberos, fixes KERBEROS=no | Theo de Raadt |
1999-10-03 | a few setproctitle() calls... | Theo de Raadt |