Age | Commit message (Expand) | Author |
2000-12-06 | err(3) -> internal error(), from stevesk@sweden.hp.com | Markus Friedl |
2000-12-05 | async connects for -R/-L; ok deraadt@ | Markus Friedl |
2000-12-05 | tweak comment to reflect real location of pid file; ok provos@ | Todd T. Fries |
2000-12-04 | David Maziere's ssh-keyscan, ok niels@ | Markus Friedl |
2000-12-03 | remove fallback to SSH_BUG_HMAC now that the drafts are updated | Markus Friedl |
2000-12-03 | correctly match "2.1.0.pl2 SSH" etc; from pekkas@netcore.fi/bugzilla.redhat | Markus Friedl |
2000-12-03 | support f-secure/ssh.com 2.0.12; ok niels@ | Markus Friedl |
2000-12-01 | typo; from green@FreeBSD.org | Markus Friedl |
2000-11-30 | debug -> warn if server tries to do -R style fwd w/o client requesting this; ... | Markus Friedl |
2000-11-30 | disable agent/x11/port fwding if hostkey has changed; ok niels@ | Markus Friedl |
2000-11-30 | agents must not dump core, ok niels@ | Markus Friedl |
2000-11-30 | -T is for both protocols | Markus Friedl |
2000-11-30 | check -T before isatty() | Markus Friedl |
2000-11-29 | sshd -D, startup w/o daemon(), for monitoring scripts or initab; | Markus Friedl |
2000-11-29 | des_cbc_encrypt -> des_ncbc_encrypt since it already updates the IV | Markus Friedl |
2000-11-29 | show IP address and hostname when new key is encountered. okay markus@ | Niels Provos |
2000-11-25 | print keytype when generating a key. | Markus Friedl |
2000-11-25 | reorder check for illegal ciphers, bugreport from espie@ | Markus Friedl |
2000-11-23 | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults | Markus Friedl |
2000-11-22 | talk about /etc/primes, okay markus@ | Niels Provos |
2000-11-16 | do not use perror() in sshd, after the child is forked() | Markus Friedl |
2000-11-15 | case insensitive key options; from stevesk@sweden.hp.com | Markus Friedl |
2000-11-15 | Add missing \n at the end of an error message. | Todd C. Miller |
2000-11-15 | add entry for HostKey /etc/ssh_host_dsa_key, and comment for ssh-2 rsa keys | Markus Friedl |
2000-11-15 | typo, use .It | Markus Friedl |
2000-11-15 | just ignore non existing user keys | Markus Friedl |
2000-11-15 | reorder SYNOPSIS | Markus Friedl |
2000-11-14 | do not reorder keys if a key is removed | Markus Friedl |
2000-11-14 | check no_agent_forwarding_flag for ssh-2, too | Markus Friedl |
2000-11-14 | parse options only if key matches; fixes some confusing messages seen by the ... | Markus Friedl |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl |
2000-11-12 | off-by-one when removing a key from the agent | Markus Friedl |
2000-11-10 | - Section shuffling: comply to the section ordering outlined in mdoc(7). | Aaron Campbell |
2000-11-10 | typo; from mouring@pconline.com | Markus Friedl |
2000-11-08 | Document that rsh and ssh will take their invocation name as a hostname to | Aaron Campbell |
2000-11-08 | - Get rid of ".Sh OPTIONS" and always use the standard options list intro. | Aaron Campbell |
2000-11-06 | downgrade client to 1.3 if server is 1.4; help from mdb@juniper.net | Markus Friedl |
2000-11-06 | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi | Markus Friedl |
2000-11-06 | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi | Markus Friedl |
2000-10-31 | so that large packets do not wrap "n"; from netbsd | Markus Friedl |
2000-10-31 | handle all old openssh versions | Markus Friedl |
2000-10-27 | deny agent/x11 forwarding unless requested; thanks to jwl@pobox.com | Markus Friedl |
2000-10-27 | enable non-blocking IO on channels, and tty's (except for the client ttys). | Markus Friedl |
2000-10-26 | add older vandyke products | Markus Friedl |
2000-10-23 | non-alignment dependent swap_bytes(); from simonb@wasabisystems.com/netbsd | Markus Friedl |
2000-10-21 | typo, eramore@era-t.ericsson.se; ok niels@ | Markus Friedl |
2000-10-19 | don't reference freed memory. okay deraadt@ | Niels Provos |
2000-10-19 | fmt string problem in unused code | Theo de Raadt |
2000-10-18 | restore old record login behaviour | Markus Friedl |
2000-10-18 | replace atomicio(read,...) with read(); ok deraadt@ | Markus Friedl |