Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-04-21 | Spelling | mouring | |
2001-04-20 | set non-privileged gid before uid; tholo@ and deraadt@ | Markus Friedl | |
2001-04-20 | remove old information from ssh-1.2.12 | Markus Friedl | |
refer to http://www.openssh.com/portable.html and tell how to install OpenSSH on an OpenBSD system, ok deraadt@ | |||
2001-04-20 | Split out and improve escape character documentation, mention ~R in | Damien Miller | |
~? help text; ok markus@ | |||
2001-04-19 | use local variable, no function call needed. | Markus Friedl | |
(btw, hostbased works now with ssh.com >= 2.0.13) | |||
2001-04-18 | error->debug; noted by fries@ | Markus Friedl | |
2001-04-18 | more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now | Markus Friedl | |
(however the 2.1.0 server seems to work only if debug is enabled...) | |||
2001-04-18 | no longer const | Markus Friedl | |
2001-04-18 | use FDQN with trailing dot in the hostbased auth packets, ok deraadt@ | Markus Friedl | |
2001-04-18 | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt | Markus Friedl | |
2001-04-18 | Fix typo reported in PR/1779 | Ian Darwin | |
2001-04-18 | debug->debug3 | Markus Friedl | |
2001-04-17 | move auth_approval to do_authenticated(). | Markus Friedl | |
do_child(): nuke hostkeys from memory don't source .ssh/rc for subsystems. | |||
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl | |
only bloat ssh. remove -D from usage(), since '-D' is experimental. | |||
2001-04-17 | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | Markus Friedl | |
2001-04-17 | handle EINTR/EAGAIN on read; ok deraadt@ | Markus Friedl | |
2001-04-17 | check for key!=NULL, thanks to costa | Markus Friedl | |
2001-04-16 | better safe than sorry in later mods; yongari@kt-is.co.kr | Theo de Raadt | |
2001-04-16 | Split motd and hushlogin checks into seperate functions, helps for portable. | Damien Miller | |
From Chris Adams <cmadams@hiwaay.net>; ok markus@ | |||
2001-04-16 | xrealloc dealing with ptr == nULL; mouring | Theo de Raadt | |
2001-04-16 | IPv6 support for sftp (which I bungled in my last patch) which is | mouring | |
borrowed from scp.c. Thanks to Markus@ for pointing it out. | |||
2001-04-15 | 2,1, not 1,2 | Theo de Raadt | |
2001-04-15 | use fatal() or error() vs. fprintf(); ok markus@ | Kevin Steves | |
2001-04-15 | default for protocol is 1,2; ok markus@ | Kevin Steves | |
2001-04-15 | some ClientAlive cleanup; ok markus@ | Kevin Steves | |
2001-04-15 | set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@ | Markus Friedl | |
should fix some of the blocking problems for rsync over SSH-1 | |||
2001-04-15 | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | Markus Friedl | |
2001-04-15 | some unused variable and typos; from tomh@po.crl.go.jp | Markus Friedl | |
2001-04-15 | fix comments | Kevin Steves | |
2001-04-14 | 'T' handling rcp/scp sync; ok markus@ | Kevin Steves | |
2001-04-14 | protocol 2 tty modes support; ok markus@ | Kevin Steves | |
2001-04-14 | use clear_pass instead of xfree() | Markus Friedl | |
2001-04-14 | remove some channels that are not appropriate for keepalive. | Markus Friedl | |
2001-04-14 | do not double free | Theo de Raadt | |
2001-04-13 | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | Bob Beck | |
This gives the ability to do a "keepalive" via the encrypted channel which can't be spoofed (unlike TCP keepalives). Useful for when you want to use ssh connections to authenticate people for something, and know relatively quickly when they are no longer authenticated. Disabled by default (of course). ok markus@ | |||
2001-04-13 | missing \n in error message | Kevin Steves | |
2001-04-12 | Add support for: | mouring | |
sftp [user@]host[:file [file]] - Fetch remote file(s) sftp [user@]host[:dir[/]] - Start in remote dir/ OK deraadt@ | |||
2001-04-12 | robust port validation; ok markus@ jakob@ | Kevin Steves | |
2001-04-12 | typo | Markus Friedl | |
2001-04-12 | implement HostbasedAuthentication (= RhostRSAAuthentication for ssh v2) | Markus Friedl | |
similar to RhostRSAAuthentication unless you enable (the experimental) HostbasedUsesNameFromPacketOnly option. please test. :) | |||
2001-04-12 | show debug output during option processing, report from pekkas@netcore.fi | Markus Friedl | |
2001-04-11 | implement the -e option into sshd: | lebel | |
-e When this option is specified, sshd will send the output to the standard error instead of the system log. markus@ OK. | |||
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-11 | 'mget' and 'mput' aliases; ok markus@ | Damien Miller | |
2001-04-10 | debug cleanup | Markus Friedl | |
2001-04-10 | document id_rsa{.pub,}. markus ok | Jun-ichiro itojun Hagino | |
2001-04-10 | cleanup socks4 handling | Markus Friedl | |
2001-04-09 | ListenAddress mandoc from aaron@ | Kevin Steves | |
2001-04-09 | ssh-add retries the last passphrase... | Markus Friedl | |