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-06-10 to 2001-06-01 (Commits 3297-3346 of 10846)
assign_hold handles more cases, including a race condition
43 lines of code changed in:
various updates based on mailing list review
235 lines of code changed in:
added links to opportunism.spec
put some list messages in interop - cisco and ssh sentinel
195 lines of code changed in:
current draft
0 lines of code changed in:
if the same label appears in >1 file,
then htmldoc may point to wrong one when it builds TOC
so I've made many labels non-unique e.g. KLIPS.gloss vs. KLIPS.ipec
42 lines of code changed in:
update
13 lines of code changed in:
partial update
9 lines of code changed in:
Fixed for debug disabled.
7 lines of code changed in:
dependency bug fix
6 lines of code changed in:
avoid race condition with creation of control socket for whack
86 lines of code changed in:
pick up /proc/net/pf_key_*
3 lines of code changed in:
clarify "inbound policy checking"
10 lines of code changed in:
get rid of trailing whitespace
2 lines of code changed in:
explain auto=route interactions
9 lines of code changed in:
fix bug in the also-auto case
4 lines of code changed in:
incoming policy tightening.
5 lines of code changed in:
Added a source address policy check for tunnel mode. It still does
not check client addresses and masks.
Only decapsulate IPIP if it is expected.
73 lines of code changed in:
Made generic definitions for iptables match and target, libraries and
modules to reduce reduncancy in KLIPS2 interface definitions.
Added more description to the introduction.
518 lines of code changed in:
updates
2 lines of code changed in:
revised --status report
wording fixes
10 lines of code changed in:
better is-pluto-there check
improved messages
revised --status report
6 lines of code changed in:
small additions
45 lines of code changed in:
More attach/detach-related fixes.
7 lines of code changed in:
Added sanity checks for NULL skbs and devices.
Added more debugging output to various functions.
Removed redundant dev->priv argument to ipsec_tunnel_{at,de}tach().
Renamed ipsec_tunnel_attach() virtual and physical device arguments.
Corrected neigh_setup() device function assignment.
Keep valid pointers to ipsec_tunnel_*() on detach.
Set dev->type to the originally-initiallised value.
127 lines of code changed in:
message improvements
4 lines of code changed in:
more detail in faq "no KLIPS" and firewall "NAT" sections
23 lines of code changed in:
unconditionally delete_ipsec_sa: the alternative doesn't work
37 lines of code changed in:
opportunism changes
26 lines of code changed in:
opportunism
84 lines of code changed in:
various suggestions from Claudia
168 lines of code changed in:
new FAQ question -- latest kernel
removed stuff on manual examples in config
more on opportunism
62 lines of code changed in:
more fine tuning
38 lines of code changed in:
add updown call for "up" that got lost in reorganization
19 lines of code changed in:
make message clearer
3 lines of code changed in:
reflect Henry's comments
58 lines of code changed in:
continuing on opportunism in config.html
updated link to oooprtunism IV post in intro
32 lines of code changed in:
update
5 lines of code changed in:
delete manual-keying info
add prototype opportunistic connection
13 lines of code changed in:
%pass etc.
40 lines of code changed in:
fix syntax error
more precise stripping of junk from tncfg
0 lines of code changed in:
update
9 lines of code changed in:
revised version reporting
37 lines of code changed in:
rename IPSECDIR to IPSEC_DIR
provide IPSEC_VERSION
17 lines of code changed in:
there may be subdirectories in /var/log
3 lines of code changed in:
Refine refine_host_connection. Tricky stuff.
131 lines of code changed in:
Added detached device fix.
5 lines of code changed in:
Added sanity checks for detached devices. Don't down virtual devices
to prevent packets going out in the clear if the detached device comes
back up.
183 lines of code changed in:
Converted to emacs outline mode and re-justify.
203 lines of code changed in:
Add iptables.o possibility, add struct ipsec_sa.
11 lines of code changed in:
Clean up miscellaneous stuff...
15 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