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: 2004-02-14 to 2004-02-02 (Commits 7947-7996 of 10846)
adjusted "ipsec look" output to deal with nexthop-less
iproute - no nexthop means no "gateway" defined.
41 lines of code changed in:
--arpreply calculation was failing for situation
where the options were specified as arguments.
split process_net -> process_net/calc_net.
30 lines of code changed in:
debugging for ARPreply settings.
7 lines of code changed in:
added psk
30 lines of code changed in:
Start of quickstarts documentation. Done in txt for now, since I dont want to
focus on the layout, but on the writing of very short pages of quickstarts.
225 lines of code changed in:
try to do OE on extruded IP.
443 lines of code changed in:
updated description to match actual test.
6 lines of code changed in:
better error for native 2.6 pfk_key for 'ipsec eroute'
18 lines of code changed in:
Added warnings for vanilla 2.6 and broken (fedora) 2.6 kernels and /proc/kallsyms.
Also, /proc/kallsyms has a different syntax then /proc/ksyms:
/proc/kallsyms:
ffffffff80100f18 t _stext
ffffffff80101000 T init_level4_pgt
ffffffff80102000 t level3_ident_pgt
ffffffff80103000 t level3_kernel_pgt
/proc/ksyms:
d896b278 __insmod_i810_audio_S.rodata_L56 [i810_audio]
d896c860 __insmod_i810_audio_S.data_L840 [i810_audio]
d8966000 __insmod_i810_audio_O/lib/modules/2.4.22-1.2149.nptl/kernel/drivers/sound/i810_audio.o_M4027F9F7_V132118 [i810_audio]
d8966060 __insmod_i810_audio_S.text_L20810 [i810_audio]
15 lines of code changed in:
enabled nat-pluto-02 - extruded IP over NAT.
6 lines of code changed in:
ignore files.
1 lines of code changed in:
test case for extruded IP via NAT-T, using sourceip=
426 lines of code changed in:
added information about nat-traversal setting to spi-output.
29 lines of code changed in:
added {left|right}sourceip=
updated to bleve's iproute/interface alias capable _updown.
40 lines of code changed in:
added {left|right}sourceip=
updated to bleve's iproute/interface alias capable _updown.
194 lines of code changed in:
Added -f to rm version.c in clean target to prevent bogus error
5 lines of code changed in:
added modclean to clean target
5 lines of code changed in:
routine to write a configuration file from memory contents.
to be used for regression testing of starter code parsing.
100 lines of code changed in:
more adjustments to starter to permit loading of OE
connections, and eventual closed testing of starter.
100 lines of code changed in:
back out changes to find_state() to before XAUTH.
clearly this needs to be better thought out.
3 lines of code changed in:
removed errant ` from top of file. Typo.
1 lines of code changed in:
added RCS ids.
7 lines of code changed in:
guess which switches need --arpreply by whether or not they
are getting recorded or not.
15 lines of code changed in:
use common final.sh file, and cutout.sed.
3 lines of code changed in:
use common final.sh file, and cutout.sed.
3 lines of code changed in:
use common final.sh file.
8 lines of code changed in:
found problem with delete-sa-01, which related to handling of
msgid's for informational and secondary quick mode exchanges.
28 lines of code changed in:
enabled NAT-traversal test.
3 lines of code changed in:
networks are now managed as a list rather than explicitely.
38 lines of code changed in:
removed east from "north" network.
made new "admin" network for the eth2s.
6 lines of code changed in:
adjustments of NAT test - debugging of north network required.
54 lines of code changed in:
NAT traversal test case.
192 lines of code changed in:
inputs for NAT test
22 lines of code changed in:
refactored some code.
added north/south network play/record via environment variables.
68 lines of code changed in:
adjustment server documentation.
43 lines of code changed in:
ignore no_oe.conf.
1 lines of code changed in:
note that NAT-T patch should be applied (it is the default though)
4 lines of code changed in:
apply NAT-T patch unless we are told not to (maybe it is
already applied)
23 lines of code changed in:
turn on XAUTH test case.
3 lines of code changed in:
turn on NAT-traversal.
11 lines of code changed in:
test data for XAUTH testing.
1 lines of code changed in:
added rsasigkey to north-east conn so that it does not depend
upon DNS.
2 lines of code changed in:
possible for PW's problems with passert() here.
8 lines of code changed in:
removed passert() in delete_states_by_connection: the
connection may have had its event killed already when the
connection was deemed to have totally failed.
3 lines of code changed in:
added documentation about --xauthuser/--xauthpass.
15 lines of code changed in:
thought about making pluto send HOST instead of network when
address is /32 (or /128). Decided against it for now.
2 lines of code changed in:
minor cleanup to patch.
9 lines of code changed in:
no longer #ifdef out NON_ESP mode. That was a mistake.
9 lines of code changed in:
mark invalid encapsulation states.
12 lines of code changed in:
minor edits for readability, and error reporting.
14 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