Age | Commit message (Expand) | Author |
1999-10-16 | public exponent needs to be odd. | Niels Provos |
1999-10-16 | dont encrypt with public exponent < 3. | Niels Provos |
1999-10-16 | refuse to talk to protocol < 1.3 | Markus Friedl |
1999-10-16 | add CVS tags, fix comments and whitespace | Markus Friedl |
1999-10-16 | snprintf | Theo de Raadt |
1999-10-16 | snprintf | Theo de Raadt |
1999-10-16 | typo, add '-f' to SYNOPSIS | Markus Friedl |
1999-10-16 | typo: -P port | Markus Friedl |
1999-10-16 | the logging output needs \r, say "debug: " when debuggin | Markus Friedl |
1999-10-16 | Formatting fixes. | Aaron Campbell |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl |
1999-10-16 | -Wall cleanup | Niels Provos |
1999-10-15 | typo: s/UsePrivilegedPorts/UsePrivilegedPort/ | Markus Friedl |
1999-10-15 | turn of agent-fwding if hostkey changed, ok: theo. | Markus Friedl |
1999-10-14 | refuse to start if there is no configuration file for sshd. ok: deraadt | Markus Friedl |
1999-10-14 | say "Permission denied" if passwd is wrong. from wvdputte, ok niels | Markus Friedl |
1999-10-14 | PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,niels | Markus Friedl |
1999-10-14 | "the french issue", stir RC4 after key usage, ok niels | Markus Friedl |
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl |
1999-10-13 | age_old_log() now takes an int * as a parameter so it can return -1 | Todd C. Miller |
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 | Rewrite in perl for safety and paranoia. It might have been possible | Todd C. Miller |
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 | Some Xr to find(1), locate(1), whatis(1), whereis(1), which(1), etc., as | Aaron Campbell |
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 | Mark ParseReadC as inline (from NetBSD) | Marc Espie |
1999-10-05 | Efficiency patch from NetBSD: | Marc Espie |
1999-10-05 | Kill unused functions Buf_UngetByte, Buf_UngetBytes, Buf_GetByte, Buf_GetBytes. | Marc Espie |
1999-10-05 | util.c only holds compatibility functions that OpenBSD doesn't use. | Marc Espie |
1999-10-05 | Describe the -o option; whs@xs4all.nl | Aaron Campbell |
1999-10-05 | The .Bl -tag flag expects a -width argument. | Aaron Campbell |
1999-10-05 | Improve this man page a bit, but needs more work. | Aaron Campbell |
1999-10-05 | clear xauthfile on mkstemp failure. adam@xpert.com | Dug Song |