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)
0x prefix to hexadecimal nubers.
Long option names for all but spigrp in the klips utils.
14 lines of code changed in:
Convert to long option names.
203 lines of code changed in:
Convert to 0x-prefixed spis.
Support dns lookups for hostnames.
94 lines of code changed in:
Fix spi bug, add hexadecimal value entry debugging.
13 lines of code changed in:
Convert to 0x-prefixed hexadecimal keys, ivs and spis.
12 lines of code changed in:
Converted to long option names.
164 lines of code changed in:
Change to use 0x-prefixed hexadecimal for spi's.
8 lines of code changed in:
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:
Add a macro for clearing all tunnel devices.
Rearrange structures and declarations for sharing with userspace.
24 lines of code changed in:
Add ipsec_tunnel_clear to clear all tunnel attachments.
65 lines of code changed in:
Debug and fix subnettoa and addrtoa output.
16 lines of code changed in:
Cosmetic cleanup.
7 lines of code changed in:
oops, left 0-9 out of base64
2 lines of code changed in:
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:
Convert from positional parameters to long options.
Add --clean option.
Add hostname lookup support.
968 lines of code changed in:
Convert from positional parameters to long options.
Add --clean option.
29 lines of code changed in:
Add debug detail to tree traversing.
33 lines of code changed in:
Add macro for clearing the SA table.
5 lines of code changed in:
Comment out temporary inet_nto4u() kluge.
5 lines of code changed in:
Converting to exclusive use of addrtoa.
Fix eroute delete.
110 lines of code changed in:
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:
Not necessary to traverse mask tree for /proc/net/ipsec_eroute.
11 lines of code changed in:
Add libkernel.
10 lines of code changed in:
eroute and spi converted to long option name format.
28 lines of code changed in:
minor wording fix
1 lines of code changed in:
bug fix, slight buffer overrun
1 lines of code changed in:
fix the to-ASCII conversions so dst need not be valid if dstlen is 0
63 lines of code changed in:
add atoasr(), rangetoa()
503 lines of code changed in:
add format codes to addrtoa and subnettoa
120 lines of code changed in:
format code 0 means default format
8 lines of code changed in:
outlaw non-contiguous subnet masks
18 lines of code changed in:
outlaw non-contiguous masks
10 lines of code changed in:
re-introduce malloc/free for name overflow
24 lines of code changed in:
improved bitstomask() algorithm, and another test case or two for it
16 lines of code changed in:
add atodata() and datatoa()
55 lines of code changed in:
use mask functions rather than doing it the hard way
8 lines of code changed in:
oops, nasty bug in masktobits
30 lines of code changed in:
add the goodmask() family of mask-manipulation primitives
292 lines of code changed in:
add subnetof() and friends
125 lines of code changed in:
oops, don't need <netdb.h> either
0 lines of code changed in:
don't need <arpa/inet.h> any more
0 lines of code changed in:
add provisions for the new lib directory
2 lines of code changed in:
add hook for future kernel version of library
6 lines of code changed in:
Initial revision
1108 lines of code changed in:
redirect stderr to put errors into main output
1 lines of code changed in:
Remove unused skbuff header.
18 lines of code changed in:
Add function to clear the eroute table.
16 lines of code changed in:
Added #ifdef __KERNEL__ directives to restrict scope of header.
22 lines of code changed in:
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:
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