summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2003-07-19fix sftp filename parsing for arguments with escaped quotes. bz #517; ok markusDamien Miller
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
otherwise the kerberos credentinal is stored in a memory cache in the privileged sshd. ok jabob@, hin@ (some time ago)
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
as ssh v1 server for ssh.com's ssh v2.
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
blowfish, etc, so enforce a 1GB limit for small blocksizes.
2003-07-09minor tweak: when generating the hex fingerprint, give strlcat the full ↵Anil Madhavapeddy
bound to the buffer, and add a comment below explaining why the zero-termination is one less than the bound. markus@ ok
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
not match at all; ok henning@
2003-07-02(re)add socks5 suppport to -D; ok djm@Markus Friedl
now ssh(1) can act both as a socks 4 and socks 5 server and dynamically forward ports.
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
switch to share/misc/license.template
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
insist on len == hlen + oidlen, since this breaks some smartcards) bugzilla #592; ok djm@
2003-06-12add sc_get_key_label; larsch at trustcenter.de; bugzilla#591Markus Friedl
2003-06-12Typo.Nils Nordman
Ok markus@.
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
- COMPATIBILITY merge - macro cleanup - kill whitespace at EOL - new sentence, new line ssh pages ok markus@
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
based on patch from esb AT hawaii.edu; ok markus@
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
mismatch. based on patch from fcusack AT fcusack.com. bz #580; ok markus@
2003-06-03Remove the advertising clause in the UCB license which BerkeleyTodd C. Miller
rescinded 22 July 1999. Proofed by myself and Theo.
2003-06-02deprecate VerifyReverseMapping since it's dangerous if combinedMarkus Friedl
with IP based access control as noted by Mike Harding; replace with a UseDNS option, UseDNS is on by default and includes the VerifyReverseMapping check; with itojun@, provos@, jakob@ and deraadt@ ok deraadt@, djm@
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