Commit Log (Page 212 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: 1998-07-29 to 1998-07-14 (Commits 247-296 of 10846)

rgb 1998-07-29 17:47

0x prefix to hexadecimal nubers.
Long option names for all but spigrp in the klips utils.

14 lines of code changed in:

rgb 1998-07-29 17:45

Convert to long option names.

203 lines of code changed in:

rgb 1998-07-29 17:43

Convert to 0x-prefixed spis.
Support dns lookups for hostnames.

94 lines of code changed in:

rgb 1998-07-29 17:41

Fix spi bug, add hexadecimal value entry debugging.

13 lines of code changed in:

rgb 1998-07-29 17:40

Convert to 0x-prefixed hexadecimal keys, ivs and spis.

12 lines of code changed in:

rgb 1998-07-29 17:36

Converted to long option names.

164 lines of code changed in:

rgb 1998-07-29 16:49

Change to use 0x-prefixed hexadecimal for spi's.

8 lines of code changed in:

rgb 1998-07-29 16:48

Change script to use long options for tncfg, eroute, spi, klipsdebug.
Change script to use 0x prefix with all hexadecimal numbers.

131 lines of code changed in:

rgb 1998-07-29 16:42

Add a macro for clearing all tunnel devices.
Rearrange structures and declarations for sharing with userspace.

24 lines of code changed in:

rgb 1998-07-29 16:41

Add ipsec_tunnel_clear to clear all tunnel attachments.

65 lines of code changed in:

rgb 1998-07-29 16:38

Debug and fix subnettoa and addrtoa output.

16 lines of code changed in:

rgb 1998-07-29 16:22

Cosmetic cleanup.

7 lines of code changed in:

henry 1998-07-28 12:46

oops, left 0-9 out of base64

2 lines of code changed in:

rgb 1998-07-27 20:27

klips/net/ipsec/ make clean added.
Packet stats fixed.
Packet I/F ownership implemented.
Clean ups for RH5.x.
Added concise error messages to kernel and utils.
Added --help and --version to all utils.
Added --clear to eroute and spi.
Added symbolic name lookup.
Added net/mask support.
Converted spi and eroute to long option names.

33 lines of code changed in:

rgb 1998-07-27 20:14

Convert from positional parameters to long options.
Add --clean option.
Add hostname lookup support.

968 lines of code changed in:

rgb 1998-07-27 20:10

Convert from positional parameters to long options.
Add --clean option.

29 lines of code changed in:

rgb 1998-07-27 20:06

Add debug detail to tree traversing.

33 lines of code changed in:

rgb 1998-07-27 20:04

Add macro for clearing the SA table.

5 lines of code changed in:

rgb 1998-07-27 20:03

Comment out temporary inet_nto4u() kluge.

5 lines of code changed in:

rgb 1998-07-27 20:02

Converting to exclusive use of addrtoa.
Fix eroute delete.

110 lines of code changed in:

rgb 1998-07-27 17:53

Check for proper return code from eroute clear command.
Use appropriate error return codes from kernel.
Add an option to clear the SA table.

42 lines of code changed in:

rgb 1998-07-27 17:50

Not necessary to traverse mask tree for /proc/net/ipsec_eroute.

11 lines of code changed in:

rgb 1998-07-27 17:48

Add libkernel.

10 lines of code changed in:

rgb 1998-07-27 17:47

eroute and spi converted to long option name format.

28 lines of code changed in:

henry 1998-07-27 16:56

minor wording fix

1 lines of code changed in:

henry 1998-07-27 16:38

bug fix, slight buffer overrun

1 lines of code changed in:

henry 1998-07-27 16:33

fix the to-ASCII conversions so dst need not be valid if dstlen is 0

63 lines of code changed in:

henry 1998-07-23 00:22

add atoasr(), rangetoa()

503 lines of code changed in:

henry 1998-07-22 16:14

add format codes to addrtoa and subnettoa

120 lines of code changed in:

henry 1998-07-22 16:13

format code 0 means default format

8 lines of code changed in:

henry 1998-07-22 16:00

outlaw non-contiguous subnet masks

18 lines of code changed in:

henry 1998-07-22 15:56

outlaw non-contiguous masks

10 lines of code changed in:

henry 1998-07-22 11:01

re-introduce malloc/free for name overflow

24 lines of code changed in:

henry 1998-07-21 22:12

improved bitstomask() algorithm, and another test case or two for it

16 lines of code changed in:

henry 1998-07-21 22:02

add atodata() and datatoa()

55 lines of code changed in:

henry 1998-07-21 20:18

use mask functions rather than doing it the hard way

8 lines of code changed in:

henry 1998-07-21 20:17

oops, nasty bug in masktobits

30 lines of code changed in:

henry 1998-07-21 19:54

add the goodmask() family of mask-manipulation primitives

292 lines of code changed in:

henry 1998-07-21 19:17

add subnetof() and friends

125 lines of code changed in:

henry 1998-07-21 19:17

oops, don't need <netdb.h> either

0 lines of code changed in:

henry 1998-07-21 19:05

don't need <arpa/inet.h> any more

0 lines of code changed in:

henry 1998-07-21 17:40

add provisions for the new lib directory

2 lines of code changed in:

henry 1998-07-21 17:38

add hook for future kernel version of library

6 lines of code changed in:

henry 1998-07-21 17:28

Initial revision

1108 lines of code changed in:

henry 1998-07-15 11:07

redirect stderr to put errors into main output

1 lines of code changed in:

rgb 1998-07-14 14:23

Remove unused skbuff header.

18 lines of code changed in:

rgb 1998-07-14 14:21

Add function to clear the eroute table.

16 lines of code changed in:

rgb 1998-07-14 14:19

Added #ifdef __KERNEL__ directives to restrict scope of header.

22 lines of code changed in:

rgb 1998-07-14 14:15

Fix undetected bug using AH-SHA1 with manual keying: The key was
truncated by the data structure used to get it to the kernel.

12 lines of code changed in:

rgb 1998-07-14 14:13

Restructured for better argument checking.
Added command to clear the eroute table.

65 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