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: 2000-10-02 to 2000-09-19 (Commits 2647-2696 of 10846)
add tnatoaddr()
106 lines of code changed in:
Moved klips/net/ipsec/ipcomp_* to zlib/* (Svenning).
5 lines of code changed in:
adding since it wasn't in snapshots
50 lines of code changed in:
handle failure to generate CPI more gracefully
32 lines of code changed in:
handle well-known CPIs in IPCOMP (ugly!!)
86 lines of code changed in:
cosmetic tweak to Henry's changes
4 lines of code changed in:
fix to match Sandy's changes
1 lines of code changed in:
minor edits
84 lines of code changed in:
Moved klips/net/ipsec/ipcomp_* to zlib/* (Svenning).
25 lines of code changed in:
As-yet-unused-bits cleanup.
17 lines of code changed in:
Update copyright.
5 lines of code changed in:
Post-interop update.
8 lines of code changed in:
fixes for making manpages
31 lines of code changed in:
Initial revision
7153 lines of code changed in:
trivial changes to test cvs commit
8 lines of code changed in:
temporary kludge to get snapshots going again
2 lines of code changed in:
These weren't in repository, possibly because I did several
things at once:
deleted old version in doc,
did cvs remove,
copied in different files from sandy dir,
did cvs add,
cvs commit.
So I've re-added them and am committing.
74 lines of code changed in:
Moved the IKE passthrough check after the eroute lookup so we can pass
IKE through intermediate tunnels.
28 lines of code changed in:
Swapped order of pfkey_registration of IPCOMP and IPIP.
8 lines of code changed in:
Padded SATYPE printout in pfkey_register for vertical alignment.
6 lines of code changed in:
silly test unchange
2 lines of code changed in:
silly test change
2 lines of code changed in:
committing new docs to production
doc/test removed
old files in doc removed
doc/src created, gets contents from sandy/src
others files from sandy moved to doc
12076 lines of code changed in:
pass SETTINGS to all the recursive makes, not just some
16 lines of code changed in:
clear out out.* files in "make clean"
8 lines of code changed in:
update copyright
5 lines of code changed in:
bring up to date with IPv6 changes
13 lines of code changed in:
Fixed ipcomp tdb pointers update for policy checking.
6 lines of code changed in:
Fixed misleading ipcomp debug output.
5 lines of code changed in:
MB's latest up to 2.4.0-test9-pre5.
3 lines of code changed in:
Added more debugging to pfkey_upmsg() call from pfkey_sendmsg() error.
9 lines of code changed in:
Fixed dumb spi->cpi conversion error.
9 lines of code changed in:
A few debug-specific things should be hidden under
CONFIG_IPSEC_DEBUG.(MB)
Improved ip_send() error handling.(MB)
10 lines of code changed in:
Moved declaration of sysctl_ipsec_inbound_policy_check outside
CONFIG_IPSEC_DEBUG. (MB)
5 lines of code changed in:
Fixed array size off-by-one error. (Thanks Svenning!)
19 lines of code changed in:
Added more debugging to try and track down the cpi outward copy problem.
24 lines of code changed in:
Remove over-paranoid extension check in the presence of sadb_msg_errno.
26 lines of code changed in:
Cleaned up ident string alloc/free.
50 lines of code changed in:
Moved fwmark into a NET_21-protected area.
4 lines of code changed in:
improve message
2 lines of code changed in:
Changed static functions to DEBUG_NO_STATIC to reveal function names in
oopsen.
65 lines of code changed in:
Changed static functions to DEBUG_NO_STATIC for revealing function names
in oopsen.
26 lines of code changed in:
Changed static functions to DEBUG_NO_STATIC to reveal function names for
debugging oopsen.
9 lines of code changed in:
Change static info functions to DEBUG_NO_STATIC to reveal function names
in oopsen.
11 lines of code changed in:
Added extra brackets to statement to be certain of scope in setting cpi.
2 lines of code changed in:
wording changes
33 lines of code changed in:
Moved around headers to apease rh6.2.
17 lines of code changed in:
Added braces around IPV6 initializers for 2.0 kernels.
3 lines of code changed in:
Clarification of scope of NET_21.
12 lines of code changed in:
Added debugging to outgoing compression report.
7 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