Commit Log (Page 7 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: 2005-09-01 to 2005-08-26 (Commits 10497-10546 of 10846)

paul 2005-09-01 20:29

Added vanished BuildRequires, pointed out by Ted Kaczmarek

1 lines of code changed in:

mcr 2005-09-01 18:04

added cramfs support

3 lines of code changed in:

paul 2005-09-01 15:28

Added /proc/sys/net/ipv4/ip_no_pmtu_disc display to barf output

3 lines of code changed in:

mcr 2005-08-31 19:26

fixes for 2.6.13

19 lines of code changed in:

mcr 2005-08-31 18:17

canonicalized kernel configuration files.

7 lines of code changed in:

mcr 2005-08-31 17:04

canonicalized kernel configuration files.

1279 lines of code changed in:

mcr 2005-08-31 16:24

simply patch, so that hopefully, it works on 2.6.12 and 2.6.13.

2 lines of code changed in:

mcr 2005-08-31 12:51

screwed up number of ' on one line.

1 lines of code changed in:

mcr 2005-08-31 00:13

taproom off by default.

2 lines of code changed in:

mcr 2005-08-30 23:37

added pbs functions and templates.

80 lines of code changed in:

mcr 2005-08-30 23:37

added additional TCL call outs locations.

18 lines of code changed in:

mcr 2005-08-30 23:36

added stf_status value to message digest.
It will get changed by TCL functions.

2 lines of code changed in:

mcr 2005-08-30 23:36

make sure to include crypto.h.

2 lines of code changed in:

mcr 2005-08-30 23:36

fixed quoting of $SLEEP, rename to UML_SLEEP.
rm kernel before we copy it, in case it is being used.

7 lines of code changed in:

mcr 2005-08-30 23:35

added template do_build_test (not yet done)

119 lines of code changed in:

mcr 2005-08-30 23:35

added methods for all TCL call outs.

28 lines of code changed in:

mcr 2005-08-30 23:34

copy east.tpm.tcl properly.

1 lines of code changed in:

mcr 2005-08-30 23:34

added note about $UML_SLEEP.

12 lines of code changed in:

mcr 2005-08-30 23:33

added "npatch" to apply natt patch.

14 lines of code changed in:

mcr 2005-08-30 22:21

fixed another C typo.

2 lines of code changed in:

mcr 2005-08-30 21:18

first test of TaProoM.

92 lines of code changed in:

mcr 2005-08-30 21:17

wrapped pluto structures and code to invoke Tcl on them.

69 lines of code changed in:

mcr 2005-08-30 21:13

make sure that LIBTPM is set.

3 lines of code changed in:

mcr 2005-08-30 21:12

include *.i.

2 lines of code changed in:

mcr 2005-08-30 21:12

use wildcard operator to get list of files.

2 lines of code changed in:

mcr 2005-08-30 17:15

#include "assert.h" is wrong here.

1 lines of code changed in:

mcr 2005-08-30 14:10

remove SOCKOPS_WRAPPED() code, add proper locking to the
pfkey code. (cross fingers)

10 lines of code changed in:

ken 2005-08-27 22:11

Add missing HAVE_

6 lines of code changed in:

paul 2005-08-27 21:53

Undid Ken's gcc4 fix in version 1.94 since it breaks linking KLIPS on SMP kernels.

5 lines of code changed in:

paul 2005-08-27 19:07

Somewhere between 2.6.12 and 2.6.13rc7 the unused security memnber in sk_buff
has been removed. This patch should fix compilation for both cases.

26 lines of code changed in:

paul 2005-08-27 16:12

Added missing comma

2 lines of code changed in:

paul 2005-08-27 16:04

Added me and 2005 to the copyright

3 lines of code changed in:

paul 2005-08-27 15:49

include assert.h to fix implicitely declared assert()

2 lines of code changed in:

paul 2005-08-27 15:46

Similar fix as in server.c for sockaddr_un for macosx

7 lines of code changed in:

ken 2005-08-27 11:14

Fix linewrap

2 lines of code changed in:

paul 2005-08-27 01:51

Fix as suggested by dhr after some talking. Thanks dhr!

11 lines of code changed in:

paul 2005-08-27 01:41

apple supports USE_DEV_RANDOM

3 lines of code changed in:

paul 2005-08-27 01:40

apple man pages claim to support sysconf(_SC_NPROCESSORS_ONLN) but do not.
Bug filed at apple devel site. For apple, use sysctl interface instead

17 lines of code changed in:

paul 2005-08-27 01:30

added sysdep.h for macosx for TimeZoneOffset

1 lines of code changed in:

paul 2005-08-27 01:27

changed from_len and to_len from int to socklen_t. Fixes problem on macosx

4 lines of code changed in:

paul 2005-08-27 01:21

macintosh needs sys/malloc.h insteaf of malloc.h

4 lines of code changed in:

ken 2005-08-26 22:06

Document pfsgroup deprecation

6 lines of code changed in:

paul 2005-08-26 20:31

changed st->nat_traversal to st->hidden_variables.st_nat_traversal withinI_KNOW_TRANSPORT_MODE_HAS_SECURITY_CONCERN_BUT_I_WANT_IT block.

2 lines of code changed in:

paul 2005-08-26 19:48

Fix for locating ipsec.o for linux 2.4 kernel builds in modobj/

1 lines of code changed in:

mcr 2005-08-26 16:02

added /proc/net/ipsec/natt file to indicate if NAT-T was compiled
into KLIPS.

54 lines of code changed in:

mcr 2005-08-26 15:17

ignore files.

2 lines of code changed in:

mcr 2005-08-26 15:17

copy test-specific callout code if it exists.

5 lines of code changed in:

mcr 2005-08-26 15:16

initialize TCL call out code.

14 lines of code changed in:

mcr 2005-08-26 15:16

added first TCL callout code.

4 lines of code changed in:

mcr 2005-08-26 15:15

first tcl (SWIG) wrapper interface to pluto.

403 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