Commit Log (Page 183 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: 1999-11-23 to 1999-11-03 (Commits 1697-1746 of 10846)

rgb 1999-11-23 17:16

New file to contain extension header bitmaps taken from
lib/pfkey_v2_parse.c and previously from
klips/net/ipsec/pfkey_v2_parser.c.

578 lines of code changed in:

rgb 1999-11-20 17:01

Add more descriptive error messages for non-zero reserved fields.
Add more descriptive error message for spirange parsing.
Start on supported extension parsing.
Start on register and get message parsing.

87 lines of code changed in:

rgb 1999-11-20 17:00

Moved socketlist type declarations and prototypes for shared use.
Renamed reformatted and generically extended for use by other socket
lists pfkey_{del,add}_open_socket to pfkey_list_{remove,insert}_socket.

57 lines of code changed in:

rgb 1999-11-20 16:59

Moved socketlist type declarations and prototypes for shared use.
Slightly modified scope of sockaddr_key declaration.

32 lines of code changed in:

rgb 1999-11-19 13:28

Get rid of patches for static proc_fs, protocol and device registration,
which is now handled dynamically.

1 lines of code changed in:

henry 1999-11-19 12:40

clarifications

2 lines of code changed in:

rgb 1999-11-18 20:13

Remove unused variable to prevent compile-time warnings.

2 lines of code changed in:

rgb 1999-11-18 20:12

Purge unneeded proc_info prototypes, now that static linking uses
dynamic proc_info registration.

5 lines of code changed in:

rgb 1999-11-18 20:10

Enable protocol handler structures for static linking.

4 lines of code changed in:

rgb 1999-11-18 14:24

Patch reduction announcement.

7 lines of code changed in:

rgb 1999-11-18 13:53

Added dynamic proc registration for 2.3.25+.

1 lines of code changed in:

rgb 1999-11-18 13:50

Changed all device registrations for static linking to
dynamic to reduce the number and size of patches.

24 lines of code changed in:

rgb 1999-11-18 13:47

Added dynamic proc registration for 2.3.25+.
Changed all device registrations for static linking to
dynamic to reduce the number and size of patches.
Changed all protocol registrations for static linking to
dynamic to reduce the number and size of patches.

109 lines of code changed in:

rgb 1999-11-17 23:56

Change expected signal type comment.
Add signal handler degugging code.
Temporarily remove select() code for signal debugging.
Fix minor sequence number bug.

94 lines of code changed in:

rgb 1999-11-17 23:36

Add Marc Boucher's kernel library re-arrangements.
Add support for proc changes up to 2.3.25 and Space.c up to 2.3.28.

44 lines of code changed in:

rgb 1999-11-17 23:16

Added Marc Boucher's 2.3.25 proc patches.

16 lines of code changed in:

rgb 1999-11-17 23:15

Converted all PROC_FS entries to dynamic to reduce kernel patching.

2 lines of code changed in:

rgb 1999-11-17 23:15

Make pfkey_data_ready temporarily available for 2.2.x testing.
Clean up pfkey_destroy_socket() debugging statements.
Add Peter Onion's code to send messages up to all listening sockets.
Changed all occurrences of #include "../../../lib/freeswan.h"
to #include <freeswan.h> which works due to -Ilibfreeswan in the
klips/net/ipsec/Makefile.
Replaced all kernel version macros to shorter, readable form.
Added CONFIG_PROC_FS compiler directives in case it is shut off.

123 lines of code changed in:

rgb 1999-11-17 23:14

Replaced all kernel version macros to shorter, readable form.
Added CONFIG_PROC_FS compiler directives in case it is shut off.
Added Marc Boucher's 2.3.25 proc patches.

23 lines of code changed in:

rgb 1999-11-17 23:13

Replaced all kernel version macros to shorter, readable form.
Added CONFIG_PROC_FS compiler directives in case it is shut off.

18 lines of code changed in:

rgb 1999-11-17 23:12

Replaced all kernel version macros to shorter, readable form.
Added Marc Boucher's 2.3.25 proc patches.
Converted all PROC_FS entries to dynamic to reduce kernel patching.
Added CONFIG_PROC_FS compiler directives in case it is shut off.

88 lines of code changed in:

rgb 1999-11-17 23:09

Replaced all kernel version macros to shorter, readable form.

301 lines of code changed in:

rgb 1999-11-17 11:01

Make pfkey_data_ready temporarily available for 2.2.x testing.
Clean up pfkey_destroy_socket() debugging statements.
Add Peter Onion's code to send messages up to all listening sockets.
Changed #include "../../../lib/freeswan.h" to #include <freeswan.h>
which works due to -Ilibfreeswan in the klips/net/ipsec/Makefile.

90 lines of code changed in:

rgb 1999-11-17 10:58

Replaced single symbolic link by real directories containing symlink
references to all source files needed by the kernel part, so that things
there get build on demand by the standard linux Makefile system, and
resulting object files and other output remain in the specific linux
tree (allowing make clean to work and avoiding colliding objects/version
discrepancies when multiple trees co-exist), plus set up
/usr/src/linux/net/ipsec/libfreeswan/Makefile pointing to
lib/Makefile.kernel.

14 lines of code changed in:

rgb 1999-11-17 10:56

All kernel stuff taken out and moved to lib/Makefile.kernel.

5 lines of code changed in:

rgb 1999-11-17 10:53

Changed all occurrences of #include "../../../lib/freeswan.h"
to #include <freeswan.h> which works due to -Ilibfreeswan in the
klips/net/ipsec/Makefile.

63 lines of code changed in:

rgb 1999-11-17 10:49

Changed all occurrences of ../../../lib in pathnames to libfreeswan,
which refers to the /usr/src/linux/net/ipsec/lib directory setup by the
klink target in the top-level Makefile; and libdeslite.o to
libdes/libdes.a.
Added SUB_DIRS := lib definition for the kernel libraries.

34 lines of code changed in:

rgb 1999-11-17 09:38

Added "ALL_SUB_DIRS += ipsec" to automatically build dependencies upon
doing a "make dep" from the /usr/src/linux top-level Makefile.

4 lines of code changed in:

rgb 1999-11-17 09:34

Protect sa_family_t from being used in userspace with GLIBC<2.

12 lines of code changed in:

henry 1999-11-17 08:45

document inability to do road warrior

8 lines of code changed in:

rgb 1999-11-17 08:41

File added to build library stuff within the linux tree as necessary
(thus removing the make programs/kernel build order constraints) using
all the standard switches as set by the linux configuration.

34 lines of code changed in:

sandy 1999-11-12 00:23

added interop info from list

22 lines of code changed in:

sandy 1999-11-09 06:48

added a link in 'other approaches' section

3 lines of code changed in:

henry 1999-11-07 22:32

update

9 lines of code changed in:

henry 1999-11-07 21:49

oops, must establish PATH if not invoked via ipsec command

8 lines of code changed in:

henry 1999-11-07 20:07

separate where it's going from where it thinks it's going

5 lines of code changed in:

henry 1999-11-07 19:57

standardize PATH setting, export it
export IPSECDIR
set up so Makefile can supply IPSECDIR to me

29 lines of code changed in:

henry 1999-11-07 19:56

eliminate private PATH setting
accept environment override for IPSECDIR location

2 lines of code changed in:

henry 1999-11-07 19:55

eliminate private PATH setting
don't bother putting IPSECDIR in PATH

1 lines of code changed in:

henry 1999-11-07 19:55

eliminate private PATH setting

1 lines of code changed in:

henry 1999-11-07 19:55

eliminate private PATH setting
supply output with exactly my PATH

4 lines of code changed in:

henry 1999-11-07 19:54

eliminate private PATH setting

4 lines of code changed in:

henry 1999-11-07 19:35

PRIVDIR isn't as widely known as I thought (and the few places where
it is known are about to be fixed).

3 lines of code changed in:

sandy 1999-11-07 12:00

changed explanation of multiple tunnels
added link to Lenstra keylength paper in DES

83 lines of code changed in:

sandy 1999-11-05 19:27

changed some wording about DES which a user found unclear
fixed a boroken link & added one in glossary

14 lines of code changed in:

henry 1999-11-04 23:56

do logging for plutoload and plutostart a bunch at a time, not
all at once (which clogs syslog when the numbers get large)

21 lines of code changed in:

henry 1999-11-04 00:46

get rid of leftover stall code

1 lines of code changed in:

sandy 1999-11-03 18:10

link to HCS interop results
setup: avoid PF-key

17 lines of code changed in:

dhr 1999-11-03 12:43

add copyright boilerplate

28 lines of code changed in:

dhr 1999-11-03 12:42

glue to rehost DSA code from GnuPG in Pluto

370 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