Commit Log (Page 108 of 217)

back to main page

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)

mcr 2002-07-25 16:02

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:

mcr 2002-07-25 16:01

print vendor ID string, if sent.

25 lines of code changed in:

mcr 2002-07-25 15:45

augmented configuration files to permit OE testing on UMLs

15 lines of code changed in:

mcr 2002-07-25 15:44

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:

mcr 2002-07-25 15:42

send the vendor ID payload if -DPLUTO_SENDS_VENDORID.

53 lines of code changed in:

mcr 2002-07-25 15:42

calculate the vendor ID payload.

64 lines of code changed in:

mcr 2002-07-25 15:37

ignore the CERTIFICATE_REQUEST payload - it is benign.

16 lines of code changed in:

mcr 2002-07-25 15:32

added CERT payload definitions - not used, but it is in the
ISAKMP spec.

98 lines of code changed in:

mcr 2002-07-25 15:27

added DHR's minor edits.

51 lines of code changed in:

rgb 2002-07-25 14:59

Fixed ia64 complaint.

10 lines of code changed in:

mcr 2002-07-25 11:24

ignore whether or not kernel has iptables/ipconntrack in it.

2 lines of code changed in:

rgb 2002-07-24 14:44

Type fiddling to tame ia64 compiler.

265 lines of code changed in:

mcr 2002-07-23 15:43

turn on iptables and netfilter.

53 lines of code changed in:

mcr 2002-07-23 15:09

updated -sample files for nightly build.

18 lines of code changed in:

mcr 2002-07-23 15:09

pulled --wavesec option to showhostkey up.

3 lines of code changed in:

mcr 2002-07-23 14:42

required utility from IETF to help with formatting of drafts.

73 lines of code changed in:

mcr 2002-07-23 14:42

added instructions on setup of nightly build.

120 lines of code changed in:

mcr 2002-07-23 13:01

added RCS ids

20 lines of code changed in:

rgb 2002-07-23 02:36

Spelling mistake fixes in klips manual utils and 2 fixes for 2.2
compatibility related to device initialisation.

7 lines of code changed in:

rgb 2002-07-22 23:36

Fixed 2.2 device initialisation hang.

50 lines of code changed in:

rgb 2002-07-22 22:58

Fixed "opening" speeling mistake.

15 lines of code changed in:

rgb 2002-07-22 22:58

net-pf-50.

5 lines of code changed in:

rgb 2002-07-22 22:57

Define ARPHRD_VOID for < 2.4 kernels.

10 lines of code changed in:

mcr 2002-07-22 13:40

Attack on ESP when the IV is predictable.
See http://www.hut.fi/~svaarala/hakkeri2002/index.html

1090 lines of code changed in:

mcr 2002-07-21 12:40

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:

mcr 2002-07-21 12:34

run console through splitline as well to deal with kernel
debug messages.

1 lines of code changed in:

mcr 2002-07-21 12:33

added trailing "echo" to make sure that the halt -p command
is really run.

3 lines of code changed in:

mcr 2002-07-21 12:28

enable the test of soft byte lifetime

37 lines of code changed in:

mcr 2002-07-21 12:26

slides from presentation at OLS
draft-10 of OE draft.

1943 lines of code changed in:

mcr 2002-07-21 12:25

added "make results" target to run HTML-izer for easier reference

4 lines of code changed in:

mcr 2002-07-19 22:13

set up the DNS cache file so that "nic" believes itself to
be a DNS root server.

9 lines of code changed in:

mcr 2002-07-19 22:12

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:

mcr 2002-07-19 22:10

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:

mcr 2002-07-19 22:06

added lifetime-3 and 4 to list.

10 lines of code changed in:

mcr 2002-07-19 21:35

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:

mcr 2002-07-19 16:57

missing && in if statement.

2 lines of code changed in:

mcr 2002-07-19 16:49

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:

mcr 2002-07-19 16:41

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:

mcr 2002-07-19 16:36

ignore output files.

2 lines of code changed in:

dhr 2002-07-19 14:00

test for proper handling of short Responder lifetimes combined with --dontrekey
housekeeping

860 lines of code changed in:

claudia 2002-07-19 01:45

Retooled Quickstart:
* RPM install only
* OE only
* Cut-n-paste whenever possible

446 lines of code changed in:

dhr 2002-07-18 20:53

improve connection instance reporting in route_owner debug logging

8 lines of code changed in:

dhr 2002-07-18 20:18

update usage to include "show"

1 lines of code changed in:

mcr 2002-07-17 19:52

on some systems, the poll generates an POLLHUP for stdin
which must be dealt with in some way.

40 lines of code changed in:

mcr 2002-07-17 15:54

fixed error - wrong argument passed to fopen()!

3 lines of code changed in:

mcr 2002-07-16 23:59

debugged uml_switch - added "-name" option.

88 lines of code changed in:

mcr 2002-07-16 00:41

updating of console output to deal with differences between
2.4.17-10um and 2.45.18-um35.

2 lines of code changed in:

mcr 2002-07-15 23:49

add --debug to uml_netjig of NETJIGTESTDEBUG is set.

7 lines of code changed in:

mcr 2002-07-15 23:48

handle SIGPIPE cleanly.

8 lines of code changed in:

mcr 2002-07-15 23:48

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