wiz
769a05ea90
New sentence, new line; use more markup; next release
...
will be 3.0; sort sections; use \*[Lt]\*[Gt] instead of <> for HTML output.
2004-07-22 15:10:01 +00:00
atatat
d2dd73eec2
More better description of current state of sendmail stuff in more
...
places. This is intended to make some people a tad happier.
2004-07-22 03:44:12 +00:00
tshiozak
39597367e4
add locale.alias(5) manpage.
2004-07-21 19:49:21 +00:00
wiz
c60f137c23
Uncomment xrefs to elf(5) and ld.elf_so(1) now that we have the man pages.
2004-07-21 11:08:54 +00:00
wiz
cb255f199c
Bump date for previous; mark up path with Pa.
2004-07-15 10:45:33 +00:00
atatat
89fc8be761
Change the default settings for sendmail.
...
(1) The stock sendmail.cf will only listen on the loopback interface.
(2) The stock submit.cf specifally connects to "localhost." which
should be less susceptible to being confused or looking confused.
(3) The smtp listener starts by default, if needed. The setting in
/etc/default/rc.conf is still "no", but rc.d/sendmail detects the
default setting and will change it to yes if need is determined.
Need is defined as "nothing else seems to have been changed about the
mail configuration but we'd like locally originated and locally
destined mail to be delivered". If you change, eg, mailer.conf to
point to postfix or some other MTA, sendmail will not start.
2004-07-15 03:47:18 +00:00
atatat
5f89bdd921
Make the directory into which crash dumps are saved into something
...
that can be controlled via rc.conf. The default is, of course,
/var/crash.
2004-07-15 03:29:55 +00:00
junyoung
b774e487ce
- Add missing .YorN
...
- Fix typos in previous commit
2004-07-02 18:20:27 +00:00
sjg
3a0c68edfd
Add support for SHA1 hashed passwords.
...
The algorithm used is essentially PBKDF1 from RFC 2898 but using
hmac_sha1 rather than SHA1 directly (suggested by smb@research.att.com ).
* The format of the encrypted password is:
* $<tag>$<iterations>$<salt>$<digest>
*
* where:
* <tag> is "sha1"
* <iterations> is an unsigned int identifying how many rounds
* have been applied to <digest>. The number
* should vary slightly for each password to make
* it harder to generate a dictionary of
* pre-computed hashes. See crypt_sha1_iterations.
* <salt> up to 64 bytes of random data, 8 bytes is
* currently considered more than enough.
* <digest> the hashed password.
hmac.c implementes HMAC as defined in RFC 2104 and includes a unit
test for both hmac_sha1 and hmac_sha1 using a selection of the Known
Answer Tests from RFC 2202.
It is worth noting that to be FIPS compliant the hmac key (password)
should be 10-20 chars.
2004-07-02 00:05:23 +00:00
junyoung
844c9270d0
Add missing MKCVS, MKKERBEROS4, MKPOSTFIX, MKSENDMAIL, and MKUUCP.
...
Note that some variables are still missing, since i'm not sure how
to describe them...
Bump date.
2004-07-01 06:09:57 +00:00
wiz
78bc620954
Add the minus sign that is behind route {add|delete} by default.
...
Noted by christos.
2004-06-28 13:44:12 +00:00
wiz
383ad11060
Add route.conf(5). Closes PR 25818 by mrg.
2004-06-25 16:31:20 +00:00
itojun
e197438eb7
$NetBSD$
2004-06-25 16:27:02 +00:00
itojun
344e6a89ca
spamdb(8) and spamd.conf(5). noted by Thomas Klausner
2004-06-25 16:25:00 +00:00
itojun
b4d647b66c
PF from OpenBSD 3.5
2004-06-25 16:11:48 +00:00
itojun
7ebcee1564
add pf manpage for installation
2004-06-22 14:58:41 +00:00
itojun
4a887d96a0
add $NetBSD$
2004-06-22 14:34:58 +00:00
itojun
d70f07f00c
PF from OpenBSD 3.5
2004-06-22 14:33:10 +00:00
xtraeme
9296855e4d
Fix typo (blockds -> blocks).
2004-05-23 00:04:25 +00:00
kleink
b7841c720d
Xref statvfs(2).
2004-04-21 21:24:57 +00:00
wiz
9567493662
Whitespace nits; expand an abbreviation; fix a minus;
...
remove a superfluous .It.
2004-04-21 12:20:48 +00:00
christos
6bd1d6d4db
Replace the statfs() family of system calls with statvfs().
...
Retain binary compatibility.
2004-04-21 01:05:31 +00:00
wiz
8bb6260b2b
Use Fl instead of Ic; remove duplicate Pp;
...
filesystem -> file system.
2004-04-19 10:00:16 +00:00
lukem
69a2205a22
"ignorefs type" now _appends_ to the existing (default) list. If the default
...
list isn't wanted, use "ignorefs none" before other "ignorefs ..." entries.
This makes "ignorefs ..." much more useful.
Tweak the wording.
2004-04-19 01:10:48 +00:00
lukem
59aeaab3a6
Note that 'ignorefs type' is used as an argument to 'find -fstype'
...
and that "sysctl vfs.generic.fstypes" will list the available fstypes.
2004-04-19 00:30:42 +00:00
lukem
03d04e432b
Document 'sbsize' and 'tc'.
2004-04-19 00:11:16 +00:00
grant
1059ac7b7e
remove space before comma.
2004-02-17 12:32:25 +00:00
pooka
2cfd4db5ed
fix magic indices: EI_MAG, not ELFMAG
2004-02-10 13:52:00 +00:00
wiz
e0b6b6f7ff
Grammar fixes; uppercase start of sentence.
2004-02-07 09:49:28 +00:00
itohy
fdfb6f53c6
Add locate.conf(5).
2004-02-07 04:49:26 +00:00
itohy
8f0e22b160
File format description of /etc/locate.conf
2004-02-07 04:48:31 +00:00
jmmv
5a07b7fa58
Sort lists of variables alphabetically. Also adjust "see also" entries to
...
refer to manpages related to the rc.d infrastructure.
2004-01-15 09:14:54 +00:00
jmmv
a1a8f903fb
Document the veriexec variable.
2004-01-14 21:51:18 +00:00
uebayasi
a95a90d63a
Refine English. From Luke.
2004-01-12 05:25:39 +00:00
uebayasi
e38b3d15ef
Now /etc/rc.d/virecover can be configurable by rc.conf(5). Reflect
...
it. Bump date.
2004-01-12 04:40:00 +00:00
wiz
1dca89a686
Remove non-intended arguments from macro line; drop trailing
...
spaces and bump date.
2003-12-08 11:20:35 +00:00
perry
38e964828a
Clarify the relationship of the /etc/daily.conf file and the
...
/etc/defaults/daily.conf file, explain how you can check for defaults,
etc.
2003-12-08 03:59:26 +00:00
perry
089b8ee471
document show_remote_fs
2003-12-08 01:16:22 +00:00
wiz
9aa343b23a
Bump date for previous (hi perry!).
2003-12-07 22:29:36 +00:00
perry
10343cfdba
document full_netstat variable
2003-12-07 22:22:48 +00:00
wiz
b2bf8b0f04
Fix typo. Closes PR 23622 by James Whitwell.
2003-12-02 13:14:28 +00:00
wiz
eabdbac437
Drop trailing space.
2003-11-18 09:07:25 +00:00
jhawk
f51cb566b0
Document check_homes_permit_usergroups.
...
/etc/defaults/security.conf in FILES.
Bump Dd.
2003-11-18 03:25:16 +00:00
wiz
f86e4d21d7
Bump date for previous.
...
Do not turn off hyphenation (no reason).
2003-10-26 08:11:51 +00:00
martti
a215a8d5cf
Added descripton about fsck_flags
2003-10-26 07:58:44 +00:00
wiz
538e6e3e1e
Move siginfo(5) and ucontext(5) to siginfo(2) and ucontext(2) resp.,
...
and fix references.
Per a discussion on source-changes around Sep 14 2003.
2003-10-14 14:59:03 +00:00
agc
9f1aac5bb3
Move Jason Downs's code from a 4-clause to a 3-clause licence by
...
removing the advertising clause. Diffs provided in PR 22410 by Joel
Baker, confirmed to the board by Jason Downs.
With additional thanks to Jason Thorpe.
2003-10-13 15:36:33 +00:00
wiz
5944b04138
Add semicolons.
2003-09-14 09:04:12 +00:00
christos
042b7bb598
Expose SI_TIMER now that we are planning to deal with it.
2003-09-13 22:35:13 +00:00
wiz
e8080261ea
Remove superfluous .Nm arguments; grammar fixes; add semicolons
...
when enumerating variables (looks more natural).
2003-09-10 14:24:23 +00:00