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-08-24 to 1998-07-29 (Commits 297-346 of 10846)
update for release 0.90
2 lines of code changed in:
beginnings of automatic startup
32 lines of code changed in:
fallback for systems that lack chkconfig
9 lines of code changed in:
note about Klips keyword problem
6 lines of code changed in:
lengthen log examination, add /var/log/secure for Pluto
2 lines of code changed in:
Pluto Makefile variable name changed
1 lines of code changed in:
reduce noise at patch time
12 lines of code changed in:
update for RH5.1 and 2.0.35
7 lines of code changed in:
5.1
3 lines of code changed in:
tweak documentation
38 lines of code changed in:
with black magic, make #includes in kernel.c work for both libcs (I hope)
32 lines of code changed in:
add manual page for pluto and whack
improve README; tidy flags; add --version
497 lines of code changed in:
oops, update manual page to include %default
12 lines of code changed in:
add %default syntax for default subnet
28 lines of code changed in:
first crack at real shutdown code
262 lines of code changed in:
Delete old commented out cruft.
Reduce destination and source default subnet to warning, not fatal.
13 lines of code changed in:
respect any existing /dev/ipsec, and don't chmod it either
2 lines of code changed in:
move /dev/ipsec creation into "make insert"
10 lines of code changed in:
note getopt_long changes
2 lines of code changed in:
generalize whack and make it use getopt_long
478 lines of code changed in:
Convert scripts to long option names.
Update and cleanup keys and xforms used.
Add del functions to many of the setups.
1061 lines of code changed in:
Added xforms.
9 lines of code changed in:
Removed a lot of old cruft that was commented out.
Updated usage text.
Added config options for new xforms.
115 lines of code changed in:
Added macros for new xforms. Added prototypes for new xforms.
89 lines of code changed in:
Added new xform functions to the xform table.
Fixed minor debug output spelling error.
46 lines of code changed in:
Fixed minor error return code syntax.
5 lines of code changed in:
Added data structures for new xforms: null, {,3}dessha1.
78 lines of code changed in:
Added new xforms to Makefile (moved des-cbc to des-old).
40 lines of code changed in:
Added new xforms to config script.
12 lines of code changed in:
Updated xform lists.
17 lines of code changed in:
add --stderrlog and --noklips to aid debugging
149 lines of code changed in:
revamp Pluto's command-line options
199 lines of code changed in:
Fix addrtoa return code bug from stale manpage advice preventing packets
from being erouted.
11 lines of code changed in:
Fixed /proc/net/ipsec_eroute subnettoa and addrtoa return value bug that
ended up in nothing being printed.
52 lines of code changed in:
Change includes to accomodate RH5.x.
Force long option names.
Add ENXIO error return code to narrow down error reporting.
20 lines of code changed in:
Change includes to accomodate RH5.x
23 lines of code changed in:
Change setdev return code to ENXIO for a non-existant physical device.
5 lines of code changed in:
Cleanup to prevent cosmetic errors (ie. debug output) from being fatal.
35 lines of code changed in:
set PATH to something sensible
3 lines of code changed in:
- add "-net" to route commands generated
- tune up debugging info
18 lines of code changed in:
suppress unused definitions to prevent warnings
6 lines of code changed in:
fix daemon forking
2 lines of code changed in:
including userland <limits.h> in kernel fouls up other headers, grr
12 lines of code changed in:
oops, stupid getnetbyname() returns host byte order
10 lines of code changed in:
at RGB's request, atoaddr checks /etc/networks on DNS failure
46 lines of code changed in:
wups, BUGS error-handling entry should refer to atoasr
2 lines of code changed in:
lots of little changes to build a kernel library using kernel headers
133 lines of code changed in:
notes on 5.0+
15 lines of code changed in:
Long option names for 4/5 utils.
All utils use 0x-prefix for hexadecimal numbers.
All utils do dns lookups on host/netnames.
8 lines of code changed in:
Change patch -p to patch -p0 to satisfy picky patch programs.
12 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