]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/log
FreeBSD/FreeBSD.git
22 years agomdoc(7) police: markup nits.
ru [Sat, 8 Dec 2001 16:17:49 +0000 (16:17 +0000)]
mdoc(7) police: markup nits.

22 years agomdoc(7) police: fix markup in revision 1.25.
ru [Sat, 8 Dec 2001 16:15:44 +0000 (16:15 +0000)]
mdoc(7) police: fix markup in revision 1.25.

22 years agomdoc(7) police: change xref to vfs_mountedon(9).
ru [Sat, 8 Dec 2001 16:06:02 +0000 (16:06 +0000)]
mdoc(7) police: change xref to vfs_mountedon(9).

22 years agoBe more specific in an example of fortune's -e option.
keramida [Sat, 8 Dec 2001 04:54:55 +0000 (04:54 +0000)]
Be more specific in an example of fortune's -e option.

PR: 32085
Submitted by: setantae@submonkey.net <setantae@submonkey.net>

22 years agoUpdate the comment about System initialization to reflect the use of
davidc [Sat, 8 Dec 2001 04:20:54 +0000 (04:20 +0000)]
Update the comment about System initialization to reflect the use of
DOMAIN_SET(9) instead of SYSINIT for adding domains at startup.

Reviewed by: alfred

22 years agobuf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
davidc [Sat, 8 Dec 2001 04:15:37 +0000 (04:15 +0000)]
buf.9 incorrectly uses 'BUF' as an arg to .Nm where it should be 'buf'.
Because of this apropos notes a BUF(9) page that does not exist.

Reviewed by: alfred

