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: 2000-09-15 to 2000-09-11 (Commits 2547-2596 of 10846)
Pre-ipcomp touch-ups.
10 lines of code changed in:
Added tos runtime switch.
Removed 'sysctl_ipsec_' prefix from /proc/sys/net/ipsec/* filenames.
14 lines of code changed in:
Cleaned up existing IPCOMP code before svenning addition.
Initialize pfkey_reply and extensions_reply in case of early error in
message parsing functions (thanks Kai!).
58 lines of code changed in:
Moved debug output after sanity check.
Added tos copy sysctl.
21 lines of code changed in:
Remove redundant satoa() call, reformat comment.
8 lines of code changed in:
Clean up pfkey object inclusion into the default object.
6 lines of code changed in:
Remove ICMP PMTU and NO EROUTE PASS kernel config options.
2 lines of code changed in:
default to RSA
3 lines of code changed in:
enlarge anti-replay window
8 lines of code changed in:
fixed a formatting weirdness
4 lines of code changed in:
added new doc version
in its own directory for now
4 lines of code changed in:
editing config
changed doc/index to point to new stuff in doc/test
built Makefile
15 lines of code changed in:
Enhanced /proc/net/pf_key* support.
3 lines of code changed in:
Added Gerhard's ipv6 updates.
203 lines of code changed in:
Rewrote pfkey_get_info(), added pfkey_{supported,registered}_get_info().
Moved supported algos add and remove to functions.
210 lines of code changed in:
Removed no longer accurate comment.
1 lines of code changed in:
Added KMd registration notification.
12 lines of code changed in:
Flick on inbound policy checking.
7 lines of code changed in:
[RGB] ditch duplicated AH registration
1 lines of code changed in:
fix confread-auto interaction bug
4 lines of code changed in:
[RGB] PFKEY stuff: register protocols; eat responses.
81 lines of code changed in:
use only RFC 1918 addresses in examples
4 lines of code changed in:
update examples to 2048 bits
5 lines of code changed in:
Added Gerhard's ipv6 stuff, pfkey register support for ipcomp and ipip,
sysctl.
10 lines of code changed in:
Gerhard's IPv6 support.
289 lines of code changed in:
Gerhard's IPv6 support.
Restructured to remove unused extensions from CLEARFLOW messages.
Added debugging.
211 lines of code changed in:
Restructured to remove unused extensions from CLEARFLOW messages.
99 lines of code changed in:
Defined XF_IP6 from Gerhard for ipv6 tunnel support.
6 lines of code changed in:
Added Gerhard's IPv6 support to pfkey parts of libfreeswan.
102 lines of code changed in:
Added IPIP tunnel types as algo support.
28 lines of code changed in:
Added IPIP tunnel and IPCOMP register support.
63 lines of code changed in:
crude fix to accept new PLUTO_VERSION
2 lines of code changed in:
revise note about 2874 lowercase hex
12 lines of code changed in:
Fixed real/physical discrepancy between tncfg.8 and tncfg.c.
5 lines of code changed in:
[Gerhard Gessler <gessler@iabg.de> and DHR] IPv6 support
1406 lines of code changed in:
I had everything in one big file for some editing
This moves pieces back to smaller files
32 lines of code changed in:
add addrtot 'r' and 'R' formats
232 lines of code changed in:
Moved DEBUGGING definition to compile kernel with debug off.
78 lines of code changed in:
Added pfkey_acquire prototype.
10 lines of code changed in:
Cleared out now unused pfkeyv2 switch.
Converted ipsec_icmp and no_eroute_pass to sysctl.
4 lines of code changed in:
Filled in and implemented sysctl.
100 lines of code changed in:
Moved radij_c_version printing to ipsec_version_get_info().
4 lines of code changed in:
Converted #if0 debugs to sysctl.
15 lines of code changed in:
Converted #if0 debugs to sysctl.
Removed debug_pfkey initialisations that prevented no_debug loading or
linking.
60 lines of code changed in:
Cleaned out now unused tdb_xform and tdb_xdata members of struct tdb.
4 lines of code changed in:
Converted ipsec_icmp, no_eroute_pass, opportunistic and #if0 debugs to
sysctl.
58 lines of code changed in:
Converted inbound_policy_check to sysctl.
Re-enabled policy backcheck.
Moved policy checks to top and within tdb lock.
158 lines of code changed in:
Moved radij_c_version printing to ipsec_version_get_info().
Reformatted ipsec_version_get_info().
Added sysctl_{,un}register() calls.
30 lines of code changed in:
Cleared out unused htonq.
4 lines of code changed in:
Cleared out now unused pfkeyv2 switch.
Enabled sysctl.
5 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