summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2000-12-22gnupg ring/data ownership/permission checking added; ok millert@Todd T. Fries
2000-12-21URL of protocol-numbers has changedReinhard J. Sammer
2000-12-19add identd example for tcp6Todd T. Fries
2000-12-17Todd, Aaron, Dug, and me all prefer unidiffMarco S Hyman
2000-12-17When adding a sub-dir remove 'ignore' from the parent dir orMarco S Hyman
mtree ignores the sub-directory. This fixes the daily insecurity bitch about 'missing: ./usr/libexec/auth' even though /usr/libexec/auth exists with proper mode and ownership.
2000-12-16Remove duplicate entries already found in the main sysctl.confMiod Vallat
2000-12-12Add "auth" groupTodd C. Miller
2000-12-12Add /usr/libexec/auth dirTodd C. Miller
2000-12-12Fix spelling error, closed PR/1557; dim@xs4all.nlAaron Campbell
2000-12-10provide a font-loading stub; smat@acm.orgTheo de Raadt
2000-12-05Avoid dependency on printf(1) by replacing it with a ksh array.Hugh Graham
Has side effect of constraining dmz dev entries to the ttyXX convention.
2000-12-04Build network tunnel devices.Hugh Graham
2000-11-27Use -n to test if a variable is non-zero. Otherwise, if the variable'sTodd C. Miller
contents start with a '-' test becomes unhappy (since it interprets it as another option).
2000-11-24Add entries to build nodes required for "floppy", and "ramdisk".Hugh Graham
2000-11-24Rename "md" to "rd", consquently moving the hdHDC9224 disk dev to "hd".Hugh Graham
2000-11-24build the 'safe' vnode deviceHugh Graham
2000-11-24Support 16 slices per device, like the other OpenBSD arches.Hugh Graham
2000-11-23enforce ttyC[0-f]; thanks to millert for some helpTheo de Raadt
2000-11-23tabsTheo de Raadt
2000-11-22add SIP (Session Initiation Protocol)Jakob Schlyter
2000-11-10create /usr/share/man/ps{1-9} directories and sub-directoriesTheo de Raadt
2000-11-08This fixes pr 1481, we now handle args > 6 in /etc/hostname.if in theTodd T. Fries
cases where we did not previously handle them. Thanks to Scott Atwood <atwood@cs.stanford.edu> for reminding us of this.
2000-11-01moreTheo de Raadt
2000-11-01moreTheo de Raadt
2000-11-01forgot to update thisTheo de Raadt
2000-10-27after seeding from the host.random file, immediately reset the seed file, soTheo de Raadt
that if a shutdown-less reboot occurs, the next re-seed is not a repeat
2000-10-23more verbose descriptionTheo de Raadt
2000-10-21make root perms match 4.4BSD.dist; ok deraadt@Marco S Hyman
2000-10-20Since sh's bulitin echo(1) supports /t and /n there is no reason toTodd C. Miller
use printf(1) here. This way there is no possibility of format string problems and we use a shell builtin instead of an external command.
2000-10-18grammar in commentMichael Shalayeff
2000-10-18printf(1) format string fixes! checked by theo.Hugh Graham
inspiration from dynamo@ime.net. also a typo fix.
2000-10-16Create /dev/pcvtctl mode 600.Aaron Campbell
2000-10-16Give examples of moused_flags usage for ps/2 and serial mice.Aaron Campbell
2000-10-16add all basic common arch dirs for cat9Theo de Raadt
2000-10-132 sets of ptys; drahnTheo de Raadt
2000-10-12Create /root with mode 0700 instead of 0755; deraadt@ okAaron Campbell
2000-10-11disable talkd and fingerd by default, what the heck, they are less used ↵Theo de Raadt
these days
2000-10-10add primes that can be used for diffie-hellman key exchangeNiels Provos
2000-10-09crank maxproc for staff login classTodd C. Miller
2000-10-09moused will now co-exist with XAaron Campbell
2000-10-07If /etc/mailer.conf specifies a mailer other than sendmail, thereTodd C. Miller
may be no /etc/mail/sendmail.cf so don't include that in the check for whether or not to run /usr/sbin/sendmail. Instead, check for the existence of /etc/mailer.conf. Pointed out by Theo.
2000-10-06When including the listing of a directory in root's security mail, pass theAaron Campbell
-q flag to ls(1) so that non-printable characters will appear as '?'. This prevents a malicious user from fooling the administrator into thinking the contents of a file name are actually valid script output (note that you can put newlines in file names); deraadt@ ok
2000-10-03Another piece of the raid device support. Make device nodes.Dale S. Rahn
2000-09-28vrrp proto number per rfc 2338Michael Shalayeff
2000-09-27Remove ipsec-aclAngelos D. Keromytis
2000-09-25mtu disc exampleTheo de Raadt
2000-09-22Remove /var/run/ipmon.pid and add a comment saying when the user mayTodd C. Miller
need to add it.
2000-09-21Change ipflog entry; joe@nall.comTodd C. Miller
2000-09-21add ssh to the list of apps to 'cleanup titles afterwards' when used with anTodd T. Fries
xterm or equivalent
2000-09-13more cleanups for wscons devicesEric Jackson