22 years agoOnly use __FBSDID if it is defined. This fixes the 4.4-release (but
imp [Sat, 8 Dec 2001 02:28:16 +0000 (02:28 +0000)]
Only use __FBSDID if it is defined.  This fixes the 4.4-release (but
not stable) -> current upgrade path.

Reviewed by: markm

22 years agoPrevent infinite loop, when kevent(2) is called wihout eventlist (i.e.
sobomax [Sat, 8 Dec 2001 00:53:37 +0000 (00:53 +0000)]
Prevent infinite loop, when kevent(2) is called wihout eventlist (i.e.
eventlist == NULL or nevents == 0).

22 years agoLong ago, there was just /etc/daily. Then /etc/security was split out
cjc [Fri, 7 Dec 2001 23:57:39 +0000 (23:57 +0000)]
Long ago, there was just /etc/daily. Then /etc/security was split out
of /etc/daily. Some time later, /etc/daily became a set of periodic(8)
scripts. Now, this evolution continues, and /etc/security has been
broken into periodic(8) scripts to make local customization easier and
more maintainable.

Reviewed by: ru
Approved by: ru

22 years agoAdd a man page describing the fuctions directly related to network domains.
davidc [Fri, 7 Dec 2001 20:58:07 +0000 (20:58 +0000)]
Add a man page describing the fuctions directly related to network domains.

Reviewed by: alfred

22 years agoThe previous commit log message should have said:
arr [Fri, 7 Dec 2001 19:34:03 +0000 (19:34 +0000)]
The previous commit log message should have said:
  - Fix a bunch of malloc calls that are passing M_WAIT instead of the
    correct flag, M_WAITOK.

22 years agoWhen rfc1323 is mentioned in the context of buffer sizes, not that it
rwatson [Fri, 7 Dec 2001 18:17:37 +0000 (18:17 +0000)]
When rfc1323 is mentioned in the context of buffer sizes, not that it
is enabled by default in FreeBSD.

22 years agoo Expand list of tunables documented in loader.8 to include kern.maxusers,
rwatson [Fri, 7 Dec 2001 18:05:24 +0000 (18:05 +0000)]
o Expand list of tunables documented in loader.8 to include kern.maxusers,
  since other related tunables were also documented here.  Add a cross
  reference to tuning(7) for information on setting this value
  appropriately.

22 years agoo Add a mention of kern.openfiles to the description of kern.maxfiles,
rwatson [Fri, 7 Dec 2001 18:02:16 +0000 (18:02 +0000)]
o Add a mention of kern.openfiles to the description of kern.maxfiles,
  and suggest using this value to get a sense of the needs of the system.

22 years ago- Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it
arr [Fri, 7 Dec 2001 17:59:15 +0000 (17:59 +0000)]
- Fix a bunch of malloc calls where the M_FLAG is incorrectly used; it
  should be M_WAITOK.

Spotted by: des

22 years agoGet rid of unused anymore file! Alpha works fine with our strtod() now.
phantom [Fri, 7 Dec 2001 17:19:09 +0000 (17:19 +0000)]
Get rid of unused anymore file! Alpha works fine with our strtod() now.

22 years agoo Update rc.network to reflect the recent change of default in the
rwatson [Fri, 7 Dec 2001 17:03:14 +0000 (17:03 +0000)]
o Update rc.network to reflect the recent change of default in the
  kernel TCP timer code: rather than checking for tcp_keepalive being
  set to "YES", check for "NO" and turn off keepalives if the variable
  is set in that manner.

o Note: eventually, it would make sense to remove this variable from
  rc.conf management, and instead rely on sysctl.conf.  In fact, this
  is probably true of a number of rc.conf variables whose sole aim
  is to drive the setting of sysctls at boot time.

22 years agoo Our currenty userland boot code (due to rc.conf and rc.network) always
rwatson [Fri, 7 Dec 2001 17:01:28 +0000 (17:01 +0000)]
o Our currenty userland boot code (due to rc.conf and rc.network) always
  enables TCP keepalives using the net.inet.tcp.always_keepalive by default.
  Synchronize the kernel default with the userland default.

22 years agoReturn 'c' back to signed due to potential comparison problems
ache [Fri, 7 Dec 2001 16:33:47 +0000 (16:33 +0000)]
Return 'c' back to signed due to potential comparison problems
Use simpler test for valid ranges

Submitted by: bde

22 years agoFix a typo.
ru [Fri, 7 Dec 2001 14:58:41 +0000 (14:58 +0000)]
Fix a typo.

Submitted by: "Alexey V. Neyman" <alex.neyman@auriga.ru>

22 years agoFix typo: 'fragement' -> 'fragment'
sheldonh [Fri, 7 Dec 2001 13:18:28 +0000 (13:18 +0000)]
Fix typo: 'fragement' -> 'fragment'

22 years ago* localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag
phantom [Fri, 7 Dec 2001 12:38:47 +0000 (12:38 +0000)]
* localeconv() usage is not FLOATING_POINT specific anymore (due to "'" flag
  addition) so move locale.h inclusion out of FLOATING_POINT ifdef's.
* add more comments

22 years agoGet pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.
des [Fri, 7 Dec 2001 11:51:47 +0000 (11:51 +0000)]
Get pam_mod_misc.h from .CURDIR rather than .OBJDIR or /usr/include.

Sponsored by: DARPA, NAI Labs

22 years agoBe exsplicit about the parentheses around return statements. It is
imp [Fri, 7 Dec 2001 11:40:22 +0000 (11:40 +0000)]
Be exsplicit about the parentheses around return statements.  It is
documented by example.  Since most of this file is documented by
example, it is confusing.  Make things a little less confusing.

22 years agomdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.
ru [Fri, 7 Dec 2001 10:36:38 +0000 (10:36 +0000)]
mdoc(7) police: Add missing markup bits for revisions 1.12 and 1.13.

22 years agomdoc(7) police:
ru [Fri, 7 Dec 2001 10:27:43 +0000 (10:27 +0000)]
mdoc(7) police:

- Avoid using second person.
- Remove whitespace at EOL.

22 years agoMake strerror and strerror_r use sys_errlist[0] for errnum = 0. Be
wes [Fri, 7 Dec 2001 06:28:58 +0000 (06:28 +0000)]
Make strerror and strerror_r use sys_errlist[0] for errnum = 0.  Be
more careful about reporting truncation with ERANGE in strerror_r.
Set errno to EINVAL for "unknown" errnum in strerror as required
by P1003.1-200x Draft June 14, 2001.

More carefully document the handling of strerrbuf when errors
(ERANGE, EINVAL) are encountered in strerror_r.

Reviewed by: bde (ongoing discussion)

22 years agoThis patch will fix the lockups associated with AMD 751,761,762 based AGP
cokane [Fri, 7 Dec 2001 05:41:26 +0000 (05:41 +0000)]
This patch will fix the lockups associated with AMD 751,761,762 based AGP
controllers. There still seems to be some issues with the DRI copying code
for some adapters, at least it doesn't hang the system now. Input would be
appreciated.

PR: 32301
Obtained from: Eric Anhlot <eanholt@gladstone.uoregon.edu>, Joe <joeo@nks.net>

22 years agoRemove blank line.
fenner [Fri, 7 Dec 2001 03:25:26 +0000 (03:25 +0000)]
Remove blank line.

22 years agoDocument the 'enableAlwaysAck' field in the config structure.
archie [Fri, 7 Dec 2001 02:50:39 +0000 (02:50 +0000)]
Document the 'enableAlwaysAck' field in the config structure.

22 years agoBack out my "joy" change. It was really the for some uncommitted ata
imp [Fri, 7 Dec 2001 01:52:40 +0000 (01:52 +0000)]
Back out my "joy" change.  It was really the for some uncommitted ata
code I have.

22 years ago- malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)
arr [Fri, 7 Dec 2001 01:32:40 +0000 (01:32 +0000)]
- malloc should be passed M_WAITOK, not M_WAIT (a mbuf flag)
- make use of M_ZERO to remove a call to bzero()

22 years agoMFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.
peter [Fri, 7 Dec 2001 00:58:37 +0000 (00:58 +0000)]
MFS (merge from stable): rev 1.13.4.13, fix ordering of IFF_RUNNING mods.
The reason we are required to commit to -current first is so that later
MFC's do not risk the loss of existing bug fixes.  Even if this was not
strictly required in -current, it should still be fixed there too.

22 years agoMFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.
peter [Fri, 7 Dec 2001 00:57:57 +0000 (00:57 +0000)]
MFS (merge from stable): rev 1.9.2.28, fix ordering of IFF_RUNNING mods.
The reason we are required to commit to -current first is so that later
MFC's do not risk the loss of existing bug fixes.  Even if this was not
strictly required in -current, it should still be fixed there too.

22 years agoNow that _pam_init_handlers() works as intended, it seems clear that we
des [Fri, 7 Dec 2001 00:38:37 +0000 (00:38 +0000)]
Now that _pam_init_handlers() works as intended, it seems clear that we
do not actually want to define PAM_READ_BOTH_CONFS, so back out previous
commit.

Sponsored by: DARPA, NAI Labs

22 years agoAlthough the previous went some way towards fixing the pam.conf / pam.d
des [Fri, 7 Dec 2001 00:37:10 +0000 (00:37 +0000)]
Although the previous went some way towards fixing the pam.conf / pam.d
problem, it still didn't DTRT for services that did not have a service-
specific policy if /etc/pam.d existed but did not contain an "other"
policy.  This fixes the problems some people have experienced with sudo.
And I almost didn't have to use goto.

The current configuration sequence is:

  1) Look for /etc/pam.d/foo

  2) If PAM_READ_BOTH_CONFS is defined, or step 1) failed, look for
     foo in /etc/pam.conf

  3) Look for /etc/pam.d/other (to fill in the gaps)

  4) If PAM_READ_BOTH_CONFS is defined, or step 3) failed, look for
     other in /etc/pam.conf

