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)
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:
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:
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:
add examples subdirectory
2 lines of code changed in:
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:
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:
Ignore OUPUT subdirectory
1 lines of code changed in:
Comment out scripts that don't exist
2 lines of code changed in:
Display the NAT-T table so we can confirm the NAT is present
4 lines of code changed in:
Start the connection
1 lines of code changed in:
Add NAT-T virtual_private to config
1 lines of code changed in:
Workaround for MS 818043 NAT-T Update, from NAT-T patch
12 lines of code changed in:
Add support for NAT-T Transports Mode via Makefile.inc (default=disabled)
9 lines of code changed in:
Yes, we are on 0.6c
2 lines of code changed in:
Zero tb struct, or we will get cores later on
2 lines of code changed in:
New README
114 lines of code changed in:
Fix tests
18 lines of code changed in:
Fix test (still needs more work)
5 lines of code changed in:
Fix test
6 lines of code changed in:
Fix test to patch output
3 lines of code changed in:
re-jigged XAUTH Init/Resp calculations.
230 lines of code changed in:
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:
zero endopts, in case it isn't used.
3 lines of code changed in:
s/Freeswan/Openswan/
8 lines of code changed in:
ignore generated files.
6 lines of code changed in:
removed generated files
0 lines of code changed in:
reasonably working, table driven grammar.
433 lines of code changed in:
working grammar for version 2.x files.
915 lines of code changed in:
second instance of ft_af_loose_enum handling code.
10 lines of code changed in:
got rid of silly exception from xauth testing code.
1 lines of code changed in:
introduced new field type - ft_af_loose_enum, for attribute
types which might not all be known.
32 lines of code changed in:
verify that attribute length is sensible. If not, then bail
on the packet.
47 lines of code changed in:
a second fix - print the error message.
10 lines of code changed in:
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:
whack had modecfg options client/server swapped.
5 lines of code changed in:
typo - modecfgserver set the client bit by mistake.
2 lines of code changed in:
minor reformat after pondering about format_end() functions.
6 lines of code changed in:
added aliases modecfg(client|server).
3 lines of code changed in:
change "use_mode_config" to client/server definition,
and permit transition to modecfg server mode.
62 lines of code changed in:
added (left|right)modecfg(client|server)=(yes|no).
19 lines of code changed in:
added SENTINEL 1.4.1 quirk setting.
7 lines of code changed in:
more fixes to XAUTH on/off compilation conflicts.
2 lines of code changed in:
fixed XAUTH on/off compilation conflicts.
12 lines of code changed in:
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:
moved NAT_TRAVERSAL config option to NAT-T patch.
8 lines of code changed in:
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:
script to produce the nat-traversal patch-set.
52 lines of code changed in:
moved nat-t patches to seperate directory, as they will
conflict on kernels that already have them applied.
266 lines of code changed in:
added "--sendcert" option, i.e. "leftsendcert=yes/no",
defaulting to "yes"
30 lines of code changed in:
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