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-06-28 to 2003-06-19 (Commits 7347-7396 of 10846)
process_txt_rr_body now displays keyid of any key it processes
11 lines of code changed in:
pulic_key_from_rsa should fill in the key id
2 lines of code changed in:
adjusted script - \1 and $1 got merged into subsequent
numbers, and needs to be represented by ${1}.
5 lines of code changed in:
added trap_count
4 lines of code changed in:
ignore the "tagsfile.mak" - not essential for the patch.
2 lines of code changed in:
use ikeping from /usr/src
4 lines of code changed in:
use ikeping from /usr/src
9 lines of code changed in:
ignore the OUTPUT dir.
1 lines of code changed in:
clean up formatting
7 lines of code changed in:
clean up formatting
36 lines of code changed in:
trap_connection shouldn't fall through to route_farconflict
when routing >= RT_ROUTED_TUNNEL, but should return true,
because the job is already done.
2 lines of code changed in:
enable module testing again for KLIPS
2 lines of code changed in:
use perl version of host-dig sanitizer to deal with
TTL changes in dig output.
1 lines of code changed in:
co-terminal near-kind test when OE is started before wavesec.
9 lines of code changed in:
use ikeping program from /usr/src, instead of relying on
it being installed.
6 lines of code changed in:
added local variables to end of file.
8 lines of code changed in:
handle case where wavesec is loaded *after* OE conn
properly. This code got lost.
71 lines of code changed in:
adjusted minor comment.
2 lines of code changed in:
fix to pluto/connections.c: a %hold may disappear while a DNS query is in flight
12 lines of code changed in:
first hack at co-terminal-03
110 lines of code changed in:
first hack at test - matching code does not yet exist
615 lines of code changed in:
new location of ikeping
2 lines of code changed in:
build, but do not install "ikeping" even when we do not
want it as part of the system.
13 lines of code changed in:
use look-for-txt instead of lwdnsq
3 lines of code changed in:
use look-for-txt instead of lwdnsq,
and make sure that policy is loaded before doing other actions
8 lines of code changed in:
use look-for-txt instead of lwdnsq
3 lines of code changed in:
use look-for-txt instead of lwdnsq,
and make sure that policy is loaded before doing other actions
8 lines of code changed in:
use look-for-txt instead of lwdnsq
8 lines of code changed in:
enable myid-* on HEAD, and fix type of vpn-dns-01 test
23 lines of code changed in:
record $REGRESSRESULT value into umlsetup.sh for later use
3 lines of code changed in:
switch to using the look-for-??? instead of lwdnsq directly.
6 lines of code changed in:
added new global: ipsecdevices[] so that we can keep track of
the ipsecX devices. They will be referenced with dev_hold(),
so 2.2 may need this as well.
6 lines of code changed in:
use "look-for-txt" instead of calling lwdnsq explicitely.
24 lines of code changed in:
use "look-for-key" instead of calling lwdnsq explicitely.
22 lines of code changed in:
_startklips.in: corrected several misspelled references to rpfiltercontrol
6 lines of code changed in:
updated comment on rational for #define.
4 lines of code changed in:
generated makefile list had $hostroot missing, put it in with
a more obvious way.
11 lines of code changed in:
while the file targets themselves were sanitized, the list of
targets was not sanitized by the same process, and so got out
of sync - it left in CVS backups. Now use the same process.
Problem discovered by DHR in week of 2003/06/17.
12 lines of code changed in:
inability to unload module was caused by calls to dev_get
(ipsec_dev_get), to gather a device from a name. There is
simply no reason to look the devices up - they should be kept
in a nice array, ready for use.
24 lines of code changed in:
all staticly counted ipsecXXX device support removed.
13 lines of code changed in:
added makefile just for tags file generation.
6 lines of code changed in:
adjusted TAGS target in makefile to be useful in 2.00 source layout.
6 lines of code changed in:
refactored mast code still had lots of ipsecX junk in it.
14 lines of code changed in:
clarified why IPCOMP was not being registered, and put a new
#ifdef in rather than #if 0.
19 lines of code changed in:
added documentation for /proc/net/ipsec/stats/trap_* and
amendments to test cases.
72 lines of code changed in:
adjusted test case to include proc/net/ipsec/stats/*
5 lines of code changed in:
misstype of variable name, not detected by module build.
8 lines of code changed in:
added counters to measure how many ACQUIREs we send to pluto,
and how many are successfully sent.
53 lines of code changed in:
changed vpn-dns-01 test to a ctltest, since west is never used
33 lines of code changed in:
updated for sanitized SIG records
1 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