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: 2003-01-15 to 2002-12-30 (Commits 6497-6546 of 10846)
Fix lots of bugs introduced with TTODATAV_IGNORESPACE.
Beef up regression testing.
93 lines of code changed in:
Add partial regression testing for ttodatav with TTODATAV_IGNORESPACE.
About time: it has never worked at all.
130 lines of code changed in:
fix up code for USE_LWRES
44 lines of code changed in:
Two small corrections: \ before ! in MASQ lines, and
http:// before www.tcpdump.org.
6 lines of code changed in:
only use rpmbuild on most systems
9 lines of code changed in:
some updates from Paul Wouters.
112 lines of code changed in:
sanitize $ARCH all the time.
11 lines of code changed in:
include policy files in RPM.
12 lines of code changed in:
Policy group files should reference FINALDOCDIR, not DOCDIR.
6 lines of code changed in:
ignore generated policy files
5 lines of code changed in:
- attempt to diagnose lack of lwdnsq
- increase too-small buffer size
12 lines of code changed in:
fix bad macro reference
3 lines of code changed in:
improve diagnostics; tidy
59 lines of code changed in:
Sanitize the ARCH variable
4 lines of code changed in:
make files more portable.
29 lines of code changed in:
remove reference to /sandel
5 lines of code changed in:
Validated HTML.
7 lines of code changed in:
Checked document in lynx.
48 lines of code changed in:
improve comments in default groups
20 lines of code changed in:
Corrected the group names as implemented in _confread/private, etc.
Changed the first few examples to be more useful from a users' point of
view. Now we walk through a simple example of using a group (and point out
it was already done in quickstart). Then we show a completed set of groups.
Then we show how to use the "private" group most usefully, to create a VPN.
Commented out the "friends" example. I think I will remove it because I
realized it's not too useful. Also, it's not really in keeping with
management priorities.
119 lines of code changed in:
Changed ipsec auto setpolicy to ipsec auto --rereadgroups, now that DHR has
implemented the feature under the latter name.
8 lines of code changed in:
if $POLICIES directory is not found, route error to /dev/null
2 lines of code changed in:
skeleton for new saref test
8352 lines of code changed in:
add --rereadgroups option to auto
11 lines of code changed in:
[PR#149] quiet Pluto's logging of failure to find DNS material for OE
5 lines of code changed in:
Added a comments in two places, based on a users-list mail. The user wanted
to know if he could network his machines, provided he had PTR delegation
in his reverse map. The answer, that we don't follow the PTR records,
was added. As well, I pointed out the obvious: that you can't network
initiator only machines.
10 lines of code changed in:
Fleshed out vpn-via-oe example.
20 lines of code changed in:
Changed example 1 to use oe-or-bust, since oe-or-clear is already
demonstrated in quickstart. Added example 3, which shows a VPN via OE.
Other assorted tweaks.
100 lines of code changed in:
last minute change to a test statement
2 lines of code changed in:
Perfectionistic tweaking, again trying to lessen any mention of policies in
their absence.
13 lines of code changed in:
make error message clearer
2 lines of code changed in:
reflect change in logging -- no "no group file"
0 lines of code changed in:
semantics update
3 lines of code changed in:
Took out the _updown with advanced routing, which I believe we won't have
till 3.
3 lines of code changed in:
should install $$file, rather than $f.
1 lines of code changed in:
|| exit should not come after the ;, as the ; finishes the command.
2 lines of code changed in:
Continuing minor changes.
10 lines of code changed in:
make sure that ${DOCDIR} exists before using it.
1 lines of code changed in:
added note re: "make rpm"
5 lines of code changed in:
Same as above.
4 lines of code changed in:
Clarified example 3.
25 lines of code changed in:
Changed the policy groups path to /etc/ipsec.d/policies/groupname.
52 lines of code changed in:
don't log lack of group file
2 lines of code changed in:
Shell education by dhr. :)
7 lines of code changed in:
Added example 3 text to policy groups. Added FAQ and trouble modifications
based on list e-mail.
136 lines of code changed in:
*** empty log message ***
5 lines of code changed in:
Start to refactor ipsec_tunnel_start_xmit() by putting local variables
into struct ipsec_xmit_state and renaming a few variables to give more
unique or searchable names.
476 lines of code changed in:
Added emacs compile-command.
13 lines of code changed in:
Clean up memset usage, including fixing 2 places where keys were not
properly wiped.
12 lines of code changed in:
added noipcomp test and rh-alpha test.
9 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