summaryrefslogtreecommitdiff
path: root/usr.bin
AgeCommit message (Collapse)Author
1999-10-04If we can't chdir to the root dir in -execdir, just return insteadTodd C. Miller
of generating an error. Most times this is just because the target is not a directory. Also close an fd leak introduced in the last commit.
1999-10-04Move the chdir/fchdir hack so that it is local to the -execdirTodd C. Miller
function, since that's the only place it needs to be. Doing it for each function caused problems with multiple directories.
1999-10-04more shrinkingTheo de Raadt
1999-10-04nuked minfd. sigh. hope this is the last one.Markus Friedl
1999-10-04nuke minfd/AUTH_FDMarkus Friedl
1999-10-04nuke genminfd/AUTH_FDMarkus Friedl
1999-10-04fix handling of the localhost case. used to be a check against 'localhost',Niels Provos
but we use canonical names, so check against ip address.
1999-10-04nicer defaultTheo de Raadt
1999-10-04more detailTheo de Raadt
1999-10-04and... blowfish is external now tooTheo de Raadt
1999-10-04it is incredible what some people try to do in signal handlersTheo de Raadt
1999-10-03document CheckHostIPNiels Provos
1999-10-03fix last commit.Niels Provos
1999-10-03add 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-03errno trashing in signal handlersTheo de Raadt
1999-10-03errno trashing considered harmfullTheo de Raadt
1999-10-03use strcasecmp()Theo de Raadt
1999-10-03use SHUT_* symbolsTheo de Raadt
1999-10-03do not call shutdown() on pipes, ok: deraadtMarkus Friedl
1999-10-03Do 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-03New mdoc'ified scp(1) man page.Aaron Campbell
1999-10-03clean the minfd junkTheo de Raadt
1999-10-03libwrap, ick, yuckTheo de Raadt
1999-10-03AFS depends on kerberos, fixes KERBEROS=noTheo de Raadt
1999-10-03a few setproctitle() calls...Theo de Raadt
1999-10-03i screwed up the ttymode handlingTheo de Raadt
1999-10-03whois-servers.net and whois.ra.net support; jabley@patho.gen.nzTheo de Raadt
1999-10-02rhosts-rsa-auth ignores ~/.ssh/known_hosts; ↵Theo de Raadt
markus.friedl@informatik.uni-erlangen.de
1999-10-02remove mention of 'none' cipher.Niels Provos
1999-10-02WallTheo de Raadt
1999-10-02remove local blowfish codeTheo de Raadt
1999-10-02isatty() fixes for the progress meter; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-10-02detail how we manage to not include RSA, and point people at ssl(8)Theo de Raadt
1999-10-01randomseed is really gone nowTheo de Raadt
1999-10-01Remove kerberos libdes - it's all in libcryptoBob Beck
1999-10-01OpenSSH-1.0Theo de Raadt
1999-10-01s/long/int/Theo de Raadt
1999-10-01s/IDEA/3DES/Theo de Raadt
1999-10-01Why do I need this library dependency workaround for static builds.. anyone?Theo de Raadt
1999-10-01get rid of references to randomseedfile we dont need it. for sshdNiels Provos
just spit out a warning that the configuration option is obsolete.
1999-10-01FixAngelos D. Keromytis
1999-10-01Update for version 2.0Angelos D. Keromytis
1999-09-30better cipher name fix.Niels Provos
1999-09-30We don't have an /etc/environment.Aaron Campbell
1999-09-30- Add -q option to shutup the progressmeter; markus friedlAaron Campbell
- Describe -q in man page (needs conversion to mdoc still). - Cleanup usage string. - Correct a typo; espie@
1999-09-30reorder usage, like real sshTheo de Raadt
1999-09-30doc that rc4/md5 are goneTheo de Raadt
1999-09-30<des.h>Theo de Raadt
1999-09-30deal with NULL in ciphernamesNiels Provos