Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-01 | Raise "staff" login class datasize-cur on arm64 to the value of amd64. | Stefan Sperling | |
Values for other login classes defined in this file match amd64 already. ok millert, tb, deraadt | |||
2022-07-28 | Only attempt to set the yp domainname if not yet set; gets rid of an error | Miod Vallat | |
message at shutdown. tweaks & ok deraadt@ | |||
2022-07-27 | Place ypldap with ypserv, inside the $domainname check, since it also | Theo de Raadt | |
has the same requirement. | |||
2022-07-21 | fix dow | Theo de Raadt | |
2022-07-21 | 7.3 packages key | Christian Weisgerber | |
2022-07-21 | add 7.3 firmware key | Stuart Henderson | |
2022-07-21 | 7.3 base key | Theo de Raadt | |
2022-07-20 | move to 7.2-beta. this gets done very early, to avoid finding out | Theo de Raadt | |
version number issues close to release | |||
2022-07-17 | /var/run/ypbind.lock doesn't need to be forcefully removed | Theo de Raadt | |
ok aja | |||
2022-07-11 | Generate P-256 ECDH keys for iked instead of reusing 2048 bit RSA keys | Tobias Heider | |
from isakmpd. ok bluhm@ | |||
2022-07-03 | Create virtual interfaces upfront if specified on the command line | Klemens Nanni | |
In cases like `sh /etc/netstart pair1 pair2', one of hostname.pair{1,2} will contain a "patch pair{2,1}" command which expects the other interface to exist. If none exist, this would fail and netstart had to be run separately or "patch"ed interface had to be manually created before. There are other use cases where interfaces depend on each other, so before (re)configuring an explicit list of interfaces, create all virtual ones upfront so that a single netstart invocation will configure everything correctly without having reflect dependencies in multiple ordered netstart invocations. Copy isin() from install.sub to help. Feedback OK halex | |||
2022-07-02 | Add /etc/rpki/skiplist | Daniel Jakots | |
ok tb | |||
2022-06-28 | Add missing colon. Noticed by jmc@ | Claudio Jeker | |
2022-06-28 | Hook up bgplgd. Uses _bgplgd user with id 71:71 add a rc.d script and | Claudio Jeker | |
all the other rc plumbing. OK deraadt@ | |||
2022-06-27 | Remove switch(4) leftovers. | Visa Hankala | |
OK deraadt@ mpi@ claudio@ miod@ | |||
2022-06-26 | Wait for autoconf interfaces to come up in netstart(8) instead of | Florian Obser | |
rc(8). This makes tunnel interfaces work that depend on working autoconf interfaces. OK deraadt | |||
2022-06-26 | Start network auto configuration daemons earlier so that tunnel | Florian Obser | |
interfaces can depend on dhcp or slaac. dhcpleased needs /var mounted so pull that up, we do not support /var on nfs. With & OK deraadt, earlier version OK sthen | |||
2022-06-06 | bump pbuild's datasize-cur from 2G to 3G on i386, this or close to it | Stuart Henderson | |
is needed to build some important ports. ok tb@ | |||
2022-05-26 | Introduce a new daemon_execdir variable for changing to a specified directory | Antoine Jacoutot | |
before running rc_rcexec. Based on an proposal from openbsd.tech at aisha.cc ok robert@ abieber@ | |||
2022-05-21 | ${rcexec} -> rc_exec | Antoine Jacoutot | |
2022-05-21 | Replace the $rcexec variable by an rc_exec function. | Antoine Jacoutot | |
It is much cleaner to the eyes and makes more sense from a functionnal point of view. This will allow to extend rc_exec with other functionnalities (like upcoming rc_startdir). Bonus point: daemon_logger will now work with manually crafted rc_start functions. This will require a mechanical change from ${rcexec} to rc_exec in rc.d scripts. ports will be fixed right after this commit but we will keep compatibility to give a chance to people to fix their custom scripts. positive tests from a few ok robert@ | |||
2022-05-21 | No need for true(1). | Antoine Jacoutot | |
2022-05-17 | Simplify unbound rc.d script. | Antoine Jacoutot | |
input/ok sthen@ halex@ | |||
2022-05-12 | add login.conf.d to mtree, from Raf Czlonka, ok deraadt | Stuart Henderson | |
2022-05-12 | add /etc/login.conf.d/* to /etc/changelist, ok deraadt | Stuart Henderson | |
2022-04-21 | Remove _switchd user/group/alias | Daniel Jakots | |
ok millert deraadt switchd(8) was removed back in November. Commit message was: Retire switchd and switchctl. While interesting they never managed to really get into a usable state. The OpenFlow API is mostly superseeded by P4 and so this is a bit of a dead end. | |||
2022-04-21 | Fix previous rc.d/spamlogd commit, the check in rc_pre is not needed | Stuart Henderson | |
because rc.subr has special-casing for spamd/spamlogd. Teach the script to detect the pflog interface from spamlogd flags and create the correct interface if needed. ok jturner@ | |||
2022-04-20 | Import regenerated moduli | Darren Tucker | |
2022-04-11 | Fix spamlogd's rc_pre to avoid creating pflog0 if spamd is disabled. | Stuart Henderson | |
The conditional was not checked (prior to r1.2 the exit code from the conditional was implicitly used as the exit code from the whole shell function, but this wasn't adapted when pflog creation was added). Reported/tested by Clint Pachl | |||
2022-04-05 | Zap emacs version in the pkg_add example | Jeremie Courreges-Anglas | |
Instead of updating/forgetting the emacs version at each release cycle. ok tb@ deraadt@ | |||
2022-04-05 | bump emacs version so the pkg_add example works | Theo Buehler | |
ok deraadt | |||
2022-04-05 | add 7.2 firmware public key, ok deraadt | Stuart Henderson | |
2022-04-05 | add 7.2 syspatch public key | Robert Nagy | |
2022-04-05 | New day is a Thursday | Theo Buehler | |
please fix deraadt | |||
2022-04-04 | move release date a little | Theo de Raadt | |
2022-03-26 | grow i386 media | Theo de Raadt | |
2022-03-04 | fix year, from mikhail | Theo de Raadt | |
2022-03-02 | Add openvpn ports (udp/1194 & tcp/1194) to /etc/services | Landry Breuil | |
Registered at IANA since 2004, also present on Linux & FreeBSD ok sthen@ stsp@ jca@ | |||
2022-02-28 | provide a login class for vmd, the "daemon" class now has a datasize | Stuart Henderson | |
limit which is a bit low for VMs. only done on amd64 as vmd is only provided there. ok deraadt@ | |||
2022-02-22 | add some more tunnels to the list of interfaces that rely on routing. | David Gwynne | |
2022-02-21 | cap the daemon login class' datasize at either 1G or 4G depending on | Robert Nagy | |
the architecture and set the bgpd class' datasize to either 16G or 1G ok sthen@ and discussed with many | |||
2022-02-20 | 7.2 packages key | Christian Weisgerber | |
2022-02-20 | 7.2 base key | Theo de Raadt | |
2022-02-20 | move to 7.1-beta | Theo de Raadt | |
2022-02-13 | Add /usr/local/share/examples/login.conf.d to the default hierarchy. | Antoine Jacoutot | |
ok sthen@ espie@ deraadt@ | |||
2022-02-10 | look for the login class in both login.conf and login.conf.d/${class} | Robert Nagy | |
ok aja@ | |||
2022-02-10 | introduce support for storing capability databases in /etc/login.conf.d; | Robert Nagy | |
anytime a class is looked up, the /etc/login.conf.d/${class} file will be checked first for a matching class definition; this will allow us to easily add custom login classes from packages ok millert@ | |||
2022-02-09 | Increase armv7 ramdisk size to avoid errors in installer. | Visa Hankala | |
OK deraadt@ | |||
2022-01-17 | filessystems -> filesystems | Jonathan Gray | |
2022-01-07 | regen | Jonathan Gray | |