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: 2001-05-14 to 2001-05-01 (Commits 3147-3196 of 10846)
pubkey= line switched to base64
7 lines of code changed in:
correct sloppy auto-parameter wording
5 lines of code changed in:
implement status subcommand
114 lines of code changed in:
abort startup if info file cannot be created
7 lines of code changed in:
stop complain and adjust exit status if IPsec apparently already stopped
9 lines of code changed in:
add routing.txt to document routing and erouting
4 lines of code changed in:
descript routing and erouting logic
290 lines of code changed in:
separate PLUTO_SA_LIFE_DURATION_DEFAULT from SA_LIFE_DURATION_DEFAULT
2 lines of code changed in:
fix bug in sharing routes that agree
22 lines of code changed in:
note about exit status
4 lines of code changed in:
more cautious choice of eroute verb for packetdefault
2 lines of code changed in:
packetdefault logic wasn't invoking eroute right
2 lines of code changed in:
oops, packetdefault needs to be legal
2 lines of code changed in:
more precise abort message
3 lines of code changed in:
clarify default lifetimes.
19 lines of code changed in:
revise what-name-to-build-kernel-under logic
3 lines of code changed in:
Added structure locking features.
3 lines of code changed in:
Separate Interface from function.
Put block comments in /* */.
Flesh out function calls/arguments.
Added SAList match.
Put interface names in "" instead of () for clarity.
Re-justified all comments, indenting to 4th column.
Added a data structures reference at the end.
378 lines of code changed in:
Separate iptables and ip6tables for clarity.
Added --protocol for --[sd]port and for SAIDs.
Deleted NetLink references.
Tidy TODO.
146 lines of code changed in:
redo route and eroute logic
473 lines of code changed in:
attempt module load only in modularized kernels
7 lines of code changed in:
DHR's mod for RH's weird 2.2.19
6 lines of code changed in:
_confread change
6 lines of code changed in:
document parameter-name syntax
5 lines of code changed in:
strip private parameters from output
4 lines of code changed in:
tidy whitespace
5 lines of code changed in:
IP frag debugging updates and enhancements.
13 lines of code changed in:
refined DODGE_DH_MISSING_ZERO_BUG -- Responder never drops negotiation
56 lines of code changed in:
Remove unneeded code. ipp is not used after this point.
4 lines of code changed in:
Remove erroneous checking of return codes for proc_net_* in 2.4.
12 lines of code changed in:
Fix skb_cow() call for 2.4.4. (SS)
11 lines of code changed in:
Rremove erroneous checking of return codes for proc_net_* in 2.4.
16 lines of code changed in:
[Klaus V. Lindemann <kvl@filanet.dk>] fix race in C expression
6 lines of code changed in:
fix the opportunistic case right...
4 lines of code changed in:
opportunism fix
2 lines of code changed in:
Added SS' skb_cow() fix for 2.4.4.
Fix eroute add and tdb flush incorrect error return code sign and clean
up error return code system.
6 lines of code changed in:
Standardise on SENDERR() macro.
12 lines of code changed in:
Added SS' skb_cow fix for 2.4.4.
4 lines of code changed in:
Fix sign of error return codes for rj_addroute().
9 lines of code changed in:
Check error return codes for all build function calls.
Standardise on SENDERR() macro.
50 lines of code changed in:
Initialise error return variable.
Check error return codes in startup and shutdown.
Standardise on SENDERR() macro.
31 lines of code changed in:
Initialise error return variable.
Update SENDERR macro.
Fix sign of error return code for ipsec_tdbcleanup().
Use more appropriate return code for ipsec_tdbwipe().
10 lines of code changed in:
Added SS' skb_cow fix for 2.4.4.
13 lines of code changed in:
Initialise error return variable.
Use more appropriate return value for ipsec_rj_walker_delete().
10 lines of code changed in:
Check error return codes in startup and shutdown.
36 lines of code changed in:
*** empty log message ***
36 lines of code changed in:
Substitute DROP for DENY.
9 lines of code changed in:
Fix typo for compiler directive to pull IPH back.
6 lines of code changed in:
don't try to load a nonexistent RSA key
3 lines of code changed in:
Removed ENCRYPT args for consistency.
Minor re-arrange and tidy.
23 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