Commit Log (Page 8 of 217)

back to main page

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)

mcr 2005-08-26 15:14

move all option processing to file so that multiple Makefiles
can include it.

288 lines of code changed in:

mcr 2005-08-26 15:13

fixed attempt to write an #ifdef.

6 lines of code changed in:

ken 2005-08-26 13:33

Spaces are not equal to TAB

3 lines of code changed in:

ken 2005-08-26 11:33

Update

3 lines of code changed in:

ken 2005-08-26 10:49

Check if Cisco IPSec client is running (cipsec# devices) and abort if so.
Fix for #279

8 lines of code changed in:

ken 2005-08-26 10:28

WARN when interfaces= is defined, but NETKEY is used.
Fix for #190

5 lines of code changed in:

ken 2005-08-26 09:58

/mnt/floppy/ ? No one uses those anymore!
Fix for #286

7 lines of code changed in:

ken 2005-08-26 09:54

Remove the CONFIG_IPSEC_REGRESS option, it's deprecated

6 lines of code changed in:

ken 2005-08-26 09:41

Go in DPD debug, not NATT

2 lines of code changed in:

paul 2005-08-25 18:45

fix on patch by s lussnig@smcc.de

2 lines of code changed in:

paul 2005-08-25 18:27

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:

paul 2005-08-25 17:52

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:

paul 2005-08-25 17:44

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:

paul 2005-08-25 16:28

properly build rpms for 2.4 kernel too.

17 lines of code changed in:

paul 2005-08-25 16:23

Also warn when detecting freeswan patched kernel when doing module build.

4 lines of code changed in:

mcr 2005-08-25 14:20

moved KLIPSSRC to packaging/defaults/linux.

2 lines of code changed in:

mcr 2005-08-25 14:17

added ${srcdir} to find TESTLIST.

11 lines of code changed in:

paul 2005-08-24 22:24

include <sys/queue.h> for CIRCLEQ_ENTRY on macosx

6 lines of code changed in:

paul 2005-08-24 21:24

Added darwin target for MacOSX compile. Some additional or changed ifdef's
to make it compile

42 lines of code changed in:

paul 2005-08-24 21:20

Renamed variable MAX to MAXCOUNT to avoid clashing with system includes on macosx

4 lines of code changed in:

paul 2005-08-24 21:19

Renamed variable MAX to MAXLOOP to avoid clashing with system includes on macosx

3 lines of code changed in:

mcr 2005-08-24 19:06

adjusted TAPROOM support to compile.

2 lines of code changed in:

mcr 2005-08-24 18:56

added TAPROOM skeleton, adjusted srcdir?= setting and
moved "make install" to be objdir happy.

15 lines of code changed in:

mcr 2005-08-24 18:54

adjustments to make nat-transport-03 (2 client) work.

172 lines of code changed in:

mcr 2005-08-24 18:52

adjustments to make nat-transport-02 (1 client) work.

97 lines of code changed in:

mcr 2005-08-24 18:51

skeleton for TPM code.

123 lines of code changed in:

mcr 2005-08-24 18:50

added ERO_DELETE_INBOUND, and adjusted confusion between
klips_op and op.

31 lines of code changed in:

mcr 2005-08-24 18:50

moved remaining aggressive code to ikev1_aggr.c.

734 lines of code changed in:

mcr 2005-08-24 18:48

use the typedef to make the hash easier.

3 lines of code changed in:

mcr 2005-08-24 18:45

unroute the connection after the states have been removed.

4 lines of code changed in:

mcr 2005-08-24 18:44

IKE ping service is still experimental.

11 lines of code changed in:

mcr 2005-08-24 18:43

cleaned up some logging wrt initiating opportunistic/template
connections such that it logs an actual failure.

20 lines of code changed in:

mcr 2005-08-24 18:40

slight renovation of TODO list.

7 lines of code changed in:

mcr 2005-08-24 18:10

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:

mcr 2005-08-24 18:10

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:

mcr 2005-08-24 18:09

ignore some generated files.

2 lines of code changed in:

mcr 2005-08-24 17:49

fix for IPROUTETABLE

5 lines of code changed in:

mcr 2005-08-24 17:49

simplify _updown a bit

9 lines of code changed in:

mcr 2005-08-24 17:25

changed comment on USERCOMPILE.
added USE_TAPROOM=

7 lines of code changed in:

mcr 2005-08-23 11:31

removed $srcdir from Makefile. That was wrong.

2 lines of code changed in:

mcr 2005-08-22 14:05

remove file that is generated in objdir.

0 lines of code changed in:

mcr 2005-08-22 14:04

only pay attention to the first default route.

2 lines of code changed in:

mcr 2005-08-22 14:02

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:

mcr 2005-08-22 14:00

ignore DH calculation warnings.

1 lines of code changed in:

mcr 2005-08-22 13:56

checkprograms should be built on the host, and should
not be in an object directory.

9 lines of code changed in:

mcr 2005-08-22 13:42

more elegate way to remove gcc-3/C++-ism.

1 lines of code changed in:

mcr 2005-08-22 13:25

remove gcc-3/C++-ism.

1 lines of code changed in:

mcr 2005-08-21 19:25

strsep is not needed on unix.

2 lines of code changed in:

mcr 2005-08-20 22:25

documentation on pluto internals.

2624 lines of code changed in:

mcr 2005-08-19 14:32

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