summaryrefslogtreecommitdiff
path: root/etc/rc
AgeCommit message (Collapse)Author
2003-05-14No more gated. ok krw@, deraadt@, commments from David Krause, jakob@.Ian Darwin
2003-04-08fix another non-POSIX chown; Chuck YerkesTodd C. Miller
2003-03-23Fix operational typo. Bug reported by William YodlowskyMarco S Hyman
bsd at openbsd dot rutgers dot edu. OK millert@, others.
2003-03-21grammar; ok miod@Todd T. Fries
2003-03-20enclose X${lpd_flags} in quotation marks, as it could carry more thanNikolay Sturm
one argument. OK miod@, millert@, henning@, markus@, fries@, tdeval@
2003-03-10commented hourly spamd-setup runTheo de Raadt
2003-03-04only generate shared secret for rndc if named will be started.Jakob Schlyter
tested by grange@, ok millert@
2003-03-04remove support for named_chroot and named_user; always run named as userJakob Schlyter
named and chrooted to /var/named. ok deraadt@
2003-03-04make sure both /etc/rndc.key and /var/named/etc/rndc.key exist, and areDan Harnett
the same. ok jakob@, deraadt@
2003-02-14Fix NFS diskless boot when PF is used.Cedric Berger
From dhartmei@ e-mail, ok henning@
2003-01-20generated shared secret for rndc/bind9; ok millert@Jakob Schlyter
2003-01-20Add a /var/empty/dev/log socket for things that chroot to /var/empty.Todd C. Miller
2003-01-15Allow outbound ping in initial pf rules.Camiel Dobbelaar
dhclient needs this to validate old (but valid) leases in /var/db/dhclient.leases in case it needs to fall back to such a lease. (the dhcp server can be down or not responding) Reported by Chris Jepeway. "makes sense" henning dhartmei
2003-01-06Handle wsconsctl.conf entries that contain spaces, e.g.Marco S Hyman
keyboard.map+="keysym Caps_Lock = Control_L" OK fgs@
2003-01-03Remove screenblank section; reported by Andrey Matveev.Miod Vallat
2002-12-27spamd startup stuffTheo de Raadt
2002-12-24Simpler default block.Ryan Thomas McBride
ok deraadt@
2002-12-13kill whitespace at EOL; David KrauseHenning Brauer
2002-11-23no more altqd useTheo de Raadt
2002-11-14Allow host to do dns lookups in the initial ruleset. This way, pfctlCamiel Dobbelaar
can properly boot rulesets with dns addresses in it.
2002-10-14use stripcom(), not awk. Spotted by form@.Mike Pechkin
millert@ ok
2002-10-06Remove more remnants of smtpfwdd. ok deraadt@.Kenneth R Westerback
2002-09-12We no longer need to install copies of /dev/null and /etc/localtimeTodd C. Miller
in named's chroot jail. These things are now dealt with before named chroots.
2002-09-06more photuris bits by bye byeTheo de Raadt
2002-08-20Prevent possible races by moving .X11 fixups to before the systemHugh Graham
goes multiuser. In consultation with dynamo; cleared by millert.
2002-07-27Create directories for X11 unix socket at boot time. This removes theMatthieu Herrb
need for root privileges for processes that create the sockets later. ok deraadt@
2002-07-27echo before running sshd; mcbride@countersiege.comTheo de Raadt
2002-07-11www space no longer needs a dev/cryptoTheo de Raadt
2002-07-09toss a /dev/crypto copy into /var/www/dev; millert okTheo de Raadt
2002-06-11pfctl -f instead of -N/-R, ok deraadt@Daniel Hartmeier
2002-06-09Remove startup stuff for Kerberos 4 servers.Hans Insulander
ok deraadt@
2002-06-07clear /var/authpf on bootup - ensure we don't kill things we shouldn'tBob Beck
2002-05-23Sigh, add the rule in the right place (not just when NFS is used).Daniel Hartmeier
From Dries Schellekens
2002-05-23Allow incoming ssh connections in the initial temporary rule set that'sDaniel Hartmeier
active before /etc/pf.conf is loaded, just in case loading fails (and leaves the inital set active). ok deraadt@
2002-02-25be silent on kernels which lack nfs; d.doroshenko@omnitel.netTheo de Raadt
2002-02-21If there is a /var/run/dhclient.pid file, stash its contents andTodd C. Miller
restore it after cleaning out /var/run. Since we don't have /usr yet our options are limited here. Without this change /var/run/dhclient.pid will be removed after dhclient is started from /etc/netstart.
2002-02-19quiet raid checkTheo de Raadt
2002-02-17raid(4) parity check simplificationThierry Deval
2002-02-09move ssh config files to /etc/sshTheo de Raadt
2002-01-08Permit flags to be set for savecore, e.g. to compress core dumpsThorsten Lockert
ok millert@ fgsch@
2001-12-30print "RSA1" for protocol v1Markus Friedl
2001-10-29handle pflogd_flags better; openbsd@davidkrause.comTheo de Raadt
2001-10-09isakmpd can work without an isakmpd.conf, but not without anAngelos D. Keromytis
isakmpd.policy -- change startup conditions accordingly.
2001-09-21start pflogd in a different place; do not block NFS in diskless situations; ↵Theo de Raadt
danh & cedric@wireless-networks.com
2001-09-19re-order shlib_dirs, now X11R6/lib, local/lib, then custom libdirsTodd T. Fries
concept originally from Joshua Stein <jcs@rt.fm>, thanks! markus@, espie@ ok; based on useful discussion from fgsch@, espie@, heko@
2001-08-22pflogd_flags; mbing@nfr.netTheo de Raadt
2001-08-22oops, forgot to up pflog0; mbing@nfr.netTheo de Raadt
2001-08-21start pflogd at the right place, I thinkTheo de Raadt
2001-08-17altqd startup stuffTheo de Raadt
2001-07-04wsconsctl.conf support, wsconsctl accepts saner var names now; raadtifiedMichael Shalayeff