Age | Commit message (Expand) | Author |
2001-05-04 | move to Channel **channels (instead of Channel *channels), fixes realloc prob... | Markus Friedl |
2001-05-04 | channel_new() reallocs channels[], we cannot use Channel *c after calling | Markus Friedl |
2001-05-04 | typos | Kevin Steves |
2001-05-03 | Move colon() and cleanhost() to misc.c where I should I have put it in | mouring |
2001-05-03 | remove "\n" from fatal() | Kevin Steves |
2001-05-03 | exec shell -c /bin/sh .ssh/sshrc, from abartlet@pcug.org.au | Markus Friedl |
2001-05-03 | typo in debug() string | Kevin Steves |
2001-05-02 | fix prompt for ssh-add. | Markus Friedl |
2001-05-02 | Put the 'const' back into ssh_askpass() function. Pointed out | mouring |
2001-04-30 | ssh-2.0.10 has the weak-key-bug, too. | Markus Friedl |
2001-04-30 | allow interop with weaker key generation used by ssh-2.0.x, x < 10 | Markus Friedl |
2001-04-30 | implement 'ssh -b bind_address' like 'telnet -b' | Markus Friedl |
2001-04-29 | more ssh.com-2.0.x bug-compat; from per@appgate.com | Markus Friedl |
2001-04-29 | fix whitespace | Markus Friedl |
2001-04-24 | OpenSSH-2.9 | Markus Friedl |
2001-04-23 | remove debug | Markus Friedl |
2001-04-23 | allow public key for -e, too | Markus Friedl |
2001-04-22 | document hostbased and other cleanup | Markus Friedl |
2001-04-22 | style, noted by stevesk; sort flags in usage | Markus Friedl |
2001-04-22 | xref draft-ietf-secsh-* | Markus Friedl |
2001-04-22 | rename arguments -x -> -e (export key), -X -> -i (import key) | Markus Friedl |
2001-04-22 | scp > 2GB; niles@scyld.com; ok deraadt@, djm@ | Markus Friedl |
2001-04-22 | typos spotted by stevesk@; ok deraadt@ | Damien Miller |
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 |
2001-04-20 | Split out and improve escape character documentation, mention ~R in | Damien Miller |
2001-04-19 | use local variable, no function call needed. | Markus Friedl |
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 |
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 |
2001-04-17 | undo socks5 and https support since they are not really used and | Markus Friedl |
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 |
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 |
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 |
2001-04-15 | don't use errno for key_{load,save}_private; discussion w/ solar@openwall | Markus Friedl |