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-03-23 to 2004-03-20 (Commits 8047-8096 of 10846)
Add DPD constants
11 lines of code changed in:
Handle DPD packets
42 lines of code changed in:
Add notification code (required for sending DPD R_U_THERE(_ACK))
Add dpd functions for dealing with DPD states & events
374 lines of code changed in:
Add was_eroute_idle() (from 1.x DPD) function
93 lines of code changed in:
Pull in relational states code from 1.x (for DPD)
Add DPD state handling code
51 lines of code changed in:
Handle DPD timer events
57 lines of code changed in:
Support DPD VendorID
7 lines of code changed in:
Add in relational state code (needed for DPD)
8 lines of code changed in:
Add missing #define
4 lines of code changed in:
fix for Paul's checkin.
3 lines of code changed in:
remove support for ipsec.secrets file being able to have
missing : for PSKs.
2 lines of code changed in:
changed *level to ctx->level0+obj.level
73 lines of code changed in:
int is not the same size on 64bit - int -> size_t for len fix (as)
2 lines of code changed in:
Added examples/no_oe.conf to the filelist of the userland rpm.
6 lines of code changed in:
Pull in from branch
74 lines of code changed in:
Yes, never shouldn't receive packets
2 lines of code changed in:
We are open
5 lines of code changed in:
Some versions of the program logger(1) seem to miss the EOF on stdin or
stdout and hang forever when getting piped input from a subshell. So I
rearanged the code such that the _realsetup output is buffered throug
a tmp file rather then a subshell and a pipe.
This should fix 'startup hangs' bugs seen on the Zaurus and Debian
distros. Obviously logger still needs fixing...
7 lines of code changed in:
Make NAT-T 64bit clean
4 lines of code changed in:
New function was_eroute_idle()
4 lines of code changed in:
Pullup DPD from Openswan 1.x CVS
44 lines of code changed in:
Add DPD support
16 lines of code changed in:
Include DPD docs
24 lines of code changed in:
Add dpd support
2 lines of code changed in:
Declare DPD functions
8 lines of code changed in:
Documentation
4 lines of code changed in:
Don't forget EVENTS
4 lines of code changed in:
Add DPD Constants
7 lines of code changed in:
Pull in RFC 3706 Dead Peer Detection headers from Openswan 1.0.2
39 lines of code changed in:
adding the x509-pluto-02 test to the list (commented out until it actually
has a chance of succeeding).
5 lines of code changed in:
Adding x509-pluto-02 test and config changes to support it. Basically, this
tests north's ability to respond to a certificate, send a certificate, and
east's ability to validate it based on a trusted CA certificate.
322 lines of code changed in:
All machines should be willing to accept CA-signed certificates.
24 lines of code changed in:
north should be the only machine with its own certificate
0 lines of code changed in:
north should be the only machine with its own cert.
22 lines of code changed in:
sendcert is now tri-valued - always/ifasked/never.
7 lines of code changed in:
moved close_output_pbs() in build_and_send_CR(), because
if there is no CA configured, then we send a monstrous CR.
17 lines of code changed in:
sendcert is now tri-valued - always/ifasked/never.
16 lines of code changed in:
certificate request received variable.
2 lines of code changed in:
--ipsec_dir now alias for --ipsecdir.
2 lines of code changed in:
send certificates if we were asked to (received a CR that
was considered valid).
Cleaned up payload handling stuff.
82 lines of code changed in:
when trying to load food groups and they are missing,
then note the directory that they were not found in.
16 lines of code changed in:
DEBUG-all now include NAT-T debugging.
11 lines of code changed in:
sendcert is now tri-valued - always/ifasked/never.
7 lines of code changed in:
when loading certificates from cacerts and crls, ignore
all .files, and also CVS and RCS directories.
14 lines of code changed in:
1) local switches now reads testparams.sh file.
2) $arpreply is totally deprecated.
41 lines of code changed in:
fixes for addition of nat-traversal flag.
165 lines of code changed in:
directories for cacerts/crls for east/west for pluto unit
tests.
0 lines of code changed in:
moved files to subdir because of --ipsecdir semantics.
35 lines of code changed in:
Remove redundant statement
2 lines of code changed in:
Patch from niki.waibel@newlogic.com to fix segfault due to incorrect handling of size of xauthpass
5 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