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-23 to 2005-05-11 (Commits 10047-10096 of 10846)
simulate include/asm directory.
5 lines of code changed in:
adjustments to work with asm/checksum.h include, and
with new IV sanitizer.
26 lines of code changed in:
only sanitize IVs that are followed by SPI#.
1 lines of code changed in:
make a backup copy of the IV, since it the data from the
actual packet.
4 lines of code changed in:
adjust comments, add additional debugging.
18 lines of code changed in:
second transmit test.
516 lines of code changed in:
added debug_xmit.
1 lines of code changed in:
removed explicit 3DES support.
34 lines of code changed in:
added debug_xmit.
16 lines of code changed in:
fixed missing prototype definition.
6 lines of code changed in:
fixed warning about unused zeroes if AH is off.
12 lines of code changed in:
make sure that port-500 hole is used for port-4500 as well.
6 lines of code changed in:
hash ctx is not really that interesting most of the time.
10 lines of code changed in:
fixed bug in proto stack selector.
2 lines of code changed in:
added additional debug flag tunnelling.
6 lines of code changed in:
do not include module author info if we aren't a module.
14 lines of code changed in:
include asm/checksum.h to get ip_fast_csum macro.
5 lines of code changed in:
make strstr static if we need it.
8 lines of code changed in:
added missing routines for 2.4 compilation.
6 lines of code changed in:
modifications for use on 2.4.30 kernel, with backported
printk_ratelimit(). all warnings removed.
32 lines of code changed in:
compatibility for 2.4 kernel.
77 lines of code changed in:
patches for gcc 4.x compilation.
15 lines of code changed in:
ignore core files.
1 lines of code changed in:
default cryptoapi to n.
5 lines of code changed in:
begin to enumerate situations where klips returns sensible
errno values.
25 lines of code changed in:
when cleaning up after a failure, only clean up SAs that
were properly created.
7 lines of code changed in:
finish st_calculating process.
2 lines of code changed in:
rename debug messages. make sure that algo not found is not
a debug message.
32 lines of code changed in:
change config to warn if you select CRYPTOAPI + AES,
but to continue to use built-in AES not CRYPTOAPI in that
situation.
15 lines of code changed in:
first attempt to document error codes from KLIPS
16 lines of code changed in:
Fix from Ulrich <uweber@astaro.com> for IKE negotiations
3 lines of code changed in:
make sure that st is valid before using it
8 lines of code changed in:
added st_calculating to prevent use of state when it is in use.
40 lines of code changed in:
05 -> 09
5 lines of code changed in:
Add basic-pluto-09
6 lines of code changed in:
Testcase for #311 - pfs mismatch
383 lines of code changed in:
added vendorid
5 lines of code changed in:
Fix to RHEL3 compression bug work around by Herbert Xu:
Sorry, that patch only works for the first negotiation. Here is an
incremental patch that makes it work for all subsequent ones too.
6 lines of code changed in:
rename paramaters to not conflict with aes ones.
27 lines of code changed in:
Workaround by Herbert Xu for buggy ipcomp on RHEL3 NETKEY backport code.
At least still present in 2.4.21-27.0.2.EL
15 lines of code changed in:
use <endian.h> directly now.
2 lines of code changed in:
use new replay_window from kernel_ops.
2 lines of code changed in:
added limits.h for PATH_MAX.
2 lines of code changed in:
permit *_START to be set from testparams.sh for
east-1des-01 use.
12 lines of code changed in:
adjusted settings for IPSEC->KLIPS change.
39 lines of code changed in:
build case for 1DES support via cryptoapi.
(never enabled by default)
203 lines of code changed in:
added spdbph1 test case.
16 lines of code changed in:
adjustment due to restructuring of spdb_print.c
6 lines of code changed in:
do not mess with keysize for 3des/des.
7 lines of code changed in:
eliminate -1 proposal from proposal.
13 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