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-09-23 to 2002-09-19 (Commits 5897-5946 of 10846)
Ignore CVSROOT.
1 lines of code changed in:
Updated status for Virtual Identity FAQ.
4 lines of code changed in:
typo
1 lines of code changed in:
# This script is to update the console reference output from the last
# run of tests, for a list of tests (directories) supplied on the
# command line, space delimited.
40 lines of code changed in:
Change saref-pfkey-01 to "good".
1 lines of code changed in:
Document SAref changes.
34 lines of code changed in:
invoke "exec bash --noreadline" on boot up to see
if we can convince BASH to stop doing readline stuff.
12 lines of code changed in:
Ignore output directories.
3 lines of code changed in:
Adjust output to reflect SAref table changes.
907 lines of code changed in:
Activate east-none-01 and west-esp-short-02.
15 lines of code changed in:
Added --saref option to print out saref returned by pfkey.
Fixed argcount bug introduced by --listenreply option.
93 lines of code changed in:
Switch from pfkey_alloc_ipsec_sa() to ipsec_sa_alloc().
Added sadb_x_sa_ref to struct sadb_sa.
Added ref parameter to pfkey_sa_build().
52 lines of code changed in:
Switch from pfkey_alloc_ipsec_sa() to ipsec_sa_alloc().
Added sadb_x_sa_ref to struct sadb_sa.
18 lines of code changed in:
Re-wrote most of the SAref code to eliminate Entry pointers.
Added SAref code compiler directive switch.
Added a saref test function for testing macros.
Switch from pfkey_alloc_ipsec_sa() to ipsec_sa_alloc().
Split ipsec_sadb_cleanup from new funciton ipsec_sadb_free to avoid problem
of freeing newly created structures when clearing the reftable upon startup
to start from a known state.
Place all ipsec sadb globals into one struct.
Rework saref freelist.
Added memory allocation debugging.
411 lines of code changed in:
Renamed saref macros for consistency and brevity.
11 lines of code changed in:
Added a lock to the global ipsec_sadb struct for future use.
Split ipsec_sadb_cleanup from new funciton ipsec_sadb_free to avoid problem
of freeing newly created structures when clearing the reftable upon startup
to start from a known state.
19 lines of code changed in:
Added sadb_x_sa_ref to struct sadb_sa.
21 lines of code changed in:
Added new function pfkey_sa_ref_build() to accomodate saref parameter.
90 lines of code changed in:
Re-write most of the SAref macros and types to eliminate any pointer references to Entrys.
Fixed SAref/nfmark macros.
Rework saref freeslist.
Place all ipsec sadb globals into one struct.
Restrict some bits to kernel context for use to klips utils.
58 lines of code changed in:
Define switch to activate new SAref code.
Prefix macros with "IPSEC_".
Rework saref freelist.
Restrict some bits to kernel context for use to klips utils.
21 lines of code changed in:
Added sadb_x_sa_ref to struct sadb_sa.
6 lines of code changed in:
Switch from pfkey_alloc_ipsec_sa() to ipsec_sa_alloc().
Added ref parameter to pfkey_sa_build().
Cleaned out unused cruft.
18 lines of code changed in:
non-saref fixes since 2.00pre0.
33 lines of code changed in:
removed kernel logger stopped/kernel proc stopped messages
0 lines of code changed in:
Adjust output to reflect debugging instrumentation changes.
2898 lines of code changed in:
Updated copyright date.
Cruft clean-out.
Cleaned up pfkey_lib_debug usage.
Added program_name to beginning of all output for consistency.
49 lines of code changed in:
Cleaned up pfkey_lib_debug usage.
20 lines of code changed in:
Added memory allocation debugging.
Convert to switch to divulge hmac keys for debugging.
Added text labels to elucidate numeric values presented.
62 lines of code changed in:
Added memory allocation debugging.
38 lines of code changed in:
Added compiler directive to switch on IP options and fix IP options bug.
Make ip->ihl treatment consistent using shifts rather than multiplications.
Check for large enough packet before accessing udp header for IKE bypass.
Added memory allocation debugging.
Fixed potential memory allocation failure-induced oops.
36 lines of code changed in:
Update copyright date.
6 lines of code changed in:
Added memory allocation debugging.
15 lines of code changed in:
Print ref and reftable, refentry seperately.
12 lines of code changed in:
Fixed usage of pfkey_lib_debug.
Format for function declaration style consistency.
Added text labels to elucidate numeric values presented.
Re-organised debug output to reduce noise in output.
112 lines of code changed in:
Fixed limit inclusion error in both type and ext string conversion.
6 lines of code changed in:
Generalise for platform independance: fix (ia64) using unsigned for sizes.
26 lines of code changed in:
Update copyright date.
8 lines of code changed in:
Define switch to divulge hmac keys for debugging.
Added IPOPTIONS switch.
13 lines of code changed in:
Convert PF_KEY_DEBUG_PARSE_* macros to a set.
Declare pfkey_lib_debug as extern.
6 lines of code changed in:
add test for also=OEself
354 lines of code changed in:
typo in drill; affects reference output
16 lines of code changed in:
make it clear that also=OEself is correct and useful
4 lines of code changed in:
ignore messages about logging stopped
2 lines of code changed in:
updated document list
12 lines of code changed in:
added stuff to remove FreeSWAN version for kern-list stuff
2 lines of code changed in:
Ignore OUTPUT-module.
1 lines of code changed in:
changed default kernel build system from "insert" to "kpatch"
9 lines of code changed in:
make sure that directories are made, and that
example files are listed in the file list.
5 lines of code changed in:
created new "INC_DOCDIR" variable to properly locate installed
documentation.
4 lines of code changed in:
new ipsec.conf-sample
1 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