Commit Log (Page 61 of 217)

back to main page

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)

mcr 2004-01-05 18:21

if the address type is invalid, then return length of <invalid>
string!

6 lines of code changed in:

mcr 2004-01-01 21:52

fixed to compile without -DXAUTH.

27 lines of code changed in:

mcr 2003-12-30 01:56

removed "oldmod" - it just encourages silly behaviour.

2 lines of code changed in:

mcr 2003-12-30 01:55

final touches to client XAUTH_I0/I1 states, and
decoupling of server and client variables.

490 lines of code changed in:

mcr 2003-12-30 01:55

move important variables to a structure, so they can be easily
copied to sub-states.

9 lines of code changed in:

mcr 2003-12-30 01:54

copy quirks and hidden_variables when duplicating states.

3 lines of code changed in:

mcr 2003-12-30 01:53

added --noretransmits functionality.

15 lines of code changed in:

mcr 2003-12-30 01:53

adjusted logging of prompting function.

3 lines of code changed in:

mcr 2003-12-30 01:53

added new option --noretransmits to aide in debugging

9 lines of code changed in:

mcr 2003-12-30 01:47

added new option --noretransmits to aide in debugging

6 lines of code changed in:

mcr 2003-12-30 01:46

reformat.

4 lines of code changed in:

mcr 2003-12-30 01:45

cleaned up non-ordered state description strings.

7 lines of code changed in:

mcr 2003-12-30 01:44

configuration files for test.

16 lines of code changed in:

mcr 2003-12-30 01:44

copy all of ipsec.d files.

1 lines of code changed in:

mcr 2003-12-30 01:43

data file for use with XAUTH-pluto-03

1 lines of code changed in:

mcr 2003-12-30 01:42

added $Log$

7 lines of code changed in:

mcr 2003-12-29 17:52

XAUTH client work - not yet done. Broken XAUTH server at this point.

247 lines of code changed in:

mcr 2003-12-29 17:49

define an enum for "known_vendorid" instead of a list of defines.

53 lines of code changed in:

mcr 2003-12-29 17:49

use "known_vendorid" type.
mark XAUTH vendor as being useful.

8 lines of code changed in:

mcr 2003-12-29 17:47

added whack_prompt_for() function for xauth usage,
and added --xauthclient/--xauthserver end-point options.
removed --xauth option.

130 lines of code changed in:

mcr 2003-12-29 17:46

adjusted policy values to distinguish POLICY_ID_AUTH/POLICY_ISAKMP
usage vs POLICY_XAUTH.

173 lines of code changed in:

mcr 2003-12-29 17:41

introduced end-options xauth_server/xauth_client.

66 lines of code changed in:

mcr 2003-12-29 17:41

make sure xauth.[ch] is always in TAGS list.

2 lines of code changed in:

mcr 2003-12-29 15:53

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:

mcr 2003-12-29 15:52

added (left|right)xauth(client|server), got rid of lone
"xauth" parameter.

3 lines of code changed in:

mcr 2003-12-29 15:50

ignore manpage.d directory.

1 lines of code changed in:

mcr 2003-12-24 14:51

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:

mcr 2003-12-24 14:48

configuration files for XAUTH testing.

98 lines of code changed in:

mcr 2003-12-24 14:47

added road-east-base definition.

9 lines of code changed in:

mcr 2003-12-24 14:47

added "FATAL" prefix for the failure to write.

9 lines of code changed in:

mcr 2003-12-24 14:47

use --ipsecdir instead of --policygroupdir option.

2 lines of code changed in:

mcr 2003-12-24 14:46

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:

mcr 2003-12-22 16:38

removed extraenous #endif.

5 lines of code changed in:

mcr 2003-12-22 16:35

new patches from Dr{Who}.

33 lines of code changed in:

mcr 2003-12-22 14:40

NAT-T patches 0.6c.

759 lines of code changed in:

mcr 2003-12-22 14:39

NAT-T patches.

135 lines of code changed in:

mcr 2003-12-22 14:33

added 0.6c NAT-T patch.

32 lines of code changed in:

mcr 2003-12-22 14:27

added 0.6c NAT-T patch.

9 lines of code changed in:

ken 2003-12-19 22:50

Fix to capture errors from busybox too

2 lines of code changed in:

ken 2003-12-18 13:53

Fix tests to include new files

14 lines of code changed in:

ken 2003-12-18 13:51

Update test results to include new state transition logs

0 lines of code changed in:

mcr 2003-12-15 13:13

localization script for east as well.

13 lines of code changed in:

mcr 2003-12-15 13:13

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:

mcr 2003-12-13 15:00

developing test case for XAUTH work.

192 lines of code changed in:

mcr 2003-12-13 14:59

fail with code 88, since 99 means core dump.

1 lines of code changed in:

mcr 2003-12-13 14:59

remove transition message from unit tests.

1 lines of code changed in:

mcr 2003-12-13 14:38

remove ah-esp-01 - it was never supported.

0 lines of code changed in:

mcr 2003-12-13 14:10

refactored rcv and xmit code - same as FS 2.05.

1496 lines of code changed in:

mcr 2003-12-13 14:08

new file - documents what we have implemented.

23 lines of code changed in:

ken 2003-12-10 18:19

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