Commit Log (Page 165 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: 2000-09-19 to 2000-09-15 (Commits 2597-2646 of 10846)

rgb 2000-09-19 03:07

Added debugging to inbound policy check for ipcomp.
Added missing spin_unlocks (thanks Svenning!).
Fixed misplaced tdbnext pointers causing mismatched ipip policy check.
Protect ipcomp policy check following ipip decap with sysctl switch.

23 lines of code changed in:

rgb 2000-09-19 03:06

Cast trucated spi to 16 bits before doing net conversion causing
transmitted cpi of 0.

2 lines of code changed in:

rgb 2000-09-18 20:38

Fixed algorithm name bugs introduced for ipcomp.

9 lines of code changed in:

rgb 2000-09-18 20:35

Fixed a buncha 2.0 quirks.

73 lines of code changed in:

rgb 2000-09-18 20:33

2.0 fixes.

14 lines of code changed in:

rgb 2000-09-18 17:27

2.0 fixes.

17 lines of code changed in:

henry 2000-09-18 15:21

RGB-supplied fix for RH5.2 problem

8 lines of code changed in:

henry 2000-09-18 11:32

first attempt at making the IPv6 stuff compile under RH5.2

90 lines of code changed in:

rgb 2000-09-18 11:13

Checked in Svenning's changes to comments and compiler defines to
correct a previously assumed PGPnet bug which turns out to be a zlib
bug: zero padding on decompression.

5 lines of code changed in:

henry 2000-09-18 10:30

RH5.2 compatibility

5 lines of code changed in:

henry 2000-09-18 00:17

add no-IPv6-in-library fallback

18 lines of code changed in:

rgb 2000-09-17 22:40

Pre-interop ipcomp enhancements.

10 lines of code changed in:

rgb 2000-09-17 22:36

Exported sysctl_ipsec_inbound_policy_check for skb_decompress().

5 lines of code changed in:

rgb 2000-09-17 22:35

Added policy checking to ipcomp and re-enabled policy checking by
default.
Optimised satoa calls.

70 lines of code changed in:

rgb 2000-09-17 22:35

Added tdb arg to skb_decompress() for policy checking.

2 lines of code changed in:

rgb 2000-09-17 22:35

Modified debugging output to be consistent with conventions of KLIPS.
Added tdb arg to skb_decompress() for policy checking.
Removed recursive decompression.

68 lines of code changed in:

rgb 2000-09-17 17:49

Added Svenning's trucated zeros fix.

21 lines of code changed in:

rgb 2000-09-17 17:36

Added proto2txt macro.

16 lines of code changed in:

rgb 2000-09-17 17:35

Added struct tdb * to args passed to skb_compress to provide cpi.

2 lines of code changed in:

rgb 2000-09-17 17:05

Added tdb to skb_compress call to write in cpi.

32 lines of code changed in:

rgb 2000-09-17 17:02

Clean up debugging, removing slow timestamp debug code.

16 lines of code changed in:

rgb 2000-09-17 14:56

Added IPCOMP support.

159 lines of code changed in:

henry 2000-09-17 14:55

touch up error message

2 lines of code changed in:

henry 2000-09-17 14:53

oops, bug in previous fix

2 lines of code changed in:

rgb 2000-09-17 12:57

Added Svenning's patch to remove restriction of ipcomp to innermost
transform.

35 lines of code changed in:

rgb 2000-09-17 12:55

Added more of Svenning's debugging code.

57 lines of code changed in:

dhr 2000-09-16 12:24

document limitation of well-known CPIs

4 lines of code changed in:

dhr 2000-09-16 11:31

Encapsulation Mode for IPCOMP defaults, unlike for other transforms

36 lines of code changed in:

henry 2000-09-16 02:43

IPComp updates

6 lines of code changed in:

rgb 2000-09-16 00:56

Added Svenning's ipcomp patch.

15 lines of code changed in:

rgb 2000-09-15 21:50

Protect sysctl_ipsec_debug_ipcomp with compiler defines too so that the
linker won't blame rj_delete() for missing symbols. ;-> Damn statics...

8 lines of code changed in:

rgb 2000-09-15 21:28

Fixed use of 0 in p format warning.

5 lines of code changed in:

rgb 2000-09-15 21:12

Added 'S' filetype klips symbolic links.

2 lines of code changed in:

rgb 2000-09-15 21:10

Fixed unused var warning with debug off.

8 lines of code changed in:

rgb 2000-09-15 21:09

Fixed debug format warning for pointers that was expecting ints.

6 lines of code changed in:

rgb 2000-09-15 21:07

Fixed erroneous ref from struct ipcomp to struct ipcomphdr.

7 lines of code changed in:

rgb 2000-09-15 21:06

Added cast of var to silence compiler warning about long fed to int
format.

6 lines of code changed in:

rgb 2000-09-15 21:04

Fix header file variable declaration booboo.

3 lines of code changed in:

rgb 2000-09-15 19:17

Moved stuff around to compile with debug off.

14 lines of code changed in:

henry 2000-09-15 16:34

update for 2.2.17 and 2.4.0-testxx

5 lines of code changed in:

henry 2000-09-15 15:20

revise message

4 lines of code changed in:

henry 2000-09-15 13:17

compress= parameter to control IPComp

24 lines of code changed in:

henry 2000-09-15 13:02

add support for "comp" SA type, for IPCOMP

20 lines of code changed in:

rgb 2000-09-15 07:38

Merged in Svenning's ipcomp zlib code.

4 lines of code changed in:

rgb 2000-09-15 07:37

Merge in heavily modified Svenning Soerensen's <svenning@post5.tele.dk>
IPCOMP zlib deflate code.

258 lines of code changed in:

rgb 2000-09-15 07:33

Merge in Svenning Soerensen's <svenning@post5.tele.dk> IPCOMP zlib
deflate code.

505 lines of code changed in:

dhr 2000-09-15 05:09

[initially from Svenning Soerensen <svenning@post5.tele.dk>]
support IPcomp (compression)

542 lines of code changed in:

rgb 2000-09-15 03:37

Munged silly log comment that was causing a warning.

5 lines of code changed in:

rgb 2000-09-15 02:41

Added V42BIS constant.

12 lines of code changed in:

dhr 2000-09-15 02:25

note IPv6 support

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