Commit Log (Page 161 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-11-22 to 2000-10-27 (Commits 2797-2846 of 10846)

henry 2000-11-22 16:22

wording fix

2 lines of code changed in:

henry 2000-11-19 23:45

revise de-locale-izing

8 lines of code changed in:

rgb 2000-11-17 13:10

Fixed bugs mostly relating to spirange, to treat all spi variables as
network byte order since this is the way PF_KEYv2 stored spis.

90 lines of code changed in:

henry 2000-11-16 23:52

wording fix

6 lines of code changed in:

henry 2000-11-16 23:43

revise handling of address-type mismatches

38 lines of code changed in:

dhr 2000-11-16 19:06

[Svenning Soerensen] allow Phase 1 ID Payload to have UDP/500 in all cases

24 lines of code changed in:

rgb 2000-11-16 12:34

Svenning's ipcomp buffer size temporary fix and minor cleanup of other
newly created skb members.

27 lines of code changed in:

henry 2000-11-14 13:19

minor updates

7 lines of code changed in:

sandy 2000-11-14 11:53

more on Rapotor interop

155 lines of code changed in:

rgb 2000-11-09 15:52

More spinlock shuffling, locking earlier and unlocking later in rcv to
include ipcomp and prevent races, renaming some tdb variables that got
forgotten, moving some unlocks to include tdbs and adding a missing
unlock. Thanks to Svenning for some of these.

49 lines of code changed in:

rgb 2000-11-09 15:11

Minor shuffles to fix non-standard kernel config option selection.

33 lines of code changed in:

rgb 2000-11-09 15:09

Cosmetic line-end debug statement fixes.

11 lines of code changed in:

dhr 2000-11-07 17:00

[DHR] addrcmp needs to normalize result from memcmp

8 lines of code changed in:

sandy 2000-11-06 17:30

new user howto in interop, Oscar something

50 lines of code changed in:

sandy 2000-11-06 11:15

expanded NAT section

85 lines of code changed in:

rgb 2000-11-06 00:42

Updated file list (had not been done in 2 years?).

0 lines of code changed in:

rgb 2000-11-06 00:09

A few bugfixes...

12 lines of code changed in:

rgb 2000-11-05 23:51

Pre-1.6 changes finally all checked in.

13 lines of code changed in:

rgb 2000-11-05 23:37

Simulate missing spin_{,un}lock{,_bh,_irq},
{read,write}_{,_un}lock{,_bh,_irq,_irq{save,restore}} for 2.0 and 2.2.

84 lines of code changed in:

rgb 2000-11-05 23:36

Display conversion on replay_window failure.
Don't register SATYPEs for manual.

8 lines of code changed in:

rgb 2000-11-05 23:36

Ditched spin_lock_irqsave in favour of spin_lock.
Minor initial protocol check rewrite.
Clean up debug printing.
Clean up tdb handling on ipcomp.
Fixed transport mode null pointer de-reference without ipcomp.
Add Svenning's adaptive content compression.
Disabled registration of ipcomp handler.

110 lines of code changed in:

rgb 2000-11-05 23:35

Clear table *before* releasing other items in radijcleanup.

10 lines of code changed in:

rgb 2000-11-05 23:34

Changed non-exported functions to DEBUG_NO_STATIC.
Add Svenning's adaptive content compression.
Ditched spin_lock_irqsave in favour of spin_lock/_bh.
Fixed double unlock bug (Svenning).
Fixed pfkey_msg uninitialized bug in pfkey_{expire,acquire}().
Fixed incorrect extension type (prop) in pfkey)acquire().

51 lines of code changed in:

rgb 2000-11-05 23:33

Changed non-exported functions to DEBUG_NO_STATIC.

11 lines of code changed in:

rgb 2000-11-05 23:32

Clean up debug printing.
Copy skb->protocol for all kernel versions.
Ditched spin_lock_irqsave in favour of spin_lock.
Disabled TTL decrement, done in ip_forward.
Added debug printing before pfkey_acquire().
Fixed printk-deltdbchain-spin_lock races (Svenning).
Use defaultTTL for 2.1+ kernels.
Add Svenning's adaptive content compression.
Fix up debug display arguments.

94 lines of code changed in:

rgb 2000-11-05 23:32

Ditched spin_lock_irqsave in favour of spin_lock_bh.

39 lines of code changed in:

rgb 2000-11-05 23:31

Ditched spin_lock_irqsave in favour of spin_lock_bh.
Fixed longlong for pre-2.4 kernels (Svenning).
Add Svenning's adaptive content compression.
Disabled registration of ipcomp handler.

75 lines of code changed in:

rgb 2000-11-05 23:30

Add Svenning's adaptive content compression.

16 lines of code changed in:

rgb 2000-11-05 23:30

In skb_compress(), rename oiph to iph.
Sanity-check all skb_{,un}compress() parameters.
Add Svenning's adaptive content compression.
Clear out unused cruft.
Don't compress on <32 or 1/16th difference (Svenning).
Fix up debug display arguments.
Kill checksumming, done later.
Fix memleak on inflate failure.
Added debugging on decompress.
Copy skb->protocol for all kernel versions.

173 lines of code changed in:

sandy 2000-11-05 15:18

changed out-of-date text about enabling forwarding

30 lines of code changed in:

henry 2000-11-05 12:51

note re .obj deletion

4 lines of code changed in:

sandy 2000-11-03 22:27

fixed some links

25 lines of code changed in:

dhr 2000-11-03 20:00

allow for more IPCOMP transforms

15 lines of code changed in:

sandy 2000-11-02 21:04

fixed auto=load error

79 lines of code changed in:

henry 2000-11-01 10:32

more comments on GMP

4 lines of code changed in:

henry 2000-11-01 10:31

mention GMP requirement

5 lines of code changed in:

henry 2000-11-01 09:34

no extra fields allowed in section header

5 lines of code changed in:

sandy 2000-10-31 12:50

link additions

10 lines of code changed in:

henry 2000-10-30 18:43

another put-back after 1.7 work...

9 lines of code changed in:

henry 2000-10-30 18:42

another whack at 1.7

11 lines of code changed in:

henry 2000-10-30 18:41

Hans-Joerg Hoexer's null-pointer fix

6 lines of code changed in:

henry 2000-10-30 18:16

note about manual keying

4 lines of code changed in:

henry 2000-10-30 18:14

note about compress=no fix

5 lines of code changed in:

dhr 2000-10-30 15:04

- when responding to quick mode, switch IPSEC policy with connection
- TEMPORARY: require POLICY_COMPRESS to accept IPCOMP proposal

68 lines of code changed in:

dhr 2000-10-30 14:58

cosmetic improvements to --status

31 lines of code changed in:

dhr 2000-10-30 12:38

[Svenning Soerensen <svenning@post5.tele.dk>] bounds check bug

2 lines of code changed in:

dhr 2000-10-28 15:33

register IPCOMP

1 lines of code changed in:

sandy 2000-10-27 16:00

link and typo fixes

7 lines of code changed in:

henry 2000-10-27 14:29

bring back the GMP stuff

10 lines of code changed in:

henry 2000-10-27 14:29

quickie fix for 1.7

8 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