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-12-30 to 2002-12-13 (Commits 6447-6496 of 10846)
test builds of modules should be done against plain, not swan
kernel source.
1 lines of code changed in:
adjusted ARCH processing, so that i686->i386 more consistently.
changed module_compile test to just look for existance of
resulting .o file, rather than depend upon it being executable.
8 lines of code changed in:
install empty policygroup files by default.
37 lines of code changed in:
ignore OUTPUT dir.
1 lines of code changed in:
CONFDDIR files go into a subdir, as specified in the local
makefile.
Also substitute the DOCDIR into .in files.
6 lines of code changed in:
deal with short SA structures... #if 0 out for now. Probably
not quite the right way.
25 lines of code changed in:
added DOCDIR.
5 lines of code changed in:
install the documentation to a documentation directory
in prefix/share/doc/freeswan.
17 lines of code changed in:
From PHB: "In the 2.00 universe we should never gripe about any of the
config files being missing." So, if ipsec.conf is missing the barf
will not complain. If ipsec.secrets is missing, don't "sum" the filename,
instead, explain why the file might be missing.
11 lines of code changed in:
updates to the barf output: explain why we might lack pluto/KLIPS messages,
and try to silence output when /etc/ipsec.d/policies files are not found.
18 lines of code changed in:
Updating --version output to indicate when no kernel code is present.
8 lines of code changed in:
make ${CONFDDIR} to be sure it exists.
1 lines of code changed in:
change call to "ipsec check" to "ipsec verify"
3 lines of code changed in:
redid "minstall" target so that it installs the modules in the
local "MODBUILDDIR" rather than attempting to ask the kernel
to do that.
11 lines of code changed in:
- avoid (improbable) buffer overflow
- suppress prompt after "quit" command
- add space to prompt to match aesthetics and man page
- elminate a magic number
16 lines of code changed in:
continue renaming dnskey => lwdnsq
19 lines of code changed in:
use BIND9STATICLIBDIR to find -lisc/-ldns.
5 lines of code changed in:
added BIND9STATICLIBDIR to point to location of bind9
(9.3 snapshot, such as 20021115) library directory,
where libdns.a and libisc.a can be found.
9 lines of code changed in:
test case for compiling without IPCOMP.
74 lines of code changed in:
ignore the local results area.
1 lines of code changed in:
patch to increase printk() buffer size for UML tests.
11 lines of code changed in:
apply local patches, if any are found.
26 lines of code changed in:
mark MODULE tests as such.
1 lines of code changed in:
UML source tree for building against.
3 lines of code changed in:
More code to use lwdsnq(8) for DNS services.
Now conditional on USE_LWRES. Still not tested.
909 lines of code changed in:
slight touch-up
8 lines of code changed in:
added definition of FS 1.xx sadb structure
15 lines of code changed in:
needed to add in ipsec.8 man page to RPM...
1 lines of code changed in:
enable dnssec (root key) on west, and enable test for it.
78 lines of code changed in:
a hack to avoid running the dns-key test if there is no LWRES.
6 lines of code changed in:
fixed root hints file.
1 lines of code changed in:
add -DUSE_LWRES, if USE_LWRES is set.
5 lines of code changed in:
build lwdnsq if USE_LWRES is set.
5 lines of code changed in:
build liblwres if USE_LWRES is set.
5 lines of code changed in:
added some comments, and documented use of USE_LWRES.
13 lines of code changed in:
restored sa_ref code
6 lines of code changed in:
temporarily removed sadb_x_sa_ref reference for 2.xx
7 lines of code changed in:
Update for text output for IP addresses.
8 lines of code changed in:
Relegated MCR's recent "_dmp" routine to debug_verbose.
Cleaned up printing of source and destination addresses in debug output.
51 lines of code changed in:
turns out that the memory allocation error in process_txt_rr
could never happen so it isn't worth writing up in CHANGES.
1 lines of code changed in:
fix memory allocation error in process_txt_rr
6 lines of code changed in:
Updated for added debugging output and fixed minor bug.
16 lines of code changed in:
restored sa_ref code
22 lines of code changed in:
temporarily removed sadb_x_sa_ref reference for 2.xx
28 lines of code changed in:
commented out access to sadb_x_sa_ref for 2.xx branch
14 lines of code changed in:
Fixed test type for west-rcv-nfmark-01 from ctltest to klipstest.
1 lines of code changed in:
- add --diff flag to doauto
- add -pl naming trick to get pluto log extracts included in log-to-be-compared
- added new pluto unit tests (not yet run from "make check"):
+ many policy group tests
+ regression tests for two policy group bugs found by MCR
610 lines of code changed in:
slightly improve obscure message
3 lines of code changed in:
Adding information from mailing list posts.
45 lines of code changed in:
Added Checkpoint links from one of Sam's posts.
15 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