Commit Log (Page 26 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-01-23 to 2004-12-31 (Commits 9547-9596 of 10846)

mcr 2005-01-23 14:17

moved nat varibales to "hidden_variables"

4 lines of code changed in:

mcr 2005-01-23 14:16

moved nat varibales to "hidden_variables"
added for RFC3947 NAT code.

207 lines of code changed in:

mcr 2005-01-23 14:15

moved nat varibales to "hidden_variables"

4 lines of code changed in:

mcr 2005-01-23 14:13

added for RFC3947 NAT code.

2 lines of code changed in:

mcr 2005-01-23 14:12

introduce new st->st_{local,remote}{addr,port} fields
instead of using addresses from connection.
moved nat varibales to "hidden_variables"

13 lines of code changed in:

mcr 2005-01-23 14:11

removed _send_packet() stub, and just made verbosity
clear in all uses of send_packet().
adjusting debugging in send_packet().
make use of new st->st_{local,remote}{addr,port} fields
instead of using addresses from connection.
improved debugging of where packets arrive from, and where
they are sent to.
moved nat varibales to "hidden_variables"

51 lines of code changed in:

mcr 2005-01-23 14:04

got rid of redundant script file.

0 lines of code changed in:

mcr 2005-01-23 14:03

removed _send_packet() stub, and just made verbosity
clear in all uses of send_packet().

7 lines of code changed in:

mcr 2005-01-23 13:58

removed _send_packet() stub, and just made verbosity
clear in all uses of send_packet().

3 lines of code changed in:

mcr 2005-01-23 13:53

added for RFC3947 NAT code.

20 lines of code changed in:

mcr 2005-01-23 13:48

added udpfromto from freeradius.

3 lines of code changed in:

mcr 2005-01-23 13:27

added udpfromto from freeradius.

376 lines of code changed in:

paul 2005-01-22 15:49

*** empty log message ***

1742 lines of code changed in:

mcr 2005-01-20 16:39

revision -17 of document

142 lines of code changed in:

mcr 2005-01-19 12:09

2.3.0 patches from debian maintainer.

818 lines of code changed in:

ken 2005-01-18 19:00

Fix location of klogd.pid - broke due to blind find . patch for moving pluto files to /var/run/pluto

243 lines of code changed in:

mcr 2005-01-17 22:01

proper FINALVARDIR defined

4 lines of code changed in:

ken 2005-01-17 21:49

Add logic for fallback to /dev/urandom is /dev/hwrandom isn't available.
This is ugly, but there are so many #ifdefs already, a few more can't hurt :)

We will probably rewrite all of this if we port to another platform

18 lines of code changed in:

paul 2005-01-11 17:26

added michael's note about plpmtud. This file needs an overhaul prob.

5 lines of code changed in:

ken 2005-01-11 13:23

Make /var/run/pluto at install time

2 lines of code changed in:

ken 2005-01-11 13:19

Deal with /var/run/pluto/ by creating it

6 lines of code changed in:

ken 2005-01-11 12:52

Move plutos runtime files from /var/run/pluto.* to /var/run/pluto/pluto.*

This was done with find . -type f -print0 | xargs -0 perl -pi -e 's#/var/run/#/var/run/pluto/#g'

489 lines of code changed in:

ken 2005-01-11 12:43

Better diag message for oversized packet (jacco)

5 lines of code changed in:

ken 2005-01-11 11:58

ignore output of ipkg

2 lines of code changed in:

paul 2005-01-10 17:37

Patch from Albert Siersema <appie@friendly.net> :
The problem occurs when start/stopping openswan from non-tty's, e.g. from a
web interface or cron.
pluto then complains pclose failed on the updown script. What actually
happens is that pclose() returns an error because the SIGCHLD signal was set
to SIG_IGN. The pluto kernel.c code assumes an error from pclose() is serious
and thus stops.

A solution is totemporarily setting SIGCHLD to SIG_DFL

6 lines of code changed in:

paul 2005-01-10 05:07

Added switch to disable klips building

15 lines of code changed in:

mcr 2005-01-07 22:19

ignore stuff.

1 lines of code changed in:

mcr 2005-01-07 22:18

fixes to issue reported by iDEFENSE IDEF0785

3 lines of code changed in:

ken 2005-01-06 19:33

Put debug messages into DBG_CRYPT

2 lines of code changed in:

ken 2005-01-06 18:57

Add HWRANDOM option

3 lines of code changed in:

ken 2005-01-06 18:54

Add support for /dev/hwrandom. This is a compile time option for now

6 lines of code changed in:

ken 2005-01-06 18:44

Add support for hardware specific -Defines
Currently HWRANDOM supported

5 lines of code changed in:

paul 2005-01-05 21:28

documented weirdness in determining latest installed kernel

4 lines of code changed in:

paul 2005-01-05 20:34

Updated remaining files for new kernel compile options

370 lines of code changed in:

paul 2005-01-05 19:51

Updated regular spec file to build KLIPS module for 2.6 kernels.
This will surely break on 2.4 kernels now. When Michael removed the
dependancies on 'make module26' and MODOBJ26 like constructs, this
file needs to be updated to reflect this. Then it will work on 2.4 and 2.6
kernels, provided the kernel-source is installed for 2.4 kernels. For 2.6
kernels we use /lib/modules/version/build.
Also fixed libdir (for x86_64 using multilib, eg /usrlib64/ipsec).
At some point soon we should merge openswan.spec and openswan.26spec into
one, and have an option to build klips or not.

24 lines of code changed in:

paul 2005-01-05 18:15

Added LICENCE (important, or we violate our own GPL and we are not allowed to
use it anymore :) and ROADMAP.txt

1 lines of code changed in:

paul 2005-01-05 17:12

Updated x86_64 config files with latest paramters from linus/config-all.h

78 lines of code changed in:

paul 2005-01-05 15:55

Fixed define's for config files to prevent double inclusion which were
not matching, and added config files for x86_64 and x86_64_smp

185 lines of code changed in:

paul 2005-01-05 15:42

Changed CONFIG_IPSEC to CONFIG_KLIPS

220 lines of code changed in:

paul 2005-01-04 16:46

load cipher/algo modules when using NETKEY

6 lines of code changed in:

paul 2005-01-04 16:36

minor addition to show klips works for some

3 lines of code changed in:

paul 2005-01-04 10:57

fix for x86_64 so it will install correctly in /usr/lib64/ipsec

2 lines of code changed in:

paul 2005-01-04 10:41

old freeswan ref

2 lines of code changed in:

ken 2005-01-04 10:20

SuSE doesn't seperate gmp

1 lines of code changed in:

paul 2005-01-02 18:42

Added comments for AMD64 (aka x86-64) compile time switches for USER_COMPILE

10 lines of code changed in:

mcr 2004-12-31 19:13

adjustment of debugging messages.

3 lines of code changed in:

mcr 2004-12-31 18:43

adjustment to barf-02 test output.

16 lines of code changed in:

mcr 2004-12-31 18:42

added commands to restart easily (commented out).

4 lines of code changed in:

mcr 2004-12-31 18:42

added debugging to east.

1 lines of code changed in:

mcr 2004-12-31 18:42

added DPD_ACTION_RESTART.

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