I believe this is the intended behaviour of the original code.  The least
surprising behaviour seems to be when PAM_READ_BOTH_CONFS is not defined -
/etc/pam.d/foo will be preferred over /etc/pam.conf, but the latter will
serve as a backup if the former does not exist.

Sponsored by: DARPA, NAI Labs

22 years agoInstall pam.d files with mode 0644, not 0755.
des [Thu, 6 Dec 2001 23:28:12 +0000 (23:28 +0000)]
Install pam.d files with mode 0644, not 0755.

22 years agoPart 2 of previous commit. Add joy_isa.c and joy_pccard.c.
peter [Thu, 6 Dec 2001 23:10:24 +0000 (23:10 +0000)]
Part 2 of previous commit.  Add joy_isa.c and joy_pccard.c.

Submitted by: jhb

22 years agoo A few more minor whitespace and other style fixes.
rwatson [Thu, 6 Dec 2001 21:58:47 +0000 (21:58 +0000)]
o A few more minor whitespace and other style fixes.

Submitted by: bde

22 years agoo Remove unnecessary inclusion of opt_global.h.
rwatson [Thu, 6 Dec 2001 21:55:41 +0000 (21:55 +0000)]
o Remove unnecessary inclusion of opt_global.h.

Submitted by: bde

22 years agoAdd a commented-out defaultrouter entry for 6to4 users. See RFC-3068
nsayer [Thu, 6 Dec 2001 20:44:14 +0000 (20:44 +0000)]
Add a commented-out defaultrouter entry for 6to4 users. See RFC-3068

