enami
99432a2167
- Ignore dangling symlink found while following.
...
- Report the name of function when fts_open failed.
- Wrap long line.
2000-08-04 07:51:32 +00:00
enami
b58d7e72eb
- Make some global variable function local.
...
- Remove whitespace at the end of line.
- Put an empty line if function has no local variable.
2000-08-04 07:44:07 +00:00
assar
fc90224f06
link against the not-installed libvers
2000-08-03 22:47:37 +00:00
eeh
780f68fd71
Add a flag to turn on debugging so you don't need to recompile or patch
...
the binary to turn it on.
2000-08-03 21:14:19 +00:00
itojun
afa5315364
correct typo in #define. ICMP6_NI_SUCESS -> SUCCESS (notice missing C).
...
sync with kame.
2000-08-03 14:31:04 +00:00
ad
308c65aabe
KNF.
2000-08-03 08:22:33 +00:00
assar
d6e38c7f36
update build infrastructure for heimdal 0.3a
2000-08-03 04:13:22 +00:00
fvdl
018ee18dee
Do not check unitialized variables as error values. This is generally
...
frowned upon, or so I hear.
2000-08-03 00:07:22 +00:00
fvdl
ad91c2992c
When merging addresses, and no direct match is found, pick the first
...
configured interface that is preferably not local or point to point.
This appears to be what Solaris does as well.
2000-08-03 00:04:30 +00:00
jwise
b240da3ec1
Fix circular reference. Instead of cross referencing itself, dhcpd.conf(5)
...
now cross-references dhcpd(8).
2000-08-02 18:23:44 +00:00
hubertf
d3bf5ce16a
add missing .TP
2000-08-01 18:46:22 +00:00
itojun
51156effd6
be more paranoid about UDP-based echo services validation. namely,
...
reject the following sources:
0.0.0.0/8 127.0.0.0/8 240.0.0.0/4 255.0.0.0/8
ff00::/8 ::/128
::ffff:0.0.0.0/96 and ::0.0.0.0/96 obeys IPv4 rule.
hint from deraadt.
2000-08-01 18:42:08 +00:00
itojun
058e85bfc6
we shouldn't use "(ip + 1)" to detect intermediate headers (AH/ESP).
...
we should use ip_p == IPPROTO_TCP/UDP.
2000-08-01 17:39:46 +00:00
itojun
bec9b9854d
IPv6 UDP header checksum.
2000-08-01 17:35:18 +00:00
itojun
1c0969bf27
use of ip_p is irrelevant in tcp_cksum, as we may have AH/ESP inbetween.
2000-08-01 17:34:00 +00:00
itojun
d9bba2ca98
some merge from tcpdump.org code.
...
- print-telnet.c: do not print control character
- print-icmp6.c: improve icmp6 node information printing
(we need to at least meet our kernel code!)
- update dhcp6 printing to 15 draft (14 and 15 are totally incompatible)
- add safeputc() and safeputs() into util.c
2000-08-01 17:29:47 +00:00
itojun
1174b9a1a9
implement tcp6 pseudo header cksum.
2000-08-01 17:24:40 +00:00
jdolecek
973a6510c5
backup previous - including ../Makefile.inc does have some
...
side effects (as pointed by enami), and I changed my build
environment to not need such hack
2000-07-31 17:25:47 +00:00
itojun
8e95963981
fix behavior or -A. routing table check does not seem to working right.
2000-07-30 17:26:14 +00:00
itojun
f96e3b36f6
generate ipnodes.{byname,byaddr} for IPv4/v6 lookups.
...
hosts.{byname,byaddr} is still an IPv4 only mapping.
obeys solaris8 practice. see comments in ypinit/Makefile.yp for details.
TODO: interop test with solaris8 (any takers?)
2000-07-30 02:33:13 +00:00
itojun
863848734f
with -n, permit non-IPv4 address in the output.
...
option name synchronized with solaris 8.
2000-07-30 02:25:08 +00:00
christos
d9737d6850
- detect duplicate keys when initializing the database. abort if too many
...
duplicate keys are found indicating a corrupted database (avoids problem
where sa would loop forever).
- add open flags and mode in dbopen in case someone wants to debug...
2000-07-29 19:15:40 +00:00
christos
d04a051588
remove unused debugging variable
2000-07-29 19:13:34 +00:00
christos
272ef31d3b
declare formatting function.
2000-07-29 19:12:48 +00:00
christos
b834536a8d
- read file using stdio
...
- knf
- add usage function
- add DBT formatting function used for diagnostics
2000-07-29 19:12:17 +00:00
jdolecek
19c28ebcf8
pull in ../Makefile.inc before bsd.prefs.mk, in case someone (like me)
...
has some stuff depending on e.g. value of WARNS in /etc/mk.conf
2000-07-29 12:44:45 +00:00
onoe
2761069b0f
Confirmed the maximum length of the key for WaveLAN Gold cards is
...
13 characters, not 14. The 13 characters (104bit) secret will be
combined with 24-bit IV to consist the seed for 128-bit RC4.
Though maximum 14 characters can be configured in seven 16-bit hardware
registers, the last charactoer is apparently ignored both for encryption
and decryption.
2000-07-27 20:24:19 +00:00
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