summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
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
2000-09-13Add creation of ipf devices in all. -mojMats O Jansson
2000-09-11Test these changes before commiting, the list is ':' seperated not space.Dale S. Rahn
2000-09-11Add wscons devices to list of devices to change when logging into ttyE0Dale S. Rahn
2000-09-10Clean up MAKEDEV with respect to wscons. wsdisplay should not exist ttyExDale S. Rahn
is used as that device. ttyEcfg needs to be created for wscons tools. Additional cleanup and comments.
2000-09-09use wscons devices here tooEric Jackson
2000-09-09add wscons devicesEric Jackson
2000-09-09use vt100 instead of sun nowEric Jackson
2000-09-08Stamp out comma splices and misspellings.Paul Janzen
2000-09-07Add device nodev for wsdisplay, wskbd, wsmouse as required by wsconctl.Dale S. Rahn
2000-09-06When starting up sendmail in the background, redirect stderr toTodd C. Miller
/dev/null too. Otherwise, if there is a name resolution problem the rc files may finish before sendmail forks into a daemon and it will complain about EBADF on stderr (since init revoked it). From a discussion between Theo and myself.
2000-09-06Add device nodes for USB, move the console control from openfirmware to wscons.Dale S. Rahn
2000-09-03Loose ends for amiga joy device:Marc Espie
MAKEDEV entry and manpage.
2000-09-02subtle bug .. global variables in a while loop need reset 'just incase'Todd T. Fries
With: hostname.fxp0 having a last line of: inet6 alias 3ffe:... and hostname.gif0 having a first two lines of: giftunnel 1.2.3.4 dest 1.2.4.3 We end up with the command: ifconfig gif0 giftunnel alias 1.2.3.4 1.2.4.3 .. which is clearly wrong and fixed by this change
2000-09-01Initialization script stuff for moused.Aaron Campbell
2000-09-01New "pcvtctl" device used by moused to communicate with PCVT in the kernel.Aaron Campbell
2000-08-28explicit path to gated so that it will load as expectedBrad Smith
2000-08-25ssh always installed, no more static lib caseTheo de Raadt
2000-08-24Crank default datasize-{max,cur} and stacksize-curTodd C. Miller
2000-08-20Fix typo introduced in last commit.Todd C. Miller
2000-08-20Add calls to setusercontext() and login_get*(). We basically callTodd C. Miller
setusercontext() in most places where previously we did a setlogin(). Add default login.conf file and put root in the "daemon" login class.
2000-08-17Use an MRU of 1504 in the MP examples to allow room for the MP headerbrian
2000-08-16Catch the bogus 'MAKEDEV mouse' and spit out a reasonableMarco S Hyman
error message. OK deraadt@
2000-08-15reorder ::1 and 127.0.0.1. getaddrinfo(3) returns entries in theJun-ichiro itojun Hagino
defined order, so we should return ::1 first.
2000-08-08use GENERIC and RAMDISKTheo de Raadt
2000-08-05host.random whacking must be after /var is mounted, obviouslyTheo de Raadt
2000-08-04fix typo on utty creation; problem found by cfegan@cisco.comFederico G. Schwindt
2000-07-23Add a little blurb explaing the meaning of mtree's output.Bruno Rohee
millert@ ok.
2000-07-20add hppa subdirs; espie, there is more than thatMichael Shalayeff
2000-07-18chmod proper file; chouanard@parc.xerox.comTheo de Raadt
2000-07-13timed & rdate start before securelevel is set so no need to checkTodd C. Miller
$securelevel; noted by ho@
2000-07-13rtadvd.conf is not required, actuallyJun-ichiro itojun Hagino