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-27 to 1999-11-23 (Commits 1747-1796 of 10846)
Consolidated the 4 1-d extension bitmap arrays into one 4-d array.
Add CVS log entry to bottom of file.
Cleaned out unused bits.
56 lines of code changed in:
Add SADB_X_SATYPE_COMP for compression, eventually.
14 lines of code changed in:
Added extern sadb_satype2proto to enable moving protocol lookup table
to lib/pfkey_v2_parse.c.
Delete unused, moved typedefs.
Add argument to pfkey_msg_parse() for direction.
Consolidated the 4 1-d extension bitmap arrays into one 4-d array.
52 lines of code changed in:
Add IPCOMP support.
4 lines of code changed in:
Fix pfkey_v2_parse calls.
Add argument to pfkey_msg_parse() for direction.
Move parse-after-build check inside pfkey_msg_build().
16 lines of code changed in:
Moved pfkey_msg_parse prototype to pfkey.h
Moved exts_permitted/required prototype to pfkey.h.
Moved sadb_satype2proto protocol lookup table to lib/pfkey_v2_parse.c.
Deleted SADB_X_EXT_SA2 code from pfkey_sa_process() since it will never
be called.
Moved protocol/algorithm checks to lib/pfkey_v2_parse.c
Debugging error messages added.
Enable lifetime_current checking.
Remove illegal requirement for SA extension to be present in an
originating GETSPI call.
Re-instate requirement for UPDATE or ADD message to be MATURE.
Add argument to pfkey_msg_parse() for direction.
Fixed IPIP dst address bug and purged redundant, leaky code.
98 lines of code changed in:
oops, missed one SA ID
2 lines of code changed in:
Enabled more sanity checks.
Re-formatted for readability.
Cleaned out unused code.
288 lines of code changed in:
Removed quotes to fix Alpha compile issues.
10 lines of code changed in:
Fix userspace/kernelspace type incompatibility bug for pfkey.
28 lines of code changed in:
Announce pfkey_build support in spi.c
8 lines of code changed in:
Add DEBUGGING macro for klips utils.
Clean up extensions pointers.
18 lines of code changed in:
Add parser calls to parse newly built message and disabled signal
handler.
Zapped all manual pfkey assignment code in favour of build library
calls.
Clean out other unused code.
20 lines of code changed in:
Update proc_fs code for pfkey to use dynamic registration.
31 lines of code changed in:
update to note Makefile changes
4 lines of code changed in:
quoting fix for Linux kernel Makefile stupidities
8 lines of code changed in:
robustness improvement in last fix
2 lines of code changed in:
different kernel make symbol on Alpha, sigh
4 lines of code changed in:
Delete moved extension bitmaps.
Fixed incorrect cast warning.
Fixed remain bug.
14 lines of code changed in:
Comment out unused variables.
Clarified assignment in conditional with parens.
6 lines of code changed in:
Turn debug compiler directive into command line switch.
Fix unused argument bug in usage.
Delete unused variables and code.
Add default to alg switch to catch algo not set.
Added error return checking from pfkey_build routines.
Clarified assignment in conditional with parens.
Fixed extension pointer bugs passing args to pfkey_build routines.
376 lines of code changed in:
Comment out unused variable.
5 lines of code changed in:
Fixed printf % escape bug.
Clarified assignment in conditional with parens.
7 lines of code changed in:
Implemented SENDERR macro for propagating error codes.
Fixed error return code bug.
15 lines of code changed in:
Fixed error return messages, should be returning negative numbers.
Implemented SENDERR macro for propagating error codes.
Added debug message and separate error code for algorithms not compiled
in.
41 lines of code changed in:
Temporarily change userspace debug command for use in klips utils.
Add malloc.h header for userspace.
Customise DEBUGGING for klips/utils/*.c.
Fix sample code in comments.
Fixed extension pointer bugs passing args to pfkey_build routines.
Fixed missing msg_type and msg_satype assignments bug.
Added debugging code.
Fixed missing copy key into message bug.
Fixed incorrect ident_id assignment.
Fixed mislabelled debug output.
141 lines of code changed in:
update
7 lines of code changed in:
Announce pfkey code additions to libfreeswan.
12 lines of code changed in:
Fix extensions memset() size bug.
6 lines of code changed in:
Fix PFKEY_BUILD_LIB compiler directives.
Fix bug in memset(extensions) size argument.
Fix bug in extensions type and calling style.
Fix PFKEY_BUILD_LIB ifdef boundary bug.
104 lines of code changed in:
reject attempt to specify both spi and spibase
3 lines of code changed in:
provide spi and spibase as alternatives
81 lines of code changed in:
Added copious debug output.
Changed 'void*extensions' to 'struct sadb_ext*extensions'.
190 lines of code changed in:
hanged 'void*extensions' to 'struct sadb_ext*extensions'.
Fixed indention.
Ditched redundant replay check.
Fixed debug message text from 'parse' to 'process'.
Added more debug output.
Forgot to zero extensions array causing bug, fixed.
87 lines of code changed in:
clarification
3 lines of code changed in:
use spibase as SPI value for all SAs
14 lines of code changed in:
use --said everywhere
use same SPI for everything
17 lines of code changed in:
Added pfkey_v2_build calls.
Sort out pfkey and freeswan headers, putting them in a library path.
Corrected a couple of bugs in as-yet-inactive code.
Clarified indention of pfkey_msg assembly code.
426 lines of code changed in:
Updates since just after 1.1, includes more PFKEY detail.
61 lines of code changed in:
Add the PF_KEYv2 parse, build and extension bitmap code to libfreeswan.
Add '-I.' to CFLAGS to pick up local library headers.
7 lines of code changed in:
Move all common parsing code to lib/pfkey_v2_parse.c and rename
remaining bits to *_process. (PJO)
Add macros for dealing with alignment and rounding up more opaquely.
Use provided macro ADDRTOA_BUF instead of hardcoded value.
Sort out pfkey and freeswan headers, putting them in a library path.
Corrected a couple of bugs in as-yet-inactive code.
154 lines of code changed in:
Change name of pfkey_msg_parser to pfkey_msg_interp since it no longer
parses. (PJO)
Sort out pfkey and freeswan headers, putting them in a library path.
12 lines of code changed in:
Sort out pfkey and freeswan headers, putting them in a library path.
32 lines of code changed in:
Use provided macro ADDRTOA_BUF instead of hardcoded value.
6 lines of code changed in:
Use provided macro ADDRTOA_BUF instead of hardcoded value.
Sort out pfkey and freeswan headers, putting them in a library path.
32 lines of code changed in:
Add uint<n>_t type defines for pfkey.
12 lines of code changed in:
This file has been moved in the distribution from klips/net/ipsec to
lib.
Add macros for dealing with alignment and rounding up more opaquely.
The uint<n>_t type defines have been moved to freeswan.h to avoid
chicken-and-egg problems.
Add macros for dealing with alignment and rounding up more opaque.
Added prototypes for using extention header bitmaps.
Added prototypes of all the build functions.
204 lines of code changed in:
This file has been moved in the distribution from klips/net/ipsec to
lib.
14 lines of code changed in:
Move all common parsing code to lib/pfkey_v2_parse.c and rename
remaining bits to *_process. (PJO)
Add macros for dealing with alignment and rounding up more opaque.
Use provided macro ADDRTOA_BUF instead of hardcoded value.
Added FreeS/WAN GPL boilerplate.
Fixed some spelling.
Sorted out header files.
Moved extension header bitmaps to pfkey_v2_ext_bits.c
Moved debug prefix into macros to retain 'klips_debug' for kernel log
filtering.
Added more debugging instrumentation code.
Fleshed out 'supported' extension.
1609 lines of code changed in:
Create build routines.
Add macros for dealing with alignment and rounding up more opaque.
Use provided macro ADDRTOA_BUF instead of hardcoded value.
Added FreeS/WAN GPL boilerplate.
Sorted out header files.
Moved extension header bitmaps to pfkey_v2_ext_bits.c
1117 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