summaryrefslogtreecommitdiff
path: root/etc/mtree
AgeCommit message (Collapse)Author
2023-09-19etc: drop vestiges of obsolete DSA ssh host keysChristian Weisgerber
It has been 8 years since DSA keys were disabled by default for ssh/sshd, and 15 months since ssh-keygen -A belatedly stopped generating DSA host keys. ok semarie@ deraadt@
2022-09-01Hook up snmpd_metricsMartijn van Duren
OK tb@, sthen@
2022-08-23(Re)add support for agentx in snmpdMartijn van Duren
Current omissions in protocol support are notifications, index (de)allocation, and agent capabilities. Help testing sthen@ Feedback/tweaks/OK jmatthew@
2022-05-12add login.conf.d to mtree, from Raf Czlonka, ok deraadtStuart Henderson
2022-02-13Add /usr/local/share/examples/login.conf.d to the default hierarchy.Antoine Jacoutot
ok sthen@ espie@ deraadt@
2022-02-10introduce 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@
2021-10-27create directory for libxcvt headersMatthieu Herrb
2021-10-23btrace dirTheo de Raadt
2021-05-01Retire OpenBSD/sgi.Visa Hankala
OK deraadt@
2021-04-28create riscv64 man dirsJonathan Gray
ok deraadt@
2021-02-26Create /var/db/dhcpleased for lease files.Florian Obser
OK deraadt@
2020-11-28Prepare for libX11 1.7.0Matthieu Herrb
2020-09-13Install login_ldap.conf and register it into changelist and mtree/special.Antoine Jacoutot
ok tb@ (who had the same diff) & deraadt@
2020-06-29powerpc64 man page dirsTheo de Raadt
2020-06-22Install npppd.conf(5) with mode 0600 instead of 0640. npppd.conf(5) canmvs
store radius passwords and nothing requires it to be group readable. ok yasuoka@
2019-11-29add /var/cache/rpki-client, ok deraadt@Sebastian Benoit
2019-11-29create var/db/rpki-client directory with correct modeTheo de Raadt
2019-07-27man5/sparc64 is now required (on all arch)Theo de Raadt
2019-06-19move tals to /etc, where they can be upgraded by a "sysupgrade" ifTheo de Raadt
such a circumstance ever occurs. ok job
2019-05-27add vulkan dirsJonathan Gray
2019-05-11socppc makes an extended visit to the bigbucket.Theo de Raadt
ok kettenis
2019-04-26no more libFSMatthieu Herrb
2019-04-05Fix hack(6).Anthony J. Bentley
- Write savegames and scorefiles to the current directory instead of /var - Save oc_name and oc_descr alongside oc_uname in all situations - When a levitation potion times out, explicitly float down These patches were contributed last year by "tonypony76"; thanks! ok deraadt@, with added enthusiasm from tedu@
2019-04-01florian noticed unused etc/ssl/lib directory. jsing notes a releaseTheo de Raadt
near 0.9.7a mistakenly created this incorrect directory. This was mimicked into our mtree framework in 1998, where it survived for over 20 years. ok jsing
2019-03-19Remove old X proto documentation directories.Matthieu Herrb
2019-02-11We no longer need /etc/unwindFlorian Obser
OK sthen
2019-02-10Revert previous. requested by deraadt@Matthieu Herrb
2019-02-10Remove old X proto documentation directoriesMatthieu Herrb
2019-01-27Create /etc/unwind.Florian Obser
re-commit now that snapshots are over the bump. OK deraadt
2019-01-26revert for now, sysmerge needs to create the group first.Florian Obser
found the hard way by deraadt
2019-01-26create /etc/unwind; OK deraadtFlorian Obser
2019-01-20untabifyMatthieu Herrb
2019-01-20New doc directories for xorgprotoMatthieu Herrb
2019-01-19Clean-up unused directoriesMatthieu Herrb
2018-08-16The zoneinfo directories can be mode 755 just like everything else.Todd C. Miller
OK deraadt@
2018-06-07prepare for dri3protoMatthieu Herrb
2018-04-04adapt armv7 manual pages for arm64Jonathan Gray
2018-02-10Load RFC 7217 key material and generate if it does not already exist.Florian Obser
Add soii.key to changelist (pointed out by semarie) and mtree/special (suggest by Craig Skinner). OK naddy, sthen, rpe, tb
2017-11-05Consolidate lib.so.*.a, ld.so.a and the kernel relink kit intoRobert Peichaer
one location under /usr/share/relink. Be more specific in src/etc/rc reorder_libs() what filesystems need r/w remount and ensure that their mount state is restored. Idea and positive feedback from deraadt@ OK aja@ tb@
2017-10-08Make cacheflush(3) and get_fpc_csr(3) manual pages available on octeon.Visa Hankala
OK deraadt@
2017-08-21add basedir of the kernel link-kitRobert Peichaer
requested by ajacoutot@ OK tb@
2017-08-05add /usr/X11R6/share/libdrm for recent libdrm versionsJonathan Gray
2017-05-03add vm.conf to changelist and mtree/specialGleydson Soares
OK reyk mlarkin
2017-04-26Install arm64 manpages: eeprom(8), MAKEDEV(8). ok phessler kettenisStuart Henderson
2017-04-18installation of the compiler creates include/g++ if needed; mtree does notTheo de Raadt
need to do this.
2017-04-17skip mtree creation of two include dirs. gcc3 may still use them, butTheo de Raadt
if so gcc3 should create them itself.
2017-04-16Remove /etc/ssl/acme/. We don't need it now that we have a default acme-conf(5)Antoine Jacoutot
that direclty uses /etc/ssl/{,private} by default. Adapt the httpd.conf example accordingly. ok florian@ benno@ millert@
2017-02-26Switch to xenodm(1).Matthieu Herrb
Do it now deraadt@
2017-02-12Add /root/.ssh/authorized_keys to /etc/mtree/special so that security(8)Landry Breuil
checks for the correct mode/ownership. prodded by ajacoutot@
2017-02-12As it's done in /etc/skel for new regular users, create an emptyLandry Breuil
/root/.ssh/authorized_keys file with correct permissions (0600 for the file, 0700 for /root/.ssh dir). Since we encourage administrators to use public keys only if they want to access root account via ssh, might aswell make it easier, this will be particularly useful in managed/provisioned environments (think ansible & others). Note that administrators might get an e-mail from security(8) if the file suddenly appears after an update - this is of course expected :) ok tb@ sthen@ rpe@ ajacoutot@