kuriyama
f371d337cd
MFen (1.261 --> 1.263).
2002-01-19 15:53:23 +00:00
kuriyama
0185814a22
Remove bogus entry.
2002-01-19 15:12:40 +00:00
kuriyama
b7e0a00640
MFen (1.260 --> 1.261; order changes only).
2002-01-19 15:12:05 +00:00
bmah
0169e37cd2
New release notes: ARCNET support, cm driver.
2002-01-19 13:38:48 +00:00
bmah
3073d216bb
New release notes: dc(4) supports VLANs, man(1) no longer SUID man,
...
/etc/pam.d/.
2002-01-19 13:02:32 +00:00
bmah
8f7d72bedd
Alphabetize the kernel changes section by manpage reference or
...
keyword, where possible.
2002-01-19 12:50:37 +00:00
ache
49430c7614
Turn on pam_opie by default. It should not affect non-OPIE users.
2002-01-19 10:31:32 +00:00
ache
f9d407de0b
If user not exist in OPIE system, return failure immediately instead
...
of producing fake prompts with random numbers which can be detected by
potential intruder in two tries and totally confuse non-OPIE users.
2002-01-19 10:09:05 +00:00
ache
0262fc4b8f
Back out second right-now-expired password check in pam_sm_chauthtok,
...
old expired password assumed there
2002-01-19 09:23:36 +00:00
ache
5dc61eda4c
Turn on pam_opie by default. It not affect non-OPIE users
2002-01-19 09:06:45 +00:00
ache
46e8d91448
Add PAM_CRED_ERR as valid failure case
2002-01-19 09:01:17 +00:00
ache
e3c12ab5a7
Previous commit was incomplete, use
...
"[default=ignore success=done cred_err=die]"
options instead of "required"
2002-01-19 08:39:35 +00:00
ache
b0127287cc
Previous commit was incomplete, use new error code PAM_CRED_ERR to
...
indicate die case, different from PAM_SUCCESS and PAM_AUTH_ERR
2002-01-19 08:36:47 +00:00
imp
a9af62e0f1
Add flags 0x10000 to IO Data WN-B11/PCM's entry. Evidentally, they
...
changed firmware and the new cards don't work without this.
Submitted by: ume
MFC after: 3 days
2002-01-19 08:11:39 +00:00
ache
58c12a40f2
Remove explaining comment and pam_unix commented out, now pam_unix can be
...
chained with pam_opie
2002-01-19 07:32:47 +00:00
ache
4d1c54018e
Rewrite 'pwok' fallback in the way it can be properly chained with pam_unix
...
Replace snprintf %s with strlcpy
Check for NULL returned from getpwnam()
2002-01-19 07:23:48 +00:00
tanimura
37250d53cb
Lock the caller process if the pid passed to getsid() or getpgid()
...
equals to zero.
2002-01-19 06:34:58 +00:00
ache
86e7a84bd8
Call opieunlock() only if we skip opieverify() part
2002-01-19 05:59:24 +00:00
kuriyama
14d2593b00
MFen (1.259 --> 1.260).
2002-01-19 05:41:17 +00:00
tanimura
dbbd2af1a3
For getsid(), return the sid stored in struct session. This prevents
...
panic in case where a session has no session leader.
Inspired by: Solaris 8
2002-01-19 05:31:51 +00:00
bmah
822099d246
New release notes: bpf(4) works better with select(2) and poll(2),
...
natd(8) -log_ipfw_denied.
2002-01-19 05:23:17 +00:00
ache
35ada60969
Add yet one expired-right-now password check, in pam_sm_chauthtok
...
srandomdev() can't be used in libraries, replace srandomdev()+random()
by arc4random()
2002-01-19 04:58:51 +00:00
kuriyama
a32ee285cb
MFen (1.257 --> 1.259).
2002-01-19 04:29:55 +00:00
alfred
ed9e04f068
Make compile, remove extra fdrop() calls.
...
Change name of function to what it's supposed to be (s/sys/do)
2002-01-19 03:52:17 +00:00
alfred
832c019c2c
make compile, add missing { and variable declaration.
2002-01-19 03:48:38 +00:00
alfred
3bdb474052
Semi-backout previous fgetvp change, we need the struct file pointer
...
to perform relative offset calculations, so use fget instead.
2002-01-19 03:45:14 +00:00
rwatson
b925ae8d87
o Clarify that various sysctl timing values are in milliseconds.
2002-01-19 03:44:42 +00:00
ache
7d37cdbb25
Change comment since fallback provided now not by ftpd but by pam_opie
2002-01-19 03:35:39 +00:00
ache
30b45f48f0
Set pwok to 1 for non-OPIE users
2002-01-19 03:31:39 +00:00
ache
5d0d99723d
Remove conditional 'pwok' fallback for PAM which now
...
is implemented in pam_opie module
For non-PAM variant rewrite empty password checking code to do the right thing
and not disallow empty passwords in all cases.
2002-01-19 03:18:33 +00:00
ache
a38e044747
Add missing check for right-now-expired password
2002-01-19 02:45:24 +00:00
ache
3d4ab3ebc5
Implement 'pwok', i.e. conditional fallback to unix password
...
as supposed by opieaccessfile() and opiealways()
2002-01-19 02:38:43 +00:00
dillon
f51ea914df
Remove 'VXLOCK: interlock avoided' warnings. This can now occur in normal
...
operation. The vgonel() code has always called vclean() but until we
started proactively freeing vnodes it would never actually be called with
a dirty vnode, so this situation did not occur prior to the vnlru() code.
Now that we proactively free vnodes when kern.maxvnodes is hit, however,
vclean() winds up with work to do and improperly generates the warnings.
Reviewed by: peter
Approved by: re (for MFC)
MFC after: 1 day
2002-01-19 02:14:45 +00:00
alfred
20073b0322
undo a bit of the Giant pushdown.
...
fdrop isn't SMP safe as it may call into the file's close routine which
definetly is not SMP safe right now, so we hold Giant over calls to
fdrop now.
2002-01-19 01:03:54 +00:00
nik
1d07367781
Explain that the admin can safely power down the system as well as
...
rebooting.
2002-01-18 22:45:29 +00:00
joerg
e217fe7a60
By popular demand, also include the "devlist" subcommand into the set
...
of commands available in the boot floppy environment.
MFC after: 1 week
2002-01-18 22:42:51 +00:00
joerg
c164ff4992
Well, RELEASE_BUILD_FIXIT has now been renamed into RELEASE_CRUNCH.
...
At least, the old version is still good for the MFC though (where
everything is still going the old way). ;-)
2002-01-18 22:17:35 +00:00
iedowse
9301dd7f81
Cut more than 500 bytes off the size of the alpha boot1 by adding
...
a simple version of bcopy() so we avoid picking up the overly-complex
implementation in libc (via libstand). This is not necessary on
-current, but RELENG_4 has apparently just exceeded the 15-sector
limit for boot1.
Reviewed by: wilko
2002-01-18 21:54:02 +00:00
bmah
07f0b1750c
Coalesce several release notes dealing with the aac(4) driver,
...
clean-up, and mention that it is "fully qualified and sanctioned by
Adaptec".
Requested by: scottl (the last part, that is)
Approved by: re (implicitly)
2002-01-18 19:10:06 +00:00
orion
98cc9db9b5
Change ich_calibrate to busy wait on buffer fill level and use a more
...
likely looking rate calculation.
Install interrupt handler before calling ich_init as the initialization
occasionally generates spurious interrupts.
These changes are derived from cg's work in progress version of this
driver.
2002-01-18 18:44:41 +00:00
ken
1a5d09da65
Add 'camcontrol rescan all' and 'camcontrol reset all' functionality to
...
camcontrol.
This enables rescanning all busses or resetting all busses in a system.
The current implementation is not the ideal way to do it -- the ideal way
to do it would be for the transport layer to handle wildcarded busses on
bus rescan and reset operations. The current implementation enumerates all
the busses and sends a rescan or reset CCB individually. Handling this
behavior in the transport layer will happen later.
Reviewed by: imp
Tested by: joerg
MFC after: 1 week
2002-01-18 18:00:00 +00:00
ache
56895f2d65
We don't use two-letters terminal names, so strip them out from vt520* entries
2002-01-18 17:41:54 +00:00
bmah
46f81e7283
Update PCMCIA cards (fe(4), ex(4), and ep(4) drivers).
...
Submitted by: Tom Rhodes <darklogik@pittgoth.com>
2002-01-18 16:55:22 +00:00
ru
d5f45c8902
mdoc(7) police: tidy up.
...
Reviewed by: chris
2002-01-18 16:46:43 +00:00
bmah
5af46cb092
New release note: SA-02:07.
2002-01-18 16:42:43 +00:00
ru
839a95a808
GC spurious -m in the usage().
2002-01-18 16:08:29 +00:00
ru
c56d52b021
MFV: Initialize %I register.
2002-01-18 15:28:32 +00:00
ru
4fd66a15df
This commit was generated by cvs2svn to compensate for changes in r89500,
...
which included commits to RCS files with non-trunk default branches.
2002-01-18 15:25:01 +00:00
ru
a0c837c78a
From ChangeLog:
...
: 2002-01-17 Ruslan Ermilov <ru@FreeBSD.org>
:
: * tmac/doc.common: Initialize %I register for the %I macro to
: avoid (harmless) warning.
: * tmac/doc.tmac (Bd): There is no reason to enforce -compact
: when in the SYNOPSIS section.
2002-01-18 15:25:01 +00:00
ru
7bbde3fb1f
Introduce an interface announcement message for the routing
...
socket so that routing daemons and other interested parties
know when an interface is attached/detached.
PR: kern/33747
Obtained from: NetBSD
MFC after: 2 weeks
2002-01-18 14:33:04 +00:00