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-01-05 to 2003-12-10 (Commits 7797-7846 of 10846)
if the address type is invalid, then return length of <invalid>
string!
6 lines of code changed in:
fixed to compile without -DXAUTH.
27 lines of code changed in:
removed "oldmod" - it just encourages silly behaviour.
2 lines of code changed in:
final touches to client XAUTH_I0/I1 states, and
decoupling of server and client variables.
490 lines of code changed in:
move important variables to a structure, so they can be easily
copied to sub-states.
9 lines of code changed in:
copy quirks and hidden_variables when duplicating states.
3 lines of code changed in:
added --noretransmits functionality.
15 lines of code changed in:
adjusted logging of prompting function.
3 lines of code changed in:
added new option --noretransmits to aide in debugging
9 lines of code changed in:
added new option --noretransmits to aide in debugging
6 lines of code changed in:
reformat.
4 lines of code changed in:
cleaned up non-ordered state description strings.
7 lines of code changed in:
configuration files for test.
16 lines of code changed in:
copy all of ipsec.d files.
1 lines of code changed in:
data file for use with XAUTH-pluto-03
1 lines of code changed in:
added $Log$
7 lines of code changed in:
XAUTH client work - not yet done. Broken XAUTH server at this point.
247 lines of code changed in:
define an enum for "known_vendorid" instead of a list of defines.
53 lines of code changed in:
use "known_vendorid" type.
mark XAUTH vendor as being useful.
8 lines of code changed in:
added whack_prompt_for() function for xauth usage,
and added --xauthclient/--xauthserver end-point options.
removed --xauth option.
130 lines of code changed in:
adjusted policy values to distinguish POLICY_ID_AUTH/POLICY_ISAKMP
usage vs POLICY_XAUTH.
173 lines of code changed in:
introduced end-options xauth_server/xauth_client.
66 lines of code changed in:
make sure xauth.[ch] is always in TAGS list.
2 lines of code changed in:
added (left|right)xauth(client|server), got rid of lone
"xauth" parameter.
arranged so that stdin for "ipsec whack" command points to
original stdin of "ipsec auto" script rather than a script
input.
28 lines of code changed in:
added (left|right)xauth(client|server), got rid of lone
"xauth" parameter.
3 lines of code changed in:
ignore manpage.d directory.
1 lines of code changed in:
added paths.h - so that we can move all of /etc/ipsec.d to
another directory conveninently. This affects xauth code, and
x.509 code, as well as foodgroups.
got rid of redundant definitions for MODECFG and XAUTH.
move nat_traversal_vid definitions to "isakmp_quirks", which
is where we record information about vendorIDs received.
moved some NAT_traversal code around - it was in the wrong
place for a server side - it didn't send NATD's.
(note: NAT_TRAVERSAL still not working for OSW<->OSW)
259 lines of code changed in:
configuration files for XAUTH testing.
98 lines of code changed in:
added road-east-base definition.
9 lines of code changed in:
added "FATAL" prefix for the failure to write.
9 lines of code changed in:
use --ipsecdir instead of --policygroupdir option.
2 lines of code changed in:
if sock.h patch has not been applied, then define appropriate
structure so we can use it. This is serious inferior, and
depends upon the concept that the structure in question is
smaller than the other members of that union.
getting rid of differing methods is a better solution.
11 lines of code changed in:
removed extraenous #endif.
5 lines of code changed in:
new patches from Dr{Who}.
33 lines of code changed in:
NAT-T patches 0.6c.
759 lines of code changed in:
NAT-T patches.
135 lines of code changed in:
added 0.6c NAT-T patch.
32 lines of code changed in:
added 0.6c NAT-T patch.
9 lines of code changed in:
Fix to capture errors from busybox too
2 lines of code changed in:
Fix tests to include new files
14 lines of code changed in:
Update test results to include new state transition logs
0 lines of code changed in:
localization script for east as well.
13 lines of code changed in:
when compiling with NAT traversal, don't assume that the
kernel has been patched, unless CONFIG_IPSEC_NAT_NON_ESP
is set.
35 lines of code changed in:
developing test case for XAUTH work.
192 lines of code changed in:
fail with code 88, since 99 means core dump.
1 lines of code changed in:
remove transition message from unit tests.
1 lines of code changed in:
remove ah-esp-01 - it was never supported.
0 lines of code changed in:
refactored rcv and xmit code - same as FS 2.05.
1496 lines of code changed in:
new file - documents what we have implemented.
23 lines of code changed in:
Fix output - include installed docs in filelist to be removed
117 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