summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/ssh.c
AgeCommit message (Expand)Author
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
1999-09-28convert all uses of gmp to SSL bignumNiels Provos
1999-09-26i bet a lot of people didn't know what ssh 1.2.16 had a nice license.Theo de Raadt