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-07-06 to 2005-05-23 (Commits 10097-10146 of 10846)
ignore OUTPUT file.
1 lines of code changed in:
moved do_command() to sysdep_linux.c, and removed no_klips.
395 lines of code changed in:
fixed warning.
3 lines of code changed in:
adjusted output to include vendor ID, and algorithm values.
6 lines of code changed in:
use tcpdump 3.9 notation.
88 lines of code changed in:
this is a cryptoapi dependancy.
3 lines of code changed in:
use modular 3des code.
14 lines of code changed in:
use tcpdump 3.9 notation.
4 lines of code changed in:
adjust logging of ISAKMP things, so that they are logged only
once.
8 lines of code changed in:
log the updown value in --status output.
29 lines of code changed in:
include additional ciphers.
43 lines of code changed in:
include 1DES code under protest.
6 lines of code changed in:
protect against freeing invalid SA proposals.
3 lines of code changed in:
clean up extra info printed on ISAKMP establishment.
5 lines of code changed in:
include 1DES and additional algorithms from Astaro.
84 lines of code changed in:
it is permissible for the iv length to be equal the maximum
digest size.
2 lines of code changed in:
make sure that we do not start conns that have no
useful algorithms.
3 lines of code changed in:
added initialization of 3des algorithm module.
10 lines of code changed in:
added additional algorithms.
349 lines of code changed in:
config for powerpc
234 lines of code changed in:
changed definition of interface such that we can now compare if
a NAT vs non-NAT interface are considered the "same"
145 lines of code changed in:
slight additional adjustment of error text.
3 lines of code changed in:
improved logging of template conn.
13 lines of code changed in:
possible fix for acquire for extrusion without known peer issue
documented in public mantis #304.
13 lines of code changed in:
s/default/conndefault/ to work with gawk built with --enable-switch
flag.
11 lines of code changed in:
undo vid change. head already knows (and ignores) it.
1 lines of code changed in:
added pointer for new windows xp sp2 vid "Vid-Initial-Contact"
4 lines of code changed in:
added code for pluto use for extended algorithms.
5057 lines of code changed in:
pluggable 3des.
2 lines of code changed in:
do not initiate connections if we can not find at least
one kernel algorithm to use.
13 lines of code changed in:
added argument to cause lack of algo to be logged.
38 lines of code changed in:
slight reformat of script to be more readable.
3 lines of code changed in:
fix for key-length issue with AES in IKE mode.
added logging of negotiated IKE parameters.
48 lines of code changed in:
be a nit, and refuse to run make-uml.sh if the user
is root.
document the NONINTPATCH= value.
17 lines of code changed in:
fix for making tcpdump (packet capture) work correctly for
nat-t received packets.
16 lines of code changed in:
added test case for tcpdump.
47 lines of code changed in:
better patch for nat-t rcv-device code.
27 lines of code changed in:
Bleve's fixes
68 lines of code changed in:
Fixed a spelling error in the credits for the updown script.
2 lines of code changed in:
more aggr_* functions idefined with AGGRESSIVE
3 lines of code changed in:
two of three fixes needed to compile without aggressive mode. The last one
in ipsec_doi.c I am not sure how to fix without rewriting the entire section:
if (st == NULL)
{
initiator_function *initiator = c->policy & POLICY_AGGRESSIVE
? aggr_outI1 : main_outI1;
(void) initiator(whack_sock, c, NULL, policy, try, importance);
}
so i will leave that to Michael.
6 lines of code changed in:
nat-t packets are forced to arrive from ipsec0.
14 lines of code changed in:
Add Cisco IOS device to vendor ID
11 lines of code changed in:
erroneously changed to -07 test in some files
2 lines of code changed in:
switched FREESWAN->OPENSWAN
1 lines of code changed in:
Added unknown vendor ids
9 lines of code changed in:
some refactoring/simplification of situation where alg
is not found.
18 lines of code changed in:
sanitized output file with working refactored 3des.
44 lines of code changed in:
ignore files.
2 lines of code changed in:
test case now uses pluggable 3DES.
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