Age | Commit message (Expand) | Author |
2000-01-04 | allow auth-kerberos for IPv4 only | Markus Friedl |
2000-01-04 | ipv6 support: mostly gethostbyname->getaddrinfo/getnameinfo, new features: | Markus Friedl |
1999-12-12 | type conflict for 'extern Type *options' in channels.c; dot@dotat.at | Markus Friedl |
1999-12-08 | repair fake-skey for AUTH_TIS | Markus Friedl |
1999-12-08 | careless niels | Theo de Raadt |
1999-12-08 | make that a fatal | Niels Provos |
1999-12-07 | fix sighup handling. accept would just restart and daemon handled sighup | Niels Provos |
1999-12-07 | make sure the client selects a supported cipher | Markus Friedl |
1999-12-06 | move atomicio into it's own file. wrap all socket write()s which were doing | Theo de Raadt |
1999-12-06 | use openpty() if it exists (it does on BSD4_4) | Theo de Raadt |
1999-11-24 | KNF, final part 3 | Markus Friedl |
1999-11-24 | much more KNF | Theo de Raadt |
1999-11-23 | KNF part 1 | Markus Friedl |
1999-11-22 | tranfer s/key challenge/response data in SSH_SMSG_AUTH_TIS_CHALLENGE | Markus Friedl |
1999-11-22 | syslog changes: | Markus Friedl |
1999-11-22 | -V, for fallback to openssh in SSH2 compatibility mode | Markus Friedl |
1999-11-20 | fix sigchld race; cjc5@po.cwru.edu | Theo de Raadt |
1999-11-19 | SSH_CMSG_MAX_PACKET_SIZE, some clients use this, some need this, niels@ | Markus Friedl |
1999-11-18 | more %d vs. %s in fmt-strings | Markus Friedl |
1999-11-17 | bugfix: the log() for passwd-auth escaped during logging changes. | Markus Friedl |
1999-11-16 | force logging to stderr while loading private key file | Markus Friedl |
1999-11-15 | remove support for cipher RC4 | Markus Friedl |
1999-11-15 | the keysize of rsa-parameter 'n' is passed implizit, | Markus Friedl |
1999-11-15 | disconnect if getpeername() fails | Markus Friedl |
1999-11-14 | split do_authentication() in subroutines | Markus Friedl |
1999-11-11 | make all access to options via 'extern Options options' | Markus Friedl |
1999-11-11 | IgnoreUserKnownHosts(default=no), used for RhostRSAAuth, ok deraadt,millert | Markus Friedl |
1999-11-11 | session_key_int may be zero | Markus Friedl |
1999-11-11 | fix fatal/assert() bug reported by damien@ibs.com.au: | Markus Friedl |
1999-11-10 | add LogLevel {QUIET, FATAL, ERROR, INFO, CHAT, DEBUG} to ssh/sshd, | Markus Friedl |
1999-11-10 | remove x11- and krb-cleanup from fatal() + krb-cleanup cleanup | Markus Friedl |
1999-11-03 | don't send fail-msg but disconnect if too many authentication failures | Markus Friedl |
1999-11-02 | replace assert() with error, fatal or packet_disconnect | Markus Friedl |
1999-11-02 | remove unused argument. ok dugsong | Markus Friedl |
1999-11-02 | typo | Markus Friedl |
1999-10-25 | typo, s/to many/too many/, from zzlevo@dd.chalmers.se | Markus Friedl |
1999-10-18 | OpenSSH-1.2, read my lips: no more patches | Markus Friedl |
1999-10-18 | the session key is only the least significant 256-bits, mask the rest away | Niels Provos |
1999-10-17 | don't use KerberosOrLocalPassword unless KerberosAuthentication is set - from... | Dug Song |
1999-10-17 | remove AllowHosts, DenyHosts, SilentDeny server access control cruft - replac... | Dug Song |
1999-10-17 | use daemon() | Dug Song |
1999-10-17 | -Wall, get rid of unused headers/vars | Dug Song |
1999-10-16 | refuse to talk to protocol < 1.3 | Markus Friedl |
1999-10-16 | support 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 niels | Markus Friedl |
1999-10-14 | fix old connect() race security-bug for ssh-agent and agent-forwarding | Markus Friedl |
1999-10-12 | SilentDeny, don't log/answer refused connections, deraadt@ | Markus Friedl |
1999-10-12 | setsid() for all connections; millert/markus | Theo de Raadt |
1999-10-11 | Allow/Deny Users/Groups, from zzlevo@dd.chalmers.se, ok deraadt@ | Markus Friedl |
1999-10-11 | UseLogin, default=no, from kpa@gmx.net, ok deraadt@ | Markus Friedl |