summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2002-09-04_x11 user and group for the X server when run by xdm. ok deraadt@Matthieu Herrb
The actual X code to use them will be added soon.
2002-08-31Install /etc/wsconsctl.conf on sparc.Miod Vallat
2002-08-29more tweaks insisted on by miodTheo de Raadt
2002-08-29syncTodd T. Fries
2002-08-29add tty[DEF]{[0-9a-f],cfg} for sparc and sparc64 for wsconsTodd T. Fries
2002-08-29even closer to the truth; miod, matthieu, toddTheo de Raadt
2002-08-29cleanup all fbtab, various okTheo de Raadt
2002-08-29fix comments; seb@todesplanet.deTheo de Raadt
2002-08-29how did such an obvious typo get commited?Theo de Raadt
2002-08-28entry for sparc/wscons with X:Matthieu Herrb
- getty runs on /dev/console. change owner of /dev/tty[CD]0 - include /dev/ttyc for mouse. ok deraadt@
2002-08-24regenMatthieu Herrb
2002-08-24aperture driver for alpha. It works here the same as on i386Matthieu Herrb
to allow access to VGA card's memory by mmapping /dev/xf86. The macdep.allowaperture does also control /dev/pci access. Ok miod@, deraadt@
2002-08-21RegenMiod Vallat
2002-08-21Correct tty0[0-3] device nodes generation.Miod Vallat
2002-08-20Prevent possible races by moving .X11 fixups to before the systemHugh Graham
goes multiuser. In consultation with dynamo; cleared by millert.
2002-08-13By request, add imaps and pop3s (TLS/SSL imap and pop3) from IANA.Todd C. Miller
There are other TLS/SSL services we could add if desired.
2002-08-12RegenMiod Vallat
2002-08-12MAKEDEV and /etc/* changes for wscons on sparcMiod Vallat
2002-08-11Add pptp; reinhard@Todd C. Miller
2002-08-03Correct RA82 disktab alias. Spotted by Fred van Kempen.Hugh Graham
2002-08-02the kerberos people can bite me. or enable kerberos themselves if theyTheo de Raadt
really want this. secure by default, and as i say, bite me. millert and markus and miod ok
2002-08-02no rpc by defaultTheo de Raadt
2002-08-02_sshagnt will be used to secure ssh-agent(1) moreTheo de Raadt
2002-07-31syncJason Wright
2002-07-31/dev/openprom -> 0640 root.kmemJason Wright
2002-07-29turn off more methods by default -- enable them if you need them; millert okTheo de Raadt
2002-07-27Create directories for X11 unix socket at boot time. This removes theMatthieu Herrb
need for root privileges for processes that create the sockets later. ok deraadt@
2002-07-27echo before running sshd; mcbride@countersiege.comTheo de Raadt
2002-07-25add a few RFC 2142 suggested aliases, OK deraadt@Marco S Hyman
2002-07-23check account expiration time as well; from hamajima@nagoya.ydc.co.jp pr2835Peter Valchev
2002-07-18teach mtree about systrace; okay deraadt@Niels Provos
2002-07-18update policyNiels Provos
2002-07-18policy for lpdNiels Provos
2002-07-18named policy for systraceNiels Provos
2002-07-17explicitly block the _ users tooTheo de Raadt
2002-07-17don't complain about our new usernames that start with underscoresjoshua stein
deraadt and millert ok
2002-07-155 new uid/gid sets; millert okTheo de Raadt
2002-07-15Add sshd to the list of fake users whose mail goes to root; Sam SmithTodd C. Miller
2002-07-15Move atrun(8) functionality into cron(8) proper. This fixes theTodd C. Miller
long-standing annoyance that atrun's granularity is 10 minutes. Most at jobs run with a 1 minute granularity. Jobs submitted via "at now" or "batch" will run immediately. Includes a rewritten cron(8) man page. at(1) will be integrated more closely into cron at a future date. Upgrading notes: the atrun job in root's crontab should be removed. the /var/at/spool directory is no longer used
2002-07-11sample entry for UserDir /var/www/users; create empty /var/www/users;Markus Friedl
ok henning@, deraadt@
2002-07-11note about the cron job; requested by fred@francis.unitra.skTheo de Raadt
2002-07-11www space no longer needs a dev/cryptoTheo de Raadt
2002-07-11doc that rdate can do SNTP as wellTheo de Raadt
2002-07-09ready ourself for the chroot httpd partsTheo de Raadt
2002-07-09toss a /dev/crypto copy into /var/www/dev; millert okTheo de Raadt
2002-07-07Add a port of FreeBSD/alpha's libio as libalpha. This library enableMatthieu Herrb
access to devices I/O ports from userland. Only BWX machines supported for now. Added a man page. Ok deraadt@, miod@.
2002-06-29add /dev/wskbd, /dev/wsmouse and /dev/ttyCcfgMatthieu Herrb
ok millert@
2002-06-28go back to running these as root from inetd. however once rpc.{rusersd,rstatd}Theo de Raadt
starts, do a chroot to /var/empty and change to user nobody. hi mom, i'm in jail!
2002-06-27Use mkhybrid, mkisofs is no longer installed.Dale Rahn
2002-06-27spell.Federico G. Schwindt