Age | Commit message (Expand) | Author |
1999-10-27 | idea does not exist | Theo de Raadt |
1999-10-27 | Calculation fix in progressmeter() for ETA > 1hr; pasto on my part. | Aaron Campbell |
1999-10-26 | do not -g -g | Theo de Raadt |
1999-10-26 | more usefull debug messages and simplify channel alloc code | Markus Friedl |
1999-10-26 | don't define original_real_uid twice | Markus Friedl |
1999-10-25 | server-logs default to AUTH (consistence with sample sshd_config) | Markus Friedl |
1999-10-25 | document more external components | Theo de Raadt |
1999-10-25 | document nchan.c (proto1.5) | Markus Friedl |
1999-10-25 | remove buggy 'x11-fix' | Markus Friedl |
1999-10-25 | typo in debug messages (input vs. ouput) | Markus Friedl |
1999-10-25 | remove prototypes for old/removed minfd functions | Markus Friedl |
1999-10-25 | typo, s/to many/too many/, from zzlevo@dd.chalmers.se | Markus Friedl |
1999-10-25 | bugfix: print remote version, from chris@dqc.org | Markus Friedl |
1999-10-25 | move common files to ./lib and link libssh.a, tested with and w/o obj | Markus Friedl |
1999-10-19 | stop leak; after branch, builders take note | Theo de Raadt |
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 | removed AUTH_FD residua. | Markus Friedl |
1999-10-17 | don't use KerberosOrLocalPassword unless KerberosAuthentication is set - from... | Dug Song |
1999-10-17 | default KerberosOrLocalPassword to 'yes' | 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-17 | Remove some redundant .Pp. | Aaron Campbell |
1999-10-17 | mention that verbose mode can be used s/key authentication | Niels Provos |
1999-10-17 | re-implement the proto-1.5 channel close protocol, see nchan.ms. | Markus Friedl |
1999-10-17 | update trailer, and copy to other pages | Theo de Raadt |
1999-10-17 | mention OpenSSH, plus added features. | Niels Provos |
1999-10-16 | public exponent needs to be odd. | Niels Provos |
1999-10-16 | dont encrypt with public exponent < 3. | Niels Provos |
1999-10-16 | refuse to talk to protocol < 1.3 | Markus Friedl |
1999-10-16 | add CVS tags, fix comments and whitespace | Markus Friedl |
1999-10-16 | snprintf | Theo de Raadt |
1999-10-16 | snprintf | Theo de Raadt |
1999-10-16 | typo, add '-f' to SYNOPSIS | Markus Friedl |
1999-10-16 | typo: -P port | Markus Friedl |
1999-10-16 | the logging output needs \r, say "debug: " when debuggin | Markus Friedl |
1999-10-16 | support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. | Markus Friedl |
1999-10-16 | -Wall cleanup | Niels Provos |
1999-10-15 | typo: s/UsePrivilegedPorts/UsePrivilegedPort/ | Markus Friedl |
1999-10-15 | turn of agent-fwding if hostkey changed, ok: theo. | Markus Friedl |
1999-10-14 | refuse to start if there is no configuration file for sshd. ok: deraadt | Markus Friedl |
1999-10-14 | say "Permission denied" if passwd is wrong. from wvdputte, ok niels | Markus Friedl |
1999-10-14 | PermitRootLogin={yes,no,without-password}, default=yes, ok deraadt,niels | 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 | -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port | Markus Friedl |
1999-10-12 | more: sshd will not start if hostkey readable | 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 |