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-04-09 to 2005-03-22 (Commits 9797-9846 of 10846)
adjustments to roadmap.
6 lines of code changed in:
use natt_defines.h to get definitions.
6 lines of code changed in:
added --natt as an alias.
properly skip forward 4 bytes when receiving a natt encap packet.
9 lines of code changed in:
some minor #ifdef simplification in pursuit of a possible bug.
31 lines of code changed in:
refactored ipsec_rcv() into ipsec_rcv() and ipsec_rcv_decap().
723 lines of code changed in:
register with udp.c, the klips26 encap receive function
27 lines of code changed in:
prototype klips26 encap receive function
8 lines of code changed in:
defines to talk to the kernel, in case they aren't defined
by kernel header files.
28 lines of code changed in:
added NAT-T setting to ikeping.
maintain ikeping.8 using docbook now.
181 lines of code changed in:
make sure to include NAT-T in 2.6 plain kernel.
7 lines of code changed in:
script to update nat-t patches.
85 lines of code changed in:
updated patch -- includes EXPORT_SYMBOL.
7 lines of code changed in:
test case for producing UDP encapsulated ESP packets
26 lines of code changed in:
Run depmod after installing klips module
3 lines of code changed in:
Adding ip xfrm problem
8 lines of code changed in:
Only set options flag for non-OUTBOUND SAs - Herbert Xu
4 lines of code changed in:
added DPD RFC.
4 lines of code changed in:
test case of AES128-SHA1.
729 lines of code changed in:
look at REF26 values too.
29 lines of code changed in:
make it easier to set UMLPATCH=none.
23 lines of code changed in:
This is a test for reported bug 246:
http://bugs.xelerance.com/view.php?id=246
(openswan is not vulnerable)
450 lines of code changed in:
turn on natt- tests.
10 lines of code changed in:
document the --natt options.
6 lines of code changed in:
log where/who the DPD R_U_THERE sent to.
13 lines of code changed in:
added XMLTO rules.
9 lines of code changed in:
adjustment of patch creation script.
refactored to use common code.
82 lines of code changed in:
nat-t patches for KLIPS 2.6.
80 lines of code changed in:
failure to recognize an extension is considered an error.
This could be a problem in the future, but we need some kind
of logging. This should be rate limited, probably.
8 lines of code changed in:
always include NAT-T names.
5 lines of code changed in:
when NAT-T is compiled out, show encap as "NA"
8 lines of code changed in:
added NAT-T RFC#.
2 lines of code changed in:
adjusted nattpatch to include 2.6 rules.
9 lines of code changed in:
nat-t test cases
278 lines of code changed in:
adjustment so that algorithm code is debugging
properly for recv/transmit individually.
7 lines of code changed in:
configuration file renamed to not be present in 2.6.
180 lines of code changed in:
Revert code to find setkey binary
12 lines of code changed in:
Fixed bogus change from NETKEY to native.
todo: properly test for 'ip xfrm' support, and only if that fails, test for
setkey.
1 lines of code changed in:
Add support to check if OE is disabled #173
24 lines of code changed in:
Cast for 64bit on x86_64
2 lines of code changed in:
Braindump misc changes
4 lines of code changed in:
DPD_ACTION_RESTART is valid too
2 lines of code changed in:
Cast to int to make x86_64 happy
11 lines of code changed in:
split out quick_* routines into ikev1_quick.c
3 lines of code changed in:
adjusted debug of pending processing to be more useful.
3 lines of code changed in:
added notice of when we switch processing for connections,
because with debugging it may not be obvious.
20 lines of code changed in:
split out quick_* routines into ikev1_quick.c
2269 lines of code changed in:
*** empty log message ***
5 lines of code changed in:
Fix logic
5 lines of code changed in:
Fix sloppy typo
5 lines of code changed in:
Nicer error messages - #234
9 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