22 years agoo Fix spelling of allocations as allocates.
rwatson [Thu, 6 Dec 2001 20:27:44 +0000 (20:27 +0000)]
o Fix spelling of allocations as allocates.

Submitted by: silby

22 years agoo Reflect changed default such that keepalives are always enabled by
rwatson [Thu, 6 Dec 2001 20:24:38 +0000 (20:24 +0000)]
o Reflect changed default such that keepalives are always enabled by
  default now.  Discuss why that's good.  Note that there are still
  some situations where turning it off may be advantageous, including
  situations where there are network outages and it's desirable to
  have TCP sessions last beyond the outage.

Reviewed by: fenner
Suggested by: silby

22 years agoModerate the recommendation that TCP keepalives always be turned on;
rwatson [Thu, 6 Dec 2001 19:57:34 +0000 (19:57 +0000)]
Moderate the recommendation that TCP keepalives always be turned on;
in some environments, this may result in the early termination of
legitimate TCP sessions during temporary network outages.  However,
maintain a strong recommendation that this be used when many network
clients are dialup.

Requested by: fenner

22 years agoo Add an additional .Pp between the send/recvbuffer comments and
rwatson [Thu, 6 Dec 2001 19:50:35 +0000 (19:50 +0000)]
o Add an additional .Pp between the send/recvbuffer comments and
  the ones on ipfw.  Note to self: why does ipfw/dummynet count as
  a sysctl in tuning(7)?

22 years agoo When describing kern.ipc.nsfbufs, use the slightly less colloquial
rwatson [Thu, 6 Dec 2001 19:48:48 +0000 (19:48 +0000)]
o When describing kern.ipc.nsfbufs, use the slightly less colloquial
  "modify" rather than the slightly more colloquial "mess with".

22 years agoThe default values for net.inet.tcp.sendspace and net.inet.tcp.recvspace
rwatson [Thu, 6 Dec 2001 19:44:31 +0000 (19:44 +0000)]
The default values for net.inet.tcp.sendspace and net.inet.tcp.recvspace
have been changed to 32k and 64k respectively.

22 years agovmiodirenable is now on by default; reflect that change in default,
rwatson [Thu, 6 Dec 2001 19:39:33 +0000 (19:39 +0000)]
vmiodirenable is now on by default; reflect that change in default,
and talk more about the reasons to turn it off (restricted memory
environments), and less about why to turn it on.

22 years agoReword parts of tuning(7) regarding loader tunables, which are refered
rwatson [Thu, 6 Dec 2001 19:36:21 +0000 (19:36 +0000)]
Reword parts of tuning(7) regarding loader tunables, which are refered
to in the document as "boot-time sysctls".  Instead, refer to them as
loader tunables.

22 years agoAdd multiple inclusion protection.
jhb [Thu, 6 Dec 2001 18:17:02 +0000 (18:17 +0000)]
Add multiple inclusion protection.

22 years agoSomebody moved joy.c from isa/ to dev/joy/ without updating conf/files.
peter [Thu, 6 Dec 2001 18:00:42 +0000 (18:00 +0000)]
Somebody moved joy.c from isa/ to dev/joy/ without updating conf/files.

Pointy-hat to: imp

22 years agoCompile all kernels with "-ffreestanding":
obrien [Thu, 6 Dec 2001 17:53:32 +0000 (17:53 +0000)]
Compile all kernels with "-ffreestanding":

Assert that compilation takes place in a freestanding environment. This
implies `-fno-builtin'. A freestanding environment is one in which the
standard library may not exist, and program startup may not necessarily be
at main. The most obvious example is an OS kernel. This is equivalent to
`-fno-hosted'.

22 years agoFixed two problems:
pdeuskar [Thu, 6 Dec 2001 17:50:21 +0000 (17:50 +0000)]
Fixed two problems:
1. Changed incorrect conditional in fxhw.c which would never
evaluate to true. Thanks to John Polstra for pointing that out.
2. Write to PCI config space by default, enabling memory access and
bus master enable.

