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: 1998-10-13 to 1998-09-17 (Commits 397-446 of 10846)
pick up necessary headers (sigh) automatically
38 lines of code changed in:
still smarter handling, look for *both* __KERNEL__ and FILE
4 lines of code changed in:
more elegant method -- check for __KERNEL__ instead of FILE
4 lines of code changed in:
oops, declare optionsfrom() only if FILE is defined
8 lines of code changed in:
Support --peernexthop for initiator of ISAKMP SA
68 lines of code changed in:
Add 'optionfrom' to get more options from a named file.
46 lines of code changed in:
Whole pile of changes after 4week absence and bugfixes/development.
23 lines of code changed in:
Added 'klips_debug' prefix to all klips printk debug statements.
24 lines of code changed in:
Changed help output from stderr to stdout.
Deleted old commented out cruft.
9 lines of code changed in:
Changed help output from stderr to stdout.
Avoid use of argv[0] after first use.
8 lines of code changed in:
Standardise on '-96' notation for AH transforms.
9 lines of code changed in:
Changed help output from stderr to stdout.
Changed error messages from stdout to stderr.
Deleted old commented out cruft.
8 lines of code changed in:
Changed help output from stderr to stdout.
Changed error messages from stdout to stderr.
Added '--replace' option.
Deleted old commented out cruft.
35 lines of code changed in:
Deleted references to one-letter options.
Added '--replace' option to list of options.
25 lines of code changed in:
Added 'klips_debug' prefix to all klips printk debug statements.
Fixed output formatting slightly.
26 lines of code changed in:
Added 'klips_debug' prefix to all klips printk debug statements.
57 lines of code changed in:
Added 'klips_debug' prefix to all klips printk debug statements.
Deleted old commented out cruft.
32 lines of code changed in:
Added support for '-replace' option to eroute.
Fixed spiungroup bug.
Added 'klips_debug' prefix to all klips printk debug statements.
30 lines of code changed in:
when deleting a state object, tell kernel to delete any IPSEC SA
42 lines of code changed in:
add note about 40-bit nonsense
3 lines of code changed in:
note chumminess with getopt_long innards
22 lines of code changed in:
optionsfrom() arrives
515 lines of code changed in:
Reorder command examples for minimised packet loss and eliminate insecure
packet leakage.
Added notes about ipfwadm usage to poke a hole through masquerading.
130 lines of code changed in:
Update after 4 weeks absence and a week of catch-up.
37 lines of code changed in:
add auto, first-cut analog of manual for automatic-key-exchange connections
437 lines of code changed in:
For SAs that were initiated by Pluto, Pluto will try to replace
the SA before it expires. There is a 10 minute window
(SA_REPLACEMENT_WINDOW) in which this can occur.
146 lines of code changed in:
fix nit in management of whack file descriptor; tidy
25 lines of code changed in:
Change Whack<->Pluto communication from one-way UDP bidirectional TCP.
160 lines of code changed in:
- clean up timer.c and server.c (simplify, document, improve messages)
- limit listening for Whack to loopback port
174 lines of code changed in:
Use serial numbers to cause most recent of available ISAKMP SAs
to be chosen. Also useful in debugging output.
24 lines of code changed in:
- Message IDs are now random, rather than counting up from 1. This
should help keep messages in different but simultaneous Phase 2
exchanges being mixed up.
- syslogged informative (i.e. debugging) messages are now prefixed
with "| " to make the easier to ignore.
- forbid zero cookies. Among other things, this prevents feedback
confusing Pluto.
213 lines of code changed in:
tolerate errors on precautionary eroute deletion
discard diagnostics from error teardown
7 lines of code changed in:
Ensure that SPI for outbound tunnelling is generated before it is needed.
Reorder to: build SAs, replace eroute, replace route.
42 lines of code changed in:
bug fix
1 lines of code changed in:
SA-specifier conversion functions
185 lines of code changed in:
support an "I know it's not octal" form
22 lines of code changed in:
get rid of no-longer-needed developer stuff
0 lines of code changed in:
more developer conveniences
2 lines of code changed in:
revise for automatic secret generation
6 lines of code changed in:
reorder building and installing SAs and routes in a safe order
22 lines of code changed in:
add --help and --version
12 lines of code changed in:
tear down any old eroute before adding new one
3 lines of code changed in:
remove obsolete 0c synonym for 0t
0 lines of code changed in:
document annoying header-file prerequisite
23 lines of code changed in:
update
17 lines of code changed in:
re-order output to put hottest items first
18 lines of code changed in:
add --union
tighten error checking
107 lines of code changed in:
Before adding an eroute, delete the same one first, in case there
already was one.
54 lines of code changed in:
fix off-by-one in a memory allocation
4 lines of code changed in:
kludgery because the spigrp delete functionality doesn't work
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