enami
bc50cb2cae
Remove redundant assignment.
2000-10-04 06:20:05 +00:00
itojun
5ca577ee77
add manpages for libcrypto. still need to review contents.
2000-10-04 05:58:15 +00:00
itojun
a20f489194
add manpages generated by pod2man. need fixes here and there.
2000-10-04 05:41:25 +00:00
itojun
57e22c0d8a
a clean target.
...
move config.5 to openssl.cnf.5.
2000-10-04 05:39:08 +00:00
itojun
6e50408d00
Makefile for generating manpage (require perl, should be used offline)
2000-10-04 05:34:15 +00:00
simonb
6fe5a2b27e
Return failure in krb_get_lrealm() if no config files are found, rather
...
than then searching for a default realm.
Fixes PR lib/11010 from David Brownlee. Patch from Jason Thorpe.
2000-10-04 04:08:30 +00:00
itojun
70875bf54c
add new cipher DOI # including AES.
...
add CR payload decoder. fix ID payload decode.
have __attribute__((__packed__)) for align picky arch
(tcpdump.org code has better fix with lots of memcpy, however,
tcpdump.org version needs more verfication).
basically, sync with kame tree.
2000-10-04 03:53:24 +00:00
itojun
37a8d23037
improve error message on rnd(4) failure. the old text made reference
...
to ssl(4), which is openssl specific (talks about plugin RSA library).
2000-10-04 03:43:57 +00:00
itojun
9e47af8814
enable rnd device. they are now mandatory for ssh/sshd support,
...
so it makes more sense to enable it.
please disable them if there's any issues, but in that case, in-tree
ssh/sshd won't work.
2000-10-04 03:35:53 +00:00
sato
832204750a
fix mistake of sigmarion cmdmap.
2000-10-04 03:31:14 +00:00
itojun
6b9793517d
need opt_inet.h for #ifdef INET
2000-10-04 02:51:18 +00:00
augustss
5d4d9ec965
Update with uscanner.c
2000-10-04 02:45:07 +00:00
augustss
c068cf3953
Regen.
2000-10-04 02:09:37 +00:00
augustss
9d09a17e7c
Add more vendors.
2000-10-04 02:09:07 +00:00
nisimura
a46cefdf5b
Redo the previous change to save MIPS1 only configuration. It's
...
uncertain whether a multiple page flush with a single HitFlush()
call is safe.
2000-10-04 02:02:05 +00:00
itojun
289ebac6b2
wrap libcrypto with ${MKCRYPTO} == "yes"
2000-10-04 00:49:44 +00:00
lukem
75f05a6677
- use "press" instead of "hit"
...
- use "MB" instead of "Mb"
- replace duplicate "wd" with the contextually correct "sd"
2000-10-04 00:47:14 +00:00
lukem
a889a71526
update copyright date
2000-10-04 00:45:45 +00:00
lukem
0725375524
- use "press" instead of "hit"
...
- suggest looking in /etc/defaults/rc.conf or rc.conf(5) for rc.conf settings
- spell "separate" correctly
- use "third party" instead of "3rd party"
- move notes about /etc/localtime; sysinst does it for us
- update copyright date
2000-10-04 00:44:24 +00:00
lukem
791987d225
use - instead of --
2000-10-04 00:35:13 +00:00
lukem
d88b30e5b3
if we're going to refer to `sysinst' in the literal, don't capitalise
...
its name at the start of a sentence.
2000-10-04 00:34:35 +00:00
lukem
dfc1de8167
minor knf
2000-10-04 00:33:50 +00:00
lukem
19aacd6b5b
refer to the GENERIC kernel as "GENERIC" and not "generic"
2000-10-04 00:31:49 +00:00
lukem
f851c9bfa2
update copyright date
2000-10-04 00:29:53 +00:00
lukem
a5fc462963
"format /s" is probably better than "format/s"
2000-10-04 00:29:28 +00:00
lukem
f7ad6f8074
- use .Pp to separate paragraphs
...
- indent paragraphs which are preceeded by the paragraph
``In the following statement, "This software" refers to the [...]''
2000-10-04 00:28:36 +00:00
itojun
72beb4728a
add config file directory
2000-10-04 00:27:48 +00:00
itojun
f0dc76db35
a test build tree for racoon IKE daemon.
...
you need KAME tree to compile this (point the top by ${KAMEROOT}
in Makefile.inc).
XXX maybe too big for /sbin...869K with certificate support, and 574K without
certificate support (i386, stripped, static-link)
2000-10-04 00:21:17 +00:00
thorpej
9f76a74e1e
Pop one off the TODO list.
2000-10-03 23:52:39 +00:00
thorpej
efbead5055
When an Ethernet interface detaches, unconfigure any VLANs associated
...
with it.
2000-10-03 23:50:52 +00:00
thorpej
5fcde4924f
Support ETHERCAP_VLAN_MTU by igorning Receive Watchdog and Transmit Jabber
...
errors if VLANs are configured on the interface.
2000-10-03 23:35:55 +00:00
thorpej
cbfe7605c9
Support ETHERCAP_VLAN_MTU by doing extra error checking upon packet
...
reception and saving other "bad frames" (i.e. ones that are larger
than the standard Ethernet frame length) if we have VLANs configured
on the interface.
2000-10-03 23:35:02 +00:00
thorpej
96375e93ea
Improve the VLAN support, in particular, handling of MTU:
...
- Add a macro to compute the max frame length based on Ethertype
and presence of FCS, and use it to validate the packet size
in ether_input().
- Add capabilites to struct ethercom, and allow hardware drivers
to specify that they can handle the larger hardware MTU that
VLANs require in order to strictly conform to 802.1Q.
- Make ether_ifdetach() clear out the link address and free all of
the Ethernet multicast structures.
Also, rearrange the VLAN driver itself in preparation to supporting
other hardware types, including FDDI (which has 802.1Q VLAN capability).
2000-10-03 23:33:38 +00:00
lukem
4b0f21a916
- use "press" instead of "hit"
...
- use "Control-A" instead of "^A"
- update copyright date
2000-10-03 23:23:56 +00:00
lukem
0a266992a1
- use "press" instead of "hit"
...
- update copyright date
2000-10-03 23:19:11 +00:00
cgd
11e8e89dd4
add some additional info re: MIPS32 PRID encoding, derived from
...
the ``MIPS32 4K Processor Core Family Software User's Manual
Revision 01.07 June 19, 2000", available on the web from:
http://www.mips.com/declassified/Declassified_2000/MD00016-2B-4K-SUM-01.07.pdf
2000-10-03 23:15:58 +00:00
lukem
db32885e42
- use "press" instead of "hit"
...
- update copyright date
2000-10-03 23:05:30 +00:00
itojun
ffc758331e
support rijndael-cbc
2000-10-03 23:00:54 +00:00
jeffs
d00dba6879
Supply fetch_kcore_registers() implementation for NetBSD mips.
2000-10-03 22:48:54 +00:00
itojun
2fe73fd967
typo
2000-10-03 22:46:21 +00:00
lukem
812f74a909
update copyright date
2000-10-03 22:46:20 +00:00
itojun
6653c1a74d
forgot to update maximum number of algorithms
2000-10-03 22:43:52 +00:00
lukem
9a21eb644a
- spell `separate' correctly
...
- update copyright date
2000-10-03 22:43:37 +00:00
lukem
83bfef4f5d
- use press' instead of
hit'
...
- update copyrights
2000-10-03 22:24:33 +00:00
itojun
4bfd9169a9
support rijndael-cbc.
2000-10-03 21:48:33 +00:00
itojun
553ce2a5e7
add official # for AES (12), and make it equal to rijndael.
...
Note that:
- IANA assignment was made for AES
- we still have some time window till AES gets finalized, so until it gets
finalized, we are not certain if AES == rijndael
but it should now be okay.
2000-10-03 21:45:44 +00:00
mrg
dd521daa8b
clean up a comment.
2000-10-03 20:50:49 +00:00
sommerfeld
60e54bbbdc
Allow format-arg checking for setproctitle
2000-10-03 19:53:58 +00:00
sommerfeld
54147b08b7
Allow passthrough format-string checking of catgets
2000-10-03 19:53:32 +00:00
sommerfeld
d68f3adec6
Close possible format string attack.
2000-10-03 19:52:39 +00:00