Commit Log (Page 167 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: 2000-09-11 to 2000-08-24 (Commits 2497-2546 of 10846)

rgb 2000-09-11 23:20

Cleared out now unused pfkeyv2 switch.

1 lines of code changed in:

henry 2000-09-11 22:14

changes for handling multi-connection _confread output

32 lines of code changed in:

henry 2000-09-11 22:14

beginnings of multi-section support

5 lines of code changed in:

henry 2000-09-11 11:24

add note about naming

12 lines of code changed in:

rgb 2000-09-09 02:39

Restrict pfkey errno check to downward messages only.

14 lines of code changed in:

rgb 2000-09-09 02:39

Added comments for clarity.

18 lines of code changed in:

rgb 2000-09-09 02:38

Correct SADB message type for update, add and delete.

20 lines of code changed in:

rgb 2000-09-09 02:38

Return positive errno in pfkey_reply error message.

9 lines of code changed in:

rgb 2000-09-08 15:38

Added heavy-duty pfkey changes.

15 lines of code changed in:

rgb 2000-09-08 15:24

Bypass frag update.

10 lines of code changed in:

rgb 2000-09-08 15:22

Enabled pfkey_sens_parse().
Added check for errno on downward acquire messages only.

38 lines of code changed in:

rgb 2000-09-08 15:22

Fixed pfkey_prop_build() parameter to be only single indirection.
Fixed struct alg copy.

27 lines of code changed in:

rgb 2000-09-08 15:21

Fix pfkey_prop_build() parameter to be only single indirection.

36 lines of code changed in:

rgb 2000-09-08 15:19

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:

rgb 2000-09-08 15:19

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:

rgb 2000-09-08 15:18

Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.
Added outgoing opportunistic hook, ifdef'ed out.

54 lines of code changed in:

rgb 2000-09-08 15:17

Removed all references to CONFIG_IPSEC_PFKEYv2.

18 lines of code changed in:

rgb 2000-09-08 15:16

Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.
Removed all references to CONFIG_IPSEC_PFKEYv2.

56 lines of code changed in:

rgb 2000-09-08 15:12

Change references from DEBUG_IPSEC to CONFIG_IPSEC_DEBUG.

119 lines of code changed in:

rgb 2000-09-08 14:52

Updated pfkey status.

19 lines of code changed in:

henry 2000-09-08 14:25

getting rid of the klips/src symlink

2 lines of code changed in:

henry 2000-09-08 14:23

dispense with klips symlink

0 lines of code changed in:

henry 2000-09-08 14:09

fix manpages to match DHR's constification

77 lines of code changed in:

henry 2000-09-08 14:03

DHR's constification
some minor cleanup

152 lines of code changed in:

henry 2000-09-07 19:01

check for unknown authby value

5 lines of code changed in:

sandy 2000-09-01 20:53

editing, mostly based on list comments

1 lines of code changed in:

rgb 2000-09-01 15:28

Post 1.5 burst, adding to pfkey upwards comms plus random fixes.

48 lines of code changed in:

rgb 2000-09-01 14:50

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:

rgb 2000-09-01 14:49

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:

rgb 2000-09-01 14:48

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:

rgb 2000-09-01 14:46

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:

rgb 2000-09-01 14:32

Added (disabled) sensitivity members to tdb struct.

12 lines of code changed in:

rgb 2000-08-30 01:34

Minor clean-up.

4 lines of code changed in:

rgb 2000-08-30 01:31

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:

rgb 2000-08-30 01:29

Compiler-define out no longer used tdb_init() in ipsec_xform.c.

6 lines of code changed in:

rgb 2000-08-30 01:27

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:

rgb 2000-08-30 01:25

Correct debug text in ipsec_breakroute() from incorrect
"ipsec_callback".

5 lines of code changed in:

rgb 2000-08-30 01:23

Compiler-define out ipsec_callback() function of ipsec_netlink.c.
Nothing should be using it anyways.

6 lines of code changed in:

rgb 2000-08-30 01:19

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:

rgb 2000-08-28 14:15

Added MB's nf-debug reset patch.

17 lines of code changed in:

dhr 2000-08-27 17:26

diagnose ipsec.secrets file starting with indentation

8 lines of code changed in:

rgb 2000-08-26 22:26

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:

rgb 2000-08-26 21:55

Define OCTETBITS and PFKEYBITS to avoid using 'magic' numbers in code.

28 lines of code changed in:

rgb 2000-08-26 21:50

Update copyright dates and fix replay window endian bug.

6 lines of code changed in:

rgb 2000-08-26 21:48

Update copyright.

10 lines of code changed in:

rgb 2000-08-26 21:46

Update copyright dates and remove no longer used resolve_ip().

10 lines of code changed in:

rgb 2000-08-26 21:41

More minor tweaks to the bad padding debug code.

12 lines of code changed in:

henry 2000-08-25 10:40

use unsigned char consistently for address bytes

40 lines of code changed in:

henry 2000-08-25 10:31

addrbytesptr pointer is to unsigned char, not char

62 lines of code changed in:

sandy 2000-08-24 14:04

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