Age | Commit message (Collapse) | Author | |
---|---|---|---|
1999-10-04 | put sbin:/usr/sbin in default path | Theo de Raadt | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
1999-10-04 | m_new is the new mbuf, not m | Jason Wright | |
fix calculation of buffer slot number | |||
1999-10-04 | Minor calculation tweaks. | Aaron Campbell | |
1999-10-04 | Fixed garbled dmesg. | Steve Murphree | |
1999-10-04 | and... blowfish is external now too | Theo de Raadt | |
1999-10-04 | it is incredible what some people try to do in signal handlers | Theo de Raadt | |
1999-10-03 | document CheckHostIP | Niels Provos | |
1999-10-03 | fix last commit. | Niels Provos | |
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 | Remove commented out sample of SHMMAXPGS setting with machine-specific | Niklas Hallqvist | |
comment. People should read options.4 for such info anyhow, not this file. | |||
1999-10-03 | Double the amount of shared memory pages we can maximally allocate. This | Niklas Hallqvist | |
makes TV watching in fullscreen in 640x480 work. | |||
1999-10-03 | errno trashing in signal handlers | Theo de Raadt | |
1999-10-03 | errno trashing considered harmfull | Theo de Raadt | |
1999-10-03 | put back FTS_CHDIRROOT until next library major number crank | Todd C. Miller | |
1999-10-03 | Add missing bzero(). | Hakan Olsson | |
1999-10-03 | 2.5->2.6 (thanks markus) | Bob Beck | |
1999-10-03 | use strcasecmp() | Theo de Raadt | |
1999-10-03 | use SHUT_* symbols | Theo de Raadt | |
1999-10-03 | kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer used | Todd C. Miller | |
1999-10-03 | do not call shutdown() on pipes, ok: deraadt | Markus Friedl | |
1999-10-03 | Fix multiple problems in the FTS_NOCHDIR case (mycroft@netbsd.org): | Todd C. Miller | |
* There was an off-by-one error that caused the addition of a NUL or slash in fts_build() to overwrite other memory. * After fts_palloc(), we need to reset `cp' so that it points to the new path name buffer; otherwise the addition of the file name before calling fts_stat() could lose. Also, fix stupidity in the fts_palloc() interface. We don't want N bytes more than the current buffer size; we want N bytes more than the current length. Just pass in the new size, since we can't figure it out easily here. fts_padjust() was doing more work than it needed to. Based on changes from mycroft@netbsd.org. Check for fts_pathlen oflow in two places. Done before I saw the NetBSD change (and last I checked they only did one of the checks). In the case of wrap, return ENAMETOOLONG. | |||
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 | take advantage of m->m_ext.ext_handle for storing the softc | Jason Wright | |
(instead of stashing it in the buffer) | |||
1999-10-03 | silence the chmod | 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 | No longer used. | Bob Beck | |
1999-10-03 | whois-servers.net and whois.ra.net support; jabley@patho.gen.nz | Theo de Raadt | |
1999-10-03 | 2.6 mods | Steve Murphree | |
1999-10-03 | 2.6 mods | Steve Murphree | |
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 | fix local disk package install | Theo de Raadt | |
1999-10-02 | isatty() fixes for the progress meter; markus.friedl@informatik.uni-erlangen.de | Theo de Raadt | |
1999-10-02 | sync | Theo de Raadt | |
1999-10-02 | Fix a typo; ian@darwinsys.com | Aaron Campbell | |
1999-10-02 | detail how we manage to not include RSA, and point people at ssl(8) | Theo de Raadt | |
1999-10-02 | extraloc[] support; maja | Theo de Raadt | |
1999-10-02 | closer to the 2.6 story | Theo de Raadt | |
1999-10-02 | Taken from NetBSD. See NetBSD PR#645 for far more than I ever cared to know | Paul Janzen | |
about locomotive names and numbers. The mind boggles. | |||
1999-10-02 | Clean up the string handling to avoid segfaults when the regexp routines | Paul Janzen | |
pass each other (char *)NULLs, which used to happen on suitably invalid data files. | |||
1999-10-02 | pick up apxs and suexec makefiles, add BUGS section to | Bob Beck | |
suexec mentioning that we do not install it setuid root and that this must be done for it to work. |