summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Add PAM policy for the "passwd" service, including a sample config linedes2002-04-152-0/+12
| | | | | | for pam_passwdqc. Sponsored by: DARPA, NAI Labs
* Add pam_lastlog(8) here since I removed lastlog support from sshd.des2002-04-151-0/+1
| | | | Sponsored by: DARPA, NAI Labs
* Remove ws at EOLdougb2002-04-141-1/+1
|
* Fix up submit.cf alternation instructions in light of new SENDMAIL_SUBMIT_MCgshapiro2002-04-141-4/+6
| | | | | | make.conf knob. MFC after: 1 week
* Provide a new make.conf knob, SENDMAIL_SUBMIT_MC to allow users to pickgshapiro2002-04-142-17/+69
| | | | | | | | | the .mc file used for /etc/mail/submit.cf. By default, /etc/mail/freebsd.submit.mc is installed and used. Requested by: fenner Submitted by: ume MFC after: 1 week
* update german national holidays file for 2002, 2003 and 2004hm2002-04-131-9/+26
|
* Use pam_rhosts(8).des2002-04-121-1/+1
|
* Add my Copyright on this file so I can allow others to use itgshapiro2002-04-122-0/+2
|
* Add etc/pam.d.des2002-04-121-0/+2
|
* Cosmetic changes to the previous commit, bringing it closer to what Ides2002-04-117-49/+49
| | | | already had in my tree but didn't want to commit.
* Add an IPv6 sample line for tftpd.ume2002-04-111-0/+1
| | | | MFC after: 2 weeks
* Back out /etc/rc.d addition. I'd like to see something come of what haspeter2002-04-111-1/+1
| | | | | already been imported. It would have been nice to get it out there in DP1, but that is too late now.
* <peril sensitive sunglasses on>peter2002-04-101-1/+1
| | | | | | | Add /etc/rc.d to the startup dirs list. It is a convenient place to put custom startup scripts instead of hacking a shared rc.local. eg: ftpd in listener mode, or maybe even sendmail or another mailer, etc. <peril sensitive sunglasses off>
* Since sshd expects /etc/ssh/ssh_host_rsa_key to exist, we had betterpeter2002-04-107-28/+63
| | | | | create it. Also specify protocol v1/v2 in case people wonder why we generate two RSA keys.
* Update mail queue related periodic scripts to account for sendmail 8.12'sgshapiro2002-04-103-11/+32
| | | | | | | | | | | | | | | | | | | | clientmqueue (submit mail queue). The new mailq display is only active if both the old daily_status_mailq_enable is set to "YES" and the new daily_status_include_submit_mailq is set to "YES" so people who disabled 440.status-mailq won't have any surprises. Likewise, the new queue run is only active if both the old daily_queuerun_enable is set to "YES" and the new daily_submit_queuerun is set to "YES" so people who disabled 500.queuerun won't have any surprises. While I am here, remove the [ ! -d /var/spool/mqueue ] checks from both scripts as the queue directory isn't always /var/spool/mqueue for the main daemon -- it can be set to anything in the sendmail.cf file. MFC after: 1 week
* If used, pam_ssh should be marked "sufficient", not "required".des2002-04-081-1/+1
| | | | Sponsored by: DARPA, NAI Labs
* Correct path for saver to reflect reality.asmodai2002-04-061-1/+1
| | | | Submitted by: Martin Faxer <gmh003532@brfmasthugget.se>
* Now, you can specify "" or "NONE" for ipv6_network_interfaces toume2002-04-062-12/+24
| | | | | | | | | prevent the interfaces from being initialized by /etc/rc.network6 wrongly. So, you can explicitly initialize the interfaces by /etc/pccard_ether. With previous rc.network6, if you specify pccardd_flags="-z", net.inet6.ip6.accept_rtadv was wronly set to 0, then RA was not accepted.
* Per discussion on current: Don't spam root with syslog messages.phk2002-04-061-3/+0
|
* Correct grammar(?) in comments.dd2002-04-061-2/+2
| | | | | PR: 36808 Submitted by: Andrew Boothman <andrew@cream.org>
* Add directories for pt_BR.ISO8859-1 localephantom2002-04-052-0/+6
|
* Add the missing hoststat and purgestat commands. These are normallygshapiro2002-04-051-0/+2
| | | | | | | | symlinks to the sendmail binary but in FreeBSD's case, they are symlinks to mailwrapper. Submitted by: tisco MFC after: 4 days
* Quoting Peter Wemm, "At great personal risk, touch the sendmail startupgshapiro2002-04-056-117/+448
| | | | | | | | | | | | | | | | | | | | | again." As an alternative to sendmail_enable=NONE, solve the boot time problem for non-sendmail users completely by moving all of the sendmail startup code from /etc/rc to /etc/rc.sendmail. The source for that script will be kept in src/etc/sendmail/rc.sendmail so make.conf's NO_SENDMAIL will prevent it from being installed. A new rc.conf variable, mta_start_script specifies the script to run to start the user's preferred MTA. For backward compatibility, it will default to /etc/rc.sendmail. The specified script is called out of /etc/rc after checking to make sure it exists. A new rc.sendmail.8 man page has also been added which now houses the sendmail_* variable descriptions formerly in rc.conf.5. Use /etc/rc.sendmail in /etc/mail/Makefile to reduce code duplication. Reviewed by: -current, -stable, obrien, peter, ru MFC after: 1 week
* Back out last commit. (This file is installed under /etc/mail.)ru2002-04-041-2/+2
| | | | Requested by: gshapiro
* Use a relative path to contrib/sendmail/cf.ru2002-04-041-2/+2
|
* The good news is that my initial PR was correct... the bad news is that Idougb2002-04-017-7/+35
| | | | | | | | | was apparently smoking something when I committed the last fix, because as ume was kindly enough to set me straight on, amd *will* start with no arguments at all, as long as there is an /etc/amd.conf file for it to read. What it won't do is start with *just* -p. In any case, now it's fixed.
* Support more than 32 sio unit numbers. The maximum unit number is nowbde2002-03-311-13/+35
| | | | | | | | | | | (65536 * 32 - 1), but MAKEDEV only supports up to (32 * 32 -1). Device names use the unit number in base 32 for all "digits". This required fixing an old bug in MAKEDEV:ttyminor(). Its arg was the global $unit instead of $1. Reminded by: Valentin K. Ponomarenko <valka@krog.ukrtel.net> MFC-after: 1 week
* Update the /etc/mail/Makefile "start" target code to match the new startupgshapiro2002-03-281-4/+51
| | | | | | | | logic and added a new set of targets for controlling the MSP queue runner (start-mspq, stop-mspq, and restart-mspq). Reminded by: Mark Santcroos <marks@ripe.net> MFC after: 1 week
* Provide a way for users to completely prevent sendmail from trying to startgshapiro2002-03-282-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | at boot time. Instead of rc.conf's sendmail_enable only accepting YES or NO, it can now also accept NONE. If set to NONE, none of the other sendmail related startup items will be done. Remove an extra queue running daemon might be started that wasn't necessary (it didn't hurt anything but it wasn't needed). The new logic is: # MTA if ${sendmail_enable} == NONE # Do nothing else if ${sendmail_enable} == YES start sendmail with ${sendmail_flags} else if ${sendmail_submit_enable} == YES start sendmail with ${sendmail_submit_flags} else if ${sendmail_outbound_enable} == YES start sendmail with ${sendmail_outbound_flags} endif # MSP Queue Runner if ${sendmail_enable} != NONE && [ -r /etc/mail/submit.cf] && ${sendmail_msp_queue_enable} == YES start sendmail with ${sendmail_msp_queue_flags} endif Discussed with: Thomas Quinot <Thomas.Quinot@Cuivre.FR.EU.ORG>, Christopher Schulte <schulte+freebsd@nospam.schulte.org> MFC after: 1 week
* Add a sample line for lukemftp.obrien2002-03-261-0/+1
|
* Fix typosgshapiro2002-03-261-2/+2
| | | | Noticed by: Larry Rosenman <ler@lerctr.org>
* Install sys/security/lomac/*.h to /usr/include/security/lomac/.ru2002-03-261-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Install sys/<arch>/include/pc/*.h to /usr/include/machine/pc/. PR: docs/29534 Install sys/netatm/*/*.h to /usr/include/netatm/*/. Don't install compatibility symlinks for <machine/soundcard.h> and <machine/joystick.h>. Three years is enough to be aware of the change, and these weren't visible in the SHARED=symlinks case. Back out include/Makefile,v 1.160 that was a null change anyway due to the bug in the path, and we now don't want to install these headers because they would otherwise be invisible in the SHARED=symlinks case. Don't install IPFILTER headers. Userland utilities fetch them directly, and they were not visible in the SHARED=symlinks case. Resurrect SHARED=symlinks in Makefile.inc1. PR: bin/28002 Prodded by: bde MFC after: 2 weeks
* Removed some redundant stuff that causes compilation warnings.ru2002-03-261-5/+0
|
* Switch over to using pam_login_access(8) module in sshd(8).ru2002-03-261-0/+1
| | | | | | (Fixes static compilation. Reduces diffs to OpenSSH.) Reviewed by: bde
* Don't start any sendmail process in the back ground.obrien2002-03-261-3/+3
| | | | Requested by: gshapiro
* Don't background the sendmail-clientmqueue process -- can give:obrien2002-03-251-1/+1
| | | | sm-queue[181]: NOQUEUE: SYSERR(root): fill_fd: before readcf: fd 1 not open: Bad file descriptor
* Sendmail can be slow to startup.obrien2002-03-221-4/+4
| | | | So start it in the background to speed up booting.
* Instead of dealing with the endless requests to provide more DNS basedgshapiro2002-03-221-11/+7
| | | | | | | | | black lists in the default config, give a pointer to a non-static list. I was convinced this was the right thing to do after getting a PR asking to add ORBZ the day before ORBZ went off the air. PR: conf/35884 MFC after: 4 days
* Install moduli instead of primesdes2002-03-212-72/+1
|
* This commit was generated by cvs2svn to compensate for changes in r92894,des2002-03-211-0/+158
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import OpenBSD's moduli file.des2002-03-211-0/+158
|
* Use the proper terminology.gshapiro2002-03-211-2/+2
|
* Don't try to generate ssh keys if ssh isn't installed.des2002-03-197-49/+77
|
* IPFilter may need to be re-sync'ed even if we are not filtering, butcjc2002-03-197-7/+21
| | | | | | | | only doing ipnat(8). Go back to using $ipfilter_active, but turn off $ipfilter_active when loading ipl.ko has failed. Submitted by: devet@devet.org (Arjan de Vet) MFC after: 3 days
* Home Wireless Network Airway wireless cardimp2002-03-181-0/+6
|
* Make sure that rc.syctl gets its own version of positional parametersdougb2002-03-181-2/+2
| | | | Submitted by: cjc
* Distinguish between first and last passes of rc.sysctl, and only setdougb2002-03-173-5/+36
| | | | mibs whose values are not already what is specified in sysctl.conf.
* Add a late rc.sysctl pass to catch sysctl's for things that weredougb2002-03-171-1/+8
| | | | | | | not loaded yet on the first pass. PR: conf/19629 Submitted by: Stephen J. Roznowski <sjr@home.com>
* Answer the question posed in 1.126. amd won't start without either adougb2002-03-177-14/+77
| | | | | | | | conf file, or command line options. I brought this up in PR 12432, which (ironically) obrien assigned to me after I became a committer. :) PR: conf/12432 Submitted by: Me
* Update for Perl 5.6.1markm2002-03-163-4/+4
|
OpenPOWER on IntegriCloud