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: 2003-01-24 to 2003-01-15 (Commits 6547-6596 of 10846)
updates to maysnap, and added maytest/wanttest to run
nightly testing
54 lines of code changed in:
moved capture of stdout/stderr to after disk space cleanup,
so that we can get better logging
9 lines of code changed in:
remove directories by explicit path names.
added log of candidate directories
12 lines of code changed in:
added expected value for dns-key-01 test
2 lines of code changed in:
Explain why we fail this test...
2 lines of code changed in:
Removed 2 debugging lines no longer needed. Added instrumentation for
the remaining "99" type exit codes to help debugging.
7 lines of code changed in:
Fixed TEST_TYPE disagreement between this file and its corresponding
TESTLIST file. It is a ctltest.
1 lines of code changed in:
typo in ipsec.conf comment
2 lines of code changed in:
Check for $TESTTYPE agreement between testing/*/TESTLIST and
testing/*/*/testparams.sh.
73 lines of code changed in:
OUTPUT directory should be ignored by cvs
2 lines of code changed in:
Replace OEself with 0.0.0.0/0 entry in default /etc/ipsec.d/policies/private-or-clear
84 lines of code changed in:
start documenting changes for policy groups
85 lines of code changed in:
- recreate OUTPUT directory before each test
- attempt to kill rogue UML processes
32 lines of code changed in:
another try at fixing up expected output
2 lines of code changed in:
fix up expected output
2 lines of code changed in:
remove thread XXX from console output for skas3 support.
0 lines of code changed in:
eliminate duplicate entries
2 lines of code changed in:
Added MODULE_DEFCONFIG definition to influence the makefile process to
avoid compiling the ipcomp parts.
1 lines of code changed in:
Forgot to undef CONFIG_IPSEC_IPCOMP.
3 lines of code changed in:
Added a file that contains the defaults for the kernel config, replacing
defconfig.
110 lines of code changed in:
Switch off IPCOMP.
12 lines of code changed in:
Added a test description.
1 lines of code changed in:
for module compiles, make the "defconfig" a macro that we can
set outside.
4 lines of code changed in:
remove thread XXX from console output for skas3 support.
0 lines of code changed in:
always set USE_LWDNSQ when doing the install test, otherwise
insanity reigns, as the install list changes based upon this.
2 lines of code changed in:
test case for pfkey allocation
30 lines of code changed in:
if skas is present in host kernel, then skas mode may be used,
and the tracing thread info will not be printed.
1 lines of code changed in:
ignore generated files.
6 lines of code changed in:
moved $(ARCH) sanitization to Makefile.inc.
make Makefile depend upon Makefile.ver, so that it will get
generated if it doesn't exist already. This is a GNU-make-ism
that the Makefile can have dependancies.
3 lines of code changed in:
comment out installation of detailed documentation until
htmldoc error is resolved.
when searching for man pages, only look in programs, lib and
linux. if we look elsewhere, then we wind up searching *doc*,
and possibly the installed UMLPOOL, if it is in ".." This
results in endless recursion.
3 lines of code changed in:
make inclusion of Makefile.ver optional - do not fail if it does not exist. It will get created
2 lines of code changed in:
turn off install: target for now.
10 lines of code changed in:
updated documentation on UML state.
15 lines of code changed in:
additions to config to support UML patch 2.4.19-47.
4 lines of code changed in:
draft -01 of the document
82 lines of code changed in:
- mark shunt-only auto conns by "authby=never"
- pluto now refuses to negotiate for such a connection
- add "authby=secret|rsasig" to allow user to get at this pluto capability
- opportunistic connections can be restricted to subnets and shunt-only
connections are supported, fc_try needed to prioritize among feasible
connections. Thus the new fc_try_oppo; it prioritizes the way KLIPS
does: feasible connection with smallest local subnet; within those,
smallest remote subnet; within those, prefer a routed connection.
Thus pluto will use an expected connection and refuse to use a shunt-only
one.
259 lines of code changed in:
fix spelling (PR#163)
2 lines of code changed in:
check that barf generates the expected sections
96 lines of code changed in:
fixed regress-cleanup.pl so that it attempts to free space
in $BTMP/$USER rather than $BTMP/$USER/$BRANCH.
34 lines of code changed in:
updated IPSEC KEY draft with restrictions.
144 lines of code changed in:
rev 11 of OE draft.
432 lines of code changed in:
add support for lwdnsq
2 lines of code changed in:
add support for lwdnsq
16 lines of code changed in:
fix $PLUTO setting to survive additional tests
13 lines of code changed in:
fix reference log to reflect 1.77 changes to programs/barf/barf.in
0 lines of code changed in:
Fixed sign bug in error return from an sa allocation call in
pfkey_msg_interp.
7 lines of code changed in:
use $IPSEC_EXECDIR for default directory for lwdnsq
6 lines of code changed in:
now that policy files are installed correctly, update the reference output
5 lines of code changed in:
now that policy files are installed correctly, update the reference output
10 lines of code changed in:
document ttodatav's "flags" argument
7 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