summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Collapse)Author
2003-09-02escape punctuation;Jason McIntyre
ok deraadt@
2003-09-02enter 3.7Markus Friedl
2003-09-01fix leakMarkus Friedl
2003-09-01remove unused kerberos code; ok henning@Markus Friedl
2003-09-01rm whitespaceMarkus Friedl
2003-09-01rm gssapidelegatecreds alias; never supported beforeMarkus Friedl
2003-09-01gss kex is not supported; sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31whitspace KNFMarkus Friedl
2003-08-31correct string termination in parse_ename(); sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.ukMarkus Friedl
2003-08-31do write to buf[-1]Markus Friedl
2003-08-31pass file_size + 1 to snprintf: fixes printing of truncatedMarkus Friedl
file names; fix based on patch/report from sturm@;
2003-08-29be less chatty; debug -> debug2, cleanup; ok henning@Markus Friedl
2003-08-29SSH_BUG_K5USER is unused; ok henning@Markus Friedl
2003-08-28remove kerberos support from ssh1, since it has been replaced with GSSAPI;Markus Friedl
but keep kerberos passwd auth for ssh1 and 2; ok djm, hin, henning, ...
2003-08-28don't like libgss/krb5 twice, fixes non-KERBEROS builds; pmbas@samhaim.orgMarkus Friedl
2003-08-26fix passwd auth for 'username leaks via timing'; with djm@, original patches ↵Markus Friedl
from solar
2003-08-25fprintf->logit to silence login banner with "ssh -q"; ok markus@Damien Miller
2003-08-25fix div by zero when listing for filename lengths longer than width.Federico G. Schwindt
markus@ ok.
2003-08-24re-organize Makefiles so that static builds actually workTheo de Raadt
2003-08-2464 bit cleanups; markus okTheo de Raadt
2003-08-22add Simon WilkinsonMarkus Friedl
2003-08-22nuke "kerberos-2@ssh.com"Markus Friedl
2003-08-22remove support for "kerberos-2@ssh.com"Markus Friedl
2003-08-22support GSS API user authentication; patches from Simon Wilkinson,Markus Friedl
stripped down and tested by Jakob and myself.
2003-08-14exit after primetest, ok djm@Markus Friedl
2003-08-13socks4->socks, since with support both 4 and 5; dtucker@zip.com.auMarkus Friedl
2003-08-13remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@,Markus Friedl
fgsch@, miod@, henning@, jakob@ and others
2003-08-13use more portable tcsendbreak(3) and ignore break_length;Markus Friedl
ok deraadt, millert
2003-07-31print rate similar old version; round instead truncate;Markus Friedl
2003-07-31correct comment: atomicio takes vwrite, not write; deraadt@ okAnil Madhavapeddy
2003-07-31check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.zaMarkus Friedl
ok henning
2003-07-30whitespaceMarkus Friedl
2003-07-30use only 4 digits in format_sizeMarkus Friedl
2003-07-29fix length for "- stalled -"Markus Friedl
2003-07-29bad license; deraadtMarkus Friedl
2003-07-29replace 4 clause BSD licensed progressmeter code with a replacementMarkus Friedl
from Nils Nordman and myself; ok deraadt@
2003-07-28Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen.Damien Miller
Based on code from Phil Karn, William Allen Simpson and Niels Provos. ok markus@, thanks jmc@
2003-07-23remove AFS; itojun@Markus Friedl
2003-07-22remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1);Markus Friedl
test+ok henning@
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.