Age | Commit message (Expand) | Author |
2003-09-01 | fix leak | Markus Friedl |
2003-09-01 | remove unused kerberos code; ok henning@ | Markus Friedl |
2003-09-01 | rm whitespace | Markus Friedl |
2003-09-01 | rm gssapidelegatecreds alias; never supported before | Markus Friedl |
2003-09-01 | gss kex is not supported; sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-31 | whitspace KNF | Markus Friedl |
2003-08-31 | correct string termination in parse_ename(); sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-31 | call ssh_gssapi_storecreds conditionally from do_exec(); with sxw@inf.ed.ac.uk | Markus Friedl |
2003-08-31 | do write to buf[-1] | Markus Friedl |
2003-08-31 | pass file_size + 1 to snprintf: fixes printing of truncated | Markus Friedl |
2003-08-29 | be less chatty; debug -> debug2, cleanup; ok henning@ | Markus Friedl |
2003-08-29 | SSH_BUG_K5USER is unused; ok henning@ | Markus Friedl |
2003-08-28 | remove kerberos support from ssh1, since it has been replaced with GSSAPI; | Markus Friedl |
2003-08-28 | don't like libgss/krb5 twice, fixes non-KERBEROS builds; pmbas@samhaim.org | Markus Friedl |
2003-08-26 | fix passwd auth for 'username leaks via timing'; with djm@, original patches ... | Markus Friedl |
2003-08-25 | fprintf->logit to silence login banner with "ssh -q"; ok markus@ | Damien Miller |
2003-08-25 | fix div by zero when listing for filename lengths longer than width. | Federico G. Schwindt |
2003-08-24 | re-organize Makefiles so that static builds actually work | Theo de Raadt |
2003-08-24 | 64 bit cleanups; markus ok | Theo de Raadt |
2003-08-22 | add Simon Wilkinson | Markus Friedl |
2003-08-22 | nuke "kerberos-2@ssh.com" | Markus Friedl |
2003-08-22 | remove support for "kerberos-2@ssh.com" | Markus Friedl |
2003-08-22 | support GSS API user authentication; patches from Simon Wilkinson, | Markus Friedl |
2003-08-14 | exit after primetest, ok djm@ | Markus Friedl |
2003-08-13 | socks4->socks, since with support both 4 and 5; dtucker@zip.com.au | Markus Friedl |
2003-08-13 | remove RhostsAuthentication; suggested by djm@ before; ok djm@, deraadt@, | Markus Friedl |
2003-08-13 | use more portable tcsendbreak(3) and ignore break_length; | Markus Friedl |
2003-07-31 | print rate similar old version; round instead truncate; | Markus Friedl |
2003-07-31 | correct comment: atomicio takes vwrite, not write; deraadt@ ok | Anil Madhavapeddy |
2003-07-31 | check whether passwd auth is allowd, similar to proto 1; rob@pitman.co.za | Markus Friedl |
2003-07-30 | whitespace | Markus Friedl |
2003-07-30 | use only 4 digits in format_size | Markus Friedl |
2003-07-29 | fix length for "- stalled -" | Markus Friedl |
2003-07-29 | bad license; deraadt | Markus Friedl |
2003-07-29 | replace 4 clause BSD licensed progressmeter code with a replacement | Markus Friedl |
2003-07-28 | Support for generating Diffie-Hellman groups (/etc/moduli) from ssh-keygen. | Damien Miller |
2003-07-23 | remove AFS; itojun@ | Markus Friedl |
2003-07-22 | remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); | Markus Friedl |
2003-07-19 | fix sftp filename parsing for arguments with escaped quotes. bz #517; ok markus | Damien Miller |
2003-07-18 | userid is unsigned, but well, force it anyways; andrushock@korovino.net | Theo de Raadt |
2003-07-16 | some minor DPADD changes | Theo de Raadt |
2003-07-16 | mcc -> fcc; from Love Hörnquist Åstrand <lha@it.su.se> | Markus Friedl |
2003-07-16 | clear IUCLC in enter_raw_mode; from rob@pitman.co.za; ok deraadt@, fgs@ | Markus Friedl |
2003-07-16 | don't exit on multiple -v or -d; ok deraadt@ | Markus Friedl |
2003-07-15 | stop using libcom_err, it is built into krb5 | Theo de Raadt |
2003-07-14 | remove undocumented -V option. would be only useful if openssh is used | Markus Friedl |
2003-07-10 | sync usage with manpage, add missing -R | Markus Friedl |
2003-07-10 | the 2^(blocksize*2) rekeying limit is too expensive for 3DES, | Markus Friedl |
2003-07-09 | minor tweak: when generating the hex fingerprint, give strlcat the full bound... | Anil Madhavapeddy |
2003-07-03 | fix AddressFamily option in config file, from brent@graveland.net; ok markus@ | Damien Miller |