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: 2005-02-28 to 2005-02-13 (Commits 9697-9746 of 10846)
added Provides: ipsec-userland to spec file
1 lines of code changed in:
Avoid using pipeline in shell backtic, reported by Marcus Leech
7 lines of code changed in:
do not print keyid for items that are not PPK_RSA.
2 lines of code changed in:
check for ipsec.o versus ipsec.ko for $modulename
7 lines of code changed in:
changed insmod to modprobe sibce insmod requires full path and modprobe
finds the module in the modules directory.
3 lines of code changed in:
Patch from Andrea Dell'Amico for dpd=restart
7 lines of code changed in:
Add DPD-05 and DPD-06 to the list
5 lines of code changed in:
DPD-06 - dpdaction=restart
415 lines of code changed in:
make NAT-T settings printed only under KLIPS debugging.
9 lines of code changed in:
make sure to set state before async crypto, in case whack--status
gets run. (Thanks to Herbert Xu for this)
5 lines of code changed in:
changed '&&' to '-a' in a [ test ] for pidfile.
2 lines of code changed in:
when upgrading from 2.2.x to 2.3.x, the PID file may have
moved, so look for the old one, and move it to new location
before attempting to shutdown.
8 lines of code changed in:
moved recording of xauth username to after the username
has actually been authenticated.
Do not record username on client -- I don't think that this
makes any sense. If it is important, it should be recorded
(and expressed in do_command()) in a different way.
8 lines of code changed in:
only copy strings if non-NULL.
5 lines of code changed in:
make sure to copy strings when states are duplicated.
3 lines of code changed in:
fixed invalid C, which gcc3 is tolerant of
3 lines of code changed in:
version -17 with new boilerplate
781 lines of code changed in:
code got duplicated due to pullups.
1 lines of code changed in:
pull up code from asynch_dh branch.
2 lines of code changed in:
start of experimental code to make pluto socket available
to non-root users.
19 lines of code changed in:
add our own vendor ID to the list, so that we can always recognize
if we are talking an identical version of Openswan.
79 lines of code changed in:
pull up code from asynch_dh branch.
201 lines of code changed in:
added experimental code to deal with lack of klips synchronization.
18 lines of code changed in:
pull up code from asynch_dh branch.
100 lines of code changed in:
expose process_packet().
23 lines of code changed in:
added hasher_t.
4 lines of code changed in:
added state serial number.
reformatted.
43 lines of code changed in:
split out DH work from ipsec_doi.c
528 lines of code changed in:
adjustment of Makefile to have better dependancy generation.
added crypt_dh.
700 lines of code changed in:
set core dir to /tmp.
1 lines of code changed in:
added debug-crypt.
2 lines of code changed in:
added vendorid.
3 lines of code changed in:
added debug-crypt.
2 lines of code changed in:
renamed FSMODLIB to OSMODLIB and FSMOD_DESTDIR to OSMOD_DESTDIR.
Added OSMOD_DESTDIR to Makefile.inc (defaults to "net/ipsec")
Check for double ipsec modules in kernel module dir and fail if found.
This is so upgrades don't suddenly put two ipsec modules in someone's tree,
and the wrong one loads. This happened to be in an upgrade from 2.2.0 to
2.3.1dr3.
36 lines of code changed in:
split phase 1/phase 2 DH calculation.
3 lines of code changed in:
remove obsolete freeswan makefile
0 lines of code changed in:
turn on vendor ID sending now.
2 lines of code changed in:
additional debugging of when NAT-T is enabled, and when the
VID is actually being sent.
18 lines of code changed in:
fixed xauth_username string to work even if xauth name
is not set.
12 lines of code changed in:
Add support for saving the XAUTH username, and then passing it to _updown as PLUTO_XAUTH_USERNAME environment variable
35 lines of code changed in:
Pull in new remove_metachar from mcr's branch
23 lines of code changed in:
int -> size_t compile fix for SuSE 8.x
5 lines of code changed in:
Fix from Ulrich Weber for 64bit Netkey - a->replay_window is only every 32bits, even on 64bit platforms
2 lines of code changed in:
Patch from Polarwolf to respect MANTREE environment var
1 lines of code changed in:
Must be on for nightly testing
2 lines of code changed in:
move dummy rule up so that "make clean" isn't accidentally invoked.
13 lines of code changed in:
added function code for DH computation.
2 lines of code changed in:
added typedef for hasher.
2 lines of code changed in:
Changed USE_OE from on/off to true/false
6 lines of code changed in:
some friends complained to me about this :)
10 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