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-10-21 to 2004-10-18 (Commits 9147-9196 of 10846)
rewrite authentication type to base value to
search through state machine properly.
41 lines of code changed in:
broken test case --- missing PSKs.
472 lines of code changed in:
test case for PSK with aggressive mode with non-default
IDs.
495 lines of code changed in:
added note about multiple transforms in aggressive mode.
4 lines of code changed in:
we should tell oakley_make_sadb that we expect an aggressive mode
proposal.
25 lines of code changed in:
fixed some bugs in sa_copy_first().
17 lines of code changed in:
added format routing for IKE algorithm strings.
5 lines of code changed in:
added format routing for IKE algorithm strings.
14 lines of code changed in:
added note about subsequent code being NOTREACHED.
10 lines of code changed in:
added debugging of ipsec.secrets processing.
do not convert end to %any if it is aggressive mode.
68 lines of code changed in:
make sure to only send encrypted notifies when the
phase1 is actually encrypted.
make sure to take policy for aggressive mode from
aggresive mode policy index.
buffer size should be specified by macro.
8 lines of code changed in:
oakley_alg_makedb gets maxtrans parameter to limit it
to only returning a single transform for aggressive mode.
45 lines of code changed in:
if the state fails, and we are initiator, then fail.
9 lines of code changed in:
added NEVER_RETURNS.
2 lines of code changed in:
tried to define PHASE1_INITiator states.
14 lines of code changed in:
moved dependancy list to a seperate file to avoid
churn, and permit it to be generated by a variety
of means.
added "make depend"
425 lines of code changed in:
Power down at end of test
2 lines of code changed in:
Fix tests to match new state output (aggr mode adds 5 states)
7 lines of code changed in:
Remove errant errors from output
0 lines of code changed in:
Fix tests to match new state output (aggr mode adds 5 states)
4 lines of code changed in:
Display real total
1 lines of code changed in:
use aggressive mode for second rsasig xauth test
1 lines of code changed in:
clearify test purposes.
7 lines of code changed in:
ignore output files for new test case.
2 lines of code changed in:
redirected stderr to capture file as well.
6 lines of code changed in:
unit test of aggressive mode with differing IKE policies.
68 lines of code changed in:
added test case for sa_copy_sa_first().
1317 lines of code changed in:
ignore output file.
1 lines of code changed in:
only free things if they were allocated.
when merging, if either SA is null, then copy
the other one.
fix a bug where the sa was copied the wrong way.
(discovered in spdbmerge test cases)
87 lines of code changed in:
test cases for sa merge routines.
5 lines of code changed in:
test of policy merging code.
85 lines of code changed in:
test of using aggressive mode, xauth and algo code.
186 lines of code changed in:
capture and compare the output as well.
17 lines of code changed in:
set TESTING if it can be done.
13 lines of code changed in:
moved print code to spdb.c
capture and compare the output as well.
765 lines of code changed in:
when copying the first proposal, copy the transformations,
but not the proposals.
8 lines of code changed in:
unit tests of setting ike algorithms.
51 lines of code changed in:
xauth working without
24 lines of code changed in:
test case for loading ike algorithms.
6 lines of code changed in:
added "AES_CBC" as an authentication algorithm.
renamed OAKLEY_SHA to OAKLEY_SHA1, and left an alias.
13 lines of code changed in:
added whitespace for readability.
4 lines of code changed in:
test cases for algorithm code.
206 lines of code changed in:
move all calls to delete_event() into build_*() functions.
6 lines of code changed in:
if one can not map the IKE algorithm to a concrete
value, then reject the connection.
33 lines of code changed in:
added result code if algorithms are wrong.
3 lines of code changed in:
Add new vendorIDs for IETF Draft NAT-T ike
14 lines of code changed in:
VID functions prepend VID_ to constants, so VID_ is not needed here
2 lines of code changed in:
Add VID for Vid-Initial-Contact
8 lines of code changed in:
rewrite mtu check
10 lines of code changed in:
Patch to deal with xfs_error during 2.4 kernel compiles. (sergeil, #187)
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