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: 2005-05-11 to 2005-04-30 (Commits 9997-10046 of 10846)
test case for merged ike= testing, eliminates -1 proposals.
119 lines of code changed in:
added prototype to make test case spdbph1 possible.
3 lines of code changed in:
split off print functions to spdb_print.c
124 lines of code changed in:
note if cryptoapi interface was able to find each algorithm.
3 lines of code changed in:
look for name field in pf_key_supported output now that
KLIPS includes it.
5 lines of code changed in:
replay window size is now stack dependant.
10 lines of code changed in:
log if no rsa key found.
9 lines of code changed in:
1DES routines
108 lines of code changed in:
enable cryptoapi in plain kernel.
5 lines of code changed in:
adjusted includes to permit compilation.
17 lines of code changed in:
adjusted makefiles to sanely build modules properly.
29 lines of code changed in:
added pluto-07 and -08.
10 lines of code changed in:
add option to sleep at end of UML run.
5 lines of code changed in:
adjusted module make file template.
16 lines of code changed in:
removed "poor-man"s OOP in favour of proper C structures.
added 1DES entry to list.
53 lines of code changed in:
new test cases: basic-pluto-08 for twofish use.
pluto-algo-01, tests mismatched 3DES/AES for IV_len issues.
529 lines of code changed in:
removed "poor-man"s OOP in favour of proper C structures.
25 lines of code changed in:
make pfkey.h standalone.
6 lines of code changed in:
removed "poor-man"s OOP in favour of proper C structures.
48 lines of code changed in:
removal of debugging showed useless/wrong variables used.
8 lines of code changed in:
removed "poor-man"s OOP in favour of proper C structures.
9 lines of code changed in:
removed "poor-man"s OOP in favour of proper C structures.
130 lines of code changed in:
added 1DES option to cryptoapi.
13 lines of code changed in:
do not change structure based upon options, to avoid
too many #ifdef.
6 lines of code changed in:
do not call debug routines if !defined KLIPS_DEBUG.
17 lines of code changed in:
removed "poor-man"s OOP in favour of proper C structures.
12 lines of code changed in:
rename struct supported -> struct ipsec_alg_supported.
make pfkey.h more standalone.
28 lines of code changed in:
added MODULE_DEFCONFIG.
3 lines of code changed in:
config files for compiling cryptoapi module.
35 lines of code changed in:
<mcr> please discourage aggressive mode a bit more, still.
8 lines of code changed in:
Replaced old comment about not supporting aggressive mode.
9 lines of code changed in:
test case for building cryptoapi.
193 lines of code changed in:
include kernel version in UML source.
1 lines of code changed in:
updated unit tests to use sanitizer, and
struct ipsec_alg_supported.
41 lines of code changed in:
sanitizer script.
6 lines of code changed in:
added NCP vendor ID.
15 lines of code changed in:
verify that st is non-NULL before checking for IMPAIRMENT.
3 lines of code changed in:
fixed typo
6 lines of code changed in:
Changed nattpatch target (which contained a typo as well) to use KERNELREL
to autodetect version of patch. nattpatch script will do error reporting.
5 lines of code changed in:
fixed typo that would demand 3des code when it should
have been replaced with CRYPTOAPI code.
1 lines of code changed in:
fix for cut&paste error with pfkey_v2.c "supported_name"
8 lines of code changed in:
ignore OUTPUT.
3 lines of code changed in:
check for appropriate files before trying to use them.
7 lines of code changed in:
fixed errnenous checkin.
13 lines of code changed in:
added cryptoapi init message.
7 lines of code changed in:
input file for twofish testing.
9 lines of code changed in:
adjust description for blowfish.
2 lines of code changed in:
include name of algorithm in datastructure.
5 lines of code changed in:
print name if it is available.
40 lines of code changed in:
minor cleanup of formatting.
26 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