summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2002-07-08make failed SIOCG80211NWKEY print alert more clearly; ↵Theo de Raadt
jolan@norm.encryptedemail.net
2002-07-08don't install Apache bench.Brad Smith
-- Idea from: Chad Loder <cloder@acm.org> via PR 2800 Ok'd by: deraadt@
2002-07-08actual signals; seb@todesplanet.deTheo de Raadt
2002-07-08syncTheo de Raadt
2002-07-07missing error checks on strdup. from cloder@acm.orgNiels Provos
2002-07-07document a bit betterTheo de Raadt
2002-07-07No, you do NOT go renumbering the sysctl table!Theo de Raadt
2002-07-07Allow isapnp to compile without isadma configured. From NetBSD.Miod Vallat
2002-07-07Add isadma to bsd.rd, for proper isapnp operation.Miod Vallat
Found the hard way by pvalchev@
2002-07-07Add a port of FreeBSD/alpha's libio as libalpha. This library enableMatthieu Herrb
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@.
2002-07-07better say we are OpenBSD in the configromThierry Deval
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-07-07enviroment -> environmentJan-Uwe Finck
2002-07-07typos/grammar/better wordsJan-Uwe Finck
in comments.
2002-07-07More cleanup/shrinkage/clarification.Kenneth R Westerback
a) Eliminate single invocation here document functions not_going_to_install(), congrats() by putting the here document at the point of invocation. b) Make (deliberately) global variables consistantly upper case and with no leading '_'. Many variables that could be local are still creating globals. c) Make all get_* functions names conform to a convention of get_<global variable name>, where the <global_variable_name> is the global variable set by the function, or whose new value is returned by the function. d) Change _IFS to IFDEVS to be consistant with CDDEVS and DKDEVS, and initialize it at the same place. e) Handle bare '+', '-' in same place other selections are parsed rather than in a separate case statement. f) eliminate '[ "$var" ] || var=value' constructs with ': ${var:=value}' constructs. g) Rename local_sets_dir -> SETSDIR. h) Rework logic around ftp passwords to eliminate duplications and ensure a new password is asked for each time. i) Some minor cosmetic adjustments.
2002-07-07syncTheo de Raadt
2002-07-06syncThomas Nordin
2002-07-06syncThomas Nordin
2002-07-06Remove kernel support for NTP. ok deraadt@ and tholo@Thomas Nordin
2002-07-06theo doesn't like it.Henning Brauer
always use the pfctl in path.
2002-07-06unused variableKevin Steves
2002-07-06use sbin/pfctl/${__objdir}/pfctl for regression tests if existant, fallHenning Brauer
back to pfctl in path otherwise. will save my ass sooner or later. ok millert@, pb@
2002-07-06Fix typo in get_get_files_list() that prevented sets fromKenneth R Westerback
being found for install/upgrade.
2002-07-06Security Mode feature set.Grigoriy Orlov
From Alexander Yurchenko <grange@rt.mipt.ru> Approved by csapuntz@ and me.
2002-07-06HPT 372, 372A and 374. Only HPT372 was tested.Grigoriy Orlov
Mostly from NetBSD. deraadt@ ok.
2002-07-06regenGrigoriy Orlov
2002-07-06HPT372/4Grigoriy Orlov
2002-07-06Move NEED_VERSION to "obsolete variables" section and describePeter Valchev
briefly what it used to be for.
2002-07-06dont deref NULL pointer in IPv6 pserver client operation.Jun-ichiro itojun Hagino
From: Moritz Jodeit <moritz@jodeit.org>
2002-07-06Remove obsolete upgrade hacks for XF3->XF4 and movingKenneth R Westerback
sendmail.cf to /etc/mail. ok deraadt@, millert@, todd@
2002-07-06KNFTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-07-06KNF, realloc fix, and clean usageTheo de Raadt
2002-07-06KNFTheo de Raadt
2002-07-06Add some missing checks for malloc() returning NULL.Todd C. Miller
Noticed by Lars J. Buitinck. deraadt@ OK
2002-07-06cope better if realloc fails; better fix than cloder@acm.orgTheo de Raadt
2002-07-05Free crp_opaque only after we've determined we're not going toAngelos D. Keromytis
re-submit it. From sam@errno.com
2002-07-05Also, return EAFNOSUPPORT instead of ENOBUFS. Both this and theAngelos D. Keromytis
previous commit where noted by sam@errno.com
2002-07-05Bump ipips_family in ipipstat in all cases where EAFNOSUPPORT is returned.Angelos D. Keromytis
2002-07-05Never call crp_callback directly, use crypto_done() insteadJason Wright
2002-07-05KNF (no space after casts)Jason Wright
2002-07-05add sys/time.h to SYNOPSIS; from bk@rt.fmNiels Provos
2002-07-05unbreak.Henning Brauer
2002-07-05another small bug I found while installing a -current pf firewall.Henning Brauer
we don't support pass/block in on ! <interface> (at least, not yet) let the parser complain instead of ignoring the '!' ok pb@, dhartmei@
2002-07-05regress for getaddrinfo/getnameinfoJun-ichiro itojun Hagino
2002-07-05document "set loginterface none"Henning Brauer
2002-07-05allow unsetting the statusinterface viaHenning Brauer
set loginterface none ok dhartmei@
2002-07-05fix a small bug I found while installing a -current pf firewall at aHenning Brauer
client some days ago: if you had a rulefile with "set loginterface <interface>" and loaded through pfctl -e -f /etc/pf.conf, pfctl -si didn't display the interface stats, because on DIOCSTART pf_status.ifname was cleared and enableing is done after loading the ruleset. similar for DIOCCLRSTATUS, remember pf_status.ifname there as well. added feature: On DIOCSETSTATUSIF unset the statusinterface if pi->ifname is empty. ok dhartmei@
2002-07-05volatile sig_atomic_t, suggested by Theo.Hakan Olsson
2002-07-05Typo; stobe -> strobeAaron Campbell