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-07-12 to 2005-07-06 (Commits 10147-10196 of 10846)
added NATT_DRAFT_IETF_IPSEC_NAT_T_IKE as a possible NAT VID.
Apple racoon sends this. What does it mean?
49 lines of code changed in:
fixed for gcc warnings.
32 lines of code changed in:
set toomuch even if not returning an error.
This is done to indicate if the work was done
immediately or not.
7 lines of code changed in:
reset event and set calculating to TRUE, only
if we the work was actually passed to a helper.
(it may have been done inline!)
6 lines of code changed in:
fixed initialization warnings.
16 lines of code changed in:
include asm/uaccess.h for VERIFY_WRITE
8 lines of code changed in:
Added psk-pluto-05 to test for Astaro's bug. Apparently openswan-2.3.1
fails to negotiate an IPsec SA with nat_traversal disabled.
2555 lines of code changed in:
adjustments for 2.6 kernel.
39 lines of code changed in:
adjustments for 2.6 kernel.
4 lines of code changed in:
adjustments for 2.6 kernel.
15 lines of code changed in:
make tests that need compat variables abort.
56 lines of code changed in:
update test cases for 2.6 kernel run.
24 lines of code changed in:
Update to new tcpdump output
16 lines of code changed in:
New ALG logs, and new src/dstip logs
30 lines of code changed in:
We don't unload modules anymore
2 lines of code changed in:
Update with new log output
2 lines of code changed in:
Update with new tcpdump output
16 lines of code changed in:
Update with new log message
1 lines of code changed in:
Update with new tcpdump output
15 lines of code changed in:
Update with new crypto files and locations
146 lines of code changed in:
Update to 2.6 kernel output
24 lines of code changed in:
Update to 2.6 kernel output
52 lines of code changed in:
Fix for GCC4 - it doesn't like the potential for duplicate declaration
7 lines of code changed in:
Casts for 64bit cleanliness
8 lines of code changed in:
Fix for x86_64 warning
4 lines of code changed in:
#ifdef
5 lines of code changed in:
Don't attempt to decapsulate if NAT-T isn't available in the code
7 lines of code changed in:
Patch from Herbert to fix sa->replay_window on IPCOMP
2 lines of code changed in:
Patch from bleve to fix missing install targets
10 lines of code changed in:
added opname to kernel_ops so that we can log which
operations we are using.
make sure that do_command is initalized properly.
13 lines of code changed in:
fix for 2.6.12 disapperance of sk_zapped field -> sock_flags.
17 lines of code changed in:
removed duplicate NAT-T code.
if CONFIG_IPSEC_NAT_TRAVERSAL isn't defined, then there is no issue.
4 lines of code changed in:
updated description, make it clear that this requires EXTRA_CRYPTO
7 lines of code changed in:
Fixed garbled define that accidentally got commited to the real tree.
5 lines of code changed in:
gcc4 fixes that were not commited because vault was down
52 lines of code changed in:
fuck vault
5 lines of code changed in:
CVS
4 lines of code changed in:
Clean up version mess
4 lines of code changed in:
2.6-ified the X.509 test cases.
65 lines of code changed in:
ignore OUTPUT.
1 lines of code changed in:
adjustments for tcpdump 3.9.x
8 lines of code changed in:
updates to pluto-unit-01/02.
23 lines of code changed in:
updates to pluto-unit-01.
273 lines of code changed in:
fixed dpd-06 test case.
37 lines of code changed in:
ignore calc_dh_shared warnings.
1 lines of code changed in:
change event type to an enum so that the debugger can
debug it better.
2 lines of code changed in:
make sure that extra_crypto libs are only included when used.
4 lines of code changed in:
include action_restart in action names.
3 lines of code changed in:
adjustment of restart action to pass dpd-06 test.
12 lines of code changed in:
Notes for 2.4
49 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