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: 1999-03-21 to 1999-03-03 (Commits 947-996 of 10846)
small additions
71 lines of code changed in:
Better support ESP_NULL, but #ifdef it out.
36 lines of code changed in:
redo IV logic to fix bug with incormational messages.
Other improvements as byproduct.
122 lines of code changed in:
- for Phase 2 PFS, use Oakley Group negotiated for Phase 1
- respect policy options (--pfs, --authenticate, --encrypt)
when judging proposals.
- infer policy options for responder initiating rekeying
- propose SHA1 in addition to MD5 for IPsec authentication.
300 lines of code changed in:
fix duplicated packet detection
22 lines of code changed in:
improve rekeying:
- if responder (without the knowledge of the initiator) sets a shorter
lifetime for an SA, the responder will initiate rekeying appropriatly
- if a connection has a newer SA, rekeying won't happen for an older one.
This should quench any overactive rekeying.
150 lines of code changed in:
get types right
7 lines of code changed in:
eliminate obsolete --rekeytries option name
0 lines of code changed in:
fix order-of-operation typo
2 lines of code changed in:
note about keyingtries default
4 lines of code changed in:
add example of keyingtries parameter
2 lines of code changed in:
retry bug sort of dealt with
0 lines of code changed in:
manual is no longer a synonym for conn
2 lines of code changed in:
rekeytries changes name to keyingtries
auto is no longer a synonym for conn
10 lines of code changed in:
fix undefined-sprintf() problem in some kernel-module configurations
10 lines of code changed in:
name change in keyingtries option of whack
1 lines of code changed in:
replaced --rekeytries with --keyingtries: now applies to initial keying
58 lines of code changed in:
general updates
11 lines of code changed in:
various updates
----------------------------------------------------------------------
115 lines of code changed in:
Fix kmalloc nonatomic bug.
11 lines of code changed in:
Generalise patch command for options.
14 lines of code changed in:
Minor update: route stealing fixed.
2 lines of code changed in:
Make explicit main() return type of int.
25 lines of code changed in:
Make explicit main() return type of int.
Fix memory clear bug in spi.c.
9 lines of code changed in:
Code clean-up.
Bundling bug fix.
ESP_NULL esphlen and IV bug fix.
317 lines of code changed in:
Code clean-up.
ESP_NULL IV bug fix.
43 lines of code changed in:
minor changes in messages
2 lines of code changed in:
revisions to messages and logging
30 lines of code changed in:
switch to checksums for censoring
82 lines of code changed in:
minor update
4 lines of code changed in:
censor all but first four, rather than all but first five
2 lines of code changed in:
include ipsec.secrets in output, including censoring
revise censoring to leave the first few characters in
10 lines of code changed in:
oops, bug in transport mode
4 lines of code changed in:
log name of each preshared secrets file when processed
21 lines of code changed in:
add rereadsecrets operation
17 lines of code changed in:
don't just ignore SIGHUP, whine about it.
20 lines of code changed in:
tweak message
1 lines of code changed in:
small changes everywhere
format, minor rewrites, adding info
372 lines of code changed in:
oops, label log messages properly
1 lines of code changed in:
updates based on DHR's experiences
7 lines of code changed in:
revise interfaces= example
4 lines of code changed in:
strengthen save-the-new-config wording
3 lines of code changed in:
Added info to VPN* on needing to save from menuconfig
Added definitions & web references
Minor rewrite on DES.html
190 lines of code changed in:
update for release 0.92
1 lines of code changed in:
update for /etc/ipsec.conf
no more 1DES
7 lines of code changed in:
it's 0.92 time
1 lines of code changed in:
note probable bugs in manual SPI assignment
4 lines of code changed in:
cope properly with transport mode (degenerate spigrp)
1 lines of code changed in:
clarify wording on TTL
3 lines of code changed in:
revise wording about fragmentation
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