| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is the second of two commits; bring in the userland support to finish.
Teach libipsec and setkey about the tcp-md5 class of security associations,
thus allowing administrators to add per-host keys to the SADB for use by
the tcpsignature_compute() function.
Document that a single SPI must be used until such time as the code which
adds support to the SPD to specify flows for tcp-md5 treatment is suitable
for production.
Sponsored by: sentex.net
|
|
|
|
|
| |
Obtained from: KAME
MFC after: 1 week
|
|
|
|
|
|
|
|
|
|
| |
hostname rather than an IP. The code was copying the pointer to the
IP address instead of the IP address itself. The bug has existed
ever since ypset was first imported in 1994.
PR: bin/62550
Submitted by: aardvark@saintaardvarkthecarpeted.com
MFC after: 1 week
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: 62346
Submitted by: Gavin Atkinson (gavin at ury.york.ac.uk)
|
|
|
|
| |
Prodded by: des
|
| |
|
| |
|
|
|
|
|
|
| |
the architecture-dependent sections of the Makefile.
Submitted by: ru
|
|
|
|
|
|
| |
Sort local variables declarations in these functions.
Submitted by: bde
|
|
|
|
| |
already had s/libc_r/libpthread/ applied to it.
|
|
|
|
|
|
| |
is not present.
Noticed by: ru
|
| |
|
|
|
|
| |
disklabel.
|
|
|
|
|
| |
Requested by: phk
Reviewed by: imp (mentor), ru
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
loading on a particular version of Windows. For example, a .INF file
for a Windows 2000 driver may have an empty [foo.NT.5.1] section which
will be ingored on Win2K (whose .INF parser won't look for sections
decorated with .NT.5.1) in favor of a [foo] section. Likewise, a
WinXP file will have an empty [foo] section which will be ignored in
favor of [foo.NT.5.1].
The problem is, we can handle both Win2K and WinXP drivers, and we
don't want to exclude either one.
As a workaround, we try to pretend we are WinXP by default and search
for sections decorated with .NT.5.1, but if we don't turn up any records,
we assume that maybe we're being fooled by a sabotaged .INF file and
make one more pass looking for undecorated sections instead.
This allows us to parse the .INF files for both the Win2K and the WinXP
Centrino wireless drivers.
I'd give anything for 5 minutes alone in a room with whoever wrote
Microsoft's .INF file parser. Just 5 minutes. That's all.
|
| |
|
| |
|
|
|
|
|
|
|
| |
for storing the "diff -n" output. Some files (eg ports/INDEX,v) are too
big nowadays to fit on the stack.
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
| |
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
|
|
|
|
|
|
|
|
|
|
|
|
| |
if the line doesn't match ^<%d>, then treat it as a regular kernel
printf line. Previously if a kernel printf message started with "<"
it would be interpreted as a log message, often with LOG_EMERG
level. This was triggered by some printfs in sys/dev/aic7xxx/, and
can also happen with the partial lines that result if syslogd cannot
keep up with the rate of arrival of kernel messages.
Reviewed by: dwmalone
MFC after: 1 week
|
|
|
|
|
|
| |
Connect sdpd(8) to the build
Reviewed by: ru, imp (mentor)
|
|
|
|
|
| |
man pages (though not from copyright notices). While I'm here, add email
addresses where appropriate.
|
|
|
|
| |
conflict with the environment variable MIBS that is used by net-snmp.
|
|
|
|
| |
with the environment variable MIBS that is used by net-snmp.
|
|
|
|
|
|
| |
by escaping all suspicious characters.
MFC after: 3 days
|
| |
|
|
|
|
|
|
|
|
| |
their lines.
Properly discard PCMCIA device declarations. I plan to support
PCMCIA cards, but they don't work yet, and it appears some .INF files
declare both PCI and PCMCIA device instances.
|
|
|
|
|
|
|
|
| |
instead of creating them by hand and storing them in the CVS tree. Add
gensnmptree to the bootstrap tools (it is used to generated these files).
This simplifies the update procedure.
Submitted by: ru
|
| |
|
| |
|
|
|
|
|
| |
Fix the script to insert $FreeBSD$ into the generated file instead
of the script's FreeBSD id.
|
| |
|
|
|
|
|
|
|
|
|
| |
return for getopt() and comparing to -1, ditto with fgetc() and EOF,
and using the kg_nice value from <sys/user.h>
Submitted by: Stefan Farfeleder <stefan@fafoe.narf.at>
Reviewed by: obrien, bde (a while back)
Tested lightly on: ppc, i386, make universe
|
|
|
|
|
|
| |
printing the name.
Approved by: brian
|
|
|
|
|
|
|
|
| |
life easier" patch: I doubt this will affect anyone else, but the FreeBSD
Update build code was getting very confused by this.
Approved by: rwatson (mentor)
PR: bin/61087
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Extend libsdp(3) API to allow service registration and removal.
Fix uninitialized variable bug in sdpcontrol(8).
Reviewed by: imp (mentor)
No objection: ru
|
| |
|
|
|
|
| |
Reviewed by: harti
|
|
|
|
|
| |
PR: bin/2442
Reviewed by: Friedemann Becker <zxmxy33@mail.uni-tuebingen.de>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
NO_SENDMAIL is defined.
PR: 57058
Reported by: Henri Hennebert <hlh@cocoon.cercle.be>
Melvyn Sopacua on current@
Submitted by: ru@
MFC after: 2 weeks
|
|
|
|
|
|
|
| |
package management tools.
- Drop redundant dependency of pkg_create(1) and pkg_delete(1)
on crypto libraries now that they do not link with libfetch.
|
| |
|