Submitted by:Prafulla Deuskar
MFC after:3 days

22 years agoIntroduce the variable USE_PAM_D, which, if set, will cause pam.d to be
des [Thu, 6 Dec 2001 13:18:32 +0000 (13:18 +0000)]
Introduce the variable USE_PAM_D, which, if set, will cause pam.d to be
installed instead of pam.conf.  This is for testing; the conditionals will
be removed once we are confident that pam.d works as intended.

Sponsored by: DARPA, NAI Labs

22 years agoMakefile for pam.d configuration files.
des [Thu, 6 Dec 2001 13:16:47 +0000 (13:16 +0000)]
Makefile for pam.d configuration files.

Sponsored by: DARPA, NAI Labs

22 years agoWe need pam_client.h from libpamc. This unbreaks world
des [Thu, 6 Dec 2001 12:35:18 +0000 (12:35 +0000)]
We need pam_client.h from libpamc.  This unbreaks world

Pointed out by: jhay
Pointy hat to: des

22 years ago-lcipher is an installable library.
ru [Thu, 6 Dec 2001 10:50:23 +0000 (10:50 +0000)]
-lcipher is an installable library.

22 years agoProtect the '*' in pppoed_provider (the default) from metacharacter
cjc [Thu, 6 Dec 2001 09:34:44 +0000 (09:34 +0000)]
Protect the '*' in pppoed_provider (the default) from metacharacter
expansion in the rc-scripts.

PR: 32552
Submitted by: Gleb Smirnoff <glebius@rinet.ru>
Approved by: ru
Obtained from: ru
MFC after: 1 day

22 years agoJust to be pedantic and more aesthetically pleasing, move the secure/
jhb [Thu, 6 Dec 2001 07:44:47 +0000 (07:44 +0000)]
Just to be pedantic and more aesthetically pleasing, move the secure/
top-level subdirectory prior to share/ so that the top-level directories
are processed in alphabetical order.

22 years agoThe pccard/cardbus power interface should depend on having pccard or
imp [Thu, 6 Dec 2001 06:40:18 +0000 (06:40 +0000)]
The pccard/cardbus power interface should depend on having pccard or
cardbus in the kernel, not on all the bridges that implement it.
Note: this is NEWCARD only, so we don't want it for the 'card' case,
unlike card_if.m, which is both NEWCARD and OLDCARD.

22 years agoNew, improved, more Posix-compliant strerror_r implementation,
wes [Thu, 6 Dec 2001 04:53:31 +0000 (04:53 +0000)]
New, improved, more Posix-compliant strerror_r implementation,
complete with documentation.

Reviewed by: mike@ gad@
MFC after: 1 week

22 years agoUpgrade to Binutils 2.11.2.
obrien [Thu, 6 Dec 2001 03:10:42 +0000 (03:10 +0000)]
Upgrade to Binutils 2.11.2.

22 years agoMake a bit more clear the types of characters that -B option will
keramida [Thu, 6 Dec 2001 00:30:53 +0000 (00:30 +0000)]
Make a bit more clear the types of characters that -B option will
print in octal.

Reviewed by: roam, silence on -doc

22 years agoTrim yet another duplicate fortune.
jhb [Wed, 5 Dec 2001 22:40:44 +0000 (22:40 +0000)]
Trim yet another duplicate fortune.

22 years agoProperly sort the last two fortunes alphabetically.
jhb [Wed, 5 Dec 2001 22:39:00 +0000 (22:39 +0000)]
Properly sort the last two fortunes alphabetically.

22 years agoAdd a short commentary on libdialog by jkh.
jhb [Wed, 5 Dec 2001 22:13:53 +0000 (22:13 +0000)]
Add a short commentary on libdialog by jkh.

22 years agoRemove an incorrect duplicate Douglas Adam quote and properly format and
jhb [Wed, 5 Dec 2001 22:09:39 +0000 (22:09 +0000)]
Remove an incorrect duplicate Douglas Adam quote and properly format and
the correct duplicate.  Both versions also attributed the quote to the
wrong book.

22 years agoFix a typo and add a missing period.
jhb [Wed, 5 Dec 2001 21:36:14 +0000 (21:36 +0000)]
Fix a typo and add a missing period.

