~ubuntu-branches/ubuntu/maverick/strongswan/maverick

« back to all changes in this revision

Viewing changes to src/charon/config/child_cfg.c

  • Committer: Bazaar Package Importer
  • Author(s): Rene Mayrhofer
  • Date: 2009-04-01 22:17:52 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20090401221752-eozrk0ctabblo94z
* New upstream release, which incorporates the fix. Removed dpatch for it.
  Closes: #521950: CVE-2009-0790: DoS
* New support for EAP RADIUS authentication, enabled for this package.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
15
15
 * for more details.
16
16
 *
17
 
 * $Id: child_cfg.c 4611 2008-11-11 06:29:25Z andreas $
 
17
 * $Id: child_cfg.c 4862 2009-02-11 16:41:37Z andreas $
18
18
 */
19
19
 
20
20
#include "child_cfg.h"
301
301
                                else
302
302
                                {
303
303
                                        DBG2(DBG_CFG, " config: %R, received: %R => no match",
304
 
                                                 ts1, ts2, selected);
 
304
                                                 ts1, ts2);
305
305
                                }
306
306
                        }
307
307
                        e2->destroy(e2);