summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
1999-10-03use SHUT_* symbolsTheo de Raadt
1999-10-03kill FTS_CHDIRROOT flag, it is broken beyond repair and no longer usedTodd C. Miller
1999-10-03do not call shutdown() on pipes, ok: deraadtMarkus Friedl
1999-10-03Fix 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-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-03take advantage of m->m_ext.ext_handle for storing the softcJason Wright
(instead of stashing it in the buffer)
1999-10-03silence the chmodTheo de Raadt
1999-10-03a few setproctitle() calls...Theo de Raadt
1999-10-03i screwed up the ttymode handlingTheo de Raadt
1999-10-03No longer used.Bob Beck
1999-10-03whois-servers.net and whois.ra.net support; jabley@patho.gen.nzTheo de Raadt
1999-10-032.6 modsSteve Murphree
1999-10-032.6 modsSteve Murphree
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-02fix local disk package installTheo de Raadt
1999-10-02isatty() fixes for the progress meter; markus.friedl@informatik.uni-erlangen.deTheo de Raadt
1999-10-02syncTheo de Raadt
1999-10-02Fix a typo; ian@darwinsys.comAaron Campbell
1999-10-02detail how we manage to not include RSA, and point people at ssl(8)Theo de Raadt
1999-10-02extraloc[] support; majaTheo de Raadt
1999-10-02closer to the 2.6 storyTheo de Raadt
1999-10-02Taken from NetBSD. See NetBSD PR#645 for far more than I ever cared to knowPaul Janzen
about locomotive names and numbers. The mind boggles.
1999-10-02Clean up the string handling to avoid segfaults when the regexp routinesPaul Janzen
pass each other (char *)NULLs, which used to happen on suitably invalid data files.
1999-10-02pick up apxs and suexec makefiles, add BUGS section toBob Beck
suexec mentioning that we do not install it setuid root and that this must be done for it to work.
1999-10-01Sync with mod_ssl v2.4.5. ok beck@.Brad Smith
1999-10-01Man pages would be nice.Bob Beck
1999-10-01SACK is not bug-free yet; off for 2.6Theo de Raadt
1999-10-01randomseed is really gone nowTheo de Raadt
1999-10-01Oops. I meant to do this.Bob Beck
1999-10-01ignore ELLE. -mojMats O Jansson
1999-10-01add tag. remove VNODEPAGER. -mojMats O Jansson
1999-10-01change default values in here to sane ones for OpenBSD. suexec.h stuffBob Beck
gets set in config, but DEFAULT_PATH in httpd.h was an interesting polyglot of hoary old stuff from the RiscOS days...
1999-10-01simpleroot is now 40Mb instead of 32Mb. -mojMats O Jansson
1999-10-01image is now 40Mb instead of 32Mb. -mojMats O Jansson
1999-10-01image is now 40Mb instead of 32Mb. -mojMats O Jansson
1999-10-01and ax...Jason Wright
1999-10-01add skJason Wright
1999-10-01add sk, and clean ti sectionJason Wright
add [*]'s and [+]'s for stuff I've added lately
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