22 years agoAwright, egg on my face. I should have taken more time with this. The
des [Wed, 5 Dec 2001 21:26:00 +0000 (21:26 +0000)]
Awright, egg on my face.  I should have taken more time with this.  The
conversion script generated the wrong format, so the configuration files
didn't actually work.  Good thing I hadn't thrown the switch yet...

Sponsored by: DARPA, NAI Labs (but the f***ups are all mine)

22 years agoOops! Previous commit used tabs instead of spaces.
des [Wed, 5 Dec 2001 21:11:24 +0000 (21:11 +0000)]
Oops!  Previous commit used tabs instead of spaces.

22 years agoAdd /etc/pam.d.
des [Wed, 5 Dec 2001 21:10:01 +0000 (21:10 +0000)]
Add /etc/pam.d.

Sponsored by: DARPA, NAI Labs

22 years agoRemove some duplicate fortunes.
jhb [Wed, 5 Dec 2001 21:06:30 +0000 (21:06 +0000)]
Remove some duplicate fortunes.

22 years agopam.d-style configuration, auto-generated from pam.conf.
des [Wed, 5 Dec 2001 21:06:21 +0000 (21:06 +0000)]
pam.d-style configuration, auto-generated from pam.conf.

Sponsored by: DARPA, NAI Labs

22 years agoForced commit to note that previous commit was
des [Wed, 5 Dec 2001 21:04:34 +0000 (21:04 +0000)]
Forced commit to note that previous commit was

Sponsored by: DARPA, NAI Labs

22 years agoShort README for /etc/pam.d, mostly extracted from the comments in pam.conf.
des [Wed, 5 Dec 2001 20:59:38 +0000 (20:59 +0000)]
Short README for /etc/pam.d, mostly extracted from the comments in pam.conf.

22 years agoPerl script that splits pam.conf into separate files suitable for pam.d.
des [Wed, 5 Dec 2001 20:58:39 +0000 (20:58 +0000)]
Perl script that splits pam.conf into separate files suitable for pam.d.

Sponsored by: DARPA, NAI Labs

22 years agoFiles in subdirectories of directories that have the nodump flag set
obrien [Wed, 5 Dec 2001 20:42:52 +0000 (20:42 +0000)]
Files in subdirectories of directories that have the nodump flag set
are sometimes incorrectly being dumped.

The problem arises because the subdirectory only gets its entry
cleared from usedinomap if it is also present in dumpinomap, and it is
the absence of a directory in usedinomap that internally indicates
that the directory is under the effects of UF_NODUMP (either directly
or inherited).

PR: 32414
Submitted by: David C Lawrence <tale@dd.org>

22 years agoo Make kern.security.bsd.suser_enabled TUNABLE.
rwatson [Wed, 5 Dec 2001 18:49:20 +0000 (18:49 +0000)]
o Make kern.security.bsd.suser_enabled TUNABLE.

Requested by: green

22 years agoFixed remotely exploitable DoS in arpresolve().
ru [Wed, 5 Dec 2001 18:13:34 +0000 (18:13 +0000)]
Fixed remotely exploitable DoS in arpresolve().

Easily exploitable by flood pinging the target
host over an interface with the IFF_NOARP flag
set (all you need to know is the target host's
MAC address).

MFC after: 0 days

22 years agoo Whitespace sync to GENERIC
rwatson [Wed, 5 Dec 2001 18:08:23 +0000 (18:08 +0000)]
o Whitespace sync to GENERIC

22 years agoDefine PAM_READ_BOTH_CONFS. We can now have both /etc/pam.d and
des [Wed, 5 Dec 2001 17:06:16 +0000 (17:06 +0000)]
Define PAM_READ_BOTH_CONFS.  We can now have both /etc/pam.d and
/etc/pam.conf.

Sponsored by: DARPA, NAI Labs

22 years agoFix a bug that made PAM fail if /etc/pam.d/ existed but was empty.
des [Wed, 5 Dec 2001 17:05:15 +0000 (17:05 +0000)]
Fix a bug that made PAM fail if /etc/pam.d/ existed but was empty.

Sponsored by: DARPA, NAI Labs

22 years agoClarify ' ' space issue
ache [Wed, 5 Dec 2001 16:33:11 +0000 (16:33 +0000)]
Clarify ' ' space issue

