Age | Commit message (Expand) | Author |
2001-03-19 | version 2.5.2 | Markus Friedl |
2001-03-19 | undo /etc/shell and proto 2,1 change for openssh-2.5.2 | Markus Friedl |
2001-03-19 | document PreferredAuthentications options; ok markus@ | Damien Miller |
2001-03-19 | Document permitopen authorized_keys option; ok markus@ | Damien Miller |
2001-03-19 | Report ssh connection closing correctly; ok deraadt@ | Damien Miller |
2001-03-18 | specifically version match on ssh scanners. do not log scan information | Theo de Raadt |
2001-03-18 | ignore permitopen="host:port" if AllowTcpForwarding==no | Markus Friedl |
2001-03-17 | check /etc/shells, too | Markus Friedl |
2001-03-16 | implement "permitopen" key option, restricts -L style forwarding to | Markus Friedl |
2001-03-16 | discourage strcat/strcpy | Markus Friedl |
2001-03-16 | fix memset and whitespace | Markus Friedl |
2001-03-16 | Revise globbing for get/put to be more shell-like. In particular, | Damien Miller |
2001-03-16 | Add magic for vax-elf and vax-olf. At this time roughly as likely to be | Hugh Graham |
2001-03-15 | pass Session to do_child + KNF | Markus Friedl |
2001-03-15 | use %lld in printf, ok millert@/deraadt@; report from ssh@client.fi | Markus Friedl |
2001-03-14 | note no getopt() | Theo de Raadt |
2001-03-14 | formatting error; m@procyon.com | Theo de Raadt |
2001-03-14 | add version command | Markus Friedl |
2001-03-14 | Wall | Markus Friedl |
2001-03-13 | sftp client filename globbing for get, put, ch{mod,grp,own}. ok markus@ | Damien Miller |
2001-03-13 | missing xfree, deny key on parse error; ok stevesk@ | Markus Friedl |
2001-03-12 | remove old key_fingerprint interface, s/_ex// | Markus Friedl |
2001-03-11 | remove -v again. use -B instead for bubblebabble. make -B consistent | Markus Friedl |
2001-03-11 | style+cleanup | Markus Friedl |
2001-03-11 | KNF, and SHA1 binary output is just creeping featurism | Theo de Raadt |
2001-03-11 | cleanup & shorten some var names key_fingerprint_bubblebabble. | Jakob Schlyter |
2001-03-11 | print both md5, sha1 and bubblebabble fingerprints when using | Jakob Schlyter |
2001-03-11 | add improved fingerprint functions. based on work by Carsten | Jakob Schlyter |
2001-03-11 | debug | Markus Friedl |
2001-03-10 | add PreferredAuthentications | Markus Friedl |
2001-03-10 | all known netscreen ssh versions, and older versions of OSU ssh cannot | Theo de Raadt |
2001-03-10 | remove unused sgtty macros; ok markus@ | Kevin Steves |
2001-03-10 | default to SSH2, now that m68k runs fast | Theo de Raadt |
2001-03-10 | ignore nonexisting private keys; report rjmooney@mediaone.net | Markus Friedl |
2001-03-09 | Add a missing newline in debug mode to separate debug output from | Todd C. Miller |
2001-03-09 | Typo in Synopsis; there's a -v option, not -u | Todd C. Miller |
2001-03-09 | typo; slade@shore.net | Theo de Raadt |
2001-03-09 | exit(-#) is wrong | Theo de Raadt |
2001-03-09 | create *.pub files with umask 0644, so that you can mv them to authorized_keys | Theo de Raadt |
2001-03-08 | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | Markus Friedl |
2001-03-08 | spelling, cleanup; ok deraadt@ | Kevin Steves |
2001-03-08 | unused; ok markus@ | Kevin Steves |
2001-03-08 | de-register, use getopt(), prevent a few terribly unlikely buffer | Paul Janzen |
2001-03-08 | Print examples correctly | Paul Janzen |
2001-03-08 | turn off useprivilegedports by default. only rhost-auth needs | Markus Friedl |
2001-03-07 | Support for new draft (draft-ietf-secsh-filexfer-01). New symlink handling | Damien Miller |
2001-03-07 | removed dated comment | Theo de Raadt |
2001-03-07 | the name "secure shell" is boring, noone ever uses it | Theo de Raadt |
2001-03-06 | order things | Theo de Raadt |
2001-03-06 | sftp -b batchfile; mouring@etoh.eviladmin.org | Theo de Raadt |