Age | Commit message (Expand) | Author |
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 |
1999-09-30 | "ssh is a very large program" -- anonymous | Theo de Raadt |
1999-09-30 | wringing out all the water | Theo de Raadt |
1999-09-30 | do not bother with dinosaur pacification | Theo de Raadt |
1999-09-30 | cull more ancient garbage from pre-POSIX days | Theo de Raadt |
1999-09-30 | more culling | Theo de Raadt |
1999-09-30 | rely on paths.h more | Theo de Raadt |
1999-09-29 | we have setsid | Theo de Raadt |
1999-09-29 | numerous sprintf, strncpy, strcpy cleanups | Theo de Raadt |
1999-09-29 | global original_real_uid | Dug Song |
1999-09-29 | update krb4/AFS support to ssh-1.2.27-afs-kerberos-pl1 level, clean up unused... | Dug Song |
1999-09-29 | -V in usage() | Niels Provos |
1999-09-29 | correct the usage, disable agent forwarding is -a | Niels Provos |
1999-09-29 | add -V option | Theo de Raadt |
1999-09-29 | test for RSA in the ssl library, real early on | Theo de Raadt |
1999-09-29 | GatewayPorts and ssh -g; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt |
1999-09-28 | user@host; aaron | Theo de Raadt |