summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2015-02-10Add support for "constraints": when configured, ntpd(8) will query theReyk Floeter
time from HTTPS servers, by parsing the Date: header, and use the median constraint time as a boundary to verify NTP responses. This adds some level of authentication and protection against MITM attacks while preserving the accuracy of the NTP protocol; without relying on authentication options for NTP that are basically unavailable at present. This is an initial implementation and the semantics will be improved once it is in the tree. Discussed with deraadt@ and henning@ OK henning@
2015-02-04TypoFlorian Obser
From Michael (lesniewskister AT gmail), thanks!
2015-01-26Rename miniroot-sunxi to miniroot-cubie as the u-boot includedJonathan Gray
in the image is for Cubieboard1. Discussed with bmercer@ While here switch from using the separate spl and u-boot images to the combined spl and u-boot 'u-boot-sunxi-with-spl.bin'.
2015-01-22Use /etc/services names in all the default pf rules (most alreadyKenneth R Westerback
did). This allows any local changes to /etc/services to be effective if all you have is the default. Issue pointed out by Brian S. Vangsgaard on bugs@. Thanks! ok phessler@ deraadt@
2015-01-20Do not use /usr/ports/infrastructure/man/ by default because thisIngo Schwarze
directory is not contained in OpenBSD base, and because even people having the directory often don't understand that they need to run makewhatis(8) - and instead complain about the resulting warnings. This commit reverts revisions 1.17 and 1.21. Requested by deraadt@ millert@ kettenis@ who argue that people using /usr/ports/infrastructure/bin/ already need to set PATH, so editing man.conf (or, though more fragile, setting MANPATH) should not be a big deal for them.
2015-01-20increase limits for staff (user created at install time is in staff)Theo de Raadt
2015-01-20Change the machdep.lidsupsend example now that the default setting has beenTheo de Raadt
inverted.
2015-01-20Change the machdep.lidsupsend example now that the default setting has beenMiod Vallat
inverted.
2015-01-12Due to recent savings with instbin, we can take i386 to one installTheo de Raadt
floppy. A few drivers are missing, but the world has moved on (the drivers included are always a work in progress) Speeds up make release substantially, of course.
2015-01-075.8 packages keyChristian Weisgerber
2015-01-06add 5.8 base keyTheo de Raadt
2015-01-06firmware key for 5.8Stuart Henderson
2015-01-02Fix dow and apply the usual easter egg.Miod Vallat
2015-01-02Fix return code of _rc_quirks().Antoine Jacoutot
ok robert@
2015-01-02adjust dateTheo de Raadt
2015-01-02Add a comment about the default values being duplicated in rcctl(8).Antoine Jacoutot
discussed with schwarze@
2015-01-01move to 5.7-betaTheo de Raadt
2014-12-31add entries for xmpp, mdns and puppetJasper Lievisse Adriaanse
ok aja@
2014-12-30Add syslog-tls 6514/tcp to etc/services.Alexander Bluhm
OK jasper
2014-12-29regenKenji Aoyama
2014-12-29Add audio(4) related entries.Kenji Aoyama
ok miod@
2014-12-29Add line continuation to be consistent with rc_pre(); ok sthen@Antoine Jacoutot
2014-12-29pexp is not needed; ok sthen@Antoine Jacoutot
2014-12-28Change the default ext_addr from "egress" to "*". Listening on theReyk Floeter
egress group only works if you have a default route; this confused some people.
2014-12-26the kvm.db is now kmem owned. noticed by Steven RobertsTed Unangst
2014-12-22dickman noticed /var/rwho keeps coming back. remove it.Ted Unangst
2014-12-22Out out you evil network daemon.Florian Obser
OK deraadt@ some time ago
2014-12-19Add rdp/rfb/vnc.Antoine Jacoutot
no objection from deraadt@
2014-12-13Install netboot.mopMiod Vallat
2014-12-12Like previously done in relayd, change the keyword "ssl" to "tls" toReyk Floeter
reflect reality. OK benno@
2014-12-12Change the keyword "ssl" to "tls" to reflect reality since weReyk Floeter
effectively disabled support for the SSL protocols. SSL remains a common term describing SSL/TLS, there is some controvery about this change, and the name really doesn't matter, but I feel confident about it now. (btw., sthen@ pointed out some historical context: http://tim.dierks.org/2014/05/security-standards-and-name-changes-in.html) OK benno@, with input from tedu@
2014-12-11regenTed Unangst
2014-12-11remove urioTed Unangst
2014-12-11remove urioTed Unangst
2014-12-09If it exists, use /usr/ports/infrastructure/man/ by default for apropos(1);Ingo Schwarze
we already used it by default for man(1) before. While here, fix the order of Xenocara and ports. ok millert@ sthen@
2014-12-03Unhook rtsol(8) and rtsold(8) from the build.Florian Obser
OK deraadt@
2014-12-03The kernel handles rtsol(8) functionality since some time now.Florian Obser
Treat rtsol in hostname.if as a keyword like dhcp and call ifconfig inet6 autoconf. "reads good" todd@ OK krw@ (who is *not* an IPv6 person), but I recruited him in his capacity as an installer person.
2014-11-30Fix comment: We don't use RC4 anymore, it's better to be moreDavid Coppa
generic. ok miod@
2014-11-27Remove ofwbootfd from sparc64 release dir since nobody will need it.Stefan Sperling
Requested by deraadt.
2014-11-26Add ofwbootfd to list of sparc64 release files to checksum.Stefan Sperling
2014-11-24Remove another sparc64 md installboot reference that was hiding in here.Stefan Sperling
ok deraadt
2014-11-22/dev/random has created the same effect as /dev/arandom (and /dev/urandom)Theo de Raadt
for quite some time. Mop up the last few, by using /dev/random where we actually want it, or not even mentioning arandom where it is irrelevant.
2014-11-17Make /var/tmp a symbolic link to /tmp. The creation of /var/tmp in theTheo de Raadt
often space-constrained /var filesystem was a historical mistake. There are big implications for the daemons which assume they won't run out of space, and this is a first step towards trying to improve the situation. Move /tmp to the same 7-day expiration rules that /var/tmp had. vi.recover works just as well as before, except on memory filesystems; indicating that vi should be repaired to write files into homedirs or something. done with rpe ok many
2014-11-17"reload" should fail if the service is not running in the first place.Antoine Jacoutot
ok robert@ sthen@
2014-11-07add svn, fix sort-order of iscsi. ok ajacoutot@ dcoppa@ phessler@Stuart Henderson
2014-11-05When clearing /tmp, use "-maxdepth -1" instead of "-type d -prune".Todd C. Miller
This is easier to understand and fixes a bug where the "-type d -prune" was misplaced as noticed by pirofti@. OK deraadt@
2014-10-21Remove SSLv2 and SSLv3 references from the example relayd.conf and theLawrence Teo
relevant example snippet in the relayd.conf(5) man page. Change the default SSL protocols in the example file/man page to "no tlsv1.0" (suggested by sthen@), which will enable the TLSv1.1 and TLSv1.2 protocols only. feedback/ok jsing@ reyk@ sthen@
2014-10-17Drop the _lkm group.Antoine Jacoutot
ok dcoppa@ deraadt@
2014-10-09regenTed Unangst
2014-10-09delete all the cry devices too. missed by mikeb previously.Ted Unangst