summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Expand the increasingly inaccurately named NOSPAM /etc file list to includerwatson2000-03-121-1/+2
| | | | | | | | new sample database files, so that they will be installed with make distribution. NOSPAM probably ought to be renamed to MAIL. Reviewed by: peter Approved by: jkh
* Add sample databases for sendmail (access, mailertable, virtusertable),rwatson2000-03-124-3/+56
| | | | | | | | | | as well as rename access.txt back to the standard access. Also modify the Makefile to know how to build hashes for each of these databases. If one of the databases is missing when Make is run, use a commented out version of the sample. Reviewed by: peter Approved by: jkh
* IPv6 related configuration updates.shin2000-03-123-7/+148
| | | | | | | | | | | | | | | - 6to4(stf) interface configuration. - Static route configuration. - Comment additions. - Replaced a still existed '@' to '%' in IPv6 scoped addr format. (This became necessary as previous IPv6 scoped addr format change.) Much thanks to ume, who helped me reviewing, testing, and finding problems with these changes. Approved by: jkh Reviewed by: ume
* Correct socket ethernet card entry.imp2000-03-112-12/+14
| | | | Remove ^M that snuck into the last commit by mistake.
* Prevent multicast packets from being sent over stf0 interface,shin2000-03-114-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | to avoid error messages printed on /var/log/messages. Recently added "stf" interface has IFF_MULTICAST bit set, because IPv6 don't work on non IFF_MULTICAST set interfaces in current implementation. But "stf" interface is multi-dest IPv6 over IPv4 tunnel, so can't treat multicast packet with no special configuration. On the other hand, tools like "rtadvd", "pim6dd", "pim6sd" send messages on IFF_MULTICAST set interfaces by default. So there will be many bogus error message on /var/log/messages, that multicast packets sent to "stf0" failed. So, -strip "stf0" from rtadvd sending interfaces in rc.network6 ("rtadvd" is a daemon used only for local subnet, so it will never need to send its packets over "stf0" interfaces.) -Add default configuration files for "pim6dd" and "pim6sd", and disable "stf0" in those files. Approved by: jkh
* Add COM1 SA MC220imp2000-03-102-0/+12
| | | | Submitted by: Michael Reifenberger <root@nihil.plaut.de>
* Minor tweaks to Xircom entries. With this I can now attach to theimp2000-03-102-10/+10
| | | | | | | | modem side of my Xircom CreditCard Ethernet+Modem 33.6. Eliminate bad Xircom entry. Complete IBM Push/Pop Modem(14.4 -> Push/Pop Modem(14.4K). Approved in concept by: jkh
* Change default of rtadvd to "YES".shin2000-03-091-1/+2
| | | | | | Also add IPv6 example for "ifconfig_ifname_alias". Suggested by: bmah@CA.Sandia.GOV
* Add comment suggesting that people send new entries to me. I've beenimp2000-03-092-0/+8
| | | | coordinating things for a while.
* More new/corrected devices:imp2000-03-092-2/+28
| | | | | | | | | o Correct Entry for Intel EtherExpress (jkoshy) o Add Option International 56K modem (markm) o Socket LP-E low power WinCE ethernet card (imp) Correction approved by: jkh Adding devices approved in principle by: jkh
* Correct device naming for IDA disk nodes (idad)jlemon2000-03-081-9/+9
|
* There is nothing more annoying than su'ing to root and discovering thatrwatson2000-03-072-3/+3
| | | | | | | | | | | | | even simple things like md5 and ping aren't in your path. This patch moves the custom root-path setting from .login to .cshrc, so that users who su to root get a decent (and consistent) path. An appeal to change /etc/login.conf to provide a decent path for all users seems to have been vetoed for the time being. As a result, users will still, by default, not find ping or md5 in their path. However, at least root gets a decent default now. Reviewed by: asmodai Approved by: jkh
* Add two more cards:imp2000-03-072-0/+28
| | | | | | | CNET CN40BC Ethernet adapter (ne2000 clone) Megahertz XJ32288 Submitted by: Juriy Goloveshkin <juriy@avias.com>
* Minor nits and extra devices:imp2000-03-072-14/+78
| | | | | | | | | | | | | | o use ata2 consistanty, even though it doesn't matter too much o SunDisk (aka SanDisk) SDP's need a different config to actualy work (tested on the 10M part) by me. o Non-name ata card. o WIT IDE controller o IBM FLASH card o Megahert 28.8 cellular modem that I thought I'd added before. o LinkMake LM 336 combo modem/fax. Submitted by various people and gleaned from the nomads and mobile mailing lists, but I've lost the names. I'm sorry.
* Fix a typo. (s/eExample/Example/)shin2000-03-051-1/+1
| | | | Submitted by: Robert Muir <rmuir@looksharp.net>
* Document NO_OBJC for disabling Objective C supportkris2000-03-051-0/+1
|
* cosmetic fix - add a space.jkh2000-02-297-7/+7
|
* Add the new ses example code directories, unbreak world.billf2000-02-291-0/+10
| | | | | | Submitted by: cpiazza, who... Actually tested: make world Desired by: jkh, mjacob
* Document NODESCRYPTLINKSkris2000-02-291-0/+1
|
* Get the order of things right; the keys need to be generatedmarkm2000-02-288-28/+9
| | | | | early to allow entropy to replenish. sshd must start late to catch the full effects of ldconfig.
* Generate new sshd host key when necessary. I'm tired ofjkh2000-02-287-7/+49
| | | | waiting for someone to commit this. :)
* Update the description of NOCRYPT and NOSECURE to match reality.kris2000-02-281-2/+2
|
* Fix a typo, so that the Aironet 4500 really does have an entry here.steve2000-02-282-2/+2
| | | | | | PR: 17028 Submitted by: David Malone <dwmalone@maths.tcd.ie> Approved by: jkh
* Document the following buildworld knobs:kris2000-02-271-4/+11
| | | | NO_FORTRAN NOCRYPT NOGAMES NOINFO NOLIBC_R NOSECURE NOSHARE
* Document NOPERL for disabling building of PERL altogether.kris2000-02-271-0/+3
|
* Add IPv6 services into inetd.conf.shin2000-02-271-0/+31
| | | | | | | | Also enable some standard IPv6 apps by default. These entries will be simply ignored on systems with no INET6 defined. Approved by: jkh Suggested by: peter
* Add IPv6 related docs.shin2000-02-261-0/+4
| | | | Reviewed by: phantom
* Install ssh files in /etc/ssh and tidy up a couple of other nitspeter2000-02-251-5/+9
|
* Add /etc/sshpeter2000-02-251-0/+2
|
* Ack! Time to get the pointy hat. Re-add missing / I left out.peter2000-02-251-1/+1
| | | | Submitted by: John Hay <jhay@mikom.csir.co.za>
* Fix references to crypto code to check that it exists first. Otherwisepeter2000-02-251-1/+1
| | | | | | | it breaks mergemaster (and probably other things). Submitted by: Munehiro Matsuda <haro@tk.kubota.co.jp> Approved by: jkh
* Run sshd at boot time if the sysadmin wants it. Also installmarkm2000-02-248-0/+54
| | | | ssh[d] config files in the right place.
* Add userland tweakables for OpenSSH and OpenSSL.markm2000-02-242-0/+10
|
* -Remove IPv6 initialization failed interfaces from the list ofshin2000-02-242-6/+42
| | | | | | | | | interfaces passed to rtadvd -Comment out example sentences more completely -Redirect error message of ifconfig output into /dev/null, to correctly find out working IPv6 interfaces Approved by: jkh
* -Removed unnecessary use of awk.shin2000-02-242-10/+10
| | | | | | | | -small comment fix. Approved by: jkh Submitted by: Chris Costello <chris@calldei.com>
* Added rc.network6.shin2000-02-241-1/+1
| | | | | | | Approved by: jkh Submitted by: bmah@CA.Sandia.GOV (Bruce A. Mah), Ruslan Ermilov <ru@ucb.crimea.ua>
* Add IPv6 configuration scripts.shin2000-02-234-0/+529
| | | | | | | | | | | Initial version created by, and kindly much tested by: bmah@CA.Sandia.GOV (Bruce A. Mah) Approved by: jkh Reviewed by: bmah@CA.Sandia.GOV (Bruce A. Mah), Ollivier Robert <roberto@keltia.freenix.fr> Obtained from: KAME project
* Fixed a typo. The D-Link is a DFE-650, not a DEF-650.joe2000-02-222-8/+8
| | | | Approved by: jkh
* PS/2 mice are a lot more common than serial mice now; use /dev/psm0jkh2000-02-191-1/+1
| | | | as default rather than /dev/cuaa0
* Modify MAKEDEV to create four bpf devices instead of one when doing arwatson2000-02-181-1/+2
| | | | | | | | | | | | MAKEDEV all, making DHCP on multiple interfaces happier, and allowing use of tcpdump to to debug DHCP, without creating more devices. (we need devfs) Modify MAKEDEV to create four tun devices in MAKEDEV all as well, since we're being gratuitous with network pseudo-devices. (we need devfs) Approved by: The Hubbard
* Add ${X11BASE}/lib/X11/local -- this directory is created by the Xasami2000-02-182-0/+4
| | | | | | installation, so it should be in this file too. Approved by: jkh
* Fix previous commit to not use the PAO 'any' keyword.imp2000-02-172-6/+6
| | | | Approved: Prior commit approved by jkh
* The default rule in this file actually sent mail to root as its defaultjkh2000-02-171-3/+2
| | | | | | action when denying access to a service. Unfortunately, this also makes a dandy denial-of-service attack possible. Change to just log the event and shoot a "go away" response back down the socket.
* Add IPv6 loopback entry into src/etc/hosts.shin2000-02-151-0/+1
| | | | | | | | Missing IPv6 loopback name record cause name resolving lock on INET6 enabled systems in some cases. So define it. Approved by: jkh
* No arguments needed for fore_dnld any longer.phk2000-02-156-6/+6
| | | | Approved by: jkh
* More cards from posts to -mobile.imp2000-02-142-14/+72
|
* Fix typo (s/Pladio/Paldio/).kuriyama2000-02-132-2/+2
|
* Add the uhid device.n_hibma2000-02-121-1/+7
| | | | Approved by: jhk
* Add ftpd entries into /etc/pam.conf.shin2000-02-121-0/+6
| | | | | | | | | | | S/Key authentication for ftpd was not working due to ftp implementation and /etc/pam.conf missmatch. So add ftpd entries into /etc/pam.conf. Reported by: "Jose M. Alcaide" <jose@we.lc.ehu.es> Approved by: jkh Reviewed by: markm
* Added Melco Airconnect wireless Ethernet.hosokawa2000-02-122-0/+16
| | | | | Submitted by: Hidetoshi Shimokawa <simokawa@sat.t.u-tokyo.ac.jp> OK'ed by: jkh@FreeBSD.org
OpenPOWER on IntegriCloud