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: 2005-10-02 to 2005-09-18 (Commits 10597-10646 of 10846)
adjust "make" redirection to use new OBJDIRTOP definition.
5 lines of code changed in:
fix from Herbert: fixes typo that causes member in use
to be freed.
2 lines of code changed in:
adjusted to make srcdir work right for tests
10 lines of code changed in:
added check for null pointer.
12 lines of code changed in:
added /usr/obj mount point.
9 lines of code changed in:
document why developer is being nagged.
16 lines of code changed in:
adjustments to find ikeping in the right place.
34 lines of code changed in:
gcc4 fixes by Rene Mayrhofer
3 lines of code changed in:
s/KERNEL26/NETKEY/
2 lines of code changed in:
don't blab so much about avoiding overwriting of files.
2 lines of code changed in:
http://bugs.xelerance.com/view.php?id=448
ADC Problem ID: 4274347
Created Date: 26-Sep-2005 06:36 PM
7 lines of code changed in:
http://bugs.xelerance.com/view.php?id=448
ADC Problem ID: 4274347
Created Date: 26-Sep-2005 06:36 PM
53 lines of code changed in:
mandrake files for packaging
1848 lines of code changed in:
ignore more build directories.
1 lines of code changed in:
test case breakdown.
38 lines of code changed in:
use 83s.a and -DSTATIC_BUILD.
2 lines of code changed in:
test case breakdown.
5 lines of code changed in:
change logging of certificate thinking to show PSK
as reason for not sending a certificate.
8 lines of code changed in:
new test cases.
1059 lines of code changed in:
test case completed.
313 lines of code changed in:
tpm log sanitizer needs to look at SPI printout.
3 lines of code changed in:
additional sanitization of delete message
1 lines of code changed in:
added --tpmeval.
40 lines of code changed in:
added --tpmeval.
removed duplicate pack_str().
29 lines of code changed in:
close random device upon exec.
2 lines of code changed in:
make sure that we can find the appropriate state when
receiving an informational message at I1.
10 lines of code changed in:
change --ike to --ikealg to avoid ambiguous argument complaint.
2 lines of code changed in:
change source -> . to be dash compatible.
4 lines of code changed in:
remove NAT_TRAVERSAL from all defaults.
3 lines of code changed in:
set default for compiling HEAD.
3 lines of code changed in:
make sure to remove directory before attempting to fill it.
1 lines of code changed in:
log that TPM was loaded properly.
2 lines of code changed in:
use tcl8.3 builds from /usr/local.
2 lines of code changed in:
notes about 2.6.12+ process.
19 lines of code changed in:
added "ikealg" option, since some option processors get
confused by "ike" long option (it is ambiguous)
3 lines of code changed in:
attempt to find state for returning un-encrypted INFO
messages, so that we can figure out if we should do something
with them.
13 lines of code changed in:
switch to header linking, because some compilers pad differently
and this causes serious issues that are only detected at runtime.
16 lines of code changed in:
test case for catfish/cassidy.
613 lines of code changed in:
include <limits.h> to get PATH_MAX.
2 lines of code changed in:
adjustment to remove /usr/include/tcl depencancies.
193 lines of code changed in:
to get tcl headers, use -isystem so that gcc -MM doesn't list
these headers.
1 lines of code changed in:
added tcl settings.
4 lines of code changed in:
split off tcl headers from stock ones.
1 lines of code changed in:
more adjustments for cross-compilation.
1 lines of code changed in:
use sysqueue.h not sys/queue.h
2 lines of code changed in:
use OS-specific tcl link values.
7 lines of code changed in:
adjustment of Makefile to work with OBJect directories.
73 lines of code changed in:
make cleaner.
2 lines of code changed in:
gcc4 fixes.
4 lines of code changed in:
use OS-specific tcl link values.
3 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