summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
2000-04-12add Cipher and Protocol options to ssh/sshd, e.g.:Markus Friedl
2000-04-12check for reasonable public DH valuesMarkus Friedl
2000-04-12less debugging outputMarkus Friedl
2000-04-07interop w/ latest ssh.com windows client.Markus Friedl
2000-04-06ssh2 server side, see README.openssh2; enable with 'sshd -2'Markus Friedl
2000-04-04remove unused argument, split cipher_mask()Markus Friedl
2000-03-28split sshd.c -> auth.c session.c sshd.c plus cleanup and goto-removalMarkus Friedl
2000-03-28replace big switch() with function tables (prepare for ssh2)Markus Friedl
2000-03-23initial support for DSA keys. ok deraadt@, niels@Markus Friedl
2000-03-22remove unused cipher_attack_detected codeMarkus Friedl
2000-03-16-pedantic: signed vs. unsigned, void*-arithm, etcMarkus Friedl
2000-03-09disallow guessing of root passwordMarkus Friedl
2000-03-06fix pr 1113, fclose() -> pclose(), todo: remote popen()Markus Friedl
2000-02-28create x11 cookie fileMarkus Friedl
2000-02-15register cleanup for pty earlier. move code for pty-owner handling to pty.cMarkus Friedl
2000-02-15move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too.Markus Friedl
2000-02-06typoMarkus Friedl
2000-02-05missing xfree()Markus Friedl
2000-02-01oops, fix comment, too.Markus Friedl
2000-01-31delay close() of pty until the pty has been chowned back to rootMarkus Friedl
2000-01-27deny login if shell does not exist or is not executable at allMarkus Friedl
2000-01-24don't panic if client behaves strange. ok deraadt@Markus Friedl
2000-01-20log with level log() not fatal() if peer behaves badly.Markus Friedl
2000-01-18no need for poll.h; from bright@wintelcom.netMarkus Friedl
2000-01-18disable agent fwding for proto 1.3, remove abuse of auth-rsa flags.Markus Friedl
2000-01-16split key exchange (kex) and user authentication (user-auth), ok: provos@Markus Friedl
2000-01-04allow auth-kerberos for IPv4 onlyMarkus 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-08repair fake-skey for AUTH_TISMarkus Friedl
1999-12-08careless nielsTheo de Raadt
1999-12-08make that a fatalNiels Provos
1999-12-07fix sighup handling. accept would just restart and daemon handled sighupNiels Provos
1999-12-07make sure the client selects a supported cipherMarkus Friedl
1999-12-06move atomicio into it's own file. wrap all socket write()s which were doingTheo de Raadt
1999-12-06use openpty() if it exists (it does on BSD4_4)Theo de Raadt
1999-11-24KNF, final part 3Markus Friedl
1999-11-24much more KNFTheo de Raadt
1999-11-23KNF part 1Markus Friedl
1999-11-22tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGEMarkus Friedl
1999-11-22syslog changes:Markus Friedl
1999-11-22-V, for fallback to openssh in SSH2 compatibility modeMarkus Friedl
1999-11-20fix sigchld race; cjc5@po.cwru.eduTheo de Raadt
1999-11-19SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@Markus Friedl
1999-11-18more %d vs. %s in fmt-stringsMarkus Friedl
1999-11-17bugfix: the log() for passwd-auth escaped during logging changes.Markus Friedl
1999-11-16force logging to stderr while loading private key fileMarkus Friedl
1999-11-15remove support for cipher RC4Markus Friedl
1999-11-15the keysize of rsa-parameter 'n' is passed implizit,Markus Friedl
1999-11-15disconnect if getpeername() failsMarkus Friedl