Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-05-18 | Put commented minimal-reponses and refuse-any defaults into nsd.conf | Florian Obser | |
so that the changed default will be pointed out to the admin by sysmerge. Idea & OK sthen | |||
2018-05-16 | Remove default ls -C alias. | Marco Pfatschbacher | |
OK millert@, kn@, ian@, sthen@ | |||
2018-05-06 | don't put options in here that should not be needed in the majority of | Sebastian Benoit | |
cases and will just be copied by users without thinking. ok claudio@ | |||
2018-05-02 | Add std.1500000 entry, mostly because of firmware constraints on various | Mark Kettenis | |
Rockchip ARM SoCs. ok millert@, deraadt@ | |||
2018-04-29 | stop installing /etc/networks, it is now unused; OK deraadt@ tb@ | Ingo Schwarze | |
2018-04-28 | Add a proper usage() function. | Robert Peichaer | |
Suggested by and OK jmc. OK tb | |||
2018-04-13 | spaces->tab | Antoine Jacoutot | |
ok kettenis@+florian@'s OCD | |||
2018-04-11 | "listen on * port 80" means all v4 and v6 addresses these days. | Florian Obser | |
OK benno | |||
2018-04-04 | adapt armv7 manual pages for arm64 | Jonathan Gray | |
2018-04-03 | Import regenerated moduli file. | Darren Tucker | |
2018-03-29 | Add aggressive-nsec example block. | Florian Obser | |
While here, qname minimisation is an RFC since some time. tweak & OK sthen | |||
2018-03-23 | probably the correct date | Theo de Raadt | |
2018-03-23 | Provide an example httpd.conf that's actually useful. | Florian Obser | |
With & OK deraadt input sthen looks better to beck OK benno | |||
2018-03-23 | Since a while relayd switched from the TLS session cache to using only TLS | Claudio Jeker | |
session tickets instead. Adjust example relayd.conf file. From Matt Schwartz, reminded by jmc@ OK deraadt@ | |||
2018-03-15 | add syspatch public keys for 6.3 and 6.4 | Robert Nagy | |
2018-03-14 | remove 6.0 keys | T.J. Townsend | |
2018-03-04 | when -n is used, no need to spit out "Missing parameters." before | Jason McIntyre | |
displaying usage(); ok tb | |||
2018-03-03 | Lowercase 'usage' and group -n with interface in it. | Landry Breuil | |
From jmc@, ok tb@ | |||
2018-03-01 | OpenBSD 6.4 packages key | Christian Weisgerber | |
2018-03-01 | openbsd 6.4 base key | Theo de Raadt | |
2018-03-01 | add 6.4 firmware key | Stuart Henderson | |
2018-02-28 | move to 6.3-beta | Theo de Raadt | |
2018-02-21 | Tweak comments. | Robert Peichaer | |
OK tb | |||
2018-02-21 | add bsd.mp | Jonathan Gray | |
2018-02-20 | Call "vmctl stop" on each VM at shutdown, for OpenBSD guests this means they | Stuart Henderson | |
are signalled to shutdown cleanly. Wait for each to finish to avoid too much busy work at once; this may need revising if it turns out to be too slow with a larger number of VMs (e.g. signal/delay/signal/delay/... then wait for shutdowns), but let's avoid making it more complex unless we know it's needed. Based on a diff from abieber@, discussed with mlarkin@ aja@ rpe@, ok rpe | |||
2018-02-19 | Write warning/error messages to stderr and end them with a fullstop. | Robert Peichaer | |
OK tb | |||
2018-02-19 | - use specific patterns when looping over /etc/hostname.if files | Robert Peichaer | |
to skip backup or temp files. - test if the patterns matched actual files - warn if ifcreate() fails on an interface and continue with the subsequent interfaces in the list instead of return'ing OK dlg sthen tb | |||
2018-02-18 | zap *_path() functions | kn | |
These PATH helpers failed to quote their input properly leading to shell code execution. Noone noticed since import (over 21 years ago), so wipe it. OK tb rpe | |||
2018-02-18 | Remove unecessary line continuation markers after || and && | Robert Peichaer | |
2018-02-17 | - Add descriptions for the new functions ifcreate() and vifscreate() | Robert Peichaer | |
- In ifcreate() use the exit code of the {} block directly - In vifscreate(), use the ifconfig -C output directly in the for _vif loop - Remove superfluous and somewhat confusing comment OK dlg kn sthen | |||
2018-02-14 | create virtual interfaces before starting all interface config. | David Gwynne | |
this resolves an ordering problem when adding pseudo interfaces to bridges tweaks from kn@ ok mpi@ sthen@ | |||
2018-02-10 | Remove some special IPv4 in IPv6 mapped prefixes that are already rejected | Claudio Jeker | |
by the ::0.0.0.0/96 reject route added to deny all IPv4 mapped addresses. Makes the inet6 routing table almost fit in one screen. OK benno@ | |||
2018-02-10 | Load RFC 7217 key material and generate if it does not already exist. | Florian Obser | |
Add soii.key to changelist (pointed out by semarie) and mtree/special (suggest by Craig Skinner). OK naddy, sthen, rpe, tb | |||
2018-02-06 | Print an explicit error if the backup volume is not present in | Theo Buehler | |
hw.disknames. This can only happen due to a failure or user error. In either case, silent failure makes it hard to discover and debug. Now it will be easy to spot in the daily mail. ok rob, schwarze | |||
2018-02-06 | If -n is given, the netstart script should not (try to) set the default | Theo Buehler | |
route(s). Simply print the command(s) to be issued instead. tweak & ok rpe | |||
2018-02-02 | Remove . from $PATH since it seems there is no strong reason to keep | YASUOKA Masahiko | |
it and many people prefer to remove it. Pointed out by m-asou at soum.co.jp. ok millert espie bluhm | |||
2018-01-20 | Provide a simpler example ifstated.conf. | Marco Pfatschbacher | |
The existing example was written over a decade ago, when carp(4) was not supporting carpdemote and did not track it's interfaces link state itself. OK jmc@, rob@ | |||
2018-01-19 | /etc/snmpd.conf may contain passwords or other sensitive | Gleydson Soares | |
data. diff provided by alf <a.schlichting at lemarit.com> ok millert | |||
2018-01-11 | Comments | Robert Peichaer | |
2018-01-11 | - change [] tests to [[]] | Robert Peichaer | |
- change -a, -o to &&, || inside [[]] - remove unecessary quoting inside [[]] - remove X"" constructs inside [[]] - remove \ (line continuation) in case of &&, || and pipes - replace backticks with $() discussed with and OK aja@ OK tb | |||
2018-01-11 | Change the shebang line from /bin/sh to /bin/ksh in all base rc.d | Robert Peichaer | |
daemon scripts. discussed with and OK aja@ OK tb | |||
2017-12-03 | Disallow the _pbuild user from making TCP/UDP connections in the default | Stuart Henderson | |
PF ruleset. This is not a complete block on _pbuild being able to communicate (e.g. non-TCP/UDP protocols don't have a PCB with userid, so PF can't restrict in those cases) but avoids some cases, and in particular makes it more obvious when a port does things like download extra distfiles or dependencies as part of the build process. Slight tweak from a diff by espie@. | |||
2017-11-29 | Import updated moduli. | Darren Tucker | |
2017-11-29 | Document NAT and DNS forwarding rules for vmd(8) | Mike Larkin | |
discussed at length with benno, beck, deraadt, and florian | |||
2017-11-27 | Remove deprecated agreement url. | Florian Obser | |
"nice" deraadt@ OK benno | |||
2017-11-15 | Update agreement URL; pointed out by sthen. | Florian Obser | |
OK benno, sthen | |||
2017-11-14 | sync | Christian Weisgerber | |
2017-11-14 | Remove /dev/arandom symlink. Nothing in base, xenocara, or ports uses | Christian Weisgerber | |
/dev/arandom any longer. ok deraadt@ | |||
2017-11-12 | Remove HN_DIR variable and expand it in the only place it was used. It | Theo Buehler | |
currently serves no purpose. ok rpe, agreement from deraadt and halex | |||
2017-11-11 | update switch handling in vmd(8). vmd now gets switch information (rdomain, | Mike Larkin | |
etc) from underlying switch interface instead of handling this on its own. Diff from carlos cardenas, Thanks! ok reyk@ |