Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Put the 'const' back into ssh_askpass() function. Pointed out | 2001-05-02 | 1 | -2/+2 | |
| | | | | by Mark Miller <markm@swoon.net>. OK Markus | ||||
* | ssh-2.0.10 has the weak-key-bug, too. | 2001-04-30 | 1 | -2/+2 | |
| | |||||
* | allow interop with weaker key generation used by ssh-2.0.x, x < 10 | 2001-04-30 | 3 | -6/+15 | |
| | |||||
* | implement 'ssh -b bind_address' like 'telnet -b' | 2001-04-30 | 5 | -18/+64 | |
| | |||||
* | more ssh.com-2.0.x bug-compat; from per@appgate.com | 2001-04-29 | 5 | -29/+34 | |
| | |||||
* | fix whitespace | 2001-04-29 | 1 | -4/+4 | |
| | |||||
* | OpenSSH-2.9 | 2001-04-24 | 1 | -2/+2 | |
| | |||||
* | remove debug | 2001-04-23 | 1 | -3/+3 | |
| | |||||
* | allow public key for -e, too | 2001-04-23 | 2 | -11/+13 | |
| | |||||
* | document hostbased and other cleanup | 2001-04-22 | 3 | -81/+146 | |
| | |||||
* | style, noted by stevesk; sort flags in usage | 2001-04-22 | 2 | -4/+4 | |
| | |||||
* | xref draft-ietf-secsh-* | 2001-04-22 | 4 | -10/+46 | |
| | |||||
* | rename arguments -x -> -e (export key), -X -> -i (import key) | 2001-04-22 | 2 | -20/+41 | |
| | | | | xref draft-ietf-secsh-publickeyfile-01.txt | ||||
* | scp > 2GB; niles@scyld.com; ok deraadt@, djm@ | 2001-04-22 | 1 | -4/+4 | |
| | |||||
* | typos spotted by stevesk@; ok deraadt@ | 2001-04-22 | 1 | -4/+4 | |
| | |||||
* | Spelling | 2001-04-21 | 1 | -2/+2 | |
| | |||||
* | set non-privileged gid before uid; tholo@ and deraadt@ | 2001-04-20 | 1 | -5/+5 | |
| | |||||
* | remove old information from ssh-1.2.12 | 2001-04-20 | 1 | -567/+25 | |
| | | | | | refer to http://www.openssh.com/portable.html and tell how to install OpenSSH on an OpenBSD system, ok deraadt@ | ||||
* | Split out and improve escape character documentation, mention ~R in | 2001-04-20 | 2 | -26/+40 | |
| | | | | ~? help text; ok markus@ | ||||
* | use local variable, no function call needed. | 2001-04-19 | 1 | -2/+2 | |
| | | | | (btw, hostbased works now with ssh.com >= 2.0.13) | ||||
* | error->debug; noted by fries@ | 2001-04-18 | 1 | -2/+2 | |
| | |||||
* | more ssh v2 hostbased-auth interop: ssh.com >= 2.1.0 works now | 2001-04-18 | 3 | -26/+15 | |
| | | | | (however the 2.1.0 server seems to work only if debug is enabled...) | ||||
* | no longer const | 2001-04-18 | 1 | -3/+3 | |
| | |||||
* | use FDQN with trailing dot in the hostbased auth packets, ok deraadt@ | 2001-04-18 | 2 | -7/+14 | |
| | |||||
* | call askpass from ssh, too, based on work by roth@feep.net, ok deraadt | 2001-04-18 | 2 | -64/+77 | |
| | |||||
* | Fix typo reported in PR/1779 | 2001-04-18 | 1 | -2/+2 | |
| | |||||
* | debug->debug3 | 2001-04-18 | 1 | -2/+2 | |
| | |||||
* | move auth_approval to do_authenticated(). | 2001-04-17 | 1 | -10/+13 | |
| | | | | | do_child(): nuke hostkeys from memory don't source .ssh/rc for subsystems. | ||||
* | undo socks5 and https support since they are not really used and | 2001-04-17 | 2 | -193/+24 | |
| | | | | only bloat ssh. remove -D from usage(), since '-D' is experimental. | ||||
* | add HostKeyAlgorithms; based on patch from res@shore.net; ok provos@ | 2001-04-17 | 6 | -7/+54 | |
| | |||||
* | handle EINTR/EAGAIN on read; ok deraadt@ | 2001-04-17 | 1 | -3/+5 | |
| | |||||
* | check for key!=NULL, thanks to costa | 2001-04-17 | 1 | -2/+2 | |
| | |||||
* | better safe than sorry in later mods; yongari@kt-is.co.kr | 2001-04-16 | 1 | -2/+2 | |
| | |||||
* | Split motd and hushlogin checks into seperate functions, helps for portable. | 2001-04-16 | 1 | -13/+43 | |
| | | | | From Chris Adams <cmadams@hiwaay.net>; ok markus@ | ||||
* | xrealloc dealing with ptr == nULL; mouring | 2001-04-16 | 1 | -3/+4 | |
| | |||||
* | IPv6 support for sftp (which I bungled in my last patch) which is | 2001-04-16 | 6 | -45/+173 | |
| | | | | borrowed from scp.c. Thanks to Markus@ for pointing it out. | ||||
* | 2,1, not 1,2 | 2001-04-15 | 2 | -4/+4 | |
| | |||||
* | use fatal() or error() vs. fprintf(); ok markus@ | 2001-04-15 | 2 | -53/+34 | |
| | |||||
* | default for protocol is 1,2; ok markus@ | 2001-04-15 | 2 | -4/+4 | |
| | |||||
* | some ClientAlive cleanup; ok markus@ | 2001-04-15 | 1 | -6/+12 | |
| | |||||
* | set stdin/out/err to nonblocking in SSH proto 1, too. suggested by ho@ | 2001-04-15 | 1 | -1/+9 | |
| | | | | should fix some of the blocking problems for rsync over SSH-1 | ||||
* | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | 2001-04-15 | 3 | -25/+24 | |
| | |||||
* | some unused variable and typos; from tomh@po.crl.go.jp | 2001-04-15 | 6 | -20/+19 | |
| | |||||
* | fix comments | 2001-04-15 | 1 | -3/+3 | |
| | |||||
* | 'T' handling rcp/scp sync; ok markus@ | 2001-04-14 | 1 | -14/+11 | |
| | |||||
* | protocol 2 tty modes support; ok markus@ | 2001-04-14 | 9 | -131/+388 | |
| | |||||
* | use clear_pass instead of xfree() | 2001-04-14 | 1 | -3/+2 | |
| | |||||
* | remove some channels that are not appropriate for keepalive. | 2001-04-14 | 1 | -5/+5 | |
| | |||||
* | do not double free | 2001-04-14 | 1 | -1/+2 | |
| | |||||
* | Add options ClientAliveInterval and ClientAliveCountMax to sshd. | 2001-04-13 | 6 | -11/+152 | |
| | | | | | | | | 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@ |