summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
AgeCommit message (Expand)Author
2004-05-02ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian.Darren Tucker
2004-05-02Man page grammar fix (bz #858), from damerell at chiark.greenend.org.ukDarren Tucker
2004-04-28add SendEnv to -o list;Jason McIntyre
2004-04-28remove unnecessary .Pp;Jason McIntyre
2004-04-28manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)Damien Miller
2004-04-27bz #815: implement ability to pass specified environment variables from theDamien Miller
2004-04-22Bugzilla #850: Sophie Germain is the correct name of the French mathematician,Damien Miller
2004-04-19fix idiot typo that i introduced in my last commit;Damien Miller
2004-04-19kill whitespace at eol;Jason McIntyre
2004-04-19document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@Damien Miller
2004-04-18perform strict ownership and modes checks for ~/.ssh/config files, as theseDamien Miller
2004-04-08swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSDHenning Brauer
2004-04-01limit trust between local and remote rcp/scp process,Markus Friedl
2004-03-31don't skip ip options check when UseDNS=no; ok markus@Damien Miller
2004-03-30sync comment with realityDamien Miller
2004-03-203.8.1Markus Friedl
2004-03-11ssh, sshd: sync version output, ok djmMarkus Friedl
2004-03-11trim usage; ok deraadtMarkus Friedl
2004-03-10trim usage to match ssh(1) and look more like unix. ok djm@Markus Friedl
2004-03-09increase x11 cookie lifetime to 20 minutes; ok djmMarkus Friedl
2004-03-08Document KerberosGetAFSToken; ok markus@Darren Tucker
2004-03-08explicitly initialise remote_major and remote_minor.Damien Miller
2004-03-05add IdentitiesOnly; ok djm@, pb@Markus Friedl
2004-03-03Fix initialisation of progress meter; ok markus@Damien Miller
2004-03-03Don't print duplicate messages when progressmeter is offDamien Miller
2004-03-03change proctiltle after accept(2); ok henning, deraadt, djmMarkus Friedl
2004-02-27Reset bit counter at the right time, fixes debug output in the case whereDarren Tucker
2004-02-27Make /etc/moduli line buffer big enough for 8kbit primes, in case anyoneDarren Tucker
2004-02-27Prevent sshd from sending DH groups with a primitive generator of zero orDarren Tucker
2004-02-25typo in commentDamien Miller
2004-02-23enter 3.8Markus Friedl
2004-02-23encode 0 correctly in buffer_put_bignum2; noted by Mikulas PatockaMarkus Friedl
2004-02-23backout revision 1.279; set listen socket to non-block; ok henning.Markus Friedl
2004-02-19switch to new license.templateMarkus Friedl
2004-02-17remove cruft left over from RhostsAuthentication removal;Jason McIntyre
2004-02-17sftp.c and sftp-int.c, together at last; ok markus@Damien Miller
2004-02-17Remove useless headers; ok deraadt@Damien Miller
2004-02-17switch to license.template for code written by me (belated, I know...)Damien Miller
2004-02-06Use EVP_CIPHER_CTX_key_length for key length. ok markus@Darren Tucker
2004-02-05fix ETA for > 4GB; bugzilla #791; ok henning@ deraadt@Markus Friedl
2004-02-05Pass SIGALRM through to privsep child if LoginGraceTime expires. ok markus@Darren Tucker
2004-01-30support for password change; ok dtucker@Markus Friedl
2004-01-27reorder parsing so user:skey@host:file works (bugzilla #777)Damien Miller
2004-01-25reset nonblocking flag after ConnectTimeout > 0 connect; (bugzilla #785)Damien Miller
2004-01-23rename acss@opebsd.org to acss@openssh.orgHans-Joerg Hoexer
2004-01-23Fix issue pointed out with ls not handling large directories with embededmouring
2004-01-23enable acss for sshHans-Joerg Hoexer
2004-01-21initialise infile in main, rather than statically - from portableDamien Miller
2004-01-19fix mem leaks; some fixes from Pete Flugstad; tested dtucker@Markus Friedl
2004-01-19fake consumption for half closed channels since the peer is waiting forMarkus Friedl