Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-07-27 | Fix geometry of rdroot entry so | Kenneth R Westerback | |
nt# * ns# * nc# == pc# == pa# which makes for a better disklabel via getdiskbyname(). ok deraadt@ | |||
2015-07-27 | Add services entries for BFD (RFC5880), and reorder MS RDP while there. | Stuart Henderson | |
From Denis Fondras, ok deraadt | |||
2015-07-26 | Fix ba# attribute in rdroot entry. It should be 4096 (a valid size for | Kenneth R Westerback | |
a FFS block), not 4480 (the size of the partition). ok millert@ | |||
2015-07-23 | add doas.conf to mtree (from Theo Buehler) and changelist. ok phessler@ | Stuart Henderson | |
2015-07-22 | Generate new moduli. | Darren Tucker | |
2015-07-21 | Add the _radiusd user. | Antoine Jacoutot | |
ok sthen@ | |||
2015-07-21 | Add radiusd(8) and radiusctl(8). They are WIP. radiusd(8) is a RADIUS | YASUOKA Masahiko | |
server and radiusctl(8) is to control the server. radiusd(8) currently supports bsdauth and radius (upstream radius servers) as authentication backends. fixes from jsg blambert ok deraadt | |||
2015-07-21 | Add _radius to etc/master.passwd and etc/group for coming radiusd. | YASUOKA Masahiko | |
ok deraadt | |||
2015-07-20 | add class used by the _pbuild user for DPB, ok ajacoutot@ | Stuart Henderson | |
2015-07-20 | Disable Strict Bourne shell mode for /etc/rc and /etc/netstart to be | Robert Peichaer | |
able to use ksh syntax within these scripts. This way init doesn't need to be changed, which starts /etc/rc using /bin/sh and people can still use "sh /etc/netstart ifname". Idea from and OK halex@ OK deraadt@ krw@ guenther@ | |||
2015-07-19 | Bring up pflow last as it might send with a source address that is on | Florian Obser | |
any of the other interfaces. OK deraadt, phessler, benno | |||
2015-07-19 | Always source rc.subr to be able to use the rc.conf parsing routine | Robert Peichaer | |
to get the network related vars from rc.conf. This is even necessary if netstart is run from within /etc/rc. Remove test of $INRC which unintentionally evaluated always to true. problem with previous change found by nigel@ OK sthen@ aja@ halex@ | |||
2015-07-19 | remove code from unbound's rc script that generates control keys/certs if | Stuart Henderson | |
control-enable is used, our standard configuration is using unix domain sockets without certs. existing setups with already-created certificates are ok, if somebody needs remote+certs they can generate keys themself. ok florian@ | |||
2015-07-19 | change default unbound config to enable the control socket, without using | Stuart Henderson | |
keys/certificates for auth. ok florian@ | |||
2015-07-19 | Revert 1.148 for now until I can talk to rpe@ | Antoine Jacoutot | |
It introduced a regression reported by nigel@ | |||
2015-07-19 | Replace test command with []. | Robert Peichaer | |
OK halex@ krw@ | |||
2015-07-19 | Ensure, that we source rc.subr and parse rc.conf ONLY if we are not | Robert Peichaer | |
inside /etc/rc. With help from and OK halex@, ajacoutot@ | |||
2015-07-18 | Put the opening curley brackets on the same line as the function name. | Robert Peichaer | |
OK krw@ halex@ | |||
2015-07-18 | - remove trailing blanks introduced in previous commit | Robert Peichaer | |
- no space in redirections like </foo or >$bar - few other minor whitespaces OK krw@ | |||
2015-07-18 | Improve comments | Robert Peichaer | |
- Add comments for functions - Start comments with capital letters - End comments with a full stop - Allow comments to extend up to column 80 OK krw@ | |||
2015-07-17 | Add _dpb, _pbuild, _pfetch users to make it easier for people doing dpb | Stuart Henderson | |
multi-user builds. Discussed with espie, ajacoutot, ok deraadt | |||
2015-07-17 | Add an example for doas(1) logging and drop sudo and chat. | Antoine Jacoutot | |
ok tedu@ rep@ | |||
2015-07-17 | enable exynos | Jonathan Gray | |
2015-07-15 | Drop comments; we already have a fully documented file under | Antoine Jacoutot | |
/etc/examples/ntpd.conf ok deraadt@ benno@ schwarze@ | |||
2015-07-15 | Fix base rc.d scripts after the recent rc.subr change. | Antoine Jacoutot | |
ok halex@ | |||
2015-07-15 | By default, require an exact match of the process name and argument list. | Antoine Jacoutot | |
This allows running several instances of the same rc.d(8) script by just linking it to different name. e.g. ln -s ftpproxy ftpproxy6 echo 'ftpproxy6_flags=-6' >>/etc/rc.conf.local This is likely to break some rc.d scripts in ports. I will try and fix them all in the next few days but I'd appreciate reports if I missed some. ok halex@ | |||
2015-07-15 | Always use the default flags when running !start. | Antoine Jacoutot | |
This is necessary so that rc.d scripts launched with `-f' can be properly stopped, checked and reloaded. ok schwarze@ | |||
2015-07-15 | Merge comments. | Antoine Jacoutot | |
2015-07-07 | /var/unbound/db/root.key can be stored in plain text actually; that's just | Antoine Jacoutot | |
the public key. prodded by semarie@ ok sthen@ | |||
2015-07-07 | Only store checksums for: | Antoine Jacoutot | |
/var/nsd/etc/nsd.conf (may contain a key) /var/unbound/db/root.key (fix path as well) from Tim van der Molen ok millert@ sthen@ | |||
2015-07-03 | Remove sudoers | Todd C. Miller | |
2015-06-29 | enable vexpress | Jonathan Gray | |
2015-06-28 | regen | Jonathan Matthew | |
2015-06-28 | add usb devices | Jonathan Matthew | |
2015-06-23 | fix emacs pkg names | Giovanni Bechis | |
2015-06-21 | sync | Theo de Raadt | |
2015-06-21 | 5.9 base key | Theo de Raadt | |
2015-06-19 | add 5.9 packages key | Christian Weisgerber | |
2015-06-18 | I'm afraid it will be a sunday. | Miod Vallat | |
2015-06-18 | add 5.9 firmware key | Stuart Henderson | |
2015-06-17 | crank to 5.8-beta | Theo de Raadt | |
2015-06-17 | Really make daemon_class read-only; it's set to "daemon" of a matching | Antoine Jacoutot | |
login class. | |||
2015-06-16 | Typos in comments; Ville Valkonen | Miod Vallat | |
2015-06-13 | add miniroot to MDEXT | Jasper Lievisse Adriaanse | |
2015-06-09 | miniroot for octeon; tested on edgerouter lite with local usb storage | Jasper Lievisse Adriaanse | |
ok jmatthew@ miod@ | |||
2015-06-06 | Allow rtsol keyword in hostname.if(5) with net.inet6.ip6.forwarding=1. | Florian Obser | |
"inet6 autoconf" was working before and rtsol should behave the same. OK phessler | |||
2015-06-02 | Rename the imx miniroot to nitrogen as it creates "6x_bootscript". | Jonathan Gray | |
Add a miniroot for the CuBox-i which needs u-boot at a particular offset in the sd image to boot. Based on changes made by Patrick Wildt in bitrig. | |||
2015-05-28 | Remove 1k bit groups. ok deraadt@, markus@ | Darren Tucker | |
2015-05-26 | Create aliases.db from the installed aliases file, so we get the correct | Christian Weisgerber | |
owner and group. Reported by Mark Patruck. ok deraadt@ miod@ | |||
2015-05-22 | Update DH groups | Darren Tucker | |