summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2008-01-21move snmpd.conf to the etc/ directory. it is not installed yet by the build.Reyk Floeter
2008-01-17Execute rtsol after turning up trunk(4) and vlan(4) interfaces so they'reBrad Smith
taken into consideration for rtsol. ok reyk@ dlg@
2008-01-16create pflog0 whenever pf is enabled, not just when pflogd_flags!=NOStuart Henderson
fixes spamlogd with pflogd disabled. ok henning
2008-01-09Do not bring up pfsync(4) before the working rulesetMarco Pfatschbacher
has been loaded. Otherwise, states that are received during the initial bulk update mismatch the correct pf-checksum and do not attach to the rules. Problem identified by david@. Fix done in collaboration. OK henning@
2008-01-09Try to make /etc/ttys more consistent accross platforms, which will alsoMiod Vallat
make the installation media's life easier: - stop using ``Pc'' as a getty terminal type, use std.9600 instead. - on platforms with multiple virtual consoles (alpha, amd64, i386, zaurus), console is disabled, various ttyC* are enabled. - on other platforms, console is enabled, all other devices are disabled. This only changes armish, mac68k, sgi. - default terminal for console is unknown on serial-only machines, vt220 on glass-capable machines (questionable, but done for consistency). - minor whitespace changes. - glass console forgotten on a couple platforms (luna88k, sparc64, vax). eyeballed by deraadt@, ok krw@
2008-01-08switch console to std.9600 (suncons is the same); ok miodTheo de Raadt
2008-01-06Update fbtab with the glass console devices.Miod Vallat
2008-01-05Add commented out entries for watchdog timers. If you enable the watchdogMarc Balmer
timeout, either set auto retriggering or start watchdogd(8)... From Mitja Muzenic. ok deraadt.
2008-01-04Use consistent capitalization in comments. From mitja@muzenic.net.Marc Balmer
2008-01-03create directory againTheo de Raadt
2008-01-03revert back to using local zones for localhost. and IPv4/IPv6 reverse untilJakob Schlyter
we've found a better solution for chrooted applications.
2008-01-01Updated moduli file; ok djm@Darren Tucker
2007-12-20typoJakob Schlyter
2007-12-20add OpenBSD-tagJakob Schlyter
2007-12-18add commented entry for machdep.kbdresetJasper Lievisse Adriaanse
ok jsing@ miod@
2007-12-16remove localhost. zone (localhost. queries are handled by /etc/hosts)Jakob Schlyter
replace IPv4 and IPv6 loopback zones with BIND's autogenerated empty zones. move root.hint to /var/named/etc remove empty directory /var/named/standard
2007-12-14Enable console support for SGI O2 workstations. Switch between the serialJoel Sing
and graphical console based on the selection made in the ARCBIOS. Early attachment of gbe(4) is still required, otherwise we have a working graphical console. ok miod@
2007-12-13add explicit allow-recursion for recursive viewJakob Schlyter
2007-12-11mention starttls(8)Todd C. Miller
2007-12-09_hoststated got renamed to _relaydReyk Floeter
2007-12-09hoststated.conf got renamed to relayd.confReyk Floeter
From Daniel Ouellet (daniel at presscom dot net)
2007-12-08make the generic handler for TCP-based protocols the default (allowsReyk Floeter
to use "protocol foo" without defining a type).
2007-12-08some changes to the relayd.conf configuration language and grammar.Reyk Floeter
the tables will look more like pf tables, it is easier to re-use tables with different options, "services" will become "redirections" (they refer to rdr pf rules), sync configuration directives of redirect (l3, ex-service) relay (l7) sections (for example "virtual host" will become "listen on"), all target definitions will start with "forward to", etc. pp. (see relay.conf(5) and etc/relayd.conf) discussed with pyr and deraadt ok pyr@
2007-12-07oops, _relayd not _relay; spotted by reykTheo de Raadt
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysReyk Floeter
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying
2007-12-07hoststated gets renamed to relayd. easier to type, and actually saysTheo de Raadt
what the daemon does - it is a relayer that pays attention to the status of pools of hosts; not a status checkers that happens to do some relaying
2007-11-28extend proxy exampleReyk Floeter
2007-11-26regenReyk Floeter
2007-11-26fix new agp code on amd64Reyk Floeter
- internal intel graphics semi-agp chipsets need special handling in pchb.c - re-add the i965GM device - use the correct major device id for /dev/agp0 on amd64 (not the i386 one) ok deraadt@
2007-11-25syncReyk Floeter
2007-11-25define the agp devitem (line was missing but found in etc.i386/MAKEDEV.md)Reyk Floeter
ok deraadt@
2007-11-25syncOwain Ainsworth
2007-11-25Make agp attach as a device. This means that many more agp bridgesOwain Ainsworth
actually get detected and attached. Also adds a kernel api for manipulating agp. Enable this on i386 and amd64. "I think you should commit it" deraadt@, ok matthieu. Looked over by several others.
2007-11-25remove acpi device. named apmctl on amd64 now, and on i386 apmctlTed Unangst
has become a gate to both apm and acpi. ok deraadt
2007-11-20comment for spamd_flags should refer to spamd(8);Jason McIntyre
pointed out by Daniel Wade and previously by Frank Bax; this time ok beck
2007-11-19Update the transparent HTTP proxy example:Reyk Floeter
Include filters to block some well-known instant messengers; thanks to Rene Badalassi (rene at cybersecure dot com dot au) for providing the examples. (This change depends on my latest fix to hoststated)
2007-11-12syncMark Kettenis
2007-11-12openpromMark Kettenis
2007-11-11-w flag for wsconsctl is deprecated; from Tim van der MolenJason McIntyre
2007-11-09Build and advertize bsd.mp on mvme88k.Miod Vallat
2007-11-09Missing PHONY target.Miod Vallat
2007-11-05Change chio.conf's group ownership to operator and mode to 644.Michael Erdely
At this time, there is no sensitive information in that file. ok beck@, millert@, jdixon@, deraadt@
2007-11-03l.root-servers.net has new address; ok deraadt@Jakob Schlyter
2007-11-01chio(1), not chio(8);Jason McIntyre
2007-10-23list package changes in daily insecurity outputStuart Henderson
ok henning
2007-10-22add additional relay examples: simple non-SSL TCP relay, transparentReyk Floeter
HTTP proxy. this makes it easier to test hoststated. ok pyr@
2007-10-17build sparc64 bsd.mp tooTheo de Raadt
2007-10-15permit tcp 111/2049 at boot too, for tcp nfs mounts; Jim ReesTheo de Raadt
2007-10-13the iso can be smallerTheo de Raadt
2007-10-10entry for the install##.iso file we now createTheo de Raadt