summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/sshd.c
AgeCommit message (Expand)Author
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
1999-11-14split do_authentication() in subroutinesMarkus Friedl
1999-11-11make all access to options via 'extern Options options'Markus Friedl
1999-11-11IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millertMarkus Friedl
1999-11-11session_key_int may be zeroMarkus Friedl
1999-11-11fix fatal/assert() bug reported by damien@ibs.com.au:Markus Friedl
1999-11-10add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd,Markus Friedl
1999-11-10remove x11- and krb-cleanup from fatal() + krb-cleanup cleanupMarkus Friedl
1999-11-03don't send fail-msg but disconnect if too many authentication failuresMarkus Friedl
1999-11-02replace assert() with error, fatal or packet_disconnectMarkus Friedl
1999-11-02remove unused argument. ok dugsongMarkus Friedl
1999-11-02typoMarkus Friedl
1999-10-25typo, s/to many/too many/, from zzlevo@dd.chalmers.seMarkus Friedl
1999-10-18OpenSSH-1.2, read my lips: no more patchesMarkus Friedl
1999-10-18the session key is only the least significant 256-bits, mask the rest awayNiels Provos
1999-10-17don't use KerberosOrLocalPassword unless KerberosAuthentication is set - from...Dug Song
1999-10-17remove AllowHosts, DenyHosts, SilentDeny server access control cruft - replac...Dug Song
1999-10-17use daemon()Dug Song
1999-10-17-Wall, get rid of unused headers/varsDug Song
1999-10-16refuse to talk to protocol < 1.3Markus Friedl
1999-10-16support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies.Markus Friedl
1999-10-14"the french issue", stir RC4 after key usage, ok nielsMarkus Friedl
1999-10-14fix old connect() race security-bug for ssh-agent and agent-forwardingMarkus Friedl
1999-10-12SilentDeny, don't log/answer refused connections, deraadt@Markus Friedl
1999-10-12setsid() for all connections; millert/markusTheo de Raadt
1999-10-11Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@Markus Friedl
1999-10-11UseLogin, default=no, from kpa@gmx.net, ok deraadt@Markus Friedl