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-11-22 to 2004-11-09 (Commits 9297-9346 of 10846)
code to handle death of a cryptographic helper.
19 lines of code changed in:
if ADNS child dies and gets reaped, then kill all continuations that
were waiting for it.
41 lines of code changed in:
do not send cfg setting if the variables have already been set.
4 lines of code changed in:
removed extraneous debug.
0 lines of code changed in:
updated test case, now working.
3 lines of code changed in:
ignore some debug files.
2 lines of code changed in:
clarify when modecfg_inI2 is used.
3 lines of code changed in:
added vendor tag
1 lines of code changed in:
removed duplicate Summary line
1 lines of code changed in:
Remove duplicate setkey call
1 lines of code changed in:
Fix setkey -P -D and add ip route|rule list
6 lines of code changed in:
Add setkey -PD
3 lines of code changed in:
Add ip route list to barf
3 lines of code changed in:
Name the new iptables dumps
3 lines of code changed in:
Remove some variable abstraction
1 lines of code changed in:
Fix variable
1 lines of code changed in:
clarify if port-floating is on/off when logging nat-t
vendor IDs.
17 lines of code changed in:
always turn on NAT-T debugging
2 lines of code changed in:
fixed debug of nat-t to compile.
2 lines of code changed in:
added debug of selection of NAT-T type.
6 lines of code changed in:
removed gcc-3/c++-ism.
9 lines of code changed in:
added ${CINLUDES} to version.c build
2 lines of code changed in:
removed "make insert" as it is obsolete.
1 lines of code changed in:
remove "make insert" from glossary.
4 lines of code changed in:
setup peer log to have proper debug_prefix.
8 lines of code changed in:
added info about whether or not NAT-T was invoked.
10 lines of code changed in:
Fixed some xfrm_users vs xfrm4_tunnel issues so both work.
updated 2.6 known issues
75 lines of code changed in:
ignore file.
1 lines of code changed in:
modecfg I1 reply does not get an reply in turn.
2 lines of code changed in:
added logging of received modecfg mail.
2 lines of code changed in:
working test case for modecfg pull.
2 lines of code changed in:
test case for provided a single public/32.
130 lines of code changed in:
improved logic for when to reset msgid.
moved some logging to debugging.
19 lines of code changed in:
added MODECFGPULL policy.
16 lines of code changed in:
use IS_PHASE15() as appropriate.
2 lines of code changed in:
added MODE_CFG_I1 state.
added more debugging of post-transition thinking re: mode/xauth.
added MODECFG_PULL logic.
36 lines of code changed in:
modecfgpull=yes/no option added.
10 lines of code changed in:
added PHASE15() macro, and state_stories,
renamed MODECFG_PULL.
9 lines of code changed in:
test case for using MODECFG_PULL.
454 lines of code changed in:
Herbert Xu:
netlink can't be turned off at all.
CONFIG_NETLINK_DEV turns on an obsolete char-dev interface to
netlink which has nothing to do with freeswan.
3 lines of code changed in:
use XHOST_LIST for list of UMLs to start only if number of arguments
is zero.
6 lines of code changed in:
adjustment for introduction of aggressive mode states.
1 lines of code changed in:
config files.
125 lines of code changed in:
added CFG_I1 definition.
12 lines of code changed in:
until we figure out which kernels have strsep and which
do not (UML does not under certain circumstances), then
let's just provide our own.
8 lines of code changed in:
fixed patch to have consistent prefixes (noticed by qbert)
8 lines of code changed in:
added MODE_CFG_I1 state.
4 lines of code changed in:
Add ipkg to the list
3 lines of code changed in:
Initial (non functioning) make ipkg test
11 lines of code changed in:
rpm -> ipkg
6 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