Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-03 | add code to detect DNS spoofing: | Niels Provos | |
the main idea is to not only store the host key for the hostname but also for the according IP address. When we check the host key in the known_hosts file, we also check the key against the according IP address. When the server key changes, host_status = HOST_CHANGED. If check_host_in_hostfile() returns differing status for the IP address that means that either DNS was spoofed or that the IP address for the host and the host key changed at the same time. | |||
1999-10-03 | errno trashing in signal handlers | Theo de Raadt | |
1999-10-03 | errno trashing considered harmfull | Theo de Raadt | |
1999-10-03 | use strcasecmp() | Theo de Raadt | |
1999-10-03 | use SHUT_* symbols | Theo de Raadt | |
1999-10-03 | do not call shutdown() on pipes, ok: deraadt | Markus Friedl | |
1999-10-03 | Do not use FTS_CHDIRROOT flag as it is fatally flawed. Instead, | Todd C. Miller | |
do the chdir ourselves. This fixes a problem with the -execdir option with multiple relative directories. | |||
1999-10-03 | - Fix up SYNOPSIS sections. | Aaron Campbell | |
- Remove refereces to /etc/environment and /etc/default/login; markus@ - Document X11DisplayOffset in sshd(8). - Some other fixes... | |||
1999-10-03 | New mdoc'ified scp(1) man page. | Aaron Campbell | |
1999-10-03 | clean the minfd junk | Theo de Raadt | |
1999-10-03 | libwrap, ick, yuck | Theo de Raadt | |
1999-10-03 | AFS depends on kerberos, fixes KERBEROS=no | Theo de Raadt | |
1999-10-03 | a few setproctitle() calls... | Theo de Raadt | |
1999-10-03 | i screwed up the ttymode handling | Theo de Raadt | |
1999-10-03 | whois-servers.net and whois.ra.net support; jabley@patho.gen.nz | Theo de Raadt | |
1999-10-02 | rhosts-rsa-auth ignores ~/.ssh/known_hosts; ↵ | Theo de Raadt | |
markus.friedl@informatik.uni-erlangen.de | |||
1999-10-02 | remove mention of 'none' cipher. | Niels Provos | |
1999-10-02 | Wall | Theo de Raadt | |
1999-10-02 | remove local blowfish code | Theo de Raadt | |
1999-10-02 | isatty() fixes for the progress meter; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt | |
1999-10-02 | detail how we manage to not include RSA, and point people at ssl(8) | Theo de Raadt | |
1999-10-01 | randomseed is really gone now | Theo de Raadt | |
1999-10-01 | Remove kerberos libdes - it's all in libcrypto | Bob Beck | |
1999-10-01 | OpenSSH-1.0 | Theo de Raadt | |
1999-10-01 | s/long/int/ | Theo de Raadt | |
1999-10-01 | s/IDEA/3DES/ | Theo de Raadt | |
1999-10-01 | Why do I need this library dependency workaround for static builds.. anyone? | Theo de Raadt | |
1999-10-01 | get rid of references to randomseedfile we dont need it. for sshd | Niels Provos | |
just spit out a warning that the configuration option is obsolete. | |||
1999-10-01 | Fix | Angelos D. Keromytis | |
1999-10-01 | Update for version 2.0 | Angelos D. Keromytis | |
1999-09-30 | better cipher name fix. | Niels Provos | |
1999-09-30 | We don't have an /etc/environment. | Aaron Campbell | |
1999-09-30 | - Add -q option to shutup the progressmeter; markus friedl | Aaron Campbell | |
- Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@ | |||
1999-09-30 | reorder usage, like real ssh | Theo de Raadt | |
1999-09-30 | doc that rc4/md5 are gone | Theo de Raadt | |
1999-09-30 | <des.h> | Theo de Raadt | |
1999-09-30 | deal with NULL in ciphernames | Niels Provos | |
1999-09-30 | less brain damage, get rid of 'no ' | Niels Provos | |
1999-09-30 | better way to deal with authfile cipher; dugsong@ | Niels Provos | |
1999-09-30 | oops, misremembered history. 1.2.12 was the last free version; beck | Theo de Raadt | |
1999-09-30 | use libc md5 | Theo de Raadt | |
1999-09-30 | no longer using rc4 | Theo de Raadt | |
1999-09-30 | off_t, but needs more looking at later | Theo de Raadt | |
1999-09-30 | -c none dies | Theo de Raadt | |
1999-09-30 | spelling | Theo de Raadt | |
1999-09-30 | we have to enable SSH_CIPHER_NONE for unprotected host keys, etc... | Niels Provos | |
1999-09-30 | remove ``none''. | Niels Provos | |
1999-09-30 | initial tweaking | Theo de Raadt | |
1999-09-30 | even smaller | Theo de Raadt | |
1999-09-30 | IPPORT_RESERVED | Theo de Raadt | |