Age | Commit message (Expand) | Author |
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 |
2003-12-09 | fix -o and HUP; ok henning@ | Markus Friedl |
2003-12-09 | make ClientKeepAlive work for ssh -N, too (no login shell requested). | Markus Friedl |
2003-12-09 | Prevent ssh-keygen -T from outputting moduli with a generator of 0, since | Darren Tucker |
2003-12-08 | print requested group size in debug; ok djm | Markus Friedl |
2003-12-07 | remove unused debugging #define templates | Damien Miller |
2003-12-02 | use SSH_LISTEN_BACKLOG (=128) in listen(2). | Markus Friedl |
2003-12-02 | improvments from andreas@: | Markus Friedl |
2003-12-01 | Use ${INSTALL} instead of install; from art's amd64 tree. | Alexander Yurchenko |
2003-11-26 | fix #ifdef before #define; ok markus@ | Damien Miller |
2003-11-25 | ssh-add doesn't need to be a descendant of ssh-agent. Ok markus@, jmc@. | Matthieu Herrb |
2003-11-24 | Make ssh -k mean GSSAPIDelegateCredentials=no. Suggestion & ok markus@ | Darren Tucker |
2003-11-23 | from portable: rename clashing variable limit-> limit_rate; ok markus@ | Damien Miller |
2003-11-23 | consistency PATH_MAX -> MAXPATHLEN; ok markus@ | Damien Miller |
2003-11-23 | from portable - use sysconf to detect fd limit; ok markus@ | Damien Miller |
2003-11-21 | unexpand and delete whitespace at EOL; ok markus@ | Damien Miller |
2003-11-20 | fix rounding errors; from andreas@ | Markus Friedl |
2003-11-18 | unbreak fake authloop for non-existent users (my screwup). Spotted and | Damien Miller |
2003-11-18 | Correct check for authctxt->valid. ok djm@ | Darren Tucker |
2003-11-17 | replace "gssapi" with "gssapi-with-mic"; from Simon Wilkinson; test + ok jakob. | Markus Friedl |
2003-11-17 | return error on msg send/receive failure (rather than fatal); ok markus@ | Damien Miller |
2003-11-14 | cleanup and minor fixes for the client code; from Simon Wilkinson | Markus Friedl |
2003-11-12 | make verb agree with subject, and kill some whitespace; | Jason McIntyre |