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-05-11 to 1999-04-26 (Commits 1297-1346 of 10846)
stronger wording about gate-to-gate pings
16 lines of code changed in:
added links
17 lines of code changed in:
generalize last fix
2 lines of code changed in:
more "error" filenames in 2.2.xx
3 lines of code changed in:
parameterize kernel make name
5 lines of code changed in:
Fix bug introduced by 2.2 quick-and-dirty patch.
43 lines of code changed in:
Added ipsec2 and ipsec3 devices.
Added 2.2 support.
7 lines of code changed in:
Fix error return reporting.
15 lines of code changed in:
Add KERNEL_VERSION macros for back-compatibility with 2.0 kernels.
8 lines of code changed in:
Add casting to silence the 2.2.x compile.
13 lines of code changed in:
Add includes for 2.2.x include into net/ipv4/protocol.c
7 lines of code changed in:
Add casting to silence the 2.2.x compile.
7 lines of code changed in:
Simplify satoa() calling.
Fix error return reporting.
Add casting to silence the 2.2.x compile.
13 lines of code changed in:
Added support for 2.2.x kernels.
14 lines of code changed in:
cleanup
14 lines of code changed in:
minor wording fix
2 lines of code changed in:
Add a quick and dirty port to 2.2 kernels by Marc Boucher <marc@mbsi.ca>.
568 lines of code changed in:
note about IP options
4 lines of code changed in:
oops: unset_group should be a struct, not a pointer-to-struct
11 lines of code changed in:
handle dropped packets better in a couple of cases
44 lines of code changed in:
prevent double prefix on some whack messages
10 lines of code changed in:
clarify a little
14 lines of code changed in:
fixed typos and added links
8 lines of code changed in:
refer to FreeS/WAN man pages with ipsec_ prefix
5 lines of code changed in:
Post 1.00 development, including primarily manual keying PF_KEY support.
12 lines of code changed in:
Updates since 1.00.
17 lines of code changed in:
Debug pfkey support.
Add debugging instrumentation.
Add error return code checks.
Add support for DELETE and CLR messages.
Add support for IPPROTO_IPIP.
Copy in src address.
Set sin_zero properly.
Add ident_d support(untested).
Fix msg header copy length bug.
Add kludge to support FLUSH.
250 lines of code changed in:
Add pfkey debugging support.
11 lines of code changed in:
Re-add ip_chk_addr() symbol.
0 lines of code changed in:
Add check for existence of macros min/max.
8 lines of code changed in:
Add sanity checking for null pointer arguments.
Standardise an error return method.
21 lines of code changed in:
Add GRPSA support.
Add support for a second SATYPE, SA and DST_ADDRESS.
Add IPPROTO_IPIP support.
42 lines of code changed in:
Standardise an error return method.
Add debugging instrumentation.
Add check for existence of macros min/max.
Add extensions permitted/required in/out filters.
Add satype-to-protocol table.
Add a second tdb pointer to each parser to accomodate GRPSA.
Move AH & no_algo_set to GETSPI, UPDATE and ADD.
Add OOO window check.
Add support for IPPROTO_IPIP and hooks for IPPROTO_COMP.
Add timestamp to lifetime parse.
Fix address structure length checking bug.
Fix address structure allocation bug (forgot to kmalloc!).
Add checks for extension lengths.
Add checks for extension reserved illegal values.
Add check for spirange legal values.
Add an extension type for parsing a second satype, SA and
DST_ADDRESS.
Make changes to tdb_init() template to get pfkey_tdb_init(),
eliminating any mention of xformsw.
Implement getspi, update and grpsa (not tested).
Add stubs for as yet unimplemented message types.
Add table of message parsers to substitute for msg_parse switch.
1719 lines of code changed in:
Move log to the end of the file.
Eliminate min/max redefinition in #include <net/tcp.h>.
Correct path for pfkey #includes
Standardise an error return method.
Add debugging instrumentation.
Move message type checking to pfkey_msg_parse().
Add check for errno incorrectly set.
Add check for valid PID.
Add check for reserved illegally set.
Add check for message out of bounds.
187 lines of code changed in:
Add pfkey support to debugging.
Add return values to init and cleanup functions.
16 lines of code changed in:
dd return values to init and cleanup functions.
Eliminate unnessessary usage of tdb_xform member to further switch
away from the transform switch to the algorithm switch.
Change gettdb parameter to a pointer to reduce stack loading and
facilitate parameter sanity checking.
Add a parameter to tdbcleanup to be able to delete a class of SAs.
25 lines of code changed in:
Change gettdb parameter to a pointer to reduce stack loading and
facilitate parameter sanity checking.
Add sanity checking for null pointer arguments.
Add debugging instrumentation.
Add function deltdbchain() which will take care of unlinking,
zeroing and deleting a chain of tdbs.
Add a parameter to tdbcleanup to be able to delete a class of SAs.
tdbwipe now actually zeroes the tdb as well as any of its pointed
structures.
218 lines of code changed in:
Add return values to init and cleanup functions.
6 lines of code changed in:
Change gettdb parameter to a pointer to reduce stack loading and
facilitate parameter sanity checking.
Fix undetected bug that might have tried to access a null pointer.
Eliminate unnessessary usage of tdb_xform member to further switch
away from the transform switch to the algorithm switch.
Add return values to init and cleanup functions.
21 lines of code changed in:
hange debugging to respond only to debug_rcv.
Change gettdb parameter to a pointer to reduce stack loading and
facilitate parameter sanity checking.
6 lines of code changed in:
Add return values to init and cleanup functions.
Add sanity checking for null pointer arguments.
11 lines of code changed in:
Add pfkey support to debugging.
Change gettdb parameter to a pointer to reduce stack loading and
facilitate
parameter sanity checking.
Add IS_MYADDR support obviating the necessity of doing this in user
space.
Fix undetected bug by moving puttdb in SETSPI until after initialisation
to
prevent tdb usage before it is ready and to save work if it does not
initialise.
Clean up deltdb/wipe code.
Fix undetected bug of returning error as positive value.
Add a parameter to tdbcleanup to be able to delete a class of SAs.
32 lines of code changed in:
Fix undetected iv_len reporting bug.
Add sanity checking for null pointer to private data space.
Add return values to init and cleanup functions.
60 lines of code changed in:
added Padlipsky & Quarterman books
14 lines of code changed in:
add asterisks to debugging messages for gnu emacs outline mode
281 lines of code changed in:
Added /proc/net/ipsec_klipsdebug support for reading the current debug
settings.
Instrument module load/init/unload.
64 lines of code changed in:
dd libs and dependancies to tags generation.
7 lines of code changed in:
added links
6 lines of code changed in:
added some links
6 lines of code changed in:
tidy skeyid generation for preshared secret
35 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