Commit Graph

5392 Commits

Author SHA1 Message Date
mycroft 02bab8c5fb There is no "DWL-G520B". There is, however, a "DWL-G520", which actually
works now.
Also, spell "CardBus" consistently.
2004-07-03 16:58:18 +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
kleink 2d356478dd Make the spelling of reentrant match the rest of the system. 2004-07-01 10:38:28 +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
wiz 0fc8b3b26d Fix Dd argument. 2004-06-25 15:33:13 +00:00
wiz c58cd09201 Avoid contractions; use macro for emphasizing instead of stars; add articles. 2004-06-25 15:31:37 +00:00
wiz 658c849ad6 Bump date for previous. 2004-06-23 15:45:59 +00:00
mrg 7815ecbdd9 note that re(4) does not work on sparc64 yet 2004-06-23 15:20:32 +00:00
snj f1081a5943 tsarna@ says uep(4) won't happen in 2.0, so revert last. 2004-06-23 14:35:38 +00:00
jmc 3eb2232819 PR#26016. Fix 3.0->2.0 for NetBSD version 2004-06-23 05:33:36 +00:00
toshii ef8af66f53 re(4) appeared in NetBSD 2.0. 2004-06-22 15:10:16 +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
wiz a3581a08d2 Bump date for previous. 2004-06-22 09:12:48 +00:00
mycroft 1f65a19a82 Delete the "quite buggy" comment. 2004-06-22 09:10:55 +00:00
hannken 7a5be5a9ff - Add flag L_COWINPROGRESS to struct lwp to avoid recursion when
doing copy-on-write.

- Change VFS_SNAPSHOT() to return the snapshot vnode locked.

- Make the IO path for copy-on-write and snapshot-read more lightweight.
  Avoids deadlocks where vn_rdwr(...READ...) has a shared lock and needs
  to copy-on-write.
  Avoids deadlocks/panics where to clean pages the copy-on-write needs
  to allocate pages for its VOP_PUTPAGES().

L_COWINPROGRESS part approved by: Jason R. Thorpe <thorpej@netbsd.org>
2004-06-20 18:55:58 +00:00
yamt f34604727e sync with the recent reality. (allocbuf; hi, pk) 2004-06-17 13:13:41 +00:00
lha cc333b3dd7 Add list of async-signal-safe functions
Approved by wiz
2004-06-13 19:17:06 +00:00
wiz 0c391626db Bump date for previous. 2004-06-06 04:05:49 +00:00
rumble fb87883ff1 Mention "Xterasys XN2511B" under supported hardware. 2004-06-05 15:30:42 +00:00
rumble 913fa30477 Fix typos. 2004-06-05 15:24:04 +00:00
rumble 9f060af51f typo: "The value NULL is be used" -> "The value NULL is used" 2004-06-05 15:05:02 +00:00
jdolecek 388cab5e29 sort the Sitecom entry properly 2004-06-05 11:44:55 +00:00
jdolecek fe0b738ada sort the product list by alphabet, and add some recently added items
bump date
2004-06-05 11:42:52 +00:00
seb 1dedb26d50 Fix macro name.
Approved by wiz@
2004-06-02 21:11:15 +00:00
wiz 72bc7995d2 New sentence, new line; add commas in enumerations; better
capitalization; improve HISTORY section wording.
2004-06-01 11:04:40 +00:00
toshii 21d3bfd023 Add re(4) manpage, from FreeBSD. 2004-05-31 13:46:29 +00:00
bouyer d718c60ca7 The fss command appeared -> The fss device appeared 2004-05-30 12:30:35 +00:00
wiz 2361610dce Uppercase CPU. 2004-05-27 00:51:24 +00:00
wiz cb0c78eebb Bump date for previous. 2004-05-26 23:00:32 +00:00
tsarna 51b7843b0a I think with the tpcalib changes, X changes, etc. there will be too much
to pull up for 2.0, so we'll say it's appearing in the next release.
2004-05-26 15:03:19 +00:00
wrstuden f09a7d98b6 Change comments around locking. While you _can_ grab vnode locks
as LK_SHARED, the VOP_ code (in all our existing file systems)
was implememted assuming exclusive locking. Use of LK_SHARED
is technically a bug and only works right for uni-processor and
big-lock SMP systems. Our current file systems will blow up
(probably quite subtlely) with LK_SHARED and fine-grained SMP
locking.
2004-05-25 17:27:03 +00:00
hannken 8c21bc6224 Add ffs internal snapshots. Written by Marshall Kirk McKusick for FreeBSD.
- Not enabled by default. Needs kernel option FFS_SNAPSHOT.
- Change parameters of ffs_blkfree.
- Let the copy-on-write functions return an error so spec_strategy
    may fail if the copy-on-write fails.
- Change genfs_*lock*() to use vp->v_vnlock instead of &vp->v_lock.
- Add flag B_METAONLY to VOP_BALLOC to return indirect block buffer.
- Add a function ffs_checkfreefile needed for snapshot creation.
- Add special handling of snapshot files:
    Snapshots may not be opened for writing and the attributes are read-only.
    Use the mtime as the time this snapshot was taken.
    Deny mtime updates for snapshot files.
- Add function transferlockers to transfer any waiting processes from
  one lock to another.
- Add vfsop VFS_SNAPSHOT to take a snapshot and make it accessible through
  a vnode.
- Add snapshot support to ls, fsck_ffs and dump.

Welcome to 2.0F.

Approved by: Jason R. Thorpe <thorpej@netbsd.org>
2004-05-25 14:54:55 +00:00
wiz 18e13de38b Use Nx instead of NetBSD; uppercase Dt argument;
set date to some more appropriate value.
2004-05-25 10:54:58 +00:00
wiz 9d6790e608 Add xrefs to uep(4). 2004-05-25 10:54:22 +00:00
fair 75457d3bb1 Add documentation for XSERVER and XSERVER_DDB to resolve PR 20173. 2004-05-25 00:33:04 +00:00
tsarna 8b0281367f basic uep(4) manpage.
kill -HUP `cat /var/run/wizd.pid`
2004-05-25 00:18:13 +00:00
snj 031f6818c2 Bump date for last. Minor English fixes. Use Dq. Sprinkle some Dv. 2004-05-24 03:26:34 +00:00
wiz 93e3ca3773 Add comma in enumeration. Bump date for previous. 2004-05-24 00:09:49 +00:00
wiz 07d103c820 New sentence, new line; suggested by jmc@openbsd. 2004-05-23 20:19:47 +00:00
xtraeme 2450eae801 Remove the reference about "untested" in the Winbond W83697HF, it's
known to work fine.
2004-05-23 00:18:28 +00:00
xtraeme 9296855e4d Fix typo (blockds -> blocks). 2004-05-23 00:04:25 +00:00
yamt f61189110c document LK_EXCLOTHER. 2004-05-22 18:00:30 +00:00