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