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-06-23 to 1998-06-14 (Commits 147-196 of 10846)
improved fix
19 lines of code changed in:
fix patch changes so they work
18 lines of code changed in:
Minor wording change.
1 lines of code changed in:
Created a prototype for ipsec_tdbcleanup when it was moved from
ipsec_init.c.
6 lines of code changed in:
Check for presence of IPIP protocol if it is setup one way (we don't
know what has been set up the other way and can only assume it will be
symmetrical with the exception of keys).
39 lines of code changed in:
Added debugging output to eroute add/delete routines.
52 lines of code changed in:
Clean up after an error condition in setspi.
17 lines of code changed in:
Slightly quieted init-time messages.
Re-introduced inet_add_protocol after it mysteriously disappeared...
Check for and warn of absence of IPIP protocol on install of module.
Move tdbcleanup to ipsec_xform.c.
19 lines of code changed in:
Added a compile switch to enable checking for IPIP protocol. If the
module does not load with an error about 'inet_get_protocol', comment
out the line that reads: 'INET_GET_PROTOCOL = 1'.
7 lines of code changed in:
Note about IPIP protocol detection.
4 lines of code changed in:
Rearranging top-level Makefile to move/separate/add kernel patches.
27 lines of code changed in:
Cleanup/reordering after 0.85.
29 lines of code changed in:
Moved, separated, added patches to the linux kernel.
77 lines of code changed in:
more word-bashing on export comments
6 lines of code changed in:
first cut at problem-reporting instructions
49 lines of code changed in:
include pointer to xs4all
revise export-law wording yet again
5 lines of code changed in:
add CHANGES file to record history of unbroken chain of improvements to Pluto
53 lines of code changed in:
tone down the legal warning some
4 lines of code changed in:
bring up to date with recent alterations I've made
8 lines of code changed in:
update to match Makefile changes
35 lines of code changed in:
finally get rid of the Klips source copying
11 lines of code changed in:
eliminate unworkable avoidance of routing case where peer is own client
3 lines of code changed in:
accept modestly long attribute values (32 bits) for
OAKLEY_LIFE_DURATION and SA_LIFE_DURATION.
76 lines of code changed in:
add words about export-law problems with code contributions
8 lines of code changed in:
add missing argument (thanks to Chris the Elder <chippo@cdsec.com>)
1 lines of code changed in:
update the cp to match the new directory layout
1 lines of code changed in:
yet more fiddling for developer links
1 lines of code changed in:
revisions to developer-links stuff
7 lines of code changed in:
remove symlink stuff now taken care of during distribution build
give developers a hook to same
21 lines of code changed in:
oops, paths should not have "top" in them...
2 lines of code changed in:
facility for adding symlinks during distribution build
2 lines of code changed in:
manual pages for barf and ipsec
63 lines of code changed in:
oops, missed one detail in the last change
1 lines of code changed in:
update to match the new utility locations
2 lines of code changed in:
move sources from klips/src to klips/net/ipsec to keep stupid kernel
build scripts happier about symlinks
1322 lines of code changed in:
move sources from klips/src to klips/net/ipsec, to keep stupid
kernel-build scripts happier in the presence of symlinks
4013 lines of code changed in:
activate ipsec command as primary access to utilities, by putting
everything else in /usr/local/lib/ipsec instead of /usr/local/sbin
2 lines of code changed in:
Remove reference to spigrp.
0 lines of code changed in:
Allow route del to fail -- there may not be an existing route
3 lines of code changed in:
- don't try route commands if peer == peer's client
- open and close /dev/ipsec more carefully
33 lines of code changed in:
log automatic addition of GOAL_TUNNEL
6 lines of code changed in:
change all uses of stdout to use stderr instead
70 lines of code changed in:
support separate keys for esp encryption and authentication
33 lines of code changed in:
/proc/net/ipsec_* references updated and other minor clarifications
including completion of the config process, length of time to expect
for a kernel compile.
21 lines of code changed in:
Cheat by removing '$'s in rcsid's to avoid confusing cvs.
7 lines of code changed in:
Pre-0.85 testing notes.
1 lines of code changed in:
Clarify kernel configuration and module load output.
37 lines of code changed in:
the beginnings of implementation notes
17 lines of code changed in:
substantial reworking and clarifications
65 lines of code changed in:
tighten up wording
add brief discussion of disk space needs
9 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