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-02 to 2004-01-20 (Commits 7897-7946 of 10846)
removed erroneously, double patched code.
6 lines of code changed in:
remove NAT-traversal option from IPsec config,
as it should be in the kernel configuration if
the NAT-T patch is installed.
4 lines of code changed in:
new xmit type if the UDP encapsulation is wrong.
0 lines of code changed in:
updated documentation index file.
0 lines of code changed in:
documentation of client side XAUTH.
95 lines of code changed in:
is a var
1 lines of code changed in:
Start including XAUTH tests
5 lines of code changed in:
Redo Math for summaries so we can actually get 100%
6 lines of code changed in:
Patch from agruen to fixed LOGDIRs
3 lines of code changed in:
disable, for now the /32->host change.
3 lines of code changed in:
if we have a /32 subnet, then make it a host instead.
26 lines of code changed in:
new way to get ID_KEY_ID type - for a string value.
use @[string].
8 lines of code changed in:
remove extra ()
2 lines of code changed in:
added new ID type - ID_KEY_ID, given as a string.
We use [] around the string, since " might to too difficult
for config files that already use ".
17 lines of code changed in:
Updated with recent info
1 lines of code changed in:
test for XAUTH client and XAUTH server.
154 lines of code changed in:
xauth should use a new msgid for each exchange,
i.e. for CFG_REQUEST vs CFG_SET.
As a result, xauth_inI0() state has to deal with
all possible answers.
inverted switch statements since REQUEST/SET processing
is almost the same.
203 lines of code changed in:
added STF_FATAL.
STATE_XAUTH_I0 may be only state used if msgid/exchange is true.
25 lines of code changed in:
record number of attempts to authenticate so that they
can be limited.
4 lines of code changed in:
do not define psk: and rsasig: if we aren't including
XAUTH.
3 lines of code changed in:
added --xauthname and --xauthpass to provide whack with the
appropriate username/passwords.
60 lines of code changed in:
when lwdnsq returns "TIMEOUT", consider it to be fatal
for now.
14 lines of code changed in:
Disable Alpha and SuSE tests - they won't ever pass
7 lines of code changed in:
Fix tests to match new diagnostic messages
4 lines of code changed in:
fix for unregister_netdev() problem for underlying eth0.
10 lines of code changed in:
Skip Alpha, as we don't have one
1 lines of code changed in:
Include new examples
2 lines of code changed in:
Adjust test for new patch filelist
10 lines of code changed in:
Include new examples
2 lines of code changed in:
We use lwres in HEAD
2 lines of code changed in:
minor tweak to build instructions
10 lines of code changed in:
added MacOS patch credit
3 lines of code changed in:
changes to some comments
2 lines of code changed in:
OLS2002 presentation is not necessary to have in distro anymore
0 lines of code changed in:
states XAUTH I0/I1 are ISAKMP_SA established.
permit transition from I1->I0.
14 lines of code changed in:
More notes
7 lines of code changed in:
a start at handling multiple phase 2's msgid being outstanding
at the same time.
91 lines of code changed in:
Add notes
4 lines of code changed in:
if we got an XAUTH AUTH-TYPE, then we have to send an AUTH-TYPE.
40 lines of code changed in:
process all MODECFG attributes in the packet.
display XAUTH-message and confirm XAUTH-type attributes.
177 lines of code changed in:
added XAUTH-TYPE defines.
19 lines of code changed in:
Add X.509 patch docs
3155 lines of code changed in:
Add people
12 lines of code changed in:
initialize variables to false.
3 lines of code changed in:
send XAUTH vendor ID payload.
13 lines of code changed in:
only compare port selectors if they are non-zero.
12 lines of code changed in:
changed lists to use sys/queue.h
added STARTUP_POLICY for non-negotiable policies
implemented also= processing, breadth first descent, not recursive.
544 lines of code changed in:
added sys/queue.h.
8 lines of code changed in:
Fix test to match output
55 lines of code changed in:
Fix test
1 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