Age | Commit message (Expand) | Author |
2001-06-07 | use xxx_put_cstring() | Markus Friedl |
2001-05-31 | undo the .c file split, just merge the header and keep the cvs history | Markus Friedl |
2001-05-30 | merge functions, simplify. | Markus Friedl |
2001-05-30 | channel layer cleanup: merge header files and split .c files | Markus Friedl |
2001-05-28 | fix usage() | Markus Friedl |
2001-05-24 | don't perform escape processing when ``EscapeChar none''; ok markus@ | Kevin Steves |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl |
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl |
2001-04-14 | protocol 2 tty modes support; ok markus@ | Kevin Steves |
2001-04-13 | missing \n in error message | Kevin Steves |
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl |
2001-04-12 | show debug output during option processing, report from pekkas@netcore.fi | Markus Friedl |
2001-04-11 | https-connect and socks5 support. i feel so bad. | Markus Friedl |
2001-04-11 | use strtol() for ports, thanks jakob@ | Markus Friedl |
2001-04-07 | allow the ssh client act as a SOCKS4 proxy (dynamic local portforwarding). | Markus Friedl |
2001-04-06 | do gid/groups-swap in addition to uid-swap, should help if /home/group | Markus Friedl |
2001-04-05 | don't request a session for 'ssh -N', pointed out slade@shore.net | Markus Friedl |
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 |