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-11 to 2000-08-24 (Commits 2497-2546 of 10846)
Cleared out now unused pfkeyv2 switch.
1 lines of code changed in:
changes for handling multi-connection _confread output
32 lines of code changed in:
beginnings of multi-section support
5 lines of code changed in:
add note about naming
12 lines of code changed in:
Restrict pfkey errno check to downward messages only.
14 lines of code changed in:
Added comments for clarity.
18 lines of code changed in:
Correct SADB message type for update, add and delete.
20 lines of code changed in:
Return positive errno in pfkey_reply error message.
9 lines of code changed in:
Added heavy-duty pfkey changes.
15 lines of code changed in:
Bypass frag update.
10 lines of code changed in:
Enabled pfkey_sens_parse().
Added check for errno on downward acquire messages only.
38 lines of code changed in:
Fixed pfkey_prop_build() parameter to be only single indirection.
Fixed struct alg copy.
27 lines of code changed in:
Fix pfkey_prop_build() parameter to be only single indirection.
36 lines of code changed in:
Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.
Removed all references to CONFIG_IPSEC_PFKEYv2.
Put in sanity checks in most msg type parsers to catch invalid satypes
and empty socket lists.
Moved spin-locks in pfkey_get_parse() to simplify.
Added pfkey_acquire().
Added upwards messages to update, add, delete, acquire_parse,
expire_parse and flush.
Fix pfkey_prop_build() parameter to be only single indirection.
Changed all replies to use pfkey_reply.
Check return code on puttdb() and deltdbchain() in getspi, update,
add, delete.
Fixed up all pfkey replies to open and registered sockets.
910 lines of code changed in:
Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.
Clean-up of long-unused crud...
Create pfkey error message on on failure.
Give pfkey_list_{insert,remove}_{socket,supported}() some error
checking.
140 lines of code changed in:
Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.
Added outgoing opportunistic hook, ifdef'ed out.
54 lines of code changed in:
Removed all references to CONFIG_IPSEC_PFKEYv2.
18 lines of code changed in:
Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.
Removed all references to CONFIG_IPSEC_PFKEYv2.
56 lines of code changed in:
Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.
119 lines of code changed in:
Updated pfkey status.
19 lines of code changed in:
getting rid of the klips/src symlink
2 lines of code changed in:
dispense with klips symlink
0 lines of code changed in:
fix manpages to match DHR's constification
77 lines of code changed in:
DHR's constification
some minor cleanup
152 lines of code changed in:
check for unknown authby value
5 lines of code changed in:
editing, mostly based on list comments
1 lines of code changed in:
Post 1.5 burst, adding to pfkey upwards comms plus random fixes.
48 lines of code changed in:
Added a supported algorithms array lists, one per satype and registered
existing algorithms.
Fixed pfkey_list_{insert,remove}_{socket,support}() to allow change to
list.
Only send pfkey_expire() messages to sockets registered for that satype.
Added reply to pfkey_getspi_parse().
Added reply to pfkey_get_parse().
Fixed debug output label bug in pfkey_lifetime_process().
Cleaned up pfkey_sa_process a little.
Moved pfkey_safe_build() above message type parsers to make it available
for creating replies.
Added comments for future work in pfkey_acquire_parse().
Fleshed out guts of pfkey_register_parse().
401 lines of code changed in:
Reap experimental NET_21_ bits.
Turned registered sockets list into an array of one list per satype.
Remove references to deprecated sklist_{insert,remove}_socket.
Removed leaking socket debugging code.
Removed duplicate pfkey_insert_socket in pfkey_create.
Removed all references to pfkey msg->msg_name, since it is not used for
pfkey.
Added a supported algorithms array lists, one per satype and registered
existing algorithms.
Fixed pfkey_list_{insert,remove}_{socket,support}() to allow change to
list.
Only send pfkey_expire() messages to sockets registered for that satype.
152 lines of code changed in:
Fixed reserved check bug and added debug output in
pfkey_supported_parse().
Fixed debug output label bug in pfkey_ident_parse().
22 lines of code changed in:
Added a supported algorithms array lists, one per satype and registered
existing algorithms.
Fixed pfkey_list_{insert,remove}_{socket,support}() to allow change to
list.
52 lines of code changed in:
Added (disabled) sensitivity members to tdb struct.
12 lines of code changed in:
Minor clean-up.
4 lines of code changed in:
Removed all the rest of the references to tdb_spi, tdb_proto, tdb_dst.
Kill remainder of tdb_xform, tdb_xdata, xformsw.
9 lines of code changed in:
Compiler-define out no longer used tdb_init() in ipsec_xform.c.
6 lines of code changed in:
Removed all the rest of the references to tdb_spi, tdb_proto, tdb_dst.
Kill remainder of tdb_xform, tdb_xdata, xformsw.
6 lines of code changed in:
Correct debug text in ipsec_breakroute() from incorrect
"ipsec_callback".
5 lines of code changed in:
Compiler-define out ipsec_callback() function of ipsec_netlink.c.
Nothing should be using it anyways.
6 lines of code changed in:
Cleaned up no longer used spi_next, netlink register/unregister, other
minor cleanup.
Removed cruft replaced by TDB_XFORM_NAME.
Removed all the rest of the references to tdb_spi, tdb_proto, tdb_dst.
Moved debug version strings to printk when /proc/net/ipsec_version is
called.
16 lines of code changed in:
Added MB's nf-debug reset patch.
17 lines of code changed in:
diagnose ipsec.secrets file starting with indentation
8 lines of code changed in:
Send all no-eroute-bypass, pluto-bypass and passthrough packets through
fragmentation machinery for 2.0, 2.2 and 2.4 kernels.
26 lines of code changed in:
Define OCTETBITS and PFKEYBITS to avoid using 'magic' numbers in code.
28 lines of code changed in:
Update copyright dates and fix replay window endian bug.
6 lines of code changed in:
Update copyright.
10 lines of code changed in:
Update copyright dates and remove no longer used resolve_ip().
10 lines of code changed in:
More minor tweaks to the bad padding debug code.
12 lines of code changed in:
use unsigned char consistently for address bytes
40 lines of code changed in:
addrbytesptr pointer is to unsigned char, not char
62 lines of code changed in:
changed part about advanced routing
was labelled incompatible
34 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