summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
2000-10-11new cipher frameworkMarkus Friedl
2000-10-03do not resolve canonname, i have no idea why this was added oin osshMarkus Friedl
2000-09-12multiple debug levelsMarkus Friedl
2000-09-07cleanup window and packet sizes for ssh2 flow control; ok nielsMarkus Friedl
2000-09-07cleanup copyright notices on all files. I have attempted to be accurate withTheo de Raadt
2000-08-28allow combination of -N and -fMarkus Friedl
2000-08-28enable -n and -f for ssh2Markus Friedl
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
2000-08-19support for ~. in ssh2Markus Friedl
2000-08-19accept remsh as a valid name as well; roman@buildpoint.comTheo de Raadt
2000-07-16make ssh-add accept dsa keys (the agent does not)Markus Friedl
2000-07-15Always create ~/.ssh with mode 700; ok MarkusDamien Miller
2000-06-20OpenBSD tagMarkus Friedl
2000-05-31xauth_location support; pr 1234Markus Friedl
2000-05-30remove dependency on openssl-0.9.5a; green@FreeBSD.org via kris@FreeBSD.orgMarkus Friedl
2000-05-29forwardagent defaults to no, add ssh -AMarkus Friedl
2000-05-15fix usage()Markus Friedl
2000-05-08complain about invalid ciphers in SSH1 (e.g. arcfour is SSH2 only)Markus Friedl
2000-04-28support for x11-fwding, client+serverMarkus Friedl
2000-04-26add DSA pubkey auth and other SSH2 fixes. use ssh-keygen -[xX]Markus Friedl
2000-04-14whitespace cleanupMarkus Friedl
2000-04-14ssh -2Markus Friedl
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-04ssh2 client implementation, interops w/ ssh.com and lsh servers.Markus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-23switch to raw mode only if he _get_ a pty (not if we _want_ a pty).Markus Friedl
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-02-28turn off x11-fwd for the client, too.Markus Friedl
2000-02-20suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jpMarkus Friedl
2000-01-04more 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.deMarkus Friedl
2000-01-04ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features:Markus Friedl
1999-12-12type conflict for 'extern Type *options' in channels.c; dot@dotat.atMarkus Friedl
1999-12-01ports are u_shortMarkus Friedl
1999-11-24postpone fork_after_authentication until command execution,Markus Friedl
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-15a note for legay systems about secuity issues with permanently_set_uid(),Markus Friedl
1999-11-14print _all_ bad config-options in ssh(1), tooMarkus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
1999-10-28save a few lines when disabling rhosts-{rsa-}authMarkus Friedl
1999-10-26don't define original_real_uid twiceMarkus Friedl
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
1999-10-12-P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. portMarkus Friedl
1999-10-03add code to detect DNS spoofing:Niels Provos
1999-09-30reorder usage, like real sshTheo de Raadt
1999-09-30better way to deal with authfile cipher; dugsong@Niels Provos
1999-09-30remove ``none''.Niels Provos