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: 2002-07-25 to 2002-07-15 (Commits 5447-5496 of 10846)
move definition of r_vid_pbs into #ifdef so that it isn't
defined if it isn't used.
2 lines of code changed in:
print vendor ID string, if sent.
25 lines of code changed in:
augmented configuration files to permit OE testing on UMLs
15 lines of code changed in:
patches from kenb to have ipsec verify able to check out
a remote host for DNS stuff as well as ourselves.
75 lines of code changed in:
send the vendor ID payload if -DPLUTO_SENDS_VENDORID.
53 lines of code changed in:
calculate the vendor ID payload.
64 lines of code changed in:
ignore the CERTIFICATE_REQUEST payload - it is benign.
16 lines of code changed in:
added CERT payload definitions - not used, but it is in the
ISAKMP spec.
98 lines of code changed in:
added DHR's minor edits.
51 lines of code changed in:
Fixed ia64 complaint.
10 lines of code changed in:
ignore whether or not kernel has iptables/ipconntrack in it.
2 lines of code changed in:
Type fiddling to tame ia64 compiler.
265 lines of code changed in:
turn on iptables and netfilter.
53 lines of code changed in:
updated -sample files for nightly build.
18 lines of code changed in:
pulled --wavesec option to showhostkey up.
3 lines of code changed in:
required utility from IETF to help with formatting of drafts.
73 lines of code changed in:
added instructions on setup of nightly build.
120 lines of code changed in:
added RCS ids
20 lines of code changed in:
Spelling mistake fixes in klips manual utils and 2 fixes for 2.2
compatibility related to device initialisation.
7 lines of code changed in:
Fixed 2.2 device initialisation hang.
50 lines of code changed in:
Fixed "opening" speeling mistake.
15 lines of code changed in:
net-pf-50.
5 lines of code changed in:
Define ARPHRD_VOID for < 2.4 kernels.
10 lines of code changed in:
Attack on ESP when the IV is predictable.
See http://www.hut.fi/~svaarala/hakkeri2002/index.html
1090 lines of code changed in:
clean pid file upon exit, so that directories can be removed
properly. Free up memory that was allocated for the hub.
switch to using mkstemp instead of tmpname for directory
creation - append .d to the generated name. (still not race safe!)
when freeing the hubs, take care not to reference free'ed memory.
106 lines of code changed in:
run console through splitline as well to deal with kernel
debug messages.
1 lines of code changed in:
added trailing "echo" to make sure that the halt -p command
is really run.
3 lines of code changed in:
enable the test of soft byte lifetime
37 lines of code changed in:
slides from presentation at OLS
draft-10 of OE draft.
1943 lines of code changed in:
added "make results" target to run HTML-izer for easier reference
4 lines of code changed in:
set up the DNS cache file so that "nic" believes itself to
be a DNS root server.
9 lines of code changed in:
create a new function, insert_data() that calls send_dst
directly rather than using handle_data() which logs the data.
This avoids having input packets in the packet capture.
26 lines of code changed in:
in order to deal with race conditions on the console with
messages from the kernel, put prompt on a line by itself
(by inserting a newline after the prompt), and then in the
splitline script, pull all of the klips_debug messages out
of the console output, and then output them at the end of
console output.
78 lines of code changed in:
added lifetime-3 and 4 to list.
10 lines of code changed in:
fixed bug where nethub is removed in the loop, screwing up the next
pointer in the list, so calculate the next pointer before
freeing the current one.
14 lines of code changed in:
missing && in if statement.
2 lines of code changed in:
all incidental messages moved from stdout to stderr since
stdout is often attacked to a pipe in uml_netjig, and writing
to the pipe after it closes causes problems.
cleanup_nh() now properly closes the pcap file before exiting.
host-test.tcl now waits for eof from netjig - this may not work.
netjig does not output anything when told to "QUIT"
66 lines of code changed in:
all incidental messages moved from stdout to stderr since
stdout is often attacked to a pipe in uml_netjig, and writing
to the pipe after it closes causes problems.
cleanup_nh() now properly closes the pcap file before exiting.
host-test.tcl now waits for eof from netjig - this may not work.
netjig does not output anything when told to "QUIT"
2 lines of code changed in:
ignore output files.
2 lines of code changed in:
test for proper handling of short Responder lifetimes combined with --dontrekey
housekeeping
860 lines of code changed in:
Retooled Quickstart:
* RPM install only
* OE only
* Cut-n-paste whenever possible
446 lines of code changed in:
improve connection instance reporting in route_owner debug logging
8 lines of code changed in:
update usage to include "show"
1 lines of code changed in:
on some systems, the poll generates an POLLHUP for stdin
which must be dealt with in some way.
40 lines of code changed in:
fixed error - wrong argument passed to fopen()!
3 lines of code changed in:
debugged uml_switch - added "-name" option.
88 lines of code changed in:
updating of console output to deal with differences between
2.4.17-10um and 2.45.18-um35.
2 lines of code changed in:
add --debug to uml_netjig of NETJIGTESTDEBUG is set.
7 lines of code changed in:
handle SIGPIPE cleanly.
8 lines of code changed in:
renamed argument to send_dst from "port" to "srcport" to
make intent clearer.
7 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