Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-12-09 | vmm node only needs mode 600 | Theo de Raadt | |
2015-12-08 | libexec/smtpd dir no longer needed; ok gilles | Theo de Raadt | |
2015-12-08 | Use mailwrapper path instead of smtpd. | Sunil Nimmagadda | |
Ok tb@ jung@ | |||
2015-12-07 | Previously forgot another /var in the comment | Reyk Floeter | |
2015-12-07 | /var/vm is a terrible idea, the images are filled on demand, they are | Reyk Floeter | |
not backed by blocks until used. So I'll use /home/vm instead. Pointed out by deraadt@ | |||
2015-12-07 | Add initial vm.conf(5) example. But please note that the grammar is | Reyk Floeter | |
not fixed yet. | |||
2015-12-07 | Now that makemap(8)/newaliases(8) are merged into smtpctl(8), update | Sunil Nimmagadda | |
the paths. Ok gilles@, jung@ | |||
2015-12-06 | Add missing rc bits for rebound. | Robert Peichaer | |
rc-wise OK aja@ jasper@ | |||
2015-12-06 | multicast_router -> multicast | Antoine Jacoutot | |
2015-12-05 | It does not make sense to insert a specific route for 224/4 when the | Martin Pieuchot | |
default one is good enough. So merge rc.conf(8)'s 'multicast_router' and 'multicast_host' into a single 'multicast'. If set to YES the reject route for 224/4 is not inserted by netstart(8). Manual bits from jmc@ ok henning@, ajacoutot@ | |||
2015-12-05 | add rcscript for vmd | Jasper Lievisse Adriaanse | |
ok mlarkin@ prompted by deraadt@ | |||
2015-12-05 | remove doas.conf since the permission check is too onerous. | Ted Unangst | |
the doas program itself will refuse to use an insecure config file. (changelist will continue to watch for changes, as well.) | |||
2015-12-02 | Since version 1.467 of /etc/rc, it was no longer possible to add | Robert Peichaer | |
shlib_dirs using /etc/rc.conf.local. Fix from Jan Johansson, thanks. OK krw@, halex@ | |||
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt | |
2015-12-01 | Send Aviion to same place as Nova II | Theo de Raadt | |
discussed with jsg | |||
2015-12-01 | create new independent uid/gid for tftp_proxy and ftp_proxy. | Theo de Raadt | |
They should not share a uid. Leave the proxy uid for later mop-up (sysmerge does not handle uid renamings well enough) ok dlg, ok aja a while back | |||
2015-11-30 | Add rebound rc.d script. | James Turner | |
ok benno@ requested by tedu@ | |||
2015-11-27 | yppasswd went away | Theo de Raadt | |
2015-11-26 | Disable by default the *.emerg block; ok millert beck | Theo de Raadt | |
2015-11-12 | Changes to ifautostart(): | Robert Peichaer | |
- Rename function to ifv6autoconf() to make IPv6 relation clearer - Localize and rename variables OK krw@ | |||
2015-11-12 | Changes to ifmstart(): | Robert Peichaer | |
- Change comments to make it clearer that ifmstart() takes two lists of interface driver names (of which the second is optional) and not the actual interface instances. - Use localized variables and use slightly more verbose names. - Use continue 2 to skip to the next hostname.if file. - Use shell pattern @() instead of testing _sif individually. OK krw@ | |||
2015-11-12 | Changes to stripcom(): | Robert Peichaer | |
- Align comments with /etc/rc version - Use localized variables - Use safer "print -r --" instead of plain echo Changes to ifstart(): - Tweak comment - Add usage OK krw@ | |||
2015-11-10 | sync | Stuart Henderson | |
2015-11-10 | remove stray { } | Stuart Henderson | |
2015-11-10 | sync | Stuart Henderson | |
2015-11-10 | add /dev/vmm, req'd by and ok mlarkin@ | Stuart Henderson | |
2015-11-10 | Fix typos in comments | Tim van der Molen | |
2015-11-10 | With ikectl now requiring ca specific sections not present in the | Jonathan Gray | |
general openssl cnf files install the ikeca.cnf file. ok sthen@ requested by reyk@ | |||
2015-11-09 | Add user "_vmd" for forthcoming vmd daemon | Mike Larkin | |
ok deraadt@ | |||
2015-11-05 | After removing National Language Support (NLS) from base, stop | Alexander Bluhm | |
creating the directory /usr/share/nls. Having a non-existing default path in catopen(3) does not make sense, so remove it. If the user does not specify a NLS path, better fail early than fail because of an empty directory. Remove path form hier(7). OK stsp@ schwarze@ jmc@ | |||
2015-11-01 | Start the rework of the /etc/netstart shell script. | Robert Peichaer | |
General changes: - apply a similar 'style' as used in the installer scripts - improve comments to be more to the point, remove where code is obvious - document usage of functions if they have arguments - rename variables where it improves readability - replace really old-school shell code with more contemporary idioms Other changes: - No need to care about "autoboot" because netstart doesn't inherit the positional parameters from /etc/rc anymore. /etc/rc executes netstart instead of sourcing it since r1.439. - Use simpler for-loop to process list of interfaces with ifstart. OK halex@ | |||
2015-11-01 | A missed backticks to $() conversion. | Robert Peichaer | |
OK krw@ | |||
2015-10-26 | The hostname variable is not used since r1.99. Remove it and use | Robert Peichaer | |
stripcom() output directly with the hostname command. OK deraadt@ krw@ | |||
2015-10-23 | ypcipher isn't supported any more - it was already removed from login.conf(5) | Stuart Henderson | |
and pwd_gensalt.c - so remove it from the default /etc/login.conf files as well. ok millert@ | |||
2015-10-23 | netstart bits for tap(4) | Claudio Jeker | |
2015-10-23 | Sync (after tap addition) | Claudio Jeker | |
2015-10-23 | MAKEDEV bits for tap(4) | Claudio Jeker | |
OK dlg@ mpi@ | |||
2015-10-23 | add BUILDINFO file. currently contains a timestamp. ok deraadt | Ted Unangst | |
2015-10-21 | add missing rcsid | Gleydson Soares | |
ok renato@ | |||
2015-10-21 | Remove Diffie-Hellman moduli entries below 2048. | Doug Hogan | |
OpenSSH requires a 2048 minimum for DH in the client and server. input and ok sthen@ ok dtucker@, djm@ | |||
2015-10-19 | Delete the empty example file "ftpchroot"; no example is needed. | Ingo Schwarze | |
Move the one useful bit of information contained in the file ("one user name per line") to the ftpd(8) manual page where it belongs. OK deraadt@ sthen@ | |||
2015-10-19 | Update etc/mtree/BSD.x11.dist (freetype-2.6.1) | David Coppa | |
2015-10-18 | Finish first round of rework of the rc script. | Robert Peichaer | |
OK krw@ halex@ | |||
2015-10-18 | Forcibly delete /var/run/ypbind.lock to prepare for the worst cases. | Theo de Raadt | |
ok aja | |||
2015-10-16 | Missing local. | Antoine Jacoutot | |
ok schwarze@ | |||
2015-10-16 | The hosts.lpd examples file does not contain a single example. | Ingo Schwarze | |
The file format is so simple that no example is needed. All relevant documentation is already available from the proper place, which is the lpd(8) manual. Consequently, delete the empty file. OK millert@ dcoppa@ beck@ deraadt@ | |||
2015-10-15 | no mail for _rebound. deraadt | Ted Unangst | |
2015-10-15 | _rebound user and group (52) | Ted Unangst | |
2015-10-14 | Allow group wheel to read the mail log. OK gilles@ sthen@ | Todd C. Miller | |
2015-10-10 | Fix /var/spool/smtpd/offline ownership and mode. | Antoine Jacoutot | |
ok gilles@ |