Commit Log (Page 181 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: 1999-12-09 to 1999-11-27 (Commits 1797-1846 of 10846)

henry 1999-12-09 16:59

provide for undoing patches when no patches are now needed

10 lines of code changed in:

henry 1999-12-08 18:22

formatting fixup

2 lines of code changed in:

henry 1999-12-08 18:14

check for availability of %defaultroute

5 lines of code changed in:

henry 1999-12-08 18:13

update manpages for %defaultroute

33 lines of code changed in:

henry 1999-12-08 18:05

use %defaultroute

6 lines of code changed in:

henry 1999-12-08 18:01

support for %defaultroute in nexthops
swap() handles asymmetric missing parms better

17 lines of code changed in:

henry 1999-12-08 18:01

support for %defaultroute in interfaces, including nexthop determination
pathname cleanup

41 lines of code changed in:

henry 1999-12-08 16:42

oops, manual was still using old syntax

2 lines of code changed in:

rgb 1999-12-08 15:33

Changed sa_family_t to uint16_t for 2.0.xx compatibility.

18 lines of code changed in:

rgb 1999-12-08 15:33

Re-added uint*_t defines for 2.0 kernels.
Moved IPPROTO_COMP definition from klips/net/ipsec/ipsec_netlink.h
to simplify 2.0.xx userspace includes.
Eliminated unneeded header sys/types.h.

24 lines of code changed in:

rgb 1999-12-08 15:32

Cleaned out unused cruft.
Changed include file, limiting scope, to avoid conflicts in 2.0.xx
kernels.

11 lines of code changed in:

rgb 1999-12-08 15:32

Tidied up 2.0.xx support, after major pfkey work, eliminating
msg->msg_name twiddling in the process, since it is not defined
for PF_KEYv2.

46 lines of code changed in:

rgb 1999-12-07 19:04

Fixed SA direction overwriting bug for netlink users.

4 lines of code changed in:

henry 1999-12-07 16:48

wups, PATH setting didn't work quite right...

2 lines of code changed in:

rgb 1999-12-07 15:00

PFKEY fixups.

26 lines of code changed in:

rgb 1999-12-07 14:55

Removed unused first argument from extension parsers.
Removed static pluto debug flag.
Moved message type and state checking to pfkey_msg_parse().
Changed print[fk] type from lx to x to quiet compiler.
Removed redundant remain check.
Changed __u* types to uint* to avoid use of asm/types.h and
sys/types.h in userspace code.

74 lines of code changed in:

rgb 1999-12-07 14:54

Removed static pluto debug flag.
Added functions for pfkey message and extensions initialisation
and cleanup.

150 lines of code changed in:

rgb 1999-12-07 14:53

Removed unused first argument from extension parsers.
Changed __u* types to uint* to avoid use of asm/types.h and
sys/types.h in userspace code.
Added function prototypes for pfkey message and extensions
initialisation and cleanup.

28 lines of code changed in:

rgb 1999-12-07 13:57

Fix PFKEY symbol compile error (SADB_*) without pfkey enabled.

72 lines of code changed in:

rgb 1999-12-07 13:30

Added headers to silence fussy compilers.
Converted local functions to static to limit scope.
Removed unused cruft.
Converted main() to prototyped declaration.

11 lines of code changed in:

rgb 1999-12-07 13:29

Converted local functions to static to limit scope.
Removed unused cruft.
Changed types to unsigned to quiet compiler.
Cleaned up compiler directives.

36 lines of code changed in:

rgb 1999-12-07 13:28

Added headers to silence fussy compilers.
Converted local functions to static to limit scope.
Removed unused cruft.
Changed types to unsigned to quiet compiler.
Changed printf type from Lx to x to quiet compiler.

21 lines of code changed in:

rgb 1999-12-07 13:27

Added headers to silence fussy compilers.
Converted local functions to static to limit scope.

18 lines of code changed in:

rgb 1999-12-07 13:16

Fixed comments at end of #endif lines.

32 lines of code changed in:

henry 1999-12-07 00:00

delinting and cleanup

15 lines of code changed in:

dhr 1999-12-05 22:56

exploit atobytes() to give better diagnostics

38 lines of code changed in:

henry 1999-12-05 19:07

add atobytes, bytestoa

38 lines of code changed in:

rgb 1999-12-02 21:18

Temporarily fix gmp.h include header bug for pf*.c. The proper way to
fix this will also solve the pfkey library debugging/logging problem.

5 lines of code changed in:

rgb 1999-12-01 17:20

Moved pfkey_lib_debug variable into the library.
Added pfkey version check into header parsing.
Added check for SATYPE only for those extensions that require a
non-zero value.

94 lines of code changed in:

rgb 1999-12-01 17:20

Remove requirement for a proxy address in an incoming getspi message.

14 lines of code changed in:

rgb 1999-12-01 17:20

Changed pfkey_sa_build to accept an SPI in network byte order.
Added <string.h> to quiet userspace compiler.
Moved pfkey_lib_debug variable into the library.
Removed SATYPE check from pfkey_msg_hdr_build so FLUSH will work.
Added extension assembly debugging.
Isolated assignment with brackets to be sure of scope.

87 lines of code changed in:

rgb 1999-12-01 17:19

Change pfkey_sa_build to accept an SPI in network byte order.

18 lines of code changed in:

rgb 1999-12-01 17:19

Change pfkey_sa_build to accept an SPI in network byte order.
Minor reformatting.
Close socket after cleanup.
Moved pfkey_lib_debug variable into the library.

17 lines of code changed in:

rgb 1999-12-01 17:18

Preset minspi and maxspi values in case and spirange extension is not
included and check for the presence of an spirange extension before
using it. Initialise tdb_sastate to LARVAL.
Fixed debugging output typo.
Fixed authentication context initialisation bugs (4 places).

79 lines of code changed in:

rgb 1999-12-01 17:17

Set skb->dev to zero on new skb in case it is a reused skb.
Added check for skb_put overflow and freeing to avoid upmsg on error.
Added check for wrong pfkey version and freeing to avoid upmsg on
error.
Shut off content dumping in pfkey_destroy.
Added debugging message for size of buffer allocated for upmsg.

39 lines of code changed in:

rgb 1999-12-01 17:16

Minor formatting changes in ESP MD5 initialisation.

11 lines of code changed in:

rgb 1999-12-01 17:15

Add checks for LARVAL and DEAD SAs.
Change state of SA from MATURE to DYING when a soft lifetime is
reached and print debug warning.

106 lines of code changed in:

rgb 1999-12-01 17:14

Added debugging message for bad netlink magic.
Initialise tdb_sastate to MATURE (1).
Added UNGRPSPIS bad length debugging message.

12 lines of code changed in:

dhr 1999-11-30 15:17

improve rekeying message: include count and limit

45 lines of code changed in:

henry 1999-11-29 23:12

add atobytes and bytestoa, deprecate atodata and datatoa

164 lines of code changed in:

dhr 1999-11-29 22:56

fix typo in key lookup (found by RGB)

6 lines of code changed in:

henry 1999-11-29 21:01

bug in sorting code, affects only multi-tunnel output

3 lines of code changed in:

dhr 1999-11-29 17:45

default ike auth policy to POLICY_PSK, just like the old days

5 lines of code changed in:

dhr 1999-11-29 16:52

internal tidying

164 lines of code changed in:

dhr 1999-11-29 13:50

touch up sample RSA private keys

26 lines of code changed in:

dhr 1999-11-29 03:32

- add RSA Signature authentication mode
- start to support new kinds of identity (eg. FQDN)

2498 lines of code changed in:

rgb 1999-11-27 07:12

PFKEY updates.

3 lines of code changed in:

rgb 1999-11-27 07:11

Minor clean-up, enabling quiet operation of pfkey if desired.

8 lines of code changed in:

rgb 1999-11-27 06:58

Added ipv6 headers.
Moved sadb_satype2proto protocol lookup table from
klips/net/ipsec/pfkey_v2_parser.c.
Enable lifetime_current checking.
Debugging error messages added.
Add argument to pfkey_msg_parse() for direction.
Consolidated the 4 1-d extension bitmap arrays into one 4-d array.
Add CVS log entry to bottom of file.
Moved auth and enc alg check to pfkey_msg_parse().
Enable accidentally disabled spirange parsing.
Moved protocol/algorithm checks from klips/net/ipsec/pfkey_v2_parser.c

312 lines of code changed in:

rgb 1999-11-27 06:57

Added ipv6 headers.
Remove over-zealous algorithm sanity checkers from pfkey_sa_build.
Debugging error messages added.
Fixed missing auth and encrypt assignment bug.
Add argument to pfkey_msg_parse() for direction.
Move parse-after-build check inside pfkey_msg_build().
Consolidated the 4 1-d extension bitmap arrays into one 4-d array.
Add CVS log entry to bottom of file.

168 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