Hajimu UMEMOTO
36a8118753
fix comment.
2003-10-26 10:30:17 +00:00
Hajimu UMEMOTO
87931aff11
one more IPV6_PKTINFO -> IPV6_RECVPKTINFO.
2003-10-26 06:21:16 +00:00
Peter Wemm
422e293c7f
Deal with xdrproc_t casts. Make these compile cleanly with WARNS=2
...
(but I haven't turned it on)
2003-10-26 06:14:10 +00:00
Hajimu UMEMOTO
47f0776134
Since semantic of IPV6_PKTINFO was changed in RFC3542, we need to
...
use IPV6_RECVPKTINFO instead.
Reported by: someone (I had removed the mail wrongly, sorry)
2003-10-26 06:11:31 +00:00
Peter Wemm
75e40e4604
Make this compile cleanly. It passes WARNS=2, but I haven't checked
...
it is so on more platforms.
2003-10-26 06:10:44 +00:00
Peter Wemm
cf6453779c
Fix a 64 bit time_t bogon that I missed from before. lastlog.ll_time is
...
not a time_t.
2003-10-26 06:01:06 +00:00
Peter Wemm
389b844652
Use -fno-builtin-log. Fix svc_sendreply() missing required casts.
...
It is now WARNS=2 clean again.
2003-10-26 05:58:21 +00:00
Peter Wemm
3bda2f43af
Use -fno-builtin-log so gcc doesn't get ideas about using a math function
...
to log data. Clean up an unused variable that was hidden by the WARNS?=2
being commented out. Uncomment it now that it compiles cleanly again.
2003-10-26 05:54:07 +00:00
Peter Wemm
88b30ea68c
Make this compile cleanly. Switch to using rpcgen to generate
...
code that can be compiled on an ansi-C compiler, so that it puts the
xdrproc_t casts in. This also implies a slight function name change.
2003-10-26 05:51:51 +00:00
Peter Wemm
3cc5d9ed65
Make 64 bit safe.
2003-10-26 05:33:59 +00:00
Peter Wemm
02f474d6ba
Disable the log() builtin (the math function), because it will not do much
...
logging of information like the program expects.
2003-10-26 03:15:54 +00:00
Peter Wemm
817a5d2482
When we pass a string as auxillary data (type long), be sure to convert
...
it to a suitable type for the initialization.
2003-10-26 03:12:47 +00:00
Peter Wemm
7ed21d3224
Fix a warning about mismatched pointers. A pointer to "void *" is not the
...
same as a pointer to "char *". Tell the compiler this is ok.
2003-10-26 03:01:24 +00:00
John-Mark Gurney
b89fbbb14b
fix spelling of ATTACH
...
Submitted by: Johny Mattsson
MFC after: 2 week
(do to code freeze)
2003-10-25 22:03:10 +00:00
Hidetoshi Shimokawa
0cf85b0de8
update for conserver-8.0.4.
2003-10-25 14:53:53 +00:00
Hidetoshi Shimokawa
be162aff87
remove debug message.
2003-10-25 14:51:36 +00:00
John Baldwin
147c4b81bb
- Renumber the skerberos4 dist to fill in the gaps left when krb4 was axed.
...
- Update the DIST_CRYPTO_ALL value to match reality.
2003-10-24 20:55:15 +00:00
Hajimu UMEMOTO
f95d46333d
Switch Advanced Sockets API for IPv6 from RFC2292 to RFC3542
...
(aka RFC2292bis). Though I believe this commit doesn't break
backward compatibility againt existing binaries, it breaks
backward compatibility of API.
Now, the applications which use Advanced Sockets API such as
telnet, ping6, mld6query and traceroute6 use RFC3542 API.
Obtained from: KAME
2003-10-24 18:26:30 +00:00
Hajimu UMEMOTO
2b5e03118b
show maxmtu.
...
Obtained from: KAME
2003-10-24 18:00:17 +00:00
Hidetoshi Shimokawa
869093b15d
Add dumb console driver and related bits.
...
dcons(4): very simple console and gdb port driver
dcons_crom(4): FireWire attachment
dconschat(8): User interface to dcons
Tested with: i386, i386-PAE, and sparc64.
2003-10-24 15:44:10 +00:00
Hartmut Brandt
b9ff618c3a
Mention the fact that our crontab is not fully POSIX.2 conform, because
...
it doesn't allow the dangerous variant of calling it without any
argument.
2003-10-24 13:02:39 +00:00
Hartmut Brandt
d3a3b08778
Allow nghook to execute a program with the data socket connected to
...
stdin and stdout instead of relaying the data. Now it is possible
to say:
nghook -e path: hook /usr/local/bin/foo arg1 arg2
and foo will have the hook to path: at file descriptors 0 and 1.
Add an option to specify control messages to be send to the node before
either executing the program or entering the data relay loop.
2003-10-24 10:01:36 +00:00
Hajimu UMEMOTO
c449e28482
- style
...
- index() -> strchr()
- stop use of MAXHOSTNAMELEN
Obtained from: KAME
2003-10-23 17:36:29 +00:00
Hidetoshi Shimokawa
cfa42d3692
Add '0x' in front of EUI64 to avoid confusion.
2003-10-22 07:23:27 +00:00
Hajimu UMEMOTO
d24cb2490d
stop use of NI_WITHSCOPEID. it was deprecated.
...
Obtained from: KAME
2003-10-21 20:11:47 +00:00
Poul-Henning Kamp
3206e56993
Remove clause 3 in the copyrights (according to permission in src/COPYRIGHT)
...
Remove trailing whitespace.
2003-10-21 08:27:05 +00:00
Poul-Henning Kamp
4d169ae131
Remove "register" keywords.
...
Use newspeak functions definitions.
2003-10-21 07:58:52 +00:00
Dag-Erling Smørgrav
79ef1f32da
Various NFS-related bug fixes (mostly related to using variable_get()
...
instead of variable_cmp() to test boolean rc.conf variables).
Submitted by: hmp
2003-10-19 13:37:12 +00:00
Hajimu UMEMOTO
31423309c2
don't print ndp -i result if the interface is not
...
initialized
Obtained from: KAME
2003-10-17 16:17:47 +00:00
Hajimu UMEMOTO
a96bd7843f
- NI_WITHSCOPEID was deprecated
...
- use strlcpy() and snprintf()
- use err()
- style
Obtained from: KAME
2003-10-17 11:46:40 +00:00
Hajimu UMEMOTO
2f4c5de968
- style
...
- rename variable
- use strlcpy
- const'fy
Obtained from: KAME
2003-10-17 11:43:44 +00:00
Hajimu UMEMOTO
b42ac57f4f
- support AES counter mode for ESP.
...
- use size_t as return type of schedlen(), as there's no error
check needed.
- clear key schedule buffer before freeing.
Obtained from: KAME
2003-10-13 14:57:41 +00:00
Tim J. Robbins
1a7c9b7f5e
Fix two buffer overflows caused by off-by-one errors: avoid writing a null
...
character 1 byte past the end of cmdline[] when libedit is being used for
input, and avoid writing a null pointer 1 element past the end of margv[].
Reviewed by: gad
2003-10-13 07:24:22 +00:00
Hajimu UMEMOTO
c65ee7c758
- support AES XCBC MAC for AH
...
- correct SADB_X_AALG_RIPEMD160HMAC to 8
Obtained from: KAME
2003-10-13 04:54:51 +00:00
Maksim Yevmenkin
0986ab12e4
Update Bluetooth code.
...
Reviewed by: M. Warner Losh <imp@bsdimp.com>; John Hay <jhay@freebsd.org>
Approved by: M. Warner Losh <imp@bsdimp.com> (mentor)
2003-10-12 22:04:24 +00:00
Murray Stokely
907d866750
Update the number of ports.
2003-10-12 21:35:50 +00:00
Hajimu UMEMOTO
492528c051
- RIPEMD160 support
...
- pass size arg to ah->result (avoid assuming result buffer size)
Obtained from: KAME
2003-10-12 09:41:42 +00:00
Tim J. Robbins
acb85bc034
Fix a BSS buffer overflow caused by makeargv() writing past the end of
...
margv[] when an input line contains 20 or more space-separated words.
2003-10-11 07:35:35 +00:00
Marc Fonvieille
d184af19f5
Typos fixing:
...
paramters -> parameters
assoicated -> associated
2003-10-05 12:09:31 +00:00
Warner Losh
7c9b63d96a
Ooops. Committed sin number 1: updating the code w/o updating the comments.
...
Update the comments too.
2003-10-04 18:43:21 +00:00
Warner Losh
9cd2bd7564
I've been burned about half a dozen times by the old PAO syntax for
...
'any' interrupt. There's no reason not to be liberal here and accept
the PAO syntax.
MFC After: 2 weeks
2003-10-04 18:40:36 +00:00
Christian Weisgerber
fc3b13fcee
missing word
2003-10-04 15:43:22 +00:00
Christian Weisgerber
c698f34f6c
reference ntpd(8)
2003-10-04 15:07:27 +00:00
Garance A Drosehn
c303328741
Handle a 'const' parameter without using __DECONST().
...
MFC after: 14 days
2003-10-04 02:24:47 +00:00
Sam Leffler
d6bb3ab6ff
remove unused variable
...
Supported by: FreeBSD Foundation
2003-10-03 21:06:17 +00:00
Bruce M Simpson
43039b7df5
mdoc(7) cleanups (use .Va, not .Dv, for sysctls.)
...
Reviewed by: ru
2003-10-03 07:48:56 +00:00
Bruce M Simpson
0cc7c160e2
mdoc(7) cleanup: Break up sentences so that they start on new lines.
2003-10-03 01:20:33 +00:00
Bruce M Simpson
1e709b6f23
Point out the existence of net.link.ether.inet.log_arp_movements.
...
Add sysctl(8) to the list of cross-referenced manual pages.
2003-10-03 01:18:21 +00:00
Bruce M Simpson
4cd8d8d59c
Update arp(4) to document the 'arp: foo is on if0 but got reply from
...
bar on if1' message.
PR: bin/48489
Requested by: ru
2003-10-03 01:15:40 +00:00
Christian Weisgerber
9a0e785bba
Mark the -i and -n options as mutually exclusive and fix various
...
mdoc formatting nits.
PR: 57027
Approved by: simon
Obtained from: OpenBSD
2003-10-03 00:44:11 +00:00