Commit Log (Page 177 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-01-23 to 2000-01-21 (Commits 1997-2046 of 10846)

dhr 2000-01-23 16:34

fix recent bugs in deleting eroute and deleting SPIs; tidy

72 lines of code changed in:

sandy 2000-01-23 10:41

changed many links to point to freeswam.org

50 lines of code changed in:

dhr 2000-01-23 02:17

Make pfkey message reception logging part of debugging info

9 lines of code changed in:

dhr 2000-01-23 02:10

under PFKEY, avoid including KLIPS headers.

53 lines of code changed in:

dhr 2000-01-22 20:39

symmetry: inbound tunneling gets an IPIP SA; inbound SAs are spigrped

50 lines of code changed in:

dhr 2000-01-22 20:38

pfkeyize erouting and spigrping

261 lines of code changed in:

rgb 2000-01-22 18:24

Added new functions proto2satype() and satype2proto() and lookup
table satype_tbl. Also added proto2name() since it was easy.

112 lines of code changed in:

rgb 2000-01-22 18:24

Added prototypes for proto2satype(), satype2proto() and proto2name().

22 lines of code changed in:

rgb 2000-01-22 18:22

Use new function proto2satype().

49 lines of code changed in:

rgb 2000-01-22 18:21

Use new function satype2proto().

8 lines of code changed in:

rgb 2000-01-22 18:20

Fixed up inboud policy checking code.
Cleaned out unused crud.

18 lines of code changed in:

rgb 2000-01-22 18:19

Simplified code to use existing macro TDB_XFORM_NAME().

14 lines of code changed in:

henry 2000-01-22 13:27

various updates

26 lines of code changed in:

rgb 2000-01-22 03:40

Invert condition to known value to avoid AF_INET6 in 2.0.36.

6 lines of code changed in:

rgb 2000-01-22 02:58

Fixed REPLACEFLOW bug, missing braces around KLIPS_PRINT *and* SENDERR.

7 lines of code changed in:

sandy 2000-01-21 22:51

added a link

3 lines of code changed in:

rgb 2000-01-21 22:48

Added extr pointer component debugging.

17 lines of code changed in:

rgb 2000-01-21 22:46

Fixed pfkey error return mechanism so that we are able to free the
local copy of the pfkey_msg, plugging a memory leak and silencing
the bad object free complaints.

11 lines of code changed in:

dhr 2000-01-21 22:33

add separate event EVENT_SO_DISCARD for clean up of incomplete State Object

15 lines of code changed in:

dhr 2000-01-21 21:51

add per-connection debugging flags

247 lines of code changed in:

henry 2000-01-21 21:17

check names before looking them up

16 lines of code changed in:

henry 2000-01-21 18:50

object to non-xX parameters containing invisible characters

10 lines of code changed in:

rgb 2000-01-21 04:44

Added compiler switches to be a lot more fussy.

48 lines of code changed in:

rgb 2000-01-21 04:43

Cast ntohl(spi) as (unsigned long int) to shut up compiler.

16 lines of code changed in:

rgb 2000-01-21 04:43

Initialized spi to shut up compiler.

2 lines of code changed in:

rgb 2000-01-21 04:43

Initialized ne to shut up compiler.

4 lines of code changed in:

rgb 2000-01-21 04:42

Replace resolve_ip() with atoaddr() from freeswanlib.

74 lines of code changed in:

rgb 2000-01-21 04:41

Changed a (void*) to (char*) cast to do proper pointer math.
Don't call tdbwipe if tdb2 is NULL.

26 lines of code changed in:

rgb 2000-01-21 01:54

Whoa, changes! PFKEYv2 enhancements for eroute, spigrp and
klipsdebug, /proc output format concisement, 2.3.37 updates, bugfixes,
inbound policy code, recursion fixes, algo purging, new command line
parameters for klips utils...

47 lines of code changed in:

rgb 2000-01-21 01:29

Changed to fix too specific HOSTTYPE on netwinder.

4 lines of code changed in:

rgb 2000-01-21 01:28

Added flow add/delete message type macros.
Added flow address extension type macros.
Tidied up spacing.
Added klipsdebug switching capability.

74 lines of code changed in:

rgb 2000-01-21 01:28

Added address cases for eroute flows.
Indented compiler directives for readability.
Added klipsdebug switching capability.

170 lines of code changed in:

rgb 2000-01-21 01:27

Added address cases for eroute flows.
Added comments for each message type.
Added klipsdebug switching capability.
Fixed GRPSA bitfields.

300 lines of code changed in:

rgb 2000-01-21 01:27

Added address cases for eroute flows.
Removed unused code.
Dropped unused argument to pfkey_x_satype_build().
Indented compiler directives for readability.
Added klipsdebug switching capability.
Fixed SADB_EXT_MAX bug not permitting last extension access.

390 lines of code changed in:

rgb 2000-01-21 01:26

Converted from double tdb arguments to one structure (extr)
containing pointers to all temporary information structures.
Added klipsdebug switching capability.
Dropped unused argument to pfkey_x_satype_build().

54 lines of code changed in:

rgb 2000-01-21 01:26

Added --debug switch to command line.

11 lines of code changed in:

rgb 2000-01-21 01:25

Added pfkeyv2 support to completely avoid netlink.
Added --debug switch to command line.
Added --said processing to command line.

379 lines of code changed in:

rgb 2000-01-21 01:24

Blasted any references in usage and code to deleted algos.
Removed DES usage.
Changed usage of memset on extensions to pfkey_extensions_init().

18 lines of code changed in:

rgb 2000-01-21 01:23

Added pfkeyv2 support to completely avoid netlink.
Added --debug switch to command line.
Changed name of debug switch bitfield pointer to avoid name
conflict with command line debug switch.

188 lines of code changed in:

rgb 2000-01-21 01:22

Changed to AF_ENCAP macro.
Added --debug switch to command line.
Added pfkeyv2 support to completely avoid netlink.

346 lines of code changed in:

rgb 2000-01-21 01:21

Change return codes to negative on error.

8 lines of code changed in:

rgb 2000-01-21 01:21

Added address cases for eroute flows.
Tidied up compiler directive indentation for readability.
Added ictx,octx vars for simplification.
Added macros for HMAC padding magic numbers.
Converted from double tdb arguments to one structure (extr)
containing pointers to all temporary information structures
and checking for valid arguments to all ext processors and
msg type parsers.
Added spiungrp'ing.
Added klipsdebug switching capability.
Removed sa_process() check for zero protocol.
Added address case for DST2 for grouping.
Added/changed minor debugging instrumentation.
Fixed spigrp for single said, ungrouping case.
Added code to parse addflow and delflow messages.
Removed redundant statements duplicating tdbwipe() functionality
and causing double kfrees.
Permit addflow to have a protocol of 0.

824 lines of code changed in:

rgb 2000-01-21 01:19

Moved pfkey_list_remove_socket() calls to before MOD_USE_DEC_COUNT.
Added debugging to pfkey_upmsg.

17 lines of code changed in:

rgb 2000-01-21 01:17

Tidied up spacing.

26 lines of code changed in:

rgb 2000-01-21 01:17

Tidied up compiler directive indentation for readability.
Added ictx,octx vars for simplification.(kravietz)
Added macros for HMAC padding magic numbers.(kravietz)
Fixed missing key length reporting bug.
Fixed bug in tdbwipe to return immediately on NULL tdbp passed in.

131 lines of code changed in:

rgb 2000-01-21 01:16

Added sanity checks on skb_push(), skb_pull() to prevent panics.
Switched to AF_ENCAP macro.
Shortened debug output per packet and re-arranging debug_tunnel
bitmap flags, while retaining necessary information to avoid
trampling the kernel print ring buffer.
Reformatted recursion switch code.
Changed all references to tdb_proto to tdb_said.proto for clarity.

97 lines of code changed in:

rgb 2000-01-21 01:15

Added sanity checks on skb_push(), skb_pull() to prevent panics.
Fixed cut-and-paste debug_tunnel to debug_rcv.
Added inbound policy checking code, disabled.
Simplified output code by updating ipp to post-IPIP decapsulation.

225 lines of code changed in:

rgb 2000-01-21 01:14

Added debugging text to ipsec_rj_walker_delete().
Set return code to negative for consistency.

9 lines of code changed in:

rgb 2000-01-21 01:14

Moved debug message for expected output on set or clear.

8 lines of code changed in:

rgb 2000-01-21 01:14

Print individual stats only if non-zero.
Removed 'bits' from each keylength for brevity.
Shortened lifetimes legend for brevity.
Changed wording from 'last_used' to the clearer 'idle'.

45 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