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-06-19 to 2003-06-13 (Commits 7297-7346 of 10846)
oops, cut&paste left a line break
1 lines of code changed in:
updated console output with sanitized lwdnsq output for SIG
2 lines of code changed in:
do not need to create a new grouping, just use pattern
1 lines of code changed in:
converted filter to perl
30 lines of code changed in:
adjusted sanitizer to deal with SIG lines
1 lines of code changed in:
results of sizeof and strlen are size_t
5 lines of code changed in:
normalize whitespace
86 lines of code changed in:
typo in last change
2 lines of code changed in:
Simplify calc_myid_str. Reduce size of malloced space.
5 lines of code changed in:
improved code for PR#233 (key add should only complain if neither KEY nor TXT provide the key)
130 lines of code changed in:
test for when pluto can not find any suitable ID - it should
fail accordingly to food-groups
442 lines of code changed in:
clarify purpose of test case.
1 lines of code changed in:
refactor ID calculation code into seperate function,
as set_myFQDN() needs to call it too.
17 lines of code changed in:
fixed test case to look for iOE KEY situation properly
16 lines of code changed in:
added debugging of myid discovery process
added logging (once daily) of myid successes/failures.
added b->want values for myid process for logging.
bug fix - if hostname/TXT not found and USE_KEYRR, then
DNS failure is okay.
93 lines of code changed in:
renamed daily_reset_event to daily_log_reset, exported it.
call this from rcv_whack.c when we get --listen, since this
may change the world as pluto sees it.
7 lines of code changed in:
umluserland should update all hosts, not just FS hosts, as DNS
may change, etc.
2 lines of code changed in:
once daily, permit logging of myid selection process.
35 lines of code changed in:
preformat each of the valid IDs so that they can easily
be used in logs.
15 lines of code changed in:
if hostname has trailing ., then remove it when forming
the id to use.
18 lines of code changed in:
test of having FQDN with trailing dot
427 lines of code changed in:
enable vpn-dns-01 test for whack/%dns testing.
4 lines of code changed in:
ignore CVS backup files when making kernel patches.
2 lines of code changed in:
added debugging of replies.
straightened out allocation of fd's and lookingfor values.
passes vpn-dns-01 test now for failure cases as well now.
35 lines of code changed in:
patch rcv_whack to keep track of both outsanding KEY/TXT
requests and error out only when both fail. This is PR#233
79 lines of code changed in:
test for using DNS keys (%dns) with KEY/TXT change
351 lines of code changed in:
added {east,west}{key,txt} records for vpn-dns-01 test
327 lines of code changed in:
adjusted userid to pick
use key that is offline.
52 lines of code changed in:
added some debugging
moved reading of OUTPUT files behind test to see if this
directory actually exists
52 lines of code changed in:
add comment to Pluto's public_key_from_rsa warning about obligation to set dns_auth_level
4 lines of code changed in:
wait for policy to be loaded to get consistent results
3 lines of code changed in:
adjusted date on rev-04.
38 lines of code changed in:
revision -04
169 lines of code changed in:
adjusted typos, and adjusted IANA considerations.
37 lines of code changed in:
turn on debugging on east in case we need it later
2 lines of code changed in:
turn on debugging on east in case we need it later
2 lines of code changed in:
fixed call to route_and_eroute - it is a bool.
2 lines of code changed in:
turn on debugging in case we need to look later
2 lines of code changed in:
turn on extra debugging for later examination
4 lines of code changed in:
programs/pluto/kernel.c:
- move code relative to a couple of #ifdef KLIPS
- simplify install_ipsec_sa and delete_ipsec_sa
- eliminate unused global variable "foo1"
51 lines of code changed in:
Many small Pluto changes:
- turn off Vendor ID sending
- rename "log" as "plog" (log is now reserved for math.h)
- fix subtle bugs in connection_compare (unsigned-unsigned is never negative)
- key_continue
- sprinkle additional #ifdefs etc. to ensure a clean compile for all
combinations of DEBUG, USE_LWRES, and USE_KEYRR
- tidy formatting of connections.c, ipsec_doi.c, kernel.c
- update comments to reflect recent changes
- simplify some code fragments
846 lines of code changed in:
- restore original structure of Pluto's key_continue
+ simpler
+ eliminates a couple of bugs
- reorganize/tidy bits of KEY Restrict code for responder
- handle %myid in responder in a better way (still slapdash)
- testing: add a tool for logging tracebacks if Pluto crashes
/testing/pluto/bin/check-for-core
- testing: improve pluto/oe-road-* tests
154 lines of code changed in:
partial update of CHANGES
14 lines of code changed in:
document some Pluto conventions
130 lines of code changed in:
fix logic error in key_continue
4 lines of code changed in:
update dependencies in Pluto's Makefile
4 lines of code changed in:
added current state debugging to responder state machine.
47 lines of code changed in:
show gw-type that is requested when doing DNS query.
9 lines of code changed in:
After processing, doc references should link to the current version.
6 lines of code changed in:
web error pages are/will be in the err subdirectory.
4 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