summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Since OpenSSH drops privileges before calling pam_open_session(3),des2002-12-031-1/+1
| | | | | | pam_lastlog(8) can't possibly work, so let OpenSSH handle lastlog. Approved by: re (rwatson)
* Don't install old LOMAC include files; do install new mac_lomacrwatson2002-12-031-2/+2
| | | | | | | | include files. Approved by: re (jhb) Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Two fixes for devd:imp2002-11-301-1/+6
| | | | | 1) Move devd to the start of the head of the boot process rather than the end. 2) Disable devctl if devd is disabled.
* Removed the vestiges of modems(5).ru2002-11-272-35/+1
| | | | Approved by: re
* Update rc scripts to load mac_lomac instead of lomac.rwatson2002-11-262-2/+2
| | | | | | Approved by: re Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* compliance with RFC3152.ume2002-11-261-0/+7
| | | | | | PR: standards/45557 Submitted by: Matthew Seaman <m.seaman@infracaninophile.co.uk> Approved by: re
* Clarify adjkerntz(8) note and use complete sentences in comments.tom2002-11-221-6/+5
| | | | | PR: misc/45493 Approved by: re (rwatson)
* Make directory for bluetooth include files.julian2002-11-211-0/+4
|
* Do not emit a message on stderr when one of the compared filesthomas2002-11-161-1/+1
| | | | | | | is shorter than the other. Reviewed by: roberto MFC after: 3 days
* Remove incorrect output redirection.thomas2002-11-161-1/+1
| | | | | | Reviewed by: roberto Committed from: EuroBSDCon Amsterdam MFC after: 3 days
* Backout rev. 1.263.ru2002-11-151-2/+0
| | | | Approved by: jmallett
* Fixed two typos in comments.ru2002-11-151-2/+2
|
* [DAIVD O'BRIEN's OPINION]obrien2002-11-121-6/+0
| | | | Head off what I think is an abuse of the TRB, and disable lukemftpd.
* Turn off devd until I have a devd.conf file that I can install oneimp2002-11-121-1/+1
| | | | that does no harm.
* Add devd_enableimp2002-11-101-0/+1
| | | | Submitted by: dougb
* By popular demand, make the debug log to syslog.gordon2002-11-091-1/+3
| | | | Remove an extraneous return too.
* Add devd to the mix. It should run basically last at this point.imp2002-11-092-1/+18
| | | | # I've tested this, but only lightly, so please email me with problems.
* Diff reduction to NetBSD:gordon2002-11-081-19/+16
| | | | | | | | | | | | | Fix a minor grammer nit. Get rid of _echo that uses logger and just call logger in the 3 routines that need it. Add a comment referencing rc.conf(5) in the case of an incorrectly set variable. This pulls rc.subr up to 1.51 of rc.subr. I skipped 1.49 (systrace support) since I don't have systrace. Obtained from: NetBSD
* Import the latest hints file from Internic. The most important changedougb2002-11-061-13/+13
| | | | | is that J has moved, however I'm sure you'll all be very disappointed to hear that you can no longer retrieve this file via gopher.
* Force rpcbind to start even if it wasn't enabled. This solves the ypbindfenner2002-11-041-0/+10
| | | | | | problems people were having at startup. Approved by: re
* Restore /var/games; lots of ports' games use it.markm2002-11-041-0/+3
|
* Add IPv6 setup for ipfilter. `ipv6_ipfilter_rules' was addedume2002-11-023-9/+37
| | | | | | | | | to specify rules definition file for ipfilter. The default is /etc/ipf6.rules. If there is a file which is specified by 'ipv6_ipfilter_rules', IPv6 rule is installed. Reviewed by: Ronald van der Pol <Ronald.vanderPol@rvdp.org> MFC after: 1 week
* Wrap test case in an if statement to avoid crunching a return value.gordon2002-10-311-1/+3
|
* Remove Perl bits still lurking in BSD.local.dist. It is atobez2002-10-291-18/+0
| | | | | | responsibility of lang/perl5 to deal with those nowadays. Requested by: kkenn
* Tweak the warning language.obrien2002-10-291-4/+4
|
* Fix "err" usage.fenner2002-10-261-2/+1
| | | | | PR: 44284 Submitted by: Sergey Mokryshev <mokr@mokr.net>
* Fix two typos. Using "-eq" instead of "=" in a [ caused an error whenfenner2002-10-251-2/+2
| | | | | | | | an entry in /etc/sysctl.conf didn't exist. Fixing this exposed a minor typo "exits" vs. "exist". However, there doesn't appear to be any provision to run this with the "lastload" argument, meaning that the error will never appear.
* Add lt_LT.ISO8859-13ache2002-10-252-0/+6
|
* No need for this config file; games are gone.markm2002-10-251-20/+0
|
* Add newly-added sripts to FILES.thomas2002-10-251-1/+3
| | | | Reviewed by: roberto
* Add a new /etc/periodic/security script to check for packetsthomas2002-10-252-0/+56
| | | | | | | | rejected by ipfilter (510.ipfdenied), and a corresponding periodic.conf knob (daily_status_security_ipfdenied_enable). Reviewed by: roberto Approved by: re@
* Factor out code across various /etc/periodic/security scripts into athomas2002-10-256-99/+101
| | | | | | | separate file, /etc/periodic/security/security.functions. Reviewed by: roberto (mentor) Approved by: re@
* Fix a bug in MAKEDEV -- when creating /dev/usb, the code was usingluigi2002-10-241-2/+2
| | | | | | | | | | | | whatever random value was already in $unit. It happened to work because the variable is often unset, but this is not always the case e.g. when you call "MAKEDEV sio2 usb ..." This affects -stable as well. Reviewed by: n_hibma Silence from: re MFC after: 3 days
* # WARNING: lukemftpd does not support PAM, MAC, per-class nologin files,rwatson2002-10-241-0/+5
| | | | | | | | | | | # or any login.conf resource limits or features; use it only if this is # appropriate for your environment. If you require these features, use # the regular FreeBSD ftpd below. Discourage users from using lukemftpd if they rely any of these standard FreeBSD features that are fully supported by our native ftpd. There may be other features that are not yet supported that I have not yet discovered.
* Install mac_partition include files.rwatson2002-10-241-0/+2
| | | | | Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Invert the logic of the NO_MAKEDEV options to match the 5.0-R default install.phk2002-10-221-2/+2
|
* Hook up a sample mac.conf to the install. The sample basicallyrwatson2002-10-222-1/+18
| | | | | | | | tells applications to print labels for all of the TrustedBSD- generated policies, if they are present. Obtained from: TrustedBSD Project Sponsored by: DARPA, Network Associates Laboratories
* Do not build the majority of the games. Remaining are themarkm2002-10-203-24/+1
| | | | "utility-like" games and everyone's favourite, fortune(6).
* After much delay and anticipation, welcome RAIDFrame into the FreeBSDscottl2002-10-201-4/+10
| | | | | | world. This should be considered highly experimental. Approved-by: re
* Add sr_YU locale directoriesache2002-10-192-0/+12
| | | | Submitted by: Toni Andjelkovic <toni@soth.at>
* Install the include files in sys/dev/ofw.tmm2002-10-181-0/+2
|
* install "fast ipsec" include filessam2002-10-181-0/+2
|
* Exempt the "wheel group requirement" by default when su'ing to root ifrwatson2002-10-181-1/+1
| | | | | | | | | | the wheel group has no explicit members listed in /etc/group. This adds the "exempt_if_empty" flag to pam_wheel in the default configuration; in some environments, it may be appropriate to remove this flag, however, this default is the same as pre-pam_wheel. Reviewed by: markm Sponsored by: DARPA, Network Associates Laboratories
* Fix silly typo: loacal --> local.sobomax2002-10-171-1/+1
|
* Replace old, not-working URL for an online index of DNS blacklistkeramida2002-10-161-1/+2
| | | | | | | servers with a reference to the Google directory. Reviewed by: gshapiro MFC after: 1 week
* Remove root from the 'guest' group: missed in a previous pass.rwatson2002-10-141-1/+1
| | | | Spotted by: jhb
* Remove root from the kmem, sys, tty, and staff groups in the defaultrwatson2002-10-131-4/+4
| | | | | | | | | | | configuration. Root privileges override DAC on local file systems and therefore root does not generally need to be a member of a group to access files owned by that group. In the NFS case, require explicit authorization for root to have these privileges. Leave root in operator for dump/restore broadcast reasons; leave root in wheel until discrepencies in the "no users in wheel means any user can su" policy are resolved (possibly indefinitely).
* For consistency with other entries in group, don't put the daemon orrwatson2002-10-131-2/+2
| | | | | xten users in their groups explicitly--we pick that up from the gid field in master.passwd.
* s/dependancy/dependency/schweikh2002-10-124-5/+5
|
* Fix style bugs:schweikh2002-10-1252-257/+256
| | | | | | | | | | * Space -> tabs conversion. * Removed blanks before semicolon in "if ... ; then". * Proper indentation of misindented lines. * Put a full stop after some comments. * Removed whitespace at end of line. Approved by: silence from gordon
OpenPOWER on IntegriCloud