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: 2004-12-31 to 2004-12-28 (Commits 9497-9546 of 10846)
added documentation on nat_traversal.
5 lines of code changed in:
further adjustments to match code to documentation.
81 lines of code changed in:
renamed "st" to "p1st" to make dependancy clear.
changed action to a switch and added DPD_ACTION_RESTART.
removed erroneous code that restarted events upon receive.
44 lines of code changed in:
better internal documentation for dpd.c
133 lines of code changed in:
take care when computing key lengths for AES,
as it may not be the default length. This continues to
argue for eliminating all "built-in" algorithms, and
ALWAYS just having a reference to the appropriate
alginfo structure.
6 lines of code changed in:
better balancing of columns
11 lines of code changed in:
make titles of columns match types of tests
5 lines of code changed in:
organize results into columns of 40 items, and make sure to mark
the currently running test case, even if it hasn't run before
26 lines of code changed in:
when marking which test is running, make sure to include -module
6 lines of code changed in:
updated xauth/DPD to work
3 lines of code changed in:
added missing }
3 lines of code changed in:
added xauth-pluto-08 - XAUTH+DPD.
6 lines of code changed in:
test case for DPD + XAUTH.
461 lines of code changed in:
test case for expired certificate.
352 lines of code changed in:
dpd_init should guard against being called multiple times.
11 lines of code changed in:
use dpd_init instead of calling event_schedule directly.
6 lines of code changed in:
DPD VID payloads added.
5 lines of code changed in:
fixes for certificate names.
8 lines of code changed in:
mysteriously the .conf files disappeared?
new ones created.
95 lines of code changed in:
new test case for expired certificate. Requires new impairment.
7 lines of code changed in:
for safety, set both KLIPS_NAT and IPSEC_NAT.
2 lines of code changed in:
added fail-x509-02
7 lines of code changed in:
Fix for version.in.c
2 lines of code changed in:
Some regexp had striped many references to /proc of the leading
slash, causing one outright failure and lots of output nits.
19 lines of code changed in:
revised test case for VID debug message.
16 lines of code changed in:
clarified test description.
2 lines of code changed in:
complaint about payload is not always stable.
16 lines of code changed in:
ignore OUTPUT dir.
1 lines of code changed in:
test cases revised to work.
wrong console output committed in error by MCR.
DN pattern was not correct for certificates used.
13 lines of code changed in:
revised test case for VID debug message.
5 lines of code changed in:
test case for failing when no certificate is provided.
41 lines of code changed in:
revised test case for VID debug message.
6 lines of code changed in:
added additional bad certificate and notes about how each
is bad.
32 lines of code changed in:
added impairment to end attempts when an unknown informational
message is received. This can be used to abort test cases that
are expected to fail.
10 lines of code changed in:
when initiating a connection, include additional
debugging from the whack message.
2 lines of code changed in:
clarified local debugging message.
2 lines of code changed in:
move match_id debugging to end of routing so that it can better
printed, and therefore debugging can make more sense.
23 lines of code changed in:
added impairment to end attempts when an unknown informational
message is received. This can be used to abort test cases that
are expected to fail.
15 lines of code changed in:
when initiating a connection, include additional
debugging from the whack message.
8 lines of code changed in:
make sure to include Makefile.depend by proper name.
(fixes global s/// error for OBJDIR work)
2 lines of code changed in:
added text for new impairments.
3 lines of code changed in:
added impairment to end attempts when an unknown informational
message is received. This can be used to abort test cases that
are expected to fail.
2 lines of code changed in:
added return code for STF_FATAL from state.
2 lines of code changed in:
cloned x509-pluto-02
299 lines of code changed in:
remove blank lines from kernel output.
2 lines of code changed in:
adjustments to debug output.
6 lines of code changed in:
algorithm renames, and additions to status output.
18 lines of code changed in:
updated barf test to include ipaddr items.
3 lines of code changed in:
switch test case results to include AES.
8 lines of code changed in:
test case includes newline
2 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