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-28 to 2001-05-15 (Commits 3197-3246 of 10846)
[gnu] fix typo with sample IP addresses
reflect more frequent eroute scanning.
13 lines of code changed in:
reduce SHUNT_SCAN_INTERVAL to make HOLD recovery faster
3 lines of code changed in:
fix wording botch
2 lines of code changed in:
pointer to manpages
2 lines of code changed in:
ran afoul of RCS stupidity
3 lines of code changed in:
better --version fix
6 lines of code changed in:
tried to be too clever with --version
2 lines of code changed in:
add --version
3 lines of code changed in:
Preliminary description of how to use Opportunism
325 lines of code changed in:
regularly scan /proc/net/ipsec_eroute for unused PASS and unknown HOLD
532 lines of code changed in:
eroute packet counters added.
4 lines of code changed in:
Added structures for pid, packet count and last access time to eroute.
Added packet count to beginning of /proc/net/ipsec_eroute.
139 lines of code changed in:
- allow non-Opportunistic connections to be initiated via ACQUIRE
- don't allow Initiator's connection to be changed for peer's ID
93 lines of code changed in:
Fixed PASS eroute opportunism bug.
4 lines of code changed in:
Applied source zeroing to 2.2 ip_route_output() call as well to enable
PASS eroutes for opportunism.
10 lines of code changed in:
quick first cut at auto=route
16 lines of code changed in:
sigh, bug in previous fix
2 lines of code changed in:
More touch-ups and updates from review.
88 lines of code changed in:
2.4 source override simplification.
9 lines of code changed in:
Added error return code printing on ip_route_output().
9 lines of code changed in:
explain U/K versions
minor touchups
20 lines of code changed in:
delete all warnings from output
2 lines of code changed in:
Rename variables to avoid namespace collisions.
Fill out kernel match and target interfaces.
432 lines of code changed in:
Fixed incorrect ip_route_output() failure message.
6 lines of code changed in:
--txt
47 lines of code changed in:
Added debug statement for case when ip_route_output() fails, causing
packet to be dropped, but log looked ok.
12 lines of code changed in:
Removed all klips utils 1-letter options.
3 lines of code changed in:
Eliminate 1-letter options.
30 lines of code changed in:
Added touch and denker trip to todo.
5 lines of code changed in:
Fixed missing comment termination.
7 lines of code changed in:
Debug code optimisation for non-debug speed.
Kernel version compiler define comments.
2.2 and 2.4 kernel ip_send device and ip debug output added.
23 lines of code changed in:
Intermediate formatting feedback cleanup.
133 lines of code changed in:
Added a couple of klips utils doc bugs.
6 lines of code changed in:
Reformatted library interfaces.
730 lines of code changed in:
st_policy for a PHASE1 state should not have any POLICY_IPSEC_MASK bits
2 lines of code changed in:
rename "magic eroute" to be "shunt eroute"
30 lines of code changed in:
in opportunism, failure to find gateway or connection => PASS eroute
107 lines of code changed in:
Changed reference from "magic" to "shunt" SAs.
8 lines of code changed in:
Changed UDP/500 bypass test from 3 nested ifs to one anded if.
13 lines of code changed in:
Reformatted to manpage style, lots of details left.
821 lines of code changed in:
added a couple of questions to FAQ
"no suitable connection" error
traceroute not showing things between gateways
106 lines of code changed in:
Fixed --label option in KLIPS manual utils to add the label to the
command name rather than replace it in error text.
Fix 'print table' non-option in KLIPS manual utils to deal with --label
and --debug options.
80 lines of code changed in:
Fixed --label and non-option for KLIPS manual utils.
10 lines of code changed in:
Added a document header.
Started changing document format to be more descriptive and complete,
more resembling a manpage.
Added more structure definitions.
390 lines of code changed in:
Added a document header.
63 lines of code changed in:
Fix --label option to add to command name rather than replace it.
Fix 'print table' option to ignore --label and --debug options.
23 lines of code changed in:
Add default == eroute.dest to IKE bypass conditions for magic eroutes.
7 lines of code changed in:
default nexthop is now %direct
5 lines of code changed in:
default nexthops to %direct
3 lines of code changed in:
auto is only for automatic keying
24 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