Commit Log (Page 209 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: 1998-10-13 to 1998-09-17 (Commits 397-446 of 10846)

henry 1998-10-13 16:07

pick up necessary headers (sigh) automatically

38 lines of code changed in:

henry 1998-10-13 14:09

still smarter handling, look for *both* __KERNEL__ and FILE

4 lines of code changed in:

henry 1998-10-13 13:59

more elegant method -- check for __KERNEL__ instead of FILE

4 lines of code changed in:

henry 1998-10-13 13:46

oops, declare optionsfrom() only if FILE is defined

8 lines of code changed in:

dhr 1998-10-12 01:20

Support --peernexthop for initiator of ISAKMP SA

68 lines of code changed in:

rgb 1998-10-09 14:47

Add 'optionfrom' to get more options from a named file.

46 lines of code changed in:

rgb 1998-10-09 01:30

Whole pile of changes after 4week absence and bugfixes/development.

23 lines of code changed in:

rgb 1998-10-09 00:43

Added 'klips_debug' prefix to all klips printk debug statements.

24 lines of code changed in:

rgb 1998-10-09 00:36

Changed help output from stderr to stdout.
Deleted old commented out cruft.

9 lines of code changed in:

rgb 1998-10-09 00:36

Changed help output from stderr to stdout.
Avoid use of argv[0] after first use.

8 lines of code changed in:

rgb 1998-10-09 00:36

Standardise on '-96' notation for AH transforms.

9 lines of code changed in:

rgb 1998-10-09 00:35

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:

rgb 1998-10-09 00:34

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:

rgb 1998-10-09 00:34

Deleted references to one-letter options.
Added '--replace' option to list of options.

25 lines of code changed in:

rgb 1998-10-09 00:33

Added 'klips_debug' prefix to all klips printk debug statements.
Fixed output formatting slightly.

26 lines of code changed in:

rgb 1998-10-09 00:31

Added 'klips_debug' prefix to all klips printk debug statements.

57 lines of code changed in:

rgb 1998-10-09 00:30

Added 'klips_debug' prefix to all klips printk debug statements.
Deleted old commented out cruft.

32 lines of code changed in:

rgb 1998-10-09 00:29

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:

dhr 1998-10-08 23:27

when deleting a state object, tell kernel to delete any IPSEC SA

42 lines of code changed in:

henry 1998-10-08 22:56

add note about 40-bit nonsense

3 lines of code changed in:

henry 1998-10-08 16:43

note chumminess with getopt_long innards

22 lines of code changed in:

henry 1998-10-08 16:34

optionsfrom() arrives

515 lines of code changed in:

rgb 1998-10-08 11:29

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:

rgb 1998-10-08 11:24

Update after 4 weeks absence and a week of catch-up.

37 lines of code changed in:

henry 1998-10-07 16:14

add auto, first-cut analog of manual for automatic-key-exchange connections

437 lines of code changed in:

dhr 1998-10-06 21:52

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:

dhr 1998-10-06 10:55

fix nit in management of whack file descriptor; tidy

25 lines of code changed in:

dhr 1998-10-06 00:42

Change Whack<->Pluto communication from one-way UDP bidirectional TCP.

160 lines of code changed in:

dhr 1998-10-05 18:19

- clean up timer.c and server.c (simplify, document, improve messages)
- limit listening for Whack to loopback port

174 lines of code changed in:

dhr 1998-10-04 22:21

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:

dhr 1998-10-04 20:04

- 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:

henry 1998-09-30 12:48

tolerate errors on precautionary eroute deletion
discard diagnostics from error teardown

7 lines of code changed in:

dhr 1998-09-30 03:32

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:

henry 1998-09-29 16:06

bug fix

1 lines of code changed in:

henry 1998-09-29 15:35

SA-specifier conversion functions

185 lines of code changed in:

henry 1998-09-29 14:43

support an "I know it's not octal" form

22 lines of code changed in:

henry 1998-09-29 12:54

get rid of no-longer-needed developer stuff

0 lines of code changed in:

henry 1998-09-28 23:24

more developer conveniences

2 lines of code changed in:

henry 1998-09-28 23:09

revise for automatic secret generation

6 lines of code changed in:

dhr 1998-09-28 22:06

reorder building and installing SAs and routes in a safe order

22 lines of code changed in:

henry 1998-09-28 02:02

add --help and --version

12 lines of code changed in:

henry 1998-09-28 01:55

tear down any old eroute before adding new one

3 lines of code changed in:

henry 1998-09-28 01:43

remove obsolete 0c synonym for 0t

0 lines of code changed in:

henry 1998-09-28 01:43

document annoying header-file prerequisite

23 lines of code changed in:

henry 1998-09-25 11:21

update

17 lines of code changed in:

henry 1998-09-25 11:07

re-order output to put hottest items first

18 lines of code changed in:

henry 1998-09-24 19:45

add --union
tighten error checking

107 lines of code changed in:

dhr 1998-09-23 22:10

Before adding an eroute, delete the same one first, in case there
already was one.

54 lines of code changed in:

dhr 1998-09-23 22:08

fix off-by-one in a memory allocation

4 lines of code changed in:

henry 1998-09-17 12:01

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