summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2003-07-18userid is unsigned, but well, force it anyways; andrushock@korovino.netTheo de Raadt
2003-07-16some minor DPADD changesTheo de Raadt
2003-07-16mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se>Markus Friedl
2003-07-16clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@Markus Friedl
2003-07-16don't exit on multiple -v or -d; ok deraadt@Markus Friedl
2003-07-15stop using libcom_err, it is built into krb5Theo de Raadt
2003-07-14remove undocumented -V option. would be only useful if openssh is usedMarkus Friedl
2003-07-10sync usage with manpage, add missing -RMarkus Friedl
2003-07-10the 2^(blocksize*2) rekeying limit is too expensive for 3DES,Markus Friedl
2003-07-09minor tweak: when generating the hex fingerprint, give strlcat the full bound...Anil Madhavapeddy
2003-07-03fix AddressFamily option in config file, from brent@graveland.net; ok markus@Damien Miller
2003-07-02convert hostkeyalias to lowercase, otherwise uppercase aliases willMarkus Friedl
2003-07-02(re)add socks5 suppport to -D; ok djm@Markus Friedl
2003-07-02deny dynamic forwarding with -R for v1, too; ok djm@Markus Friedl
2003-06-29memset 0, not \0; andrushock@korovino.netMarkus Friedl
2003-06-28deal with typing of write vs read in atomicioTheo de Raadt
2003-06-28report pidfile creation errors, based on patch from Roumen Petrov; ok markus@Damien Miller
2003-06-26do not dump core for 'ssh -o proxycommand host'; ok deraadt@Markus Friedl
2003-06-25Typo police: attribute is better written with an 'r'.Miod Vallat
2003-06-24int -> u_int; ok djm@, deraadt@, mouring@Markus Friedl
2003-06-23document EnableSSHKeysign; bugzilla #599; ok deraadt@, jmc@Markus Friedl
2003-06-20sync some implemented options; ok markus@Damien Miller
2003-06-20sync description of protocol 2 cipher proposal; ok markusDamien Miller
2003-06-18backout last change, since it violates pkcs#1Markus Friedl
2003-06-17use license from /usr/share/misc/license.template for new codeMarkus Friedl
2003-06-16print out key comment on each prompt; make ssh-askpass more useable; ok djm@Markus Friedl
2003-06-16make sure the signature has at least the expected length (don'tMarkus Friedl
2003-06-12add sc_get_key_label; larsch at trustcenter.de; bugzilla#591Markus Friedl
2003-06-12Typo.Nils Nordman
2003-06-12mention more copyright holders; ok markus@Damien Miller
2003-06-12typos; dtucker at zip.com.auMarkus Friedl
2003-06-11$OpenBSD$Damien Miller
2003-06-11make agent constraints (lifetime, confirm) work with smartcard keys; ok markus@Damien Miller
2003-06-11sync with check_host_key() changeJakob Schlyter
2003-06-11clean up check_host_key() and improve SSHFP feedback. ok markus@Jakob Schlyter
2003-06-10mostly ansi cleanup; pval okTheo de Raadt
2003-06-10- section reorderJason McIntyre
2003-06-04mop up some more 3/4 license issuesTheo de Raadt
2003-06-04kill ssh process on receipt of signal; ok markus@Damien Miller
2003-06-04kill ssh process upon receipt of signal, bz #241.Damien Miller
2003-06-04ansify; ok markus@Damien Miller
2003-06-04remove bitrotten commet; ok markus@Damien Miller
2003-06-04remove duplicated group-dropping code; ok markus@Damien Miller
2003-06-04disable challenge/response and keyboard-interactive auth methods upon hostkeyDamien Miller
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
2003-06-02deprecate VerifyReverseMapping since it's dangerous if combinedMarkus Friedl
2003-06-02VerifyHostKeyDNS is v2 only. ok markus@Jakob Schlyter
2003-05-29seteuid and setegid; markus okTheo de Raadt
2003-05-26fix format strings; ok markus@Damien Miller
2003-05-24cast some types for printing; ok markus@Damien Miller