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

« back to all changes in this revision

Viewing changes to src/charon/encoding/payloads/notify_payload.h

  • 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:
15
15
 * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
16
16
 * for more details.
17
17
 *
18
 
 * $Id: notify_payload.h 3670 2008-03-27 09:54:09Z tobias $
 
18
 * $Id: notify_payload.h 5003 2009-03-24 17:43:01Z martin $
19
19
 */
20
20
 
21
21
/**
89
89
        NO_NATS_ALLOWED = 16402,
90
90
        /* repeated authentication extension, RFC4478 */
91
91
        AUTH_LIFETIME = 16403,
 
92
    /* multiple authentication exchanges, RFC 4739 */
 
93
        MULTIPLE_AUTH_SUPPORTED = 16404,
 
94
        ANOTHER_AUTH_FOLLOWS = 16405,
92
95
        /* draft-eronen-ipsec-ikev2-eap-auth, not assigned by IANA yet */
93
96
        EAP_ONLY_AUTHENTICATION = 40960,
94
97
        /* BEET mode, not even a draft yet. private use */
212
215
notify_payload_t *notify_payload_create_from_protocol_and_type(
213
216
                                                                protocol_id_t protocol_id, notify_type_t type);
214
217
 
215
 
#endif /*NOTIFY_PAYLOAD_H_ @} */
 
218
#endif /** NOTIFY_PAYLOAD_H_ @}*/