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: 2004-09-22 to 2004-09-06 (Commits 8997-9046 of 10846)
added rfc and note
3 lines of code changed in:
http://bugs.xelerance.com/bug_view_page.php?bug_id=0000179
Patch for building with USE_SMARTCARD from Kurodo
3 lines of code changed in:
fix testname
5 lines of code changed in:
First attempt at adding a testcase :)
391 lines of code changed in:
We only sent the DPD (RFC3706) vendorid when we had locally enabled DPD with
the dpddeleay/dpdtimeout options. however, RFC3706 states:
To demonstrate DPD capability, an entity must send the DPD vendor ID.
The logic behind this is that both peers can independantly decide whether
the connection is important enough to use DPD on. But to make that decision,
the remote per must know of our capability even in the event we ourselves
don't care.
We now always send the DPD vendorid, but only set the triggers when we
have defined any dpd options locally.
7 lines of code changed in:
updated "draft-ietf-ipsec-dpd-02" to "RFC 3706"
3 lines of code changed in:
Patch by Herbert Xu:
With 2.6.9-rc1 xfrm4_tunnel (IPsec IPIP support) can now be a module.
So until module-init-tools is modified to know how to autoload it we'll
need to load it by hand.
6 lines of code changed in:
release notes for 2.6 kernels.
37 lines of code changed in:
make sure to count pluto vendor ID only when
it is actually defined to be 1.
5 lines of code changed in:
support per-kernel console output
9 lines of code changed in:
kernel 2.6 output.
435 lines of code changed in:
updates to lwres to 9.3.0rc4
1464 lines of code changed in:
removed generated man pages, not needed in openswan2.
0 lines of code changed in:
retransmit up to 20 times for quick mode messages,
as they can get lost when a lot of road warriors reconnect
en-mass.
2 lines of code changed in:
retransmit up to 20 times for quick mode messages,
as they can get lost when a lot of road warriors reconnect
en-mass.
8 lines of code changed in:
adjustment of VID calculation --- it can be wrong when
talking to 2.1.0.
6 lines of code changed in:
use an appropriate kernel happy ifdef for strstr.
12 lines of code changed in:
add EXPORT_SYMTAB for 2.2 if building as a module.
10 lines of code changed in:
merge openswan-2.1.4-manpages.patch from Fedora
1 lines of code changed in:
Pull up from 2.2.0 changes to the .spec
5 lines of code changed in:
fix for buildrpm error on docs due to old freeswan reference
2 lines of code changed in:
added buildrequirements for bison and flex to spec file
1 lines of code changed in:
Check for existence of /sbin/rcipsec before trying to link for suse %postinst
4 lines of code changed in:
sleep after the test case finishes to give the UML time
to exit cleanly.
6 lines of code changed in:
ignore notice about 2.4 vs 2.6 AIO interface differences
2 lines of code changed in:
updates to support kernel 2.4.26-um3.
6 lines of code changed in:
use local copy of strstr() if this is going in the kernel.
Not clear why this worked before, or why this shows up
for modules only.
34 lines of code changed in:
adjustment of MD5* functions.
19 lines of code changed in:
use assembly code on i586/i686 for zlib.
9 lines of code changed in:
MD5* -> osMD5*
15 lines of code changed in:
spell NEED_INET properly, not NET_INET.
6 lines of code changed in:
changed freeswan.spec to openswan.spec, renamed module from module to klips,
removed _ in version to avoid conflicts
184 lines of code changed in:
install klips26 module as ipsec.o, not ipsec.ko.
7 lines of code changed in:
use appropriate console comparison file.
16 lines of code changed in:
added KLIPS26 reference output.
1 lines of code changed in:
testing for running KLIPS26.
110 lines of code changed in:
additional patch for using 2.6.7-2 UML
(2.6.7-2 not recommended)
10 lines of code changed in:
config for 2.6.7-2.
4 lines of code changed in:
#define inet_protocol if necessary.
38 lines of code changed in:
always turn on IPIP mode.
#define inet_protocol if necessary.
13 lines of code changed in:
Rename MD5* -> osMD5 functions to prevent clashes with other symbols exported by kernel modules (CIFS in 2.6 initiated this)
78 lines of code changed in:
Pull in SA Selectors/IPIP fix from 2.1
1 lines of code changed in:
copy/rename the .ko file to ipsec.o.
6 lines of code changed in:
update for 2.6.8.1 configuration options.
58 lines of code changed in:
fix for 2.6.8.1 uml patch -1.
10 lines of code changed in:
make sure that IPIP is defined for modules.
6 lines of code changed in:
if a protocol can not be found, then log it. This is not
debugging.
8 lines of code changed in:
2.6.8.1 gets rid of inet_protocol->net_protocol compatibility,
so adjust for that.
47 lines of code changed in:
make sure to copy the right module into the UML root.
25 lines of code changed in:
make sure to pass $KERNVER into setup_host_make.
6 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