summaryrefslogtreecommitdiff
path: root/etc/Makefile
AgeCommit message (Collapse)Author
2014-04-11Move build machinery for libcrypto from libssl/crypto to libcrypto, as wellMiod Vallat
as configuration files; split manpages and .pc files between libcrypto and libssl. No functional change, only there to make engineering easier, and libcrypto sources are still found in libssl/src/crypto at the moment. ok reyk@, also discussed with deraadt@ beck@ and the usual crypto suspects.
2014-03-26end experimental login.conf template support. one file per machine.Ted Unangst
ok deraadt millert
2014-03-24sum -> cksum, ok deraadtStuart Henderson
2014-03-18Retire hp300, mvme68k and mvme88k ports. These ports have no users, keepingMiod Vallat
this hardware alive is becoming increasingly difficult, and I should heed the message sent by the three disks which have died on me over the last few days. Noone sane will mourn these ports anyway. So long, and thanks for the fish.
2014-03-17the userland ppp(9) code goes awa. Having too much ppp choice in theTheo de Raadt
tree results in one-true-ppp not coming into existance. This code is essentially un-audited and quite dangerous. ok claudio sthen
2014-03-15Enable Unbound in base, ok deraadt@Stuart Henderson
2014-03-13Unhook httpd(8) from build; etc bitsFlorian Obser
OK krw@, gilles@, lteo@, tedu@, todd@, benno@, sthen@ "The time is right." and much help getting the show on the road deraadt@
2014-01-25delete junk fileTheo de Raadt
2014-01-24sort the SHA256 fileTheo de Raadt
2014-01-10be a bit more carefulTheo de Raadt
2014-01-10be forceful with removing the SHA256 fileTheo de Raadt
2014-01-09remove the SHA256 file as soon as we start creating setsTheo de Raadt
2014-01-09install signify keysTheo de Raadt
2013-12-15remove popa3d etc tendrilsTed Unangst
2013-11-26install sample nsd config file to /var/nsd/etc not /etc, spotted by/ok deraadtStuart Henderson
2013-11-03ugly spacesTheo de Raadt
2013-10-10Move moduli generation to usr.bin/ssh/moduli-gen and keep track ofDarren Tucker
the fragments separately. "No substantive objection" djm@
2013-09-04Beagle has been replaced by armv7.Patrick Wildt
ok rapha@
2013-08-09Add rc.d(8) scripts for ipropd-master and ipropd-slave.Antoine Jacoutot
ok deraadt@
2013-07-10Ship a simpler krb5.conf which logs to syslog(3) by default.Antoine Jacoutot
Remove useless README -- the info(1) and man(1) pages contains all the required information. ok dcoppa@ robert@ beck@
2013-06-01hook up slowcgi to the tree, including /etc glue and a sample configurationChristian Weisgerber
snippet; ok florian@
2013-03-31a default .cvsrc for skel.Marc Espie
okay deraadt@ some other people like that too.
2013-03-26hookup octeonJasper Lievisse Adriaanse
ok deraadt@
2013-03-25the unused palm code goes away.Theo de Raadt
2013-02-01rev 1.318 made this MI parallel-make clean, however it inadvertantlyPeter Hessler
changed the build order. Have release-sets depend on the kernels target, which restores the order. OK espie@
2013-01-11typoMiod Vallat
2012-11-04Script for ldomd(8).Mark Kettenis
ok dcoppa@, deraadt@
2012-10-05Add targets for the 6k and 8k bit moduli componentsDarren Tucker
2012-09-20Enable npppd and npppctl in default build. Add npppd to rc andYASUOKA Masahiko
install sample configs to /etc/. ok claudio deraadt henning mcbride
2012-08-29Make the update-moduli rule append the 6kbit and 8kbit params so that weDarren Tucker
can trivially regen the <=4k bit ones. ok djm@
2012-08-23enter etc.beagle so MAKEDEV.8 can be generated properly during buildsTodd T. Fries
prompted by deraadt@
2012-08-23stop installing the etc/afsTheo de Raadt
2012-08-20wire up the bits for tftp-proxy, which is called tftpproxy from rc.d'sDavid Gwynne
point of view. mostly ok sthen@ ajacoutot@, who were discussing the feng shui of the start_daemons chunk
2012-06-20Delete some more SUBDIR += mac68k.Matthew Dempsky
2012-04-13clean-up release dependency tree, so that release is "MI parallel-make clean"Marc Espie
(yeah, the md parts are NOT, not yet). okay miod@, deraadt@
2012-04-12NOOBJ -> zap unneeded ${.CURDIR} for clarity.Marc Espie
ok miod@
2012-04-01btd went awayTheo de Raadt
2012-03-16install the rc.d script for tftpd, ok dlg@Stuart Henderson
2012-02-19enable nginxRobert Nagy
2012-02-09install popa3d script; ok robert@ deraadt@David Krause
2011-12-09Handle aucat -> sndiod name change, and enable sndiod by default. MostlyAlexandre Ratchov
from ajacoutot@. ok deraadt ajacoutot
2011-10-29Add a sample mixerctl.conf(5).Antoine Jacoutot
Pretty terse for now but will eventually come with some more complex examples when ratchov@ finishes some ongoing work on aucat(1). ok ratchov@ jmc@ deraadt@
2011-10-06ccd goes to the atticTheo de Raadt
discussed with jsing and millert
2011-07-22unify kernel building on various platforms.Marc Espie
feedback from miod@ and deraadt@
2011-07-17add ospfd ospf6d to RCDAEMONS so they get installed; ok deraadt@David Krause
2011-07-08Sort RC_DAEMONS.Antoine Jacoutot
ok robert@
2011-07-08Switch amd and spamlogd to rc scripts and make sure that theRobert Nagy
rc_pre() functions are returning correctly. This change also simplyfies the changes because false || return 1 can be replaced with false if that's the last call. thanks halex@!
2011-07-08Add the nfs startup scripts.Antoine Jacoutot
ok robert@
2011-07-08switch pflogd to rc.dRobert Nagy
2011-07-07add scripts for aucat and spamd and switch rc to use themRobert Nagy