summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
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
1999-09-30"ssh is a very large program" -- anonymousTheo de Raadt
1999-09-30wringing out all the waterTheo de Raadt
1999-09-30do not bother with dinosaur pacificationTheo de Raadt
1999-09-30cull more ancient garbage from pre-POSIX daysTheo de Raadt
1999-09-30more cullingTheo de Raadt
1999-09-30rely on paths.h moreTheo de Raadt
1999-09-29we have setsidTheo de Raadt
1999-09-29numerous sprintf, strncpy, strcpy cleanupsTheo de Raadt
1999-09-29global original_real_uidDug Song
1999-09-29update 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-29correct the usage, disable agent forwarding is -aNiels Provos
1999-09-29add -V optionTheo de Raadt
1999-09-29test for RSA in the ssl library, real early onTheo de Raadt
1999-09-29GatewayPorts and ssh -g; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-09-28user@host; aaronTheo de Raadt