Commit Log (Page 106 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: 2002-08-04 to 2002-07-29 (Commits 5547-5596 of 10846)

mcr 2002-08-04 23:43

the east-icmp-02 test verifies that KLIPS can deal with
chained SA groups.

126 lines of code changed in:

mcr 2002-08-04 23:38

if KLIPS_MODULE is set then we get some extra output
that needs to be removed so that the module version output
matches the statically built kernel output.

5 lines of code changed in:

mcr 2002-08-04 20:28

if KLIPS_MODULE is set then use "startmodule.sh"
instead of "start.sh", and set the REPORT_NAME to
this value as well for recordresults.
this applies to klipstest only so far.

22 lines of code changed in:

mcr 2002-08-04 20:27

do not install FreeSWAN for "regular hosts"

6 lines of code changed in:

mcr 2002-08-04 20:22

changed prompt to ~#, and put the prompt string into
a variable.
if KLIPS_MODULE is set then load /ipsec.o, wrapping
the load with stuff that can easily be ignored.

36 lines of code changed in:

mcr 2002-08-04 20:17

do not install FreeSWAN for "regular hosts"

34 lines of code changed in:

mcr 2002-08-04 20:02

if something catastrophic occurs and there are no test results
to summarize, then we can wind up dividing by zero.

7 lines of code changed in:

mcr 2002-08-04 20:00

REGRESSRESULTS was set in the top-level makefile it it wasn't
set. This is wrong as it needs to be a full path name, and
that pathname is not available there.
Instead, run the summary tool at the end of make check if the
variable is setup, and for now, ignore the error code from that.
This is part of an effort to make the output of "make check"
to be a bit more tractable when not run as part of the nightly.

5 lines of code changed in:

mcr 2002-08-04 19:06

change s// delimiters due to / in FreeS/WAN.

2 lines of code changed in:

mcr 2002-08-04 15:55

okay, fixed the regex for --version/version to actually work.

2 lines of code changed in:

mcr 2002-08-04 13:34

added kdiff - to compare $KERNELSRC IPsec to in-tree IPsec code.
removed regress-summarize-results - REGRESSRESULTS is never
properly set in this context.

4 lines of code changed in:

mcr 2002-08-03 14:04

compare a $KERNELSRC to $FREESWANSRCDIR to find changes that
might have been made only the kernel source. Generates a patch.

35 lines of code changed in:

mcr 2002-08-03 14:03

loop that checks for SPI's to have been already linked
fails to actually step to next pointer, but continuously
resets to head of list. Wrong pointer used.
test east-icmp-02 revealed this.

6 lines of code changed in:

mcr 2002-08-02 18:45

added uninstall test.

5 lines of code changed in:

mcr 2002-08-02 18:45

oops, shell needs regex in case statement, no fall through like C

2 lines of code changed in:

mcr 2002-08-02 18:44

reorged the module makefile so that Makefile.inc is
included before KLIPSRC is referenced.

2 lines of code changed in:

mcr 2002-08-02 18:43

added section on debugging with UMLs.

61 lines of code changed in:

mcr 2002-08-02 18:39

moved all of "rpm" targets to packaging/redhat.
changed module target to build against kernel source instead
of inserting code and building within the kernel.

25 lines of code changed in:

mcr 2002-08-02 18:33

if KLIPS_MODULE is set, then use startmodule.sh instead of
start.sh.

10 lines of code changed in:

mcr 2002-08-02 18:33

call setup_make for common makefile portions.

8 lines of code changed in:

mcr 2002-08-02 18:33

create startmodule.sh that uses UMLPOOL/plain.
copy ipsec.o module from UMLPOOL/module.
build UMLPOOL/module/ipsec.o in common section.

37 lines of code changed in:

mcr 2002-08-02 18:32

if KLIPS_MODULE is set, then insmod /ipsec.o before doing
anything else in the UML.

11 lines of code changed in:

mcr 2002-08-02 18:31

adjusted to use functions from netjig.tcl

15 lines of code changed in:

mcr 2002-08-02 18:28

uml_netjig is not installed by default, so do not
list it in install_file_list output.

2 lines of code changed in:

mcr 2002-08-02 18:27

use new "ipsec pf_key --daemon"
reduce hard limit to 800 bytes.

3 lines of code changed in:

mcr 2002-08-02 18:26

re-write install target so that it installs to ${LIBEXECDIR}
rather than ${BINDIR}. _pluto_adns should go into ${LIBDIR}
perhaps, but internal mechanism to find it isn't clear that
it will always find it there, so lines are just split for later.

4 lines of code changed in:

mcr 2002-08-02 18:24

adjusted install_file_list so that man pages are listed
properly so that the uninstall test works properly.

5 lines of code changed in:

mcr 2002-08-02 12:03

moved many files from lib/ipsec -> libexec/ipsec.

23 lines of code changed in:

mcr 2002-08-02 12:02

ignore output file.

1 lines of code changed in:

mcr 2002-08-02 12:00

moved user visible programs to $PREFIX/libexec, while moving
private files to $PREFIX/lib.

75 lines of code changed in:

mcr 2002-08-02 11:51

if the file "distro.txt" exists in this directory, then it
will be installed into the LIBDIR. The ipsec --version
(and now "ipsec version") command will look for this file
and will print it as part of "ipsec --version".

13 lines of code changed in:

mcr 2002-08-02 11:44

change default location for FreeSWAN *programs* to $LIBEXECDIR.

3 lines of code changed in:

mcr 2002-08-02 11:43

include setting for RSAKEYBITS and make sure that
Makefile.ver is always included.

8 lines of code changed in:

claudia 2002-08-01 15:37

Incorporated DHR's and Paul's comments.

47 lines of code changed in:

claudia 2002-07-31 23:14

First draft, based on quickstart for net-net and roadies. May contain errors.

308 lines of code changed in:

claudia 2002-07-31 17:07

Simplified index.

19 lines of code changed in:

dhr 2002-07-31 14:40

tweaks to make it easier for others to run tests

33 lines of code changed in:

dhr 2002-07-31 14:33

show_connections_status now shows key_from_DNS_on_demand

5 lines of code changed in:

dhr 2002-07-31 01:08

[Ken Bantoft] 64-bit fixes

20 lines of code changed in:

dhr 2002-07-30 22:45

[Andreas Steffen] add a little more cert handling

66 lines of code changed in:

claudia 2002-07-30 18:39

Added bold line based on lenin.nu experience.

7 lines of code changed in:

claudia 2002-07-30 17:54

Added issues discovered in the last month.

126 lines of code changed in:

mcr 2002-07-29 18:50

added tests for 2.0, 2.2 kernelpatch

216 lines of code changed in:

mcr 2002-07-29 18:33

added tests for 2.0, 2.2 kernelpatch

184 lines of code changed in:

mcr 2002-07-29 18:31

added tests for 2.0, 2.2 and 2.4 kernelpatch.

39 lines of code changed in:

mcr 2002-07-29 18:27

test for Linus 2.4 kernel.

191 lines of code changed in:

mcr 2002-07-29 18:27

added kernel_patch_test test type.

31 lines of code changed in:

mcr 2002-07-29 18:16

added kernel_patch_test test type.

87 lines of code changed in:

mcr 2002-07-29 17:58

fixed "insmod"-type bug as reported by DHR.

3 lines of code changed in:

mcr 2002-07-29 17:57

kernelpatch's Makefile.ver actually has to have proper version
in it!
filtering should be based upon basename only.

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