Commit Log (Page 60 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-20 to 2004-01-05 (Commits 7847-7896 of 10846)

mcr 2004-01-20 15:55

switch to using xmalloc()/xstrdup()/xrealloc(), but not yet
sure what to do on error. Probably exit and let init start us again.

55 lines of code changed in:

mcr 2004-01-20 15:47

use Makefile.inc localizations to find the files/directories.
renamed log.[ch] to starterlog.[ch] (avoid duplicate names with pluto)
added kt_appendstring to handle also= which will need multiple
values.
switch to using xmalloc()/xstrdup()/xrealloc(), but not yet
sure what to do on error. Probably exit and let init start us again.
moved kw_host_values to pluto/constant.[ch], and some keyword_
routines too.
use proper whacklib.c packing routines.

281 lines of code changed in:

sam 2004-01-20 14:37

Add a USE_OE flag to Makefile.inc. If set to no, generate a modified
ipsec.conf file that will include ipsec.d/examples/no_oe.conf, and
thus turn off OE.

14 lines of code changed in:

sam 2004-01-20 14:25

add examples subdirectory

2 lines of code changed in:

sam 2004-01-20 14:24

Adding a template .conf file which will disable OE. Can be "include"d until
such time as there is an oe=yes|no parameter.

71 lines of code changed in:

mcr 2004-01-19 12:55

starter's parser and semantic analyser is now complete,
but so far no testing is done on what is actually installs.

279 lines of code changed in:

ken 2004-01-18 22:54

Ignore OUPUT subdirectory

1 lines of code changed in:

ken 2004-01-18 22:53

Comment out scripts that don't exist

2 lines of code changed in:

ken 2004-01-18 22:53

Display the NAT-T table so we can confirm the NAT is present

4 lines of code changed in:

ken 2004-01-18 22:52

Start the connection

1 lines of code changed in:

ken 2004-01-18 22:52

Add NAT-T virtual_private to config

1 lines of code changed in:

ken 2004-01-18 21:18

Workaround for MS 818043 NAT-T Update, from NAT-T patch

12 lines of code changed in:

ken 2004-01-18 21:09

Add support for NAT-T Transports Mode via Makefile.inc (default=disabled)

9 lines of code changed in:

ken 2004-01-18 21:01

Yes, we are on 0.6c

2 lines of code changed in:

ken 2004-01-18 20:59

Zero tb struct, or we will get cores later on

2 lines of code changed in:

ken 2004-01-18 20:07

New README

114 lines of code changed in:

ken 2004-01-18 16:32

Fix tests

18 lines of code changed in:

ken 2004-01-18 16:30

Fix test (still needs more work)

5 lines of code changed in:

ken 2004-01-18 16:25

Fix test

6 lines of code changed in:

ken 2004-01-18 16:23

Fix test to patch output

3 lines of code changed in:

mcr 2004-01-15 16:20

re-jigged XAUTH Init/Resp calculations.

230 lines of code changed in:

mcr 2004-01-15 13:48

first compileable, table-driven starter process.
renamed some files: whack.[ch] -> starterwhack.[ch]
pluto.c -> invokepluto.c.
total rototiling of much of the code to use keywords.c.

1770 lines of code changed in:

mcr 2004-01-15 13:04

zero endopts, in case it isn't used.

3 lines of code changed in:

mcr 2004-01-12 21:17

s/Freeswan/Openswan/

8 lines of code changed in:

mcr 2004-01-12 21:06

ignore generated files.

6 lines of code changed in:

mcr 2004-01-12 21:05

removed generated files

0 lines of code changed in:

mcr 2004-01-12 20:40

reasonably working, table driven grammar.

433 lines of code changed in:

mcr 2004-01-11 14:57

working grammar for version 2.x files.

915 lines of code changed in:

mcr 2004-01-09 00:17

second instance of ft_af_loose_enum handling code.

10 lines of code changed in:

mcr 2004-01-09 00:16

got rid of silly exception from xauth testing code.

1 lines of code changed in:

mcr 2004-01-08 23:40

introduced new field type - ft_af_loose_enum, for attribute
types which might not all be known.

32 lines of code changed in:

mcr 2004-01-08 23:39

verify that attribute length is sensible. If not, then bail
on the packet.

47 lines of code changed in:

mcr 2004-01-08 23:04

a second fix - print the error message.

10 lines of code changed in:

mcr 2004-01-08 22:56

possible fix for looping problem in xauth_I0, if an unknown
attribute is received. How to make a test case?

14 lines of code changed in:

mcr 2004-01-08 20:47

whack had modecfg options client/server swapped.

5 lines of code changed in:

mcr 2004-01-08 19:48

typo - modecfgserver set the client bit by mistake.

2 lines of code changed in:

mcr 2004-01-08 19:47

minor reformat after pondering about format_end() functions.

6 lines of code changed in:

mcr 2004-01-08 18:51

added aliases modecfg(client|server).

3 lines of code changed in:

mcr 2004-01-08 18:10

change "use_mode_config" to client/server definition,
and permit transition to modecfg server mode.

62 lines of code changed in:

mcr 2004-01-08 18:09

added (left|right)modecfg(client|server)=(yes|no).

19 lines of code changed in:

mcr 2004-01-08 17:19

added SENTINEL 1.4.1 quirk setting.

7 lines of code changed in:

mcr 2004-01-08 16:58

more fixes to XAUTH on/off compilation conflicts.

2 lines of code changed in:

mcr 2004-01-08 16:24

fixed XAUTH on/off compilation conflicts.

12 lines of code changed in:

mcr 2004-01-07 14:42

adjusted the patch slightly so that it can be applied more
cleanly for module ipsec, even when we don't know that we
will be using ipsec at that point.

12 lines of code changed in:

mcr 2004-01-06 17:15

moved NAT_TRAVERSAL config option to NAT-T patch.

8 lines of code changed in:

mcr 2004-01-06 16:43

initial commit of FreeS/WAN starter from mlafon@arkoon.net.
code only made to compile in FS 2.xx tree.

2852 lines of code changed in:

mcr 2004-01-06 00:21

script to produce the nat-traversal patch-set.

52 lines of code changed in:

mcr 2004-01-06 00:14

moved nat-t patches to seperate directory, as they will
conflict on kernels that already have them applied.

266 lines of code changed in:

mcr 2004-01-05 18:22

added "--sendcert" option, i.e. "leftsendcert=yes/no",
defaulting to "yes"

30 lines of code changed in:

mcr 2004-01-05 18:21

initialize sin_family in ipsec_rcv.c

9 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