Age | Commit message (Expand) | Author |
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 |
2000-05-31 | xauth_location support; pr 1234 | Markus Friedl |
2000-05-30 | remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.org | Markus Friedl |
2000-05-29 | forwardagent defaults to no, add ssh -A | Markus Friedl |
2000-05-15 | fix usage() | Markus Friedl |
2000-05-08 | complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only) | Markus Friedl |
2000-04-28 | support for x11-fwding, client+server | Markus Friedl |
2000-04-26 | add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX] | Markus Friedl |
2000-04-14 | whitespace cleanup | Markus Friedl |
2000-04-14 | ssh -2 | Markus Friedl |
2000-04-12 | add Cipher and Protocol options to ssh/sshd, e.g.: | Markus Friedl |
2000-04-04 | ssh2 client implementation, interops w/ ssh.com and lsh servers. | Markus Friedl |
2000-03-28 | replace big switch() with function tables (prepare for ssh2) | Markus Friedl |
2000-03-23 | switch to raw mode only if he _get_ a pty (not if we _want_ a pty). | Markus Friedl |
2000-03-22 | remove unused cipher_attack_detected code | Markus Friedl |
2000-02-28 | turn off x11-fwd for the client, too. | Markus Friedl |
2000-02-20 | suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp | Markus Friedl |
2000-01-04 | more hints (hints.ai_socktype=SOCK_STREAM) for getaddrinfo, from itojun@ | Markus Friedl |
2000-01-04 | 'ssh @host' is illegal (null user name), from karsten@gedankenpolizei.de | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
1999-12-12 | type conflict for 'extern Type *options' in channels.c; dot@dotat.at | Markus Friedl |
1999-12-01 | ports are u_short | Markus Friedl |
1999-11-24 | postpone fork_after_authentication until command execution, | Markus Friedl |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-15 | a note for legay systems about secuity issues with permanently_set_uid(), | Markus Friedl |
1999-11-14 | print _all_ bad config-options in ssh(1), too | Markus Friedl |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl |
1999-10-28 | save a few lines when disabling rhosts-{rsa-}auth | Markus Friedl |
1999-10-26 | don't define original_real_uid twice | Markus Friedl |
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl |
1999-10-12 | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port | Markus Friedl |
1999-10-03 | add code to detect DNS spoofing: | Niels Provos |
1999-09-30 | reorder usage, like real ssh | Theo de Raadt |
1999-09-30 | better way to deal with authfile cipher; dugsong@ | Niels Provos |
1999-09-30 | remove ``none''. | Niels Provos |