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: 1999-01-28 to 1999-01-14 (Commits 697-746 of 10846)
Replace hard-coded numbers in macros and code with meaningful values
automatically generated from sizeof() and offsetof() to further the
goal of platform independance.
30 lines of code changed in:
Changed all gw macros to sg for clarity.
Added tests for any2subnet and any2sg.
648 lines of code changed in:
Fixed cut-and-paste error in subnet extrusion example.
1 lines of code changed in:
Fixed bug in ipsec_print_ip that caused an OOPS, found by P.Onion.
7 lines of code changed in:
- add IPSEC DOI Notify Message Types
- rename enum_desc to enum_names systematically (avoid other _desc type)
240 lines of code changed in:
decode top-level payloads centrally
1890 lines of code changed in:
[Peter Onion & DHR] fix problems for 64-bit systems
19 lines of code changed in:
Update after KLIPS config algorithm switch cleanup.
15 lines of code changed in:
Updated to use %passthrough instead of bypass.
13 lines of code changed in:
Update patch line numbers.
12 lines of code changed in:
Change from transform switch to algorithm switch.
Add switch for disabling insecure algorithms (DES, NULL).
Update patch line numbers.
21 lines of code changed in:
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
Removed dead code.
5 lines of code changed in:
Remove ah/esp/IPIP switching on include files.
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
Removed dead code.
Clean up debug code when switched off.
Remove references to INET_GET_PROTOCOL.
Added code exclusion macros to reduce code from unused algorithms.
60 lines of code changed in:
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
Removed dead code.
14 lines of code changed in:
Clean up debug code when switched off.
Remove references to INET_GET_PROTOCOL.
6 lines of code changed in:
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
Remove ah/esp switching on include files.
Removed dead code.
6 lines of code changed in:
Remove ah/esp switching on include files.
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
Removed dead code.
Remove references to INET_GET_PROTOCOL.
6 lines of code changed in:
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
11 lines of code changed in:
Change from transform switch to algorithm switch.
9 lines of code changed in:
Remove references to INET_GET_PROTOCOL.
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
Change from transform switch to algorithm switch.
11 lines of code changed in:
Change from transform switch to algorithm switch.
Add switch for disabling insecure algorithms (DES, NULL).
Automatically define CONFIG_NET_IPIP when CONFIG_IPSEC_IPIP is set.
Removed CONFIG_IPSEC_ALGO_SWITCH macro.
22 lines of code changed in:
%passthrough
3 lines of code changed in:
add %passthrough
67 lines of code changed in:
Fixed cut-and-paste error from ipsec_esp.h.
7 lines of code changed in:
KLIPS now generates IV itself, so we must not
1 lines of code changed in:
Re-enable IV in the espblkrply_edata structure to avoid breaking pluto
until pluto can be fixed properly.
6 lines of code changed in:
Add '--said' option, remove '--iv' option and add an example.
26 lines of code changed in:
64-bit clean-up.
9 lines of code changed in:
Major checkin after KLIPS code shuffle, xform to algo switch.
44 lines of code changed in:
64-bit clean-up.
6 lines of code changed in:
64-bit clean-up.
Added algorithm switch code.
Removed IV requirement, now an option (kept code for back-compat).
Cruft clean-out.
Add error-checking.
Removed PFKEY code, will re-add later.
124 lines of code changed in:
64-bit clean-up.
Added algorithm switch code.
11 lines of code changed in:
Update to include SAID command line parameter.
Add IPSEC 'bypass' switch.
Add error-checking.
Cruft clean-out.
113 lines of code changed in:
Update to include SAID command line parameter.
Add IPSEC 'bypass' switch.
Add more examples.
58 lines of code changed in:
Adding transform test combinations.
Cruft clean-out.
549 lines of code changed in:
64-bit clean-up.
6 lines of code changed in:
Cruft clean-out.
64-bit clean-up.
11 lines of code changed in:
Added algorithm switch code.
Cruft clean-out.
99 lines of code changed in:
Cruft clean-out.
Put random IV generation in kernel.
Added algorithm switch code.
Enhanced debugging.
64-bit clean-up.
686 lines of code changed in:
Cruft clean-out.
Added algorithm switch code.
64-bit clean-up.
Passthrough on IPIP protocol, spi 0x0 fix.
Enhanced debugging.
376 lines of code changed in:
Cruft clean-out.
6 lines of code changed in:
Cruft clean-out.
64-bit clean-up.
6 lines of code changed in:
Cruft clean-out.
64-bit clean-up.
Added algorithm switch code.
34 lines of code changed in:
64-bit clean-up.
8 lines of code changed in:
Cruft clean-out.
64-bit clean-up.
Added algorithm switch code.
133 lines of code changed in:
Updated macro comments.
Added key schedule types to support algorithm switch code.
14 lines of code changed in:
Updated macro comments.
Added context types to support algorithm switch code.
64-bit clean-up -- converting 'u long long' to __u64.
23 lines of code changed in:
Added algorithm switch code config option.
21 lines of code changed in:
Converted from transform switching to algorithm switching.
945 lines of code changed in:
fix typo in quick_inI1_outR1 [found by kasper.langkilde@i-data.com]
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