Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Summary Period: 2002-11-07 to 2002-11-01 (Commits 6197-6246 of 10846)
somehow this eliminates a mysterious 0xFF character that appears in the input after this command
1 lines of code changed in:
tidy; update some references
5 lines of code changed in:
open default console file with the name "console" in it.
pull in $HOME/.profile when logging in.
send halt twice in case the first one had garbage in
front of it.
9 lines of code changed in:
the oe-or-clear test is still non-functional, but there is a
lot more debugging enabled for it, and DHR/MCR/RGB have been
through this several times.
87 lines of code changed in:
add a test for ipcomp, using Pluto
53 lines of code changed in:
Update and add descriptions for food groups.
67 lines of code changed in:
fix a typo in a comment
2 lines of code changed in:
capture but ignore pluto log
4 lines of code changed in:
delete chunk of log started by line ": ==== cut ====" and ended by line ": ==== tuc ===="
1 lines of code changed in:
fix initiate_opportunistic_body to deal with new opportunistic representation
16 lines of code changed in:
a test of lifetimes vs. --dontrekey
59 lines of code changed in:
Undo accidental change into a different test.
97 lines of code changed in:
include KEY for .org as well as key for freeswan.org.
3 lines of code changed in:
include delegation for root-servers.net.
5 lines of code changed in:
added sunset-oe (.3)
10 lines of code changed in:
resigned zone files with 9.3.0
976 lines of code changed in:
fixes for IPCOMP. There were two problems:
1) the irs->ipp pointer was not being updated properly after
the ESP descryption. The meant nothing for IPIP, as the
later IP header overwrote the earlier one.
2) the more serious problem was that skb_decompress will
usually allocate a new SKB, so we have to make sure that
it doesn't get lost.
#2 meant removing the skb argument from the ->decrypt routine
and moving it to the irs->skb, so it could be value/result.
104 lines of code changed in:
when waiting for the user to finish test (NETJIGWAITUSER=waituser)
it is best to wait forever, rather than just until the timeout.
8 lines of code changed in:
IPCOMP receive test.
158 lines of code changed in:
IPCOMP send test.
243 lines of code changed in:
oe-or-die foodgroup (aka "private"), which attempts to
ping .1 and .3, expecting no replies from .1, since it
won't do OE.
36 lines of code changed in:
make sure to ping an address that could do OE.
1 lines of code changed in:
for clear-text, make sure to ping address that could be OE.
3 lines of code changed in:
named.conf that will talk to nic for info.
added named.conf that is waiting for dnssec work.
75 lines of code changed in:
added eth0:1 (1.3) alias.
5 lines of code changed in:
make sure to use 192.0.1.3 (which is OE enabled)
4 lines of code changed in:
fixed some formatting in umltesting.html
added some notes about NETJIGWAITUSER re: having tests
prompt before they exit. Helps with debugging.
22 lines of code changed in:
preliminary test - committed so that we can look at the
description.txt and the methodology.
28 lines of code changed in:
draft descriptions of tests.
35 lines of code changed in:
cleartext ping (2x) from east to west.
4 lines of code changed in:
make sure that west is willing to answer an ICMP directed at it.
3 lines of code changed in:
sanitize host ping input.
ignore west console, it isn't important to the test.
4 lines of code changed in:
added pings to assure that network is alive.
18 lines of code changed in:
capture output of uninteresting machines to OUTPUT/machine-default.txt
4 lines of code changed in:
rather than guessing which console files are in use for
klipstest, vs umlplutotest, just test the REF_* variables.
13 lines of code changed in:
added "west-east-pass" conn.
10 lines of code changed in:
keep space before "time=" field.
1 lines of code changed in:
use new "killdns" function to stop extra hosts.
do not attempt to load module, etc. on extra hosts.
33 lines of code changed in:
turn off ARPREPLY, as sunset will answer for itself.
move public reference file to private copy with echo replies.
processes the public file to remove any ARPs that happen to
get captured.
sanitize console output to remove ping statistics.
5 lines of code changed in:
public network - cleartext echo request/echo reply from sunset.
16 lines of code changed in:
added ping replies from sunset, properly sanitized.
11 lines of code changed in:
turn off arpreply, as sunset will arp for itself.
1 lines of code changed in:
new scripts to sanitize pings, and to remove ARPs from
packet captures, used for food-groups tests.
12 lines of code changed in:
tell cvs to ignore OUTPUT
1 lines of code changed in:
loginuml in kill loop was a cut&paste error.
5 lines of code changed in:
Update console reference files to reflect recent jig, pluto and test
bugfixes.
488 lines of code changed in:
Added a dummy echo at the end of the script to force a flush of the last
command.
Added some instrumentation.
34 lines of code changed in:
Added dummy echo at the end of the script to force a flush of the last
command.
8 lines of code changed in:
Added a dummy echo at the end of script to avoid cutting off output of
last command.
Added some instrumentation.
29 lines of code changed in:
Disable extraneous "loginuml" immediately after "killuml" for extra
hosts.
6 lines of code changed in:
Pages: « Previous 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 Next »
Generated by StatCVS 0.2.2