summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
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
2003-05-24cast some types for printing; ok markus@Damien Miller
2003-05-24pass logged data through strnvis; ok markusDamien Miller
2003-05-23fix leak; ok markus@Damien Miller
2003-05-20new sentence, new lineJason McIntyre
2003-05-20- new sentence, new lineJason McIntyre
- added .Xr's - typos ok djm@
2003-05-18use syslog_r() in a signal handler called place; markus okTheo de Raadt
2003-05-17experimental support for aes-ctr modes fromMarkus Friedl
http://www.ietf.org/internet-drafts/draft-ietf-secsh-newmodes-00.txt ok djm@
2003-05-17just in case, put numbers to sscanf %s arg.Jun-ichiro itojun Hagino
2003-05-17Don't link with unneeded kerberos librariesHans Insulander
2003-05-16add AddressFamily option to ssh_config (like -4, -6 on commandline).Damien Miller
Portable bug #534; ok markus@