dd
3eafd11a94
Fix IP address typo.
...
PR: 38313
Submitted by: Jeff Ito <jeffi@rcn.com>
2002-05-20 07:29:25 +00:00
knu
82c4e34477
Work around a code generation bug of GCC 3.1 by replacing
...
`/2' with `>>1'. In the context `>>1' is more appropriate
because it looks like the division is used to restore a
shifted value.
GCC GNATS PR: c/6677
This fixes a problem where wheel-up movement is taken as wheel-down
in the sysmouse protocol.
Do not assume the plain char's are signed; use `signed char' where
char's need to be signed.
Discussed on: audit
Pointed out by: bde
2002-05-19 06:53:20 +00:00
brian
d2110d3eba
Document RAD_MICROSOFT_MS_CHAP2_SUCCESS.
2002-05-18 23:58:15 +00:00
jake
954f6fa7b9
Get byte swapping primitives from sys/endian.h now that they are exported
...
to userland. This makes elf2aout work as a cross tool.
2002-05-17 15:46:08 +00:00
brian
0f2466f1e0
MFS: Extend a buffer size so that packages with particularily deep dependency
...
lists install properly.
2002-05-17 09:46:46 +00:00
jmallett
f6d289008c
Stop this program's abuse of malloc(3). Its return value doesn't need these
...
ugly explicit casts, and its argument doesn't need explicitly cast to u_int,
especially if sizeof() is being used.
2002-05-17 05:27:52 +00:00
brian
3c3efb7e19
Put back <string.h>
2002-05-17 00:44:54 +00:00
arr
503019728f
- Convert a bunch of macros to the actual function they're calling. These
...
include:
UM_ALLOC -> calloc, malloc
UM_FREE -> free
UM_COPY -> bcopy
UM_ZERO -> bzero
This is the first step towards removing these macros.
2002-05-16 23:57:37 +00:00
arr
0f9e8dbadd
- Convert a bunch of macros to the actual function they're calling. These
...
include:
UM_ALLOC -> calloc, malloc
UM_FREE -> free
UM_COPY -> bcopy
UM_ZERO -> bzero
This is the first step towards removing these macros.
2002-05-16 23:28:40 +00:00
eric
bd977939fa
Remove cross reference to pkg_update(1).
...
Submitted by: dd
2002-05-16 22:46:53 +00:00
markm
4ed909bc5c
Replace the perl script version of this with a sh(1) script.
...
Submitted by: Riccardo "VIC" Torrini <riccardo@torrini.org>
2002-05-16 18:51:57 +00:00
ume
fa04abef9d
Don't install scriptdump which is written in Perl. This is
...
corresponding to removal of Perl from base system.
2002-05-16 15:44:08 +00:00
brian
a821e645fa
Add some OpenBSD includes
2002-05-16 14:47:19 +00:00
brian
098eb79132
Fix a mis-placed #else/#endif
2002-05-16 14:28:32 +00:00
brian
6efbe1505f
Handle MS-CHAPv2 authentication correctly via the RADIUS server (if it's
...
configured).
Handle internal failures in radius_Authenticate() correctly.
Bump the ppp version number.
This doesn't yet work with MPPE. More will follow.
Sponsored by: Mozoon
2002-05-16 13:34:20 +00:00
trhodes
896f3841bf
more file system > filesystem
2002-05-16 04:10:46 +00:00
trhodes
7d7bd3ffde
Consistancy check: s/file system/filesystem/g
2002-05-16 02:28:39 +00:00
trhodes
0ee62997d7
pciconf(8) has an incorrect synopsis which argues the output from the
...
actual program.
2002-05-15 17:47:58 +00:00
des
86afaea3e6
Explicitly cast NCONTINENTS to int to silence an overflow warning.
2002-05-15 09:39:31 +00:00
des
81c41451d4
Remove bogus cast.
2002-05-15 09:36:46 +00:00
des
8d313628ef
Unbreak Alpha build.
2002-05-15 09:20:06 +00:00
des
1a81f5479f
Unbreak Alpha build.
2002-05-15 08:01:31 +00:00
iedowse
36cd292d7d
Use fgetln to remove the static limit on the length of lines in
...
/etc/exports. Oversized lines were unlikely due to the large 10k
limit, but any found would cause mountd to exit with an error. Also
fix one or two compiler warnings.
2002-05-14 23:24:28 +00:00
sobomax
bac8396cc9
- Make use of DEPOROGINs (if there are any) when installing package;
...
- fix few bogosities here and there;
- move some common routines into the library.
MFC after: 2 weeks
2002-05-14 21:42:37 +00:00
dannyboy
23566a2f80
Trivial language fixes.
...
PR: 38015
Submitted by: Chris Pepper <pepper@mail.rockefeller.edu>
2002-05-14 21:09:05 +00:00
brian
06388d2280
Fix an include for NetBSD
2002-05-14 17:50:25 +00:00
brian
09439a23da
Avoid a rather bizarre warning from gcc 3.1:
...
/usr/src/usr.sbin/ppp/cbcp.c:566:61: warning: trigraph ??! ignored
2002-05-14 13:32:30 +00:00
brian
c2da7c8697
o Clean up some #includes
...
o Bump version number to 3.0.4
o When talking to a RADIUS server, provide a NAS-Port-Type.
When the NAS-Port-Type is Ethernet, provide a NAS-Port value equal
to the SESSIONID from the environment in direct mode or the
NGM_PPPOE_SESSIONID message in other modes. If no SESSIONID is found,
default to the interface index in client mode or zero in server mode.
When the NAS-Port-Type is ISDN, set the NAS-Port to the minor number
of the physical device (ie, the N in /dev/i4brbchN).
This makes it easier for the RADIUS server to identify the client
WRT accounting data etc.
Prompted by: lsz8425 <lsz8425@mail.cd.hn.cn>
2002-05-14 12:55:39 +00:00
brian
efcf80dea7
Mention the ``end of output'' for each periodic script.
...
Submitted by: David Wolfskill <david@catwhisker.org>
PR: 37036
MFC after: 1 week
2002-05-14 01:15:35 +00:00
brian
def93d7c3c
Calculate the number of open links properly when deciding on whether to
...
just send PROTO_IP packets when we've got only one link up in multi-link
mode.
Problem noted by: Adrian Close <adrian@fernhilltec.com.au>
MFC after: 1 week
2002-05-14 00:59:28 +00:00
brian
f9345cd242
Fix a syntax error
2002-05-13 20:25:47 +00:00
ru
46bb8fed43
Mark all internal libraries with INTERNALLIB.
2002-05-13 11:24:03 +00:00
ru
bc2e1305d8
Removed now unused INTERNALSTATICLIB.
...
INTERNALLIB now implies NOPIC and NOPROFILE.
Removed gratuitous NOMAN.
2002-05-13 11:09:07 +00:00
keramida
acacba0dae
o Uncapitalize .Nd macro arguments and remove punctuation
...
o Minor grammar fixes.
o Sort SEE ALSO references, and add iostat(8).
o Delete punctuation at end of AUTHORS' section only line
Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-13 08:40:07 +00:00
keramida
951de47260
Remove EOL space.
...
This is a whitespace only change.
Reviewed by: rwatson, Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-13 08:37:46 +00:00
phk
b05dda35e6
Sigh... Yet a BBSIZE breakage.
2002-05-12 21:43:02 +00:00
rwatson
c57dc2b4a8
Add a man page for the devinfo command; I'd argue devinfo is the single
...
most useful new command added to FreeBSD 5.0, but maybe that's just
me :-).
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
2002-05-12 14:23:15 +00:00
dd
bd642e8645
demon -> daemon
...
Submitted by: zhuravlev alexander <zaa@box.ulstu.ru>
2002-05-11 23:20:53 +00:00
brian
e7542a26ed
We don't need to include arpa/inet.h here. In fact, only FreeBSD needs
...
netinet/in.h.
2002-05-11 17:04:01 +00:00
eric
8d4a79ea28
Remove cross reference to pkg_update(1).
2002-05-11 16:27:19 +00:00
brian
80f4fb7cc7
#include netinet/in.h when !__FreeBSD__ to silence some warnings from
...
the inclusion of arpa/inet.h
2002-05-11 10:54:45 +00:00
dd
65ea494ab5
sysctl -w -> sysctl
...
Approved by: ume
2002-05-11 05:55:05 +00:00
dd
83b30c61bf
Beware the log demon! (Fix typo: s/demon/daemon/)
...
Submitted by: zhuravlev alexander <zaa@ulstu.ru>
2002-05-11 05:16:02 +00:00
alfred
c94931edf3
replace __FUNCTION__ with standardized __func__.
...
Requested by: jhb
2002-05-11 04:17:55 +00:00
alfred
df59877e64
unbreak build: fix multi-line string literal
2002-05-11 04:10:49 +00:00
alfred
f42c92628a
unbreak build: ditch multi-line string literals
2002-05-11 03:54:21 +00:00
alfred
7be446ee1c
fix build:
...
you may not use string concatination with __FUNCTION__, replace all occurances
of:
__FUNCTION__ ": error string"
with:
"%s: error string"
2002-05-11 03:48:49 +00:00
brian
02509bfc4b
NetBSD keeps des.h in /usr/include/openssl these days
2002-05-11 03:47:15 +00:00
max
ab8b1fb87e
Typo.
2002-05-10 03:53:00 +00:00
brian
1947582c12
Add support for MS-CHAP authentication via a RADIUS server.
...
Add support for Reply-Message and MS-CHAP-Error.
Sponsored by: Monzoon
2002-05-10 03:11:35 +00:00