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: 2000-09-19 to 2000-09-15 (Commits 2597-2646 of 10846)
Added debugging to inbound policy check for ipcomp.
Added missing spin_unlocks (thanks Svenning!).
Fixed misplaced tdbnext pointers causing mismatched ipip policy check.
Protect ipcomp policy check following ipip decap with sysctl switch.
23 lines of code changed in:
Cast trucated spi to 16 bits before doing net conversion causing
transmitted cpi of 0.
2 lines of code changed in:
Fixed algorithm name bugs introduced for ipcomp.
9 lines of code changed in:
Fixed a buncha 2.0 quirks.
73 lines of code changed in:
2.0 fixes.
14 lines of code changed in:
2.0 fixes.
17 lines of code changed in:
RGB-supplied fix for RH5.2 problem
8 lines of code changed in:
first attempt at making the IPv6 stuff compile under RH5.2
90 lines of code changed in:
Checked in Svenning's changes to comments and compiler defines to
correct a previously assumed PGPnet bug which turns out to be a zlib
bug: zero padding on decompression.
5 lines of code changed in:
RH5.2 compatibility
5 lines of code changed in:
add no-IPv6-in-library fallback
18 lines of code changed in:
Pre-interop ipcomp enhancements.
10 lines of code changed in:
Exported sysctl_ipsec_inbound_policy_check for skb_decompress().
5 lines of code changed in:
Added policy checking to ipcomp and re-enabled policy checking by
default.
Optimised satoa calls.
70 lines of code changed in:
Added tdb arg to skb_decompress() for policy checking.
2 lines of code changed in:
Modified debugging output to be consistent with conventions of KLIPS.
Added tdb arg to skb_decompress() for policy checking.
Removed recursive decompression.
68 lines of code changed in:
Added Svenning's trucated zeros fix.
21 lines of code changed in:
Added proto2txt macro.
16 lines of code changed in:
Added struct tdb * to args passed to skb_compress to provide cpi.
2 lines of code changed in:
Added tdb to skb_compress call to write in cpi.
32 lines of code changed in:
Clean up debugging, removing slow timestamp debug code.
16 lines of code changed in:
Added IPCOMP support.
159 lines of code changed in:
touch up error message
2 lines of code changed in:
oops, bug in previous fix
2 lines of code changed in:
Added Svenning's patch to remove restriction of ipcomp to innermost
transform.
35 lines of code changed in:
Added more of Svenning's debugging code.
57 lines of code changed in:
document limitation of well-known CPIs
4 lines of code changed in:
Encapsulation Mode for IPCOMP defaults, unlike for other transforms
36 lines of code changed in:
IPComp updates
6 lines of code changed in:
Added Svenning's ipcomp patch.
15 lines of code changed in:
Protect sysctl_ipsec_debug_ipcomp with compiler defines too so that the
linker won't blame rj_delete() for missing symbols. ;-> Damn statics...
8 lines of code changed in:
Fixed use of 0 in p format warning.
5 lines of code changed in:
Added 'S' filetype klips symbolic links.
2 lines of code changed in:
Fixed unused var warning with debug off.
8 lines of code changed in:
Fixed debug format warning for pointers that was expecting ints.
6 lines of code changed in:
Fixed erroneous ref from struct ipcomp to struct ipcomphdr.
7 lines of code changed in:
Added cast of var to silence compiler warning about long fed to int
format.
6 lines of code changed in:
Fix header file variable declaration booboo.
3 lines of code changed in:
Moved stuff around to compile with debug off.
14 lines of code changed in:
update for 2.2.17 and 2.4.0-testxx
5 lines of code changed in:
revise message
4 lines of code changed in:
compress= parameter to control IPComp
24 lines of code changed in:
add support for "comp" SA type, for IPCOMP
20 lines of code changed in:
Merged in Svenning's ipcomp zlib code.
4 lines of code changed in:
Merge in heavily modified Svenning Soerensen's <svenning@post5.tele.dk>
IPCOMP zlib deflate code.
258 lines of code changed in:
Merge in Svenning Soerensen's <svenning@post5.tele.dk> IPCOMP zlib
deflate code.
505 lines of code changed in:
[initially from Svenning Soerensen <svenning@post5.tele.dk>]
support IPcomp (compression)
542 lines of code changed in:
Munged silly log comment that was causing a warning.
5 lines of code changed in:
Added V42BIS constant.
12 lines of code changed in:
note IPv6 support
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