Commit Log (Page 202 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: 1999-02-12 to 1999-01-28 (Commits 747-796 of 10846)

rgb 1999-02-12 16:11

Prepare for newer LIBDES (patch from P.Onion).

8 lines of code changed in:

sandy 1999-02-11 16:33

VPNhowto.html now mentions ipsec auto add before up
Glossary defines auto & manual

42 lines of code changed in:

rgb 1999-02-11 14:38

More clean-up.
Add sanity checking for skb_copy_expand() to prevent kernel panics on
skb_put() values out of range.
Fix head/tailroom calculation causing skb_put() out-of-range values.
Fix return values to prevent 'nonatomic alloc_skb' warnings.
Allocate new skb iff needed.
Added more debug statements.
Make headroom depend on structure, not hard-coded values.

71 lines of code changed in:

dhr 1999-02-10 23:23

- make room for more whack flags
- add --asynchronous to let whack "fire and forget"
- ignore SIGHUP (people think it is polite to HUP daemons)

46 lines of code changed in:

rgb 1999-02-10 18:20

Shut up annoying 'statement has no effect' compiler warnings with
debugging compiled out.

17 lines of code changed in:

rgb 1999-02-10 17:39

Rewrite recent comments to eliminate duplicity, more KLIPS code clean-up.

18 lines of code changed in:

rgb 1999-02-10 17:36

Clean-up obsolete, unused and messy code.
Converted most IPSEC_DEBUG statements to KLIPS_PRINT macros.
Rename ipsec_tunnel_do_xmit to ipsec_tunnel_start_xmit and eliminated
original ipsec_tunnel_start_xmit.
Send all packet with different inner and outer destinations directly to
the attached physical device, rather than back through ip_forward,
preventing disappearing routes problems.
Do sanity checking before investing too much CPU in allocating new
structures.
Fail on IP header options: We cannot process them yet.
Add some helpful comments.
Use virtual device for parameters instead of physical device.

342 lines of code changed in:

rgb 1999-02-10 17:31

Change rebuild_header member to reflect generality of link layer.

5 lines of code changed in:

rgb 1999-02-10 17:09

Cleanup and add notes from Feb 3rd meeting.

8 lines of code changed in:

rgb 1999-02-10 17:08

Added options to test SG to SG tunnel mode.

74 lines of code changed in:

dhr 1999-02-10 15:39

document previous change

5 lines of code changed in:

dhr 1999-02-10 15:30

do interface discovery on each --listen

195 lines of code changed in:

rgb 1999-02-09 22:03

Duh. Fixed the TTL bug: forgot to update the checksum.

33 lines of code changed in:

rgb 1999-02-09 18:17

Add structure members to ipsec_print_ip debug function.
Temporarily fix TTL bug preventing tunnel mode from functioning.

21 lines of code changed in:

rgb 1999-02-08 19:16

Add road warrior todo detail.

3 lines of code changed in:

rgb 1999-02-08 19:14

Add KLIPSPRINT macro. (Not used yet, though.)
Delete old ip_tunnel code (BADCODE).
Decrement TTL in outgoing packet.
Set TTL on new IPIP_TUNNEL to default, not existing packet TTL.
Delete ethernet only feature and fix hard-coded hard_header_len.

31 lines of code changed in:

rgb 1999-02-08 19:13

Fix replay window htonl bug.

10 lines of code changed in:

henry 1999-02-08 14:52

expand accidental tabs

2 lines of code changed in:

dhr 1999-02-06 01:00

fix lagging comments

9 lines of code changed in:

dhr 1999-02-06 00:59

update to describe new locking procedure

13 lines of code changed in:

sandy 1999-02-05 21:45

added RCS ID to all .html files

22 lines of code changed in:

sandy 1999-02-05 21:25

added pointer to MCR's archive of ipsec@tis.com list

5 lines of code changed in:

dhr 1999-02-04 20:21

more care handling errors setting errno

95 lines of code changed in:

sandy 1999-02-04 12:46

added pointers to doc/*.html

7 lines of code changed in:

sandy 1999-02-04 12:34

added some references to WWWref.html

34 lines of code changed in:

dhr 1999-02-04 01:56

not our job to free state object

0 lines of code changed in:

sandy 1999-02-03 11:41

added Modes.html, essentially Richard's file with some links added
modified Makefile to see it & awk script to handle his formatting

140 lines of code changed in:

dhr 1999-02-02 22:03

make state object invariants more evident

61 lines of code changed in:

sandy 1999-02-02 20:19

typo corrections

8 lines of code changed in:

sandy 1999-02-02 20:10

Changed README to point to HTML docs & to doc/README if text req'd

9 lines of code changed in:

sandy 1999-02-02 20:00

removed *.text files
add Makefile and scripts in ../utils so users can make *text if wanted
They can also make *.lynx using lynx -dump instead of my scripts
added README file explaining this

79 lines of code changed in:

dhr 1999-02-01 20:22

attempt to lock before daemon fork so command line status is meaningful

63 lines of code changed in:

henry 1999-02-01 11:46

use ipfwadm rather than /proc entries to read back firewall rules

34 lines of code changed in:

dhr 1999-02-01 01:30

sanity check: specified SA lifetimes must exceed rekeywindow

16 lines of code changed in:

dhr 1999-01-31 22:30

make sure a connection is oriented before routing it

3 lines of code changed in:

dhr 1999-01-31 22:29

fix spelling

2 lines of code changed in:

dhr 1999-01-31 22:28

touch up manual

17 lines of code changed in:

sandy 1999-01-31 22:12

added Compat.html
initial list of patches for various distributions & CPUs
results of interoperation tests

465 lines of code changed in:

dhr 1999-01-31 14:50

attempt to ignore SIGPIPE when writing to whack log socket

5 lines of code changed in:

sandy 1999-01-30 11:33

Placeholder for debugging info file

220 lines of code changed in:

dhr 1999-01-30 02:30

fix spelling error in message

1 lines of code changed in:

dhr 1999-01-30 02:28

use more appropriate manifest constant

1 lines of code changed in:

dhr 1999-01-30 02:27

rationalize ISAKMP SA proposal

24 lines of code changed in:

sandy 1999-01-29 17:01

Instead of getting Contents.text from *.html files
now do Contents.html and then text from that

271 lines of code changed in:

rgb 1999-01-29 12:56

64-bit re-fix submitted by Peter Onion.

5 lines of code changed in:

sandy 1999-01-29 01:02

changes in html->text scripts
fixed minor things in html files noted while testing

360 lines of code changed in:

sandy 1999-01-28 21:17

adding text files generated from HTML files
scripts doing this are first-draft
text files usable but not good
one for each .html file + a Contents.text built from all

424 lines of code changed in:

sandy 1999-01-28 20:37

minor changes
Sandy's name now in README
INSTALL now mentions HTML docs

4 lines of code changed in:

sandy 1999-01-28 20:35

Sandy
Roadmap.html cleaned up some
Replaced tables with lists

103 lines of code changed in:

sandy 1999-01-28 19:11

Sandy Harris
adding HTML documentation files

523 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