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: 2004-11-09 to 2004-10-27 (Commits 9247-9296 of 10846)
Add functions for ipkg_build_install_test
104 lines of code changed in:
adjustments to kernel_alg_makedb, fix core dumps and make
sure that it actually works.
27 lines of code changed in:
adjust to call legit kernel_alg_makedb().
2 lines of code changed in:
extend merge routine to deal if arguments are NULL.
3 lines of code changed in:
wrote proper kernel_alg_makedb.
26 lines of code changed in:
adjust prototype for kernel_alg_makedb.
3 lines of code changed in:
removed bogus kernel_alg_makedb.
0 lines of code changed in:
len should be size_t
2 lines of code changed in:
64bit fixes
10 lines of code changed in:
added msgid=0 situation for xauth_client.
7 lines of code changed in:
Proper identification of Cisco 3000 series
4 lines of code changed in:
added string "unknown" if it wasn't recognized, and
it is ignored.
8 lines of code changed in:
More VID hacking to support SUBSTRING matches inside VIDS
6 lines of code changed in:
fix typo in MODE_CFG.
3 lines of code changed in:
Another attempt
3 lines of code changed in:
make sure that modecfg's are consider phase 1 established.
3 lines of code changed in:
remove all looking_for_md code, as it was for catching
complicated failure cases across continuations.
1 lines of code changed in:
Start VendorID cleanup
14 lines of code changed in:
adjustments of active modecfg mode to possibly work with
CISCO VPN3K.
116 lines of code changed in:
made calls to complete_state_transition safe.
12 lines of code changed in:
added log info.
7 lines of code changed in:
Add Cisco 3xxx VendorID
11 lines of code changed in:
It's critical to install the _right_ file as the module, and for 2.6
kernels thats the .ko file and not the .o file!
2 lines of code changed in:
This added test gets rid of an annoying message when there is no ipsec.o
or ipsec.ko module on 2.6 systems. Tested on 2.4.
2 lines of code changed in:
This set of changes makes it so that we --stop the program we unload
the kame'ish modules the same as the KLIPS ipsec module.
There is also a change to test for KLIPS to be running when killing
KLIPS so that we don't bitch about missing files.
8 lines of code changed in:
Prevent calling complete_state_transition with [q]ke->md is NULL
7 lines of code changed in:
We forgot to clean up the pluto control socket file, so now it gets
removed when we stop if it's around.
3 lines of code changed in:
*add* the connection at start time, but don't start it
1 lines of code changed in:
Add in additional options needed for Cisco-client style connection
7 lines of code changed in:
Add nhelpers parameter
4 lines of code changed in:
Add nhelpers parameter
9 lines of code changed in:
Fix placement of :
1 lines of code changed in:
Free->Open
6 lines of code changed in:
Free -> Open
23 lines of code changed in:
Remote *firewall= support #178
2 lines of code changed in:
Remote *firewall= support
2 lines of code changed in:
Fix manpage to remove *firewall= support
1 lines of code changed in:
possible fix for missing state transition in phase 2.
6 lines of code changed in:
kill state if the cryptographic operation times out.
9 lines of code changed in:
removed passert() -- fmt_state() is now safe without it.
1 lines of code changed in:
make worker_num -1 in parent.
2 lines of code changed in:
extend string table for operations to include build_nonce.
2 lines of code changed in:
added note about setting kernel 2.6 option.
3 lines of code changed in:
source testparams if it exists.
start hosts appropriate to the test case.
10 lines of code changed in:
increase size of timer event table to include cryptographic events.
2 lines of code changed in:
added #-to pluto helper string.
4 lines of code changed in:
results from valgrind, thanks to: Harald Hoyer <harald@redhat.com>
9 lines of code changed in:
Add in Cisco VPN client conversion tools
84 lines of code changed in:
Change alloc_ function call (harald@redhat.com)
2 lines of code changed in:
Update tests to count new aggr mode states during initiation
2 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