itojun
0e416c083c
add usr.bin/{hoststat,purgestat}, which are new argv[0] hack
...
for sendmail 8.10.x and beyond. sorry that i forgot to add this one.
From: Andrew Brown <atatat@atatdot.net>
2000-07-26 16:35:33 +00:00
hubertf
8102826629
Keep *roff from eating things.
...
Noted in PR 10687 by NAKAJIMA Yoshihiro <nakayosh@kcn.ne.jp>
2000-07-26 15:18:09 +00:00
mycroft
98a44cdc45
Do the PTRSIZE_64BIT thing in the port-specific .h file instead.
2000-07-26 14:41:23 +00:00
ad
93508ea1b3
Print a space after printing 802.1Q header information.
2000-07-26 10:48:15 +00:00
cgd
4bf5f7086b
${RPCGEN}, not hard-coded rpcgen
2000-07-25 06:29:44 +00:00
dmcmahill
43301f1fee
Fix a buffer overrun bug. The TOOBIG macro had some hard coded constants
...
which needed to be set at compile time but weren't (to handle the case where
TAR_CMD was set to something other than "tar", eg "gtar". In addition to
the constants being wrong, the wrong directory name was being examined for
its string length.
Add a few comments to hopefully avoid having this problem come back.
2000-07-24 20:09:15 +00:00
ad
a73283ac00
Dump 802.1Q encapsulated packets. From tcpdump.org.
2000-07-24 15:32:43 +00:00
hubertf
c0f021878e
handle NULL pen variable more gracefully in find_play_pen()
2000-07-24 02:54:22 +00:00
mycroft
883a3e4835
Make alloc() return void*, and eliminate the use of typeof.
2000-07-23 23:14:10 +00:00
mycroft
fddf849c29
Make this build for sparc64.
2000-07-23 23:07:39 +00:00
mycroft
1f1da49497
Eliminate a bunch more // annotations.
2000-07-23 23:05:38 +00:00
mycroft
a6fc55d840
//#define -> #undef
2000-07-23 22:59:56 +00:00
mycroft
70c4e41552
Remove bogus typeof hack, and just use the type directly.
2000-07-23 22:54:51 +00:00
mycroft
64ef2ce0d3
Define PTRSIZE_64BIT for alpha and sparc64.
2000-07-23 22:44:07 +00:00
simonb
2e7c137de8
Use /usr/share/doc/html/ntp as location for html files.
...
Fixes remainder of PR bin/10613 from Jaromír Doleèek.
2000-07-23 14:34:14 +00:00
mellon
2749a115e8
Back out previons revision in favour of a simpler solution.
2000-07-23 07:13:57 +00:00
mellon
893c278cbb
Put missing PATH= in CLIENT_PATH define.
2000-07-23 07:10:00 +00:00
thorpej
84ffef610f
Set the PATH environment variable properly. Now this actually
...
works again.
2000-07-23 05:34:53 +00:00
thorpej
f407f6eb9d
CPP directives go into CPPFLAGS, not COPTS.
2000-07-23 05:33:21 +00:00
pk
171b3bf97a
dhcp_option_ev_name: make argument `buflen' match the prototype.
2000-07-22 20:54:56 +00:00
tron
fd8ae9c4ea
Use correct argument type in call to "fparseln(3)". Fix supplied by
...
Motoyuki Konno in PR bin/10645.
2000-07-21 16:03:14 +00:00
mjl
0b02557654
Increase buffer size to maximum allowed by spec (filename may be
...
up to 128 chars long).
Ignore filenames longer than this.
Use syslog with %s as format, just in case.
The above changes come from OpenBSD.
Also use #define instead of magic constants.
2000-07-21 12:37:00 +00:00
agc
45fccde78f
Fix typo.
2000-07-20 12:41:28 +00:00
mellon
aa27884601
Client path defined in Makefile.
2000-07-20 06:33:50 +00:00
thorpej
29ea834f56
If we don't get direct match on the token, only attempt to canonicalize
...
the token if it does not contain globbing characters, and just skip onto
the next line if it does.
2000-07-20 06:21:51 +00:00
mellon
4b564fe2bf
Merge 20000719 changes
2000-07-20 05:59:17 +00:00
mellon
8e7171f5ab
Final (I hope) DHCP client security fix.
2000-07-20 05:49:35 +00:00
enami
e1d0d284cf
Free the storage allocated by fparseln when skipping an empty line.
2000-07-19 08:41:13 +00:00
enami
edea8c9791
You can't just define read_line as fparseln since former keeps the storage
...
internally but latter allocates everytime.
2000-07-19 07:52:44 +00:00
tron
eb738db50f
Resolve conflicts from import.
2000-07-16 22:10:10 +00:00
jdolecek
9e1ce523c5
account(): fix so that number of copies is optional and whitespace
...
between it and hostname:username is optional as well (some software relies
in this); while here, covert to use sscanf() instead of explicit parse code,
sprinkle some comments
dumpit(): change so that the price is total price for this entry, instead of
beeing price per copy
Addresses bin/9996 by Brian Stark, though the implementation differs from
patch code attached to it.
2000-07-16 21:33:26 +00:00
itojun
b141a4af1e
always check getnameinfo errors. pass NI_WITHSCOPEID to
...
getnameinfo if declared.
2000-07-16 14:07:39 +00:00
enami
0eca5025a3
Fix a typo which causes coredump or wrong output when dumping NFS traffic.
2000-07-16 12:34:06 +00:00
itojun
55108de1d4
remove debug printf().
2000-07-16 08:13:34 +00:00
itojun
aa16ae57f1
fatal typo: need listen(tcp6sock).
2000-07-16 08:11:34 +00:00
itojun
06ee23e6b3
sync with latest kame.
...
- remove obsolete non-advanced-api support.
- if a routing entry exists for aggregate prefix (-A), do not overwrite
the routing entry (exit with error).
2000-07-15 04:55:40 +00:00
mason
662fbfe2f1
Removed redundant / extra prototypes.
2000-07-12 22:36:12 +00:00
ad
a90951c0f1
Xr newsyslog.
2000-07-11 12:43:50 +00:00
itojun
608c7038b1
sync with latest kame. wording and .Nm/.Xr clearifications.
2000-07-10 08:58:31 +00:00
mellon
803abd7fc5
Actually fix a bug I thought I'd alread fixed
2000-07-09 07:04:10 +00:00
itojun
f85b415274
sync with more recent kame.
...
- fix memory leak with realloc()
- warn if we see packets with junk outside of IPv6 prefix length
- cosmetic
2000-07-09 03:06:18 +00:00
mellon
f1157334e4
Oops, fix one more conflict.
2000-07-08 20:53:57 +00:00
mellon
d1340e80d6
Fix conflicts in latest import.
2000-07-08 20:52:11 +00:00
mellon
f1127576c6
Latest revision of the ISC DHCP Distribution, with many bug fixes.
2000-07-08 20:40:10 +00:00
itojun
b44d184dec
permit square-bracket notation (as in RFC2732) for the first element
...
in inetd.conf. otherwise, we'll have (minor) problem putting IPv6 address in.
sync with kame.
[::1]:ftp stream tcp6 nowait root /usr/libexec/ftpd ftpd -ll
2000-07-08 01:55:24 +00:00
itojun
bbef2fbaac
errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd
2000-07-07 15:10:32 +00:00
itojun
7bf16d3ecc
explicitly check if the address family is supported, by using socket(2).
2000-07-07 14:56:45 +00:00
enami
2fffbc9c4c
No space is allowed between owner and optional :group.
2000-07-07 13:21:32 +00:00
itojun
fed1a1bf38
warnx?/errx? audit (don't pass variable alone). from openbsd.
2000-07-07 12:22:32 +00:00
itojun
7ebfc079d9
syslog() audit - do not use it with a variable alone. from openbsd
2000-07-07 11:39:41 +00:00