22 years agoClean up namespace pollution by prepending underscores to argument names in
des [Wed, 5 Dec 2001 16:31:34 +0000 (16:31 +0000)]
Clean up namespace pollution by prepending underscores to argument names in
function prototypes (or, in a few cases, removing argument names altogether).

Sponsored by: DARPA, NAI Labs

22 years agoInstall the correct version of pam_misc.h.
des [Wed, 5 Dec 2001 16:27:41 +0000 (16:27 +0000)]
Install the correct version of pam_misc.h.

Sponsored by: DARPA, NAI Labs

22 years agoThis file isn't used; it's an older version of include/security/pam_misc.h.
des [Wed, 5 Dec 2001 16:14:43 +0000 (16:14 +0000)]
This file isn't used; it's an older version of include/security/pam_misc.h.

Sponsored by: DARPA, NAI Labs

22 years agoAdd missed capital GHE letter.
sobomax [Wed, 5 Dec 2001 16:09:10 +0000 (16:09 +0000)]
Add missed capital GHE letter.

PR: 28571
Submitted by: Alexey Klimov <kao@wiuu.kiev.ua>

22 years agoAdd dummy functions for all module types. These dummies return PAM_IGNORE
des [Wed, 5 Dec 2001 16:06:35 +0000 (16:06 +0000)]
Add dummy functions for all module types.  These dummies return PAM_IGNORE
rather than PAM_SUCCESS, so you'll get a failure if you list dummies but
no real modules for a particular module chain.

Sponsored by: DARPA, NAI Labs

22 years agoConnect the man page to the build.
des [Wed, 5 Dec 2001 16:02:50 +0000 (16:02 +0000)]
Connect the man page to the build.

Sponsored by: DARPA, NAI Labs

22 years agoAdd a pam_self authentication module that succeeds if and only if the local
des [Wed, 5 Dec 2001 15:55:14 +0000 (15:55 +0000)]
Add a pam_self authentication module that succeeds if and only if the local
and remote user names are the same.

Sponsored by: DARPA, NAI Labs

22 years agoFix initialisation of struct nat entry, to solve a panic that occurs
guido [Wed, 5 Dec 2001 10:46:24 +0000 (10:46 +0000)]
Fix initialisation of struct nat entry, to solve a panic that occurs
when reloading a nat table after reboot

Submitted by: Arjan de Vet <devet@devet.org>
Reviewed by: IP Filter mailing list
MFC after: 3 days

22 years agoFix resume for HP Omnibook 500's.
guido [Wed, 5 Dec 2001 10:36:32 +0000 (10:36 +0000)]
Fix resume for HP Omnibook 500's.

MFC after: 1 week

22 years agoAdd suspend/resume hooks to this driver; necessary to overcome
guido [Wed, 5 Dec 2001 10:34:07 +0000 (10:34 +0000)]
Add suspend/resume hooks to this driver; necessary to overcome
problems on HP Omnibook 500.

MFC after: 1 week

22 years agoNote sis(4) VLAN support.
jhay [Wed, 5 Dec 2001 09:34:49 +0000 (09:34 +0000)]
Note sis(4) VLAN support.

MFC after: 7 days

22 years agoAdd VLAN support.
jhay [Wed, 5 Dec 2001 09:34:28 +0000 (09:34 +0000)]
Add VLAN support.

MFC after: 7 days

22 years agokernel/burncd in sync!
imp [Wed, 5 Dec 2001 09:21:51 +0000 (09:21 +0000)]
kernel/burncd in sync!

22 years agoWarn about PROCFS stuff.
imp [Wed, 5 Dec 2001 09:18:08 +0000 (09:18 +0000)]
Warn about PROCFS stuff.

Submitted by: des

22 years agoMoved to dev/joy
imp [Wed, 5 Dec 2001 09:10:47 +0000 (09:10 +0000)]
Moved to dev/joy

22 years agoMove joy from isa to dev/joy.
imp [Wed, 5 Dec 2001 09:10:20 +0000 (09:10 +0000)]
Move joy from isa to dev/joy.

22 years agoUse new location for joy, plus list its new bus front ends.
imp [Wed, 5 Dec 2001 09:09:48 +0000 (09:09 +0000)]
Use new location for joy, plus list its new bus front ends.