summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix a typo in the last commit; should be 'remove' not 'insert'.joe2000-10-201-1/+1
| | | | Noticed by: sanpei
* Redirect the stderr of dd to /dev/null so the user doesn't see ratherjkh2000-10-201-2/+2
| | | | | weird dd output on bootup as /dev/random is being reseeded. Also, can't this happen in the background since /dev/random blocks?
* Increase entropy file size from 4096 to 16384 because 4096 actually is notache2000-10-201-1/+1
| | | | enough to cause reseeding
* Kill the correct dhclient on detach of the ethernet device.n_hibma2000-10-201-2/+2
| | | | | Submitted by: Josef Karthauser <joe@freebsd.org> Submitted by: Chris Dillon <cdillon@wolves.k12.mo.us>
* Fixup a couple of ether card entries to use the new pccard_etherjoe2000-10-201-2/+4
| | | | calling convention.
* Use dd to better block the data being sent to /dev/random.jwd2000-10-181-2/+2
| | | | | Note: I am not redirecting stdout so that the amount of data being transferred can be seen (22k and 576k currently).
* Move auto doesn't work comment closer to config lineimp2000-10-181-1/+1
|
* Add a bunch of wireless cards from Japan. Shigeru YAMAMOTO-sanimp2000-10-171-7/+53
| | | | | | | | brought them to BSDcon and gratiously allowed me to test each one with the wireless setup here. In addition, support another CF card which YAMAMOTO-san also brought. Also add a Lexar CF card which didn't work with auto on many laptops.
* use ``config auto'' for NCR WaveLAN/IEEEsanpei2000-10-171-2/+1
|
* Add an optional start/stop argument to pccard_ether, and migratejoe2000-10-162-355/+380
| | | | | | | | | the 'ifconfig ifN delete' into pccard_ether under the 'stop' function. In addition start dhclient with a pid file based on the interface name, e.g. /var/run/dhclient.ep0.pid, and kill the correct dhclient (or dhcpc) process when the card is removed.
* Avoid passing the optional ifconfig arguments to dhcpc as well as ifconfig.joe2000-10-161-1/+1
| | | | This bug has been here since revision 1.8.
* Merge from stable: Update of commentsn_hibma2000-10-161-5/+7
|
* Style fix only.jwd2000-10-161-3/+5
| | | | | | init 6 vs. /sbin/reboot problem still exists (pr 14829) Submitted by: Doug Barton <DougB@gorean.org>
* Set new default: entropy_file="/entropy"jwd2000-10-161-2/+2
| | | | | | | with /var/db/entropy being a hardcoded backup. Submitted by: Doug Barton <DougB@gorean.org> Approved by: markm
* Having played with this commit request for a few hours, I'vejwd2000-10-162-15/+63
| | | | | | | | | | | | | | | | | | convinced myself that it's better then what we have, but still not perfect. /etc/rc : Attempt to seed /dev/random with multiple backoffs. /etc/rc.shutdown : Attempt to write the entropy_file. In debugging the above changes, I've run into some inconsistancies... rc.shutdown is run via 'init 6', but does not appear to be run via '/sbin/reboot'. Thus, this set of changes improves life depending on the mechanism used to shut the system down. Submitted by: Doug Barton <DougB@gorean.org> Approved by: markm
* Add /usr/include/netnatm/brian2000-10-151-0/+2
|
* Reseed the random device as early as possible to prevent hangs,markm2000-10-141-14/+25
| | | | | and provide some form of entropy in case there is no seed file to prevent a reboot from hanging unnecessarily.
* "fix" savecore by moving dev_mkdb before it to allow device name sensingache2000-10-121-4/+4
|
* Fixed the reporting of ip_portrange_{first|last}.ru2000-10-127-14/+14
|
* Turn the verbose mode on for dumpon(8).ru2000-10-121-1/+1
|
* Removed broken PAM support from rshd(8) and rlogind(8). rshd doesru2000-10-121-3/+0
| | | | | | | not allocate a pty(4) so it is not suitable at all for interactive PAM modules. rlogind calls login(1) which is already PAM enabled. Approved by: markm
* Disable the SMTP EXPN and VRFY commands by default to prevent informationgshapiro2000-10-101-0/+1
| | | | | | leakage. Submitted by: Maxime Henrion <mux@qualys.com>
* Install the sendmail cf building tools (contrib/sendmail/cf) ingshapiro2000-10-102-12/+13
| | | | | | /usr/share/sendmail/cf. PR: 19790
* add new version of ELECOM Air@Hawk/LD-WL11/PCCsanpei2000-10-101-1/+7
| | | | | | (Yasuhiro Magara <gama@rose.zero.ad.jp> in [bsd-nomads:14588]) add "wi" cards into HARDWARE.TXT and RELNOTES.TXT
* Add copyright notices. Other systems have been barrowing our /etc filesobrien2000-10-0839-23/+1017
| | | | w/o giving any credit.
* add COREGA FEther PCC-TXFsanpei2000-10-081-0/+6
| | | | (MITA Yoshio <mita@ee.t.u-tokyo.ac.jp> in [bsd-nomads:14572])
* Forgot to remove the directory from mtree for the obsolete sendmailgshapiro2000-10-071-2/+0
| | | | documentation.
* Fix typo: kereros -> kerberosalex2000-10-061-1/+1
| | | | | PR: 21468 Submitted by: "Giorgos Keramidas" <keramida@westgate.gr>
* This brings support for IP Filter into rc.network and rc.conf withdarrenr2000-10-068-0/+233
| | | | | | | | | | | | the appropriate documentation added to rc.conf(5). If all goes well with this over the next few weeks, the PR will be closed with the pullup of patches back to 4-STABLE. PR: 20202 Submitted by: Gerhard Sittig <Gerhard.Sittig@gmx.net> Reviewed by: Darren Reed <darrenr@freebsd.org> Approved by: Darren Reed <darrenr@freebsd.org> Obtained from: Gerhard Sittig <Gerhard.Sittig@gmx.net>
* Fix typo and change from `ifconfig ...' to `/sbin/ifconfig ...'toshi2000-10-051-7/+7
|
* Fix some remove method.toshi2000-10-051-3/+2
|
* Add TDK LAK-CD031.toshi2000-10-051-0/+6
| | | | Submitted by: Tsuyoshi Hatakenaka <tsuyoshi@wni.co.jp>
* Add James Housley's official IANA assigned numbers for healthd.sheldonh2000-10-051-0/+2
| | | | Requested by: jeh
* Add a unaligned_print option (alpha only)brian2000-10-042-0/+9
| | | | | | | Document osf1_enable Submitted by: Eric D. Futch <efutch@nyct.net> PR: 21649
* Disable rsh and rlogin by default. ssh and telnet are still available forkris2000-10-041-4/+4
| | | | remote access on default installations.
* Turn fingerd OFF by default. Comparative essentials like telnetdjkh2000-10-031-2/+2
| | | | | | are bad enough, but finger is hardly a critical system service and it's traditionally been vulnerable to a variety of attacks; anybody remember RTFM and his worm?
* Case is irrelevant when sorting mail redirectsbrian2000-10-021-1/+1
| | | | | PR: 21600 Submitted by: David Wolfskill <dhw@whistle.com>
* use ``config auto''sanpei2000-10-021-4/+4
| | | | | | - Melco LPC-T (PIO mode) - AR-P500 ethernet card - Accton EN2226/Fast EtherCard (16-bit verison)
* use ``config auto'' for COREGA EtherII PCC-T.sanpei2000-10-011-2/+1
|
* Use su -m instead of just su to avoid reading the users login profilebrian2000-09-287-7/+7
|
* add Cisco Systems Aironet 342 Series 11Mbps 802.11 wireless NICsanpei2000-09-261-1/+1
| | | | | | same cis as Aironet 340 PR: 21447
* add Cisco Systems Aironet 340 Series 11Mbps 802.11 wireless NICsanpei2000-09-261-0/+6
| | | | PR: 20777
* Do IANA update maintenance: list synched up to the latest version.asmodai2000-09-241-2/+14
| | | | Document that 254 (divert) is not IANA assigned.
* Print "Enable PC-card." before anything else is done withalex2000-09-232-2/+4
| | | | | | | | PC-card stuff. Also print a NEWLINE (!!) after that. I'm driving mad each time when I see messages related to pccard before "Enable PC-card." and particulary when I see "Doing initial network setup". on the same line w/o a break.
* Remove a forgotten linebrian2000-09-221-1/+0
| | | | Submitted by: Philipp Mergenthaler <un1i@rz.uni-karlsruhe.de>
* The final entry should be `required', not `sufficient'.ru2000-09-211-1/+1
|
* Sort the output of mountbrian2000-09-181-1/+1
| | | | | | Requested by: des Remove a redundant sed
* Give users a way to alter the sendmail (and related utilities) buildgshapiro2000-09-171-0/+15
| | | | environment so they can enable functionality such as SASL, LDAP, Hesiod.
* Add tr_TR.ISO_8859-9 to nlsache2000-09-161-0/+2
|
* Add tr_TR.ISO_8859-9ache2000-09-161-0/+2
|
OpenPOWER on IntegriCloud