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-01-26 to 2005-01-23 (Commits 9597-9646 of 10846)
fix to work with all versions of gcc
4 lines of code changed in:
added rules to create .i files
5 lines of code changed in:
Match new NAT information
6 lines of code changed in:
Match new NAT information
32 lines of code changed in:
Match DPD output
1 lines of code changed in:
added DPD enabled messages.
5 lines of code changed in:
test cases for nat-traversal.
2 lines of code changed in:
move --up to westrun script, and adjusted console output.
12 lines of code changed in:
fixed test type definition.
1 lines of code changed in:
removed duplicate file.
0 lines of code changed in:
routine to help restarting code during debugging.
6 lines of code changed in:
use phase1.5 msgid instead of msgid.
43 lines of code changed in:
removed experimental multiple exchange history.
changed find_info_state to look at new phase1.5 msgid.
9 lines of code changed in:
added debug when states are deleted.
removed experimental multiple exchange history.
changed find_info_state to look at new phase1.5 msgid.
29 lines of code changed in:
dump IV, and fixed duplicate 'next IV' printout.
9 lines of code changed in:
minor reformat.
4 lines of code changed in:
use new find_info_state() for modecfg messages.
add dump of nextIV calculation to encryption routine.
10 lines of code changed in:
commit some code that we might use later.
42 lines of code changed in:
ignore files.
3 lines of code changed in:
added nat-t parameters to manual keying.
132 lines of code changed in:
make sure to make /var/run/pluto before it is used.
3 lines of code changed in:
simplified logic for sending SA to kernel to permit
debugging to be introduced.
87 lines of code changed in:
simplified logic for selecting nat-type.
7 lines of code changed in:
make sure that -DNAT_TRAVERSAL is defined if NAT is enabled.
added rule to produce .i files (preprocessed C)
8 lines of code changed in:
removed CONFIG_KLIPS_NAT definition
1 lines of code changed in:
include constants.h for definition of lset_t.
3 lines of code changed in:
adjustment of confusion of CONFIG_IPSEC_NAT vs CONFIG_KLIPS_NAT,
and make sure that NAT_TRAVERSAL is set as well to match
userspace compiles of code.
48 lines of code changed in:
new test case for NON-IKE mode of NAT
277 lines of code changed in:
added/updated udpfromto() code.
18 lines of code changed in:
Zero ports in I2 too
4 lines of code changed in:
add new aliases for nat-t debug options.
4 lines of code changed in:
keep track of natd for later.
2 lines of code changed in:
make sure to copy local/remote addr/port when duplicating
the state.
10 lines of code changed in:
reapchildren() could loop if it got an error from wait3().
14 lines of code changed in:
make sure to mkdir /var/run/pluto upon startup.
21 lines of code changed in:
fixed selection of interface for various states
of NAT "floating"
21 lines of code changed in:
use state variables instead of connections ones.
9 lines of code changed in:
tried to use sendfromto(), but it gives EINVAL. Something
isn't initialized right yet.
added debugging of NATD address.
46 lines of code changed in:
ignore udpfromto directory.
1 lines of code changed in:
make sure that OPENSWANLIB is setup for tests.
5 lines of code changed in:
adjusted include directories and library definitions so
that test cases continue to compile.
10 lines of code changed in:
new test case to deal with having NAT mappings changed.
442 lines of code changed in:
moved nat varibales to "hidden_variables"
7 lines of code changed in:
introduce new st->st_{local,remote}{addr,port} fields
instead of using addresses from connection.
110 lines of code changed in:
moved nat varibales to "hidden_variables"
2 lines of code changed in:
made IKE port compared only is explicitely specified.
removed many #ifdef NAT_TRAVERSAL.
11 lines of code changed in:
adjusted host_pair structure to indicate if
the pair should have the IKE port compared.
added significant debugging to find_host_* functions.
made IKE port compared only is explicitely specified.
removed many #ifdef NAT_TRAVERSAL.
105 lines of code changed in:
initialize new members of state structure.
17 lines of code changed in:
added new host-order port field to interface structure.
2 lines of code changed in:
add additional debugging/logging.
initialize new members of interface functions.
26 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