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-10-18 to 2004-10-16 (Commits 9097-9146 of 10846)
Strip .nptl from bareversion, as this seems to break calcgoo. #166
2 lines of code changed in:
Add support for gentoo/debian/others using auth.log and daemon.log for IPsec logging
3 lines of code changed in:
Check for 2.6 && overridemtu, and print warning that it will be ignored
4 lines of code changed in:
test of xauth with algo options
395 lines of code changed in:
removed redundant init file --- we use road, not west.
0 lines of code changed in:
make sure to call eval, because bash doesn't always do
this properly, but zsh does.
2 lines of code changed in:
aggressive mode test, with option to do crypto-inline.
1 lines of code changed in:
working unit test for aggressive mode.
51 lines of code changed in:
turned on debugging for later examination.
8 lines of code changed in:
enable debugging in case we need to review things.
2 lines of code changed in:
aggressive mode unit test.
220 lines of code changed in:
moved declaration of passert_fail pointer to function
to passert.h.
1 lines of code changed in:
debug routines for release_md().
6 lines of code changed in:
finished copy_sa and sa_merge_proposals routines.
75 lines of code changed in:
introduce new --coredir option.
20 lines of code changed in:
when not using any helpers, make a note of it, and
also make sure that helper routine returns after calling
the continuation function.
7 lines of code changed in:
document --coredir option.
11 lines of code changed in:
make sure that passert_fail() is prototyped.
4 lines of code changed in:
make sure to reset all globals in aggressive mode
helper routines.
26 lines of code changed in:
create merged version of proposals when doing algo
options for ike.
117 lines of code changed in:
added option to set --nhelpers for unit tests.
5 lines of code changed in:
include libopenswan's "packet.h" instead of reaching into pluto.
2 lines of code changed in:
added double inclusion protection to passert.h.
10 lines of code changed in:
fix reference to passert_fail().
2 lines of code changed in:
added note of --coredir.
21 lines of code changed in:
add /usr/local and /var/tmp mounts to /etc/fstab so that
they can be umount'ed/mount'ed to flush changes.
6 lines of code changed in:
run library tests in the subdir (so core will go there),
and make sure that core dumps are enabled.
8 lines of code changed in:
state number changes due to addition of aggressive mode.
15 lines of code changed in:
adjust CONFIG search for lwdnsq.
7 lines of code changed in:
remove main mode/aggressive mode peer note.
1 lines of code changed in:
use LEAK_DETECTIVE code to verify that everything
is okay.
10 lines of code changed in:
spdbtest.c found a bug in clone code.
2 lines of code changed in:
removed gcc 2.x-isms that are now warnings in gcc 3.4
25 lines of code changed in:
overhauled LEAK_DETECTIVE so that it can be turned on
in selected pieces of code such as test cases.
keep track of whether or not leak detective was on/off
when we compiled, and decode it at runtime.
87 lines of code changed in:
ignore test output.
2 lines of code changed in:
renamed endian.h -> pluto_endian.h.
61 lines of code changed in:
new test case for spdb.c clone/copy functions.
184 lines of code changed in:
added EXTRAFLAGS and EXTRALIBS variable to library test
process, and provide FLAGS.testobj file to configure
test case.
22 lines of code changed in:
renamed endian.h to pluto_endian.h
2 lines of code changed in:
start of reworked algo code.
142 lines of code changed in:
moved packet.c to lib/libopenswan
renamed endian.h to pluto_endian.h
added spdb_struct.c
120 lines of code changed in:
split spdb.c into parts that deal with SP database,
and parts that deal with parsing SA payloads.
2331 lines of code changed in:
moved packet.c to lib/libopenswan
renamed endian.h to pluto_endian.h
added spdb_struct.c
19 lines of code changed in:
moved packet.c from programs/pluto.
91 lines of code changed in:
added missing prototype for openswan_loglog().
3 lines of code changed in:
add forward definition to make it easier to include.
2 lines of code changed in:
make sure to export OSWLOGLIB
2 lines of code changed in:
define a type to number the oakley groups.
2 lines of code changed in:
added ike_default variable to indicate where in list one
wants the pluto defaults.
13 lines of code changed in:
Moved to include/packet.h,v
0 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