Age | Commit message (Expand) | Author |
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 |
2004-01-13 | cast for portability; millert@ | Markus Friedl |
2004-01-13 | -Wall; ok henning | Markus Friedl |
2004-01-13 | remove unnecessary Ic's; | Jason McIntyre |
2004-01-13 | Tidy sftp batchmode handling, eliminate junk to stderr (bugzilla #754) and | Damien Miller |
2004-01-11 | for pty opening, only use the openpty() path. the other stuff only needs | Theo de Raadt |
2003-12-31 | Ignore password change request during password auth (which we currently don't | Darren Tucker |
2003-12-29 | KeepAlive has been obsoleted, use TCPKeepAlive instead; markus@ OK | Todd C. Miller |
2003-12-23 | implement KerberosGetAFSToken server option. ok markus@, beck@ | Jakob Schlyter |
2003-12-22 | EVP_CIPHER_CTX_cleanup() for the des contexts; pruiksma@freesurf.fr | Markus Friedl |
2003-12-22 | tidy up moduli generation debugging, add -v (verbose/debug) option to | Damien Miller |
2003-12-16 | use <= instead of < in dh_estimate; ok provos/hshoexer; do not return < DH_GR... | Markus Friedl |
2003-12-16 | application layer keep alive (ServerAliveInterval ServerAliveCountMax) | Markus Friedl |
2003-12-14 | we don't support GSS KEX; from Simon Wilkinson | Markus Friedl |
2003-12-09 | Clear exit code when ssh -N is terminated with a SIGTERM. ok markus@ | Darren Tucker |
2003-12-09 | rename keepalive to tcpkeepalive; the old name causes too much | Markus Friedl |
2003-12-09 | don't modify argv for ssh -o; similar to sshd.c 1.283 | Markus Friedl |