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-08-26 to 2005-08-19 (Commits 10447-10496 of 10846)
move all option processing to file so that multiple Makefiles
can include it.
288 lines of code changed in:
fixed attempt to write an #ifdef.
6 lines of code changed in:
Spaces are not equal to TAB
3 lines of code changed in:
Update
3 lines of code changed in:
Check if Cisco IPSec client is running (cipsec# devices) and abort if so.
Fix for #279
8 lines of code changed in:
WARN when interfaces= is defined, but NETKEY is used.
Fix for #190
5 lines of code changed in:
/mnt/floppy/ ? No one uses those anymore!
Fix for #286
7 lines of code changed in:
Remove the CONFIG_IPSEC_REGRESS option, it's deprecated
6 lines of code changed in:
Go in DPD debug, not NATT
2 lines of code changed in:
fix on patch by s lussnig@smcc.de
2 lines of code changed in:
From: Stuart Zilm <szilm@presinet.com>
To: dev@openswan.org
Subject: [Openswan dev] [PATCH] iproute2 tools in programs
This patch makes programs use the iproute2 suite of tools instead of
ifconfig/netstat -nr.
I added a fix for the bogus KLIPS= message that appeared when using NETKEY
40 lines of code changed in:
by mt:
Changes to updown nexthop handling to avoid some unneeded routes, routes
that are rejected by the system (e.g. "ip route $ip/32 via $ip dev $dev"):
http://www.suse.de/~mt/openswan/v2.4.0dr10/openswan_32_updown-nexthop.dif
35 lines of code changed in:
by mt:
Changes to updown nexthop handling to avoid some unneeded routes, routes
that are rejected by the system (e.g. "ip route $ip/32 via $ip dev $dev"):
http://www.suse.de/~mt/openswan/v2.4.0dr10/openswan_32_updown-nexthop.dif
27 lines of code changed in:
properly build rpms for 2.4 kernel too.
17 lines of code changed in:
Also warn when detecting freeswan patched kernel when doing module build.
4 lines of code changed in:
moved KLIPSSRC to packaging/defaults/linux.
2 lines of code changed in:
added ${srcdir} to find TESTLIST.
11 lines of code changed in:
include <sys/queue.h> for CIRCLEQ_ENTRY on macosx
6 lines of code changed in:
Added darwin target for MacOSX compile. Some additional or changed ifdef's
to make it compile
42 lines of code changed in:
Renamed variable MAX to MAXCOUNT to avoid clashing with system includes on macosx
4 lines of code changed in:
Renamed variable MAX to MAXLOOP to avoid clashing with system includes on macosx
3 lines of code changed in:
adjusted TAPROOM support to compile.
2 lines of code changed in:
added TAPROOM skeleton, adjusted srcdir?= setting and
moved "make install" to be objdir happy.
15 lines of code changed in:
adjustments to make nat-transport-03 (2 client) work.
172 lines of code changed in:
adjustments to make nat-transport-02 (1 client) work.
97 lines of code changed in:
skeleton for TPM code.
123 lines of code changed in:
added ERO_DELETE_INBOUND, and adjusted confusion between
klips_op and op.
31 lines of code changed in:
moved remaining aggressive code to ikev1_aggr.c.
734 lines of code changed in:
use the typedef to make the hash easier.
3 lines of code changed in:
unroute the connection after the states have been removed.
4 lines of code changed in:
IKE ping service is still experimental.
11 lines of code changed in:
cleaned up some logging wrt initiating opportunistic/template
connections such that it logs an actual failure.
20 lines of code changed in:
slight renovation of TODO list.
7 lines of code changed in:
while we should not overwrite existing makefiles, do not
abort the whole processing. This makes sure that all makefiles
(even new ones) are created.
24 lines of code changed in:
do not list NAT_TRAVERSAL as a default for KLIPS,
let it live in the packaging "MODULE_DEF_CONFIG" files.
4 lines of code changed in:
ignore some generated files.
2 lines of code changed in:
fix for IPROUTETABLE
5 lines of code changed in:
simplify _updown a bit
9 lines of code changed in:
changed comment on USERCOMPILE.
added USE_TAPROOM=
7 lines of code changed in:
removed $srcdir from Makefile. That was wrong.
2 lines of code changed in:
remove file that is generated in objdir.
0 lines of code changed in:
only pay attention to the first default route.
2 lines of code changed in:
I don't know what the IPROUTETABLE is, where when it is set, but it
seems that the "it" value is never actually set, and the source
address is no longer set.
How did it work before?
18 lines of code changed in:
ignore DH calculation warnings.
1 lines of code changed in:
checkprograms should be built on the host, and should
not be in an object directory.
9 lines of code changed in:
more elegate way to remove gcc-3/C++-ism.
1 lines of code changed in:
remove gcc-3/C++-ism.
1 lines of code changed in:
strsep is not needed on unix.
2 lines of code changed in:
documentation on pluto internals.
2624 lines of code changed in:
win2k notes updated.
2 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