Age | Commit message (Expand) | Author |
2011-07-08 | Oops, the second half of moving the key chunks | Theo de Raadt |
2011-07-08 | Move various bits of key generation in rc into one function, which we | Theo de Raadt |
2011-07-08 | Add the nfs startup scripts. | Antoine Jacoutot |
2011-07-08 | Give up on btd(8) startup until it can prove itself | Theo de Raadt |
2011-07-08 | switch pflogd to rc.d | Robert Nagy |
2011-07-08 | only start spamlogd if spamd_flags != NO and spamd_black = NO | Robert Nagy |
2011-07-08 | make rc_daemons use start_daemon instead of calling the script directly | Robert Nagy |
2011-07-07 | oops, the netstart for pfsync *MUST* have the conditional | Theo de Raadt |
2011-07-07 | disable the afs enable stuff. when nnpfs is re-enabled, that can be added | Theo de Raadt |
2011-07-07 | add scripts for aucat and spamd and switch rc to use them | Robert Nagy |
2011-07-07 | Eliminate some $? tests by rolling the command into the condition | Philip Guenthe |
2011-07-07 | oops, removed one absolute path which is needed | Theo de Raadt |
2011-07-07 | kvm_mkdb and dev_mkdb have been reliable for years, so we can run them | Theo de Raadt |
2011-07-07 | We don't need a conditional around the pfsync start. | Theo de Raadt |
2011-07-07 | add a script for btd and replace the rc parts | Robert Nagy |
2011-07-07 | add wsmoused script and switch xdm and wsmoused in rc | Robert Nagy |
2011-07-07 | timed's time is up. use ntpd(8). Even our own fossil developers | Theo de Raadt |
2011-07-07 | Move various "console-ish" services into a new start_daemon block near | Theo de Raadt |
2011-07-07 | Do not use absolute paths for things on our (very simple safe) path. | Theo de Raadt |
2011-07-07 | move portmap, yp* and kerberos services to rc.d scripts | Robert Nagy |
2011-07-07 | remove superfluous semicolon from start_daemon() | Robert Nagy |
2011-07-06 | Add rc.d(8) script for the system daemons that are restartable. | Robert Nagy |
2011-04-22 | Move the rc.d(8) bits from rc.{local,shutdown} directly into /etc/rc. | Antoine Jacoutot |
2011-04-16 | Output 'starting standard daemons:' to be consistent with the rest. | Antoine Jacoutot |
2011-03-23 | use ssh-keygen -A; ok deraadt | Kevin Steves |
2011-03-17 | - introduce the INRC environment variable so that rc.subr(8) knows if it | Robert Nagy |
2011-01-14 | in the most trivial way, request that the kernel arc4random re-key after | Theo de Raadt |
2011-01-10 | talk to /dev/arandom as a single read or write. | Theo de Raadt |
2010-12-22 | Consistantly use /dev/arandom for feeding entropy to the kernel. | Theo de Raadt |
2010-11-08 | Don't print 'Null message body; hope that's ok' in the rc output if the | Antoine Jacoutot |
2010-11-02 | delete excessive ; use | Theo de Raadt |
2010-10-26 | Add a simple 'rc' system to base in order to start/stop/restart/reload | Robert Nagy |
2010-10-01 | start nsd(8); ok deraadt | Jakob Schlyter |
2010-09-06 | add ssh_host_ecdsa_key to /etc; from Mattieu Baptiste <mattieu.b@gmail.com> | Christian Weisgerber |
2010-07-27 | Add ldapd to rc and rc.conf. Enable it at boot with ldapd_flags=. | Martin Hedenfal |
2010-07-13 | When cleaning /tmp at boot, run the slower find unconditionally. | Stuart Henderson |
2010-06-28 | Add iked to rc/rc.conf, you can enable it on boot with the iked_flags= var. | Reyk Floeter |
2010-04-25 | Add ldpd(8) to /etc/rc* files. | Michele Marchetto |
2010-04-23 | start ``aucat -l'' from /etc/rc, unless aucat_flags=NO, which is | Alexandre Ratchov |
2010-01-04 | If a /etc/rc.firsttime file exists, run it just once, mailing the output to | Theo de Raadt |
2009-12-04 | use mv -f to avoid stopping during wrongly mounted root; sbeyer@reactor.de | Theo de Raadt |
2009-11-23 | Move ipsec key creation before isakmpd, and sshd to become the first | Theo de Raadt |
2009-08-12 | change some defaults inside amd itself, so that the rc scripts no longer | Theo de Raadt |
2009-08-07 | - specifically match carp+([0-9]):, not just carp*:. avoids spurious | Stuart Henderson |
2009-08-05 | correct indent | Theo de Raadt |
2009-08-04 | Don't use grep/cut during shutdown, /usr might not be mounted. | Stuart Henderson |
2009-06-30 | extra spaces found during inspection of other goo | Theo de Raadt |
2009-06-30 | Make syslogd create a socket in /var/www/dev when httpd is enabled in order | Robert Nagy |
2009-06-03 | Arla client rename from xfs to nnpfs for later upgrades. Tested on various ar... | Janne Johansson |
2009-05-31 | Make sure xdm is installed before trying to run it | Alexander Hall |