Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-22 | use pwcopy in ssh.c, too | Markus Friedl | |
2001-02-21 | -i supports DSA identities now; ok markus@ | Kevin Steves | |
2001-02-17 | cleanup -V output; noted by millert | Theo de Raadt | |
2001-02-11 | 1) clean up the MAC support for SSH-2 | Markus Friedl | |
2) allow you to specify the MAC with 'ssh -m' 3) or the 'MACs' keyword in ssh(d)_config 4) add hmac-{md5,sha1}-96 ok stevesk@, provos@ | |||
2001-02-10 | remove mapping of argv[0] -> hostname | Markus Friedl | |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino | |
- more strict prototypes, include necessary headers - use paths.h/pathnames.h decls - size_t typecase to int -> u_long | |||
2001-02-06 | reorder -{1,2,4,6} options. ok markus@ | Jakob Schlyter | |
2001-02-06 | add -1 option (force protocol version 1). ok markus@ | Jakob Schlyter | |
2001-02-06 | remove confusing callback code | Markus Friedl | |
2001-02-06 | fatal() if subsystem fails | Markus Friedl | |
2001-02-04 | unexpand and remove end-of-line whitespace; ok markus@ | Kevin Steves | |
2001-02-04 | make the alpha happy | Theo de Raadt | |
2001-01-31 | do not disconnect if local port forwarding fails, e.g. if port is already in use | Markus Friedl | |
2001-01-29 | Allow invocation of sybsystem by commandline (-s); ok markus@ | Damien Miller | |
2001-01-21 | split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. | Markus Friedl | |
rename util.[ch] -> misc.[ch] | |||
2001-01-19 | move ssh1 definitions to ssh1.h, pathnames to pathnames.h | Markus Friedl | |
2001-01-15 | use log() instead of stderr | Markus Friedl | |
2001-01-13 | move callback to headerfile | Markus Friedl | |
2001-01-13 | split out keepalive from packet_interactive (from dale@accentre.com) | Markus Friedl | |
set IPTOS_LOWDELAY TCP_NODELAY IPTOS_THROUGHPUT for ssh2, too. | |||
2000-12-27 | multiple -t force pty allocation, document ORIGINAL_COMMAND | Markus Friedl | |
2000-12-19 | replace 'unsigned bla' with 'u_bla' everywhere. also, replace 'char unsigned' | Markus Friedl | |
with u_char. | |||
2000-12-12 | rhosts-rsa is no longer automagically disabled if ssh is not privileged. | Markus Friedl | |
UsePrivilegedPort=no disables rhosts-rsa _only_ for old servers. these changes should not change the visible default behaviour of the ssh client. | |||
2000-12-12 | consistently use __progname; from stevesk@pobox.com | Markus Friedl | |
2000-11-30 | check -T before isatty() | Markus Friedl | |
2000-11-23 | complain about invalid ciphers for ssh1/ssh2, fall back to reasonable defaults | Markus Friedl | |
2000-11-15 | just ignore non existing user keys | Markus Friedl | |
2000-11-12 | add support for RSA to SSH2. please test. | Markus Friedl | |
there are now 3 types of keys: RSA1 is used by ssh-1 only, RSA and DSA are used by SSH2. you can use 'ssh-keygen -t rsa -f ssh2_rsa_file' to generate RSA keys for SSH2 and use the RSA keys for hostkeys or for user keys. SSH2 RSA or DSA keys are added to .ssh/authorised_keys2 as before. IdentityFile2, HostDsaKey and DSAAuthentication are obsolete. you can use multiple IdentityFile and HostKey for all types of keys. the option DSAAuthentication is replaced by PubkeyAuthetication. | |||
2000-11-06 | do not disabled rhosts(rsa) if server port > 1024; from pekkas@netcore.fi | Markus Friedl | |
2000-11-06 | agent forwarding and -R for ssh2, based on work from jhuuskon@messi.uku.fi | Markus Friedl | |
2000-10-27 | enable non-blocking IO on channels, and tty's (except for the client ttys). | Markus Friedl | |
2000-10-11 | new cipher framework | Markus Friedl | |
2000-10-03 | do not resolve canonname, i have no idea why this was added oin ossh | Markus Friedl | |
2000-09-12 | multiple debug levels | Markus Friedl | |
2000-09-07 | cleanup window and packet sizes for ssh2 flow control; ok niels | Markus Friedl | |
2000-09-07 | cleanup copyright notices on all files. I have attempted to be accurate with | Theo de Raadt | |
the details. everything is now under Tatu's licence (which I copied from his readme), and/or the core-sdi bsd-ish thing for deattack, or various openbsd developers under a 2-term bsd licence. We're not changing any rules, just being accurate. | |||
2000-08-28 | allow combination of -N and -f | Markus Friedl | |
2000-08-28 | enable -n and -f for ssh2 | Markus Friedl | |
2000-08-20 | Add calls to setusercontext() and login_get*(). We basically call | Todd C. Miller | |
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class. | |||
2000-08-19 | support for ~. in ssh2 | Markus Friedl | |
2000-08-19 | accept remsh as a valid name as well; roman@buildpoint.com | Theo de Raadt | |
2000-07-16 | make ssh-add accept dsa keys (the agent does not) | Markus Friedl | |
2000-07-15 | Always create ~/.ssh with mode 700; ok Markus | Damien Miller | |
2000-06-20 | OpenBSD tag | Markus Friedl | |
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl | |
2000-05-30 | remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org | Markus Friedl | |
2000-05-29 | forwardagent defaults to no, add ssh -A | Markus Friedl | |
2000-05-15 | fix usage() | Markus Friedl | |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl | |
2000-04-28 | support for x11-fwding, client+server | Markus Friedl | |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl | |
for trading keys with the real and the original SSH, directly from the people who invented the SSH protocol. |