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)
Prepare for newer LIBDES (patch from P.Onion).
8 lines of code changed in:
VPNhowto.html now mentions ipsec auto add before up
Glossary defines auto & manual
42 lines of code changed in:
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:
- 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:
Shut up annoying 'statement has no effect' compiler warnings with
debugging compiled out.
17 lines of code changed in:
Rewrite recent comments to eliminate duplicity, more KLIPS code clean-up.
18 lines of code changed in:
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:
Change rebuild_header member to reflect generality of link layer.
5 lines of code changed in:
Cleanup and add notes from Feb 3rd meeting.
8 lines of code changed in:
Added options to test SG to SG tunnel mode.
74 lines of code changed in:
document previous change
5 lines of code changed in:
do interface discovery on each --listen
195 lines of code changed in:
Duh. Fixed the TTL bug: forgot to update the checksum.
33 lines of code changed in:
Add structure members to ipsec_print_ip debug function.
Temporarily fix TTL bug preventing tunnel mode from functioning.
21 lines of code changed in:
Add road warrior todo detail.
3 lines of code changed in:
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:
Fix replay window htonl bug.
10 lines of code changed in:
expand accidental tabs
2 lines of code changed in:
fix lagging comments
9 lines of code changed in:
update to describe new locking procedure
13 lines of code changed in:
added RCS ID to all .html files
22 lines of code changed in:
added pointer to MCR's archive of ipsec@tis.com list
5 lines of code changed in:
more care handling errors setting errno
95 lines of code changed in:
added pointers to doc/*.html
7 lines of code changed in:
added some references to WWWref.html
34 lines of code changed in:
not our job to free state object
0 lines of code changed in:
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:
make state object invariants more evident
61 lines of code changed in:
typo corrections
8 lines of code changed in:
Changed README to point to HTML docs & to doc/README if text req'd
9 lines of code changed in:
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:
attempt to lock before daemon fork so command line status is meaningful
63 lines of code changed in:
use ipfwadm rather than /proc entries to read back firewall rules
34 lines of code changed in:
sanity check: specified SA lifetimes must exceed rekeywindow
16 lines of code changed in:
make sure a connection is oriented before routing it
3 lines of code changed in:
fix spelling
2 lines of code changed in:
touch up manual
17 lines of code changed in:
added Compat.html
initial list of patches for various distributions & CPUs
results of interoperation tests
465 lines of code changed in:
attempt to ignore SIGPIPE when writing to whack log socket
5 lines of code changed in:
Placeholder for debugging info file
220 lines of code changed in:
fix spelling error in message
1 lines of code changed in:
use more appropriate manifest constant
1 lines of code changed in:
rationalize ISAKMP SA proposal
24 lines of code changed in:
Instead of getting Contents.text from *.html files
now do Contents.html and then text from that
271 lines of code changed in:
64-bit re-fix submitted by Peter Onion.
5 lines of code changed in:
changes in html->text scripts
fixed minor things in html files noted while testing
360 lines of code changed in:
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:
minor changes
Sandy's name now in README
INSTALL now mentions HTML docs
4 lines of code changed in:
Sandy
Roadmap.html cleaned up some
Replaced tables with lists
103 lines of code changed in:
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