Age | Commit message (Expand) | Author |
2001-03-26 | simpler key load/save interface, see authfile.h | Markus Friedl |
2001-03-08 | implement client side of SSH2_MSG_USERAUTH_PK_OK (test public key -> | Markus Friedl |
2001-03-04 | log functions should not be passed strings that end in newline as they | Todd C. Miller |
2001-03-04 | add -m to usage; ok markus@ | Kevin Steves |
2001-03-03 | log*.c -> log.c | Markus Friedl |
2001-03-01 | don't truncate remote ssh-2 commands; from mkubita@securities.cz | Markus Friedl |
2001-03-01 | shorten usage by a line | Theo de Raadt |
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 |
2001-02-10 | remove mapping of argv[0] -> hostname | Markus Friedl |
2001-02-08 | sync with netbsd tree changes. | Jun-ichiro itojun Hagino |
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 |
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 |
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 |
2000-12-12 | rhosts-rsa is no longer automagically disabled if ssh is not privileged. | Markus Friedl |
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 |
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 |
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 |
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 |