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