summaryrefslogtreecommitdiff
path: root/etc
AgeCommit message (Collapse)Author
2001-03-16Add ssh files; Phil.Pennock@globnix.orgTodd C. Miller
2001-03-16Add ~/.ssh/id_dsa and ~/.ssh/id_rsa to the "must be owned by user andTodd C. Miller
not readable by other" block. Remove ~/.ssh/random_seed as it is not used in OpenSSH. Add ~/.ssh/authorized_keys2, and ~/.ssh/known_hosts to the "must be owned by user and not writable" block.
2001-03-13at install time, if X is chosen, set machdep.aperature to 2 instead of 1.Theo de Raadt
2001-03-13spelling; maurice@maurice.wan.nlTheo de Raadt
2001-03-13add socks 1080/tcp. ok deraadt@Jakob Schlyter
2001-03-12Create /dev/ksyms, and 16 slices per disk.Miod Vallat
XXX this is incomplete work, a big cleanup of this file will happen soon.
2001-03-08typo, PR#1717Jakob Schlyter
2001-03-08create devices for usb devices and raidEric Jackson
2001-03-08integrate IPv6 items into the list of IPv4 items, to avoidJun-ichiro itojun Hagino
them from going out of sync (like additional option flag to daemon).
2001-03-06Add -n to the netstat invocation. Faster running, less chance of being ↵Niklas Hallqvist
spoofed, no unneeded dial-on-demands
2001-03-05no longer need binutils.tar.gz fileTheo de Raadt
2001-03-03vt220 console typeTheo de Raadt
2001-03-03Change ownership of mux devices also, eventually X will move toDale Rahn
the mux devices.
2001-03-03Reorder to prevent wskbd*) from matching "wskbd" when wskbd) also exists.Dale Rahn
2001-03-02amd now crates autodir by itselfTheo de Raadt
2001-02-27+primes; ok millert@Todd T. Fries
2001-02-26Fix typo: authenication -> authentication.Aaron Campbell
2001-02-23I tried to figure out how to have tmp_mnt get created automaticallyTheo de Raadt
inside amd source code. I could not figure out. So here it goes, until some rocket scientist points out how to do it in the real source.
2001-02-22generate all 3 keys, use -t xxxTheo de Raadt
2001-02-20Import of wsmouse-compatible lms and mms drivers from NetBSD.jbm
Remove creation of non-wsmouse device in MAKEDEV (/dev/lms{0,1}, /dev/mms{0,1} /dev/psm0, /dev/pms0). Remove cdevsw[] entries for the devices above, as new mouse protocols are only accessible trough /dev/wsmouse. aaron@ ok.
2001-02-15correct perms on nullTodd T. Fries
2001-02-13make the wscons device nodes, wscons0 did not exist.Dale Rahn
2001-02-12delete pcvt stuffTheo de Raadt
2001-02-12at minimum this should be indented right, although I still think it is ↵Theo de Raadt
utterly wrong
2001-02-11Allow up to 12 virtual terminals (CTRL-ALT-F1 through CTRL-ALT-F12). OnlyAaron Campbell
6 are enabled by default. After these changes, to enable more you must change the "option WSDISPLAY_DEFAULTSCREENS" in the kernel config file and edit /etc/ttys to switch the new ones from 'off' to 'on'.
2001-02-10install wscons.conf and rc.wscons on alpha/hppa/i386/powerpc and call it from rcMichael Shalayeff
2001-02-10initial importMichael Shalayeff
2001-02-09as usr.sbin/rtadvd no longer install rtadvd.conf, remove it fromJun-ichiro itojun Hagino
default security checking.
2001-02-08Update loc-srv ports, from IANA's web page.Angelos D. Keromytis
2001-02-08vt100 -> vt220. wscons supports at least a subset of vt220 functionality. ThisAaron Campbell
makes the PGUP and PGDN keys work again as expected.
2001-02-06ignore blank lines in addition to commentsTodd T. Fries
fixes pr#1660 from wilfried@telia.com .. Thanks!
2001-02-05repair unit number calculationTheo de Raadt
2001-01-31more fat utmp; ianm@cit.uws.edu.auTheo de Raadt
2001-01-30one entry for ttyC0; bradTheo de Raadt
2001-01-30bye bye other ttyo0 pieces; bradTheo de Raadt
2001-01-30insecure serial ttys, ttyo0 goes awayTheo de Raadt
2001-01-30move console ttys around. serial becomes tty0?, console ttyC?Theo de Raadt
2001-01-30support/make ttyEcfg for powerpc, wscons config node.Dale Rahn
2001-01-30Support for the wscons machine-independent console driver on the i386. ToAaron Campbell
become default in a few moments once deraadt commits new kernel config files. IMPORTANT NOTE: A few important pieces are still required to be worked out over the next few days. Users (and developers) relying on X should probably stay away from -current until further notice. This should not take long, but here is your first heads up. If you decide to upgrade your kernel anyway, be sure to update your /etc/ttys file to use vt100 instead of vt220. The rest of the fallout from this should be minor.
2001-01-28$OpenBSD$Niklas Hallqvist
2001-01-24machdep.unaligned_sigbus has changed the default.Artur Grabowski
2001-01-24Some machdep sysctls.Artur Grabowski
2001-01-23Install more bootblocks.Artur Grabowski
2001-01-22spellingTodd T. Fries
2001-01-21do not intsall rtadvd.conf into /etc, it is not required to use itJun-ichiro itojun Hagino
(rtadvd will derive the configuration from kernel settings). make it clearer that rtadvd.conf is not necessary, in manpage. sync with kame.
2001-01-19Again, increase the size.Janne Johansson
2001-01-18Fix RADIUS ports, per RFCs 2865/2866 (linuxfreak@partition.com)Angelos D. Keromytis
2001-01-17add missing /usr/include/readlineBrad Smith
2001-01-17Add /usr/libexec/sm.binTodd C. Miller
2001-01-16Check whether /etc/inetd.conf exists before starting inetd (chuck@snew.com)Angelos D. Keromytis