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-02-05 to 2003-01-24 (Commits 6597-6646 of 10846)
Moved "struct auth_alg" from ipsec_rcv.c to ipsec_ah.h .
Changed "struct ah" to "struct ahhdr" and "struct esp" to "struct esphdr".
Removed "#ifdef INBOUND_POLICY_CHECK_eroute" dead code.
52 lines of code changed in:
Added a test description text.
3 lines of code changed in:
fix usage message
2 lines of code changed in:
Fixed incorrect debugging text label
6 lines of code changed in:
Removed no longer relevant comment
14 lines of code changed in:
Fixed initialisation bug for first sadb hash bucket that would only manifest itself on platforms where NULL != 0.
8 lines of code changed in:
Initial revision
937 lines of code changed in:
quote $ARCH properly as $(ARCH).
2 lines of code changed in:
instead of looking for things that aren't directories,
look for things that are files. This may skip symlinks,
but at least it doesn't die on FIFOs, etc.
4 lines of code changed in:
removed erroneous USE_LWDNSQ define, as it did nothing
0 lines of code changed in:
if MAILPROG fails, then offer to try again.
14 lines of code changed in:
Improved sed command, submitted by dhr.
2 lines of code changed in:
results moved to YEAR/MONTH subdir
3 lines of code changed in:
moved regress results directory to be per year/month
8 lines of code changed in:
reference file for saref test
16477 lines of code changed in:
updates to lwdnsq man page to reflect CONTRACT
684 lines of code changed in:
saref test case
1 lines of code changed in:
new files in our RPM.
9 lines of code changed in:
Updating this test again for mast(4)
0 lines of code changed in:
tell syslog that the name is "pluto" instead of "Pluto"
2 lines of code changed in:
proposed documentation on mast device
479 lines of code changed in:
altering the module-picking sed to incorporate Phoebe's kernel nomenclature
2 lines of code changed in:
dhr contributed changes. still may need modification, but I'm committing
before I leave.
20 lines of code changed in:
add --debug-oppo to restore logging of why OE wasn't attempted.
26 lines of code changed in:
Added a number of changes surrounding saref exhaustion bug.
7 lines of code changed in:
Added ENOSPC for no room in SAref table and ESPIPE for SAref internal error.
42 lines of code changed in:
Transmit error code through to caller from callee for better diagnosis of problems.
20 lines of code changed in:
Rename SAref table macro names for clarity.
Transmit error code through to caller from callee for better diagnosis of problems.
Convert IPsecSAref_t from signed to unsigned to fix apparent SAref exhaustion bug.
53 lines of code changed in:
Rename SAref table macro names for clarity.
Convert IPsecSAref_t from signed to unsigned to fix apparent SAref exhaustion bug.
36 lines of code changed in:
Re-wrote comments describing SAref system for accuracy.
Rename SAref table macro names for clarity.
Convert IPsecSAref_t from signed to unsigned to fix apparent SAref exhaustion bug.
Transmit error code through to caller from callee for better diagnosis of problems.
Enclose all macro arguments in parens to avoid any possible obscrure bugs.
70 lines of code changed in:
Rename SAref table macro names for clarity.
10 lines of code changed in:
Convert IPsecSAref_t from signed to unsigned to fix apparent SAref exhaustion bug.
13 lines of code changed in:
adjusted functions.sh such that testparams.sh is always
sourced from the test directory itself
13 lines of code changed in:
Ignore alloctest2.sh.
1 lines of code changed in:
Also ignore OUTPUT-module.
1 lines of code changed in:
added alloctest3.sh
14 lines of code changed in:
Added saref-alloc-01.
5 lines of code changed in:
Ignore OUTPUT/.
1 lines of code changed in:
reference file for test of /32 -> /32 test
131 lines of code changed in:
Eroutes for a /32 -> /32 template and any instances conflict.
This code introduces the concept of an eclipsed eroute to handle the concept.
175 lines of code changed in:
change to reflect new meaning of authby=
8 lines of code changed in:
fix classification of group instantiations
5 lines of code changed in:
add more tests
212 lines of code changed in:
ignore log created by outside-UML testing
1 lines of code changed in:
in policy group files, allow an address without a mask length for a single-member subnet
22 lines of code changed in:
- get scope of UML_BRAND right
- finish transformation to preptest
12 lines of code changed in:
Consolidated clean_output() and config file presence test into
preptest(), sourcing test parameters file and checking additionally for
TEST_TYPE set properly.
Added double quotes around all uses of $testexpect.
43 lines of code changed in:
now checks to see there are NAT exceptions for any tunnels that
were configured
26 lines of code changed in:
ignore "results"
1 lines of code changed in:
added code to map 99->missing
2 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