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-12-15 to 2004-11-30 (Commits 9397-9446 of 10846)
mark vid such that we can always send it.
2 lines of code changed in:
Update message
4 lines of code changed in:
64bit fixes from Opteron port of KLIPS 2.6
9 lines of code changed in:
more consistency renaming of NETKEY, plus removal of trailing spaces to
help people with flowed-text mail programs like uhm me.
44 lines of code changed in:
Renamed the stack names consistently to KLIPS and NETKEY
20 lines of code changed in:
AGGR_R2 is valid phase1 init state.
3 lines of code changed in:
added parameter for AES key size.
2 lines of code changed in:
added comment about AES being 128 bit version.
2 lines of code changed in:
default AES parameters.
22 lines of code changed in:
accept AES at runtime as reasonable without ike=
1 lines of code changed in:
perhaps make subnets that have %any prefixes
routable.
2 lines of code changed in:
added proper parameters for AES.
4 lines of code changed in:
test cases for aggressive mode.
14 lines of code changed in:
changed logic for always sending VID payload, and
turn DPD on if the peer tells us that it supports it.
turn on DPD if we have timers, and the peer supports it.
83 lines of code changed in:
protect against using aggressive mode without ike=
as aggressive mode can not negotiate phase 1 algorithms.
7 lines of code changed in:
init_am_st_oakley may fail is the policy
is not sane. While this shouldn't happen,
protect ourself against this.
12 lines of code changed in:
dpd test with aggressive mode.
10 lines of code changed in:
adjustments to dpd-04 test to make re-running the tests
a little bit simpler.
8 lines of code changed in:
ignore code for testing DH1.
1 lines of code changed in:
adjusted the debugging for DPD a bit.
adjusted DPD such that "kill-me" timeout is only ever
set on phase 1 SA. That's the right thing to do... check
for activity on all phase 2s, and avoid the DPD if there
is activity, but if there isn't, then die on the phase 1.
This is because only the phase 1 actually gets updated
by DPD messages.
20 lines of code changed in:
More debugging
20 lines of code changed in:
Update man page
2 lines of code changed in:
Update man pages
15 lines of code changed in:
Add support to cut down on output. Default is 100 lines. #140
5 lines of code changed in:
resolution to gcc3-ism was wrong. fixed to assign correct
variable.
7 lines of code changed in:
fix for snmp SIOCPRIVATE use of snmpd.
http://bugs.xelerance.com/view.php?id=144
5 lines of code changed in:
added whitespace.
6 lines of code changed in:
use phase 1 times for "last dpd sent" since
all phase 2's should share timeout info.
but, if a phase 2 is active, we can avoid the DPD,
but, of course, there may be multiple phase 2s.
16 lines of code changed in:
Remove APPLY_CRISCO
3 lines of code changed in:
Update docs about Cisco/Cookies
8 lines of code changed in:
We no longer need to APPLY_CRISCO
5 lines of code changed in:
mistype of KLIPS_USE_COUNT -> KLIPS_INC_USE;
6 lines of code changed in:
compile time fixes for running on 2.6.
still experimental.
88 lines of code changed in:
Add gmp-devel to buildreq
1 lines of code changed in:
Finish support for new features
14 lines of code changed in:
added processing of "conn %default".
12 lines of code changed in:
added "conn %default" information to parser configuration.
4 lines of code changed in:
Add NAT-T and nhelpers
3 lines of code changed in:
moved keywords back to keywords.c, and add proper external reference.
249 lines of code changed in:
turn off linking against efence.
10 lines of code changed in:
fixed long standing bug with async resolver when there was
more than one outstanding request.
64 lines of code changed in:
Update
11 lines of code changed in:
Add 2.6 (netkey) support
2 lines of code changed in:
Cleanup some ugly includes
4 lines of code changed in:
Add 2.6 (netkey) support
145 lines of code changed in:
sometimes, a DPD event occurs for an expired state,
in which case the state is ==NULL.
9 lines of code changed in:
do not accept AES yet. We do not know how many bits
to assign for it without alg code.
4 lines of code changed in:
make sure that dpd timeout is >0.
6 lines of code changed in:
make sure that adns_pid is reset when child dies.
5 lines of code changed in:
removed redundant NAT_T_DEBUG.
2 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