Annotation of embedaddon/strongswan/src/starter/keywords.txt, revision 1.1

1.1     ! misho       1: %{
        !             2: /*
        !             3:  * Copyright (C) 2005 Andreas Steffen
        !             4:  * HSR Hochschule fuer Technik Rapperswil
        !             5:  *
        !             6:  * This program is free software; you can redistribute it and/or modify it
        !             7:  * under the terms of the GNU General Public License as published by the
        !             8:  * Free Software Foundation; either version 2 of the License, or (at your
        !             9:  * option) any later version.  See <http://www.fsf.org/copyleft/gpl.txt>.
        !            10:  *
        !            11:  * This program is distributed in the hope that it will be useful, but
        !            12:  * WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
        !            13:  * or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
        !            14:  * for more details.
        !            15:  */
        !            16: 
        !            17: #include <string.h>
        !            18: 
        !            19: #define IN_GPERF_GENERATED_FILE
        !            20: #include "keywords.h"
        !            21: 
        !            22: %}
        !            23: struct kw_entry {
        !            24:     char *name;
        !            25:     kw_token_t token;
        !            26: };
        !            27: %%
        !            28: # regular keywords
        !            29: charondebug,       KW_CHARONDEBUG
        !            30: uniqueids,         KW_UNIQUEIDS
        !            31: cachecrls,         KW_CACHECRLS
        !            32: strictcrlpolicy,   KW_STRICTCRLPOLICY
        !            33: keyexchange,       KW_KEYEXCHANGE
        !            34: type,              KW_TYPE
        !            35: compress,          KW_COMPRESS
        !            36: installpolicy,     KW_INSTALLPOLICY
        !            37: aggressive,        KW_AGGRESSIVE
        !            38: authby,            KW_AUTHBY
        !            39: eap_identity,      KW_EAP_IDENTITY
        !            40: aaa_identity,      KW_AAA_IDENTITY
        !            41: mobike,                   KW_MOBIKE
        !            42: forceencaps,       KW_FORCEENCAPS
        !            43: fragmentation,     KW_FRAGMENTATION
        !            44: ikedscp,           KW_IKEDSCP,
        !            45: ikelifetime,       KW_IKELIFETIME
        !            46: lifetime,          KW_KEYLIFE
        !            47: keylife,           KW_KEYLIFE
        !            48: rekeymargin,       KW_REKEYMARGIN
        !            49: margintime,        KW_REKEYMARGIN
        !            50: lifebytes,         KW_LIFEBYTES
        !            51: marginbytes,       KW_MARGINBYTES
        !            52: lifepackets,       KW_LIFEPACKETS
        !            53: marginpackets,     KW_MARGINPACKETS
        !            54: keyingtries,       KW_KEYINGTRIES
        !            55: rekeyfuzz,         KW_REKEYFUZZ
        !            56: rekey,             KW_REKEY
        !            57: reauth,            KW_REAUTH
        !            58: ike,               KW_IKE
        !            59: esp,               KW_ESP
        !            60: ah,                KW_AH
        !            61: dpddelay,          KW_DPDDELAY
        !            62: dpdtimeout,        KW_DPDTIMEOUT
        !            63: dpdaction,         KW_DPDACTION
        !            64: closeaction,       KW_CLOSEACTION
        !            65: sha256_96,         KW_SHA256_96
        !            66: inactivity,        KW_INACTIVITY
        !            67: modeconfig,        KW_MODECONFIG
        !            68: xauth,             KW_XAUTH
        !            69: xauth_identity,    KW_XAUTH_IDENTITY
        !            70: mediation,         KW_MEDIATION
        !            71: mediated_by,       KW_MEDIATED_BY
        !            72: me_peerid,         KW_ME_PEERID
        !            73: reqid,             KW_REQID
        !            74: replay_window,     KW_REPLAY_WINDOW
        !            75: mark,              KW_MARK
        !            76: mark_in,           KW_MARK_IN
        !            77: mark_out,          KW_MARK_OUT
        !            78: tfc,               KW_TFC
        !            79: cacert,            KW_CACERT
        !            80: crluri,            KW_CRLURI
        !            81: crluri1,           KW_CRLURI
        !            82: crluri2,           KW_CRLURI2
        !            83: ocspuri,           KW_OCSPURI
        !            84: ocspuri1,          KW_OCSPURI
        !            85: ocspuri2,          KW_OCSPURI2
        !            86: certuribase,       KW_CERTURIBASE
        !            87: left,              KW_LEFT
        !            88: leftikeport,       KW_LEFTIKEPORT
        !            89: leftsubnet,        KW_LEFTSUBNET
        !            90: leftsubnetwithin,  KW_LEFTSUBNET
        !            91: leftprotoport,     KW_LEFTPROTOPORT
        !            92: leftsourceip,      KW_LEFTSOURCEIP
        !            93: leftdns,           KW_LEFTDNS
        !            94: leftfirewall,      KW_LEFTFIREWALL
        !            95: lefthostaccess,    KW_LEFTHOSTACCESS
        !            96: leftallowany,      KW_LEFTALLOWANY
        !            97: leftupdown,        KW_LEFTUPDOWN
        !            98: leftauth,          KW_LEFTAUTH
        !            99: leftauth2,         KW_LEFTAUTH2
        !           100: leftid,            KW_LEFTID
        !           101: leftid2,           KW_LEFTID2
        !           102: leftsigkey,        KW_LEFTSIGKEY
        !           103: leftrsasigkey,     KW_LEFTSIGKEY
        !           104: leftcert,          KW_LEFTCERT
        !           105: leftcert2,         KW_LEFTCERT2
        !           106: leftcertpolicy,    KW_LEFTCERTPOLICY
        !           107: leftsendcert,      KW_LEFTSENDCERT
        !           108: leftca,            KW_LEFTCA
        !           109: leftca2,           KW_LEFTCA2
        !           110: leftgroups,        KW_LEFTGROUPS
        !           111: leftgroups2,       KW_LEFTGROUPS2
        !           112: right,             KW_RIGHT
        !           113: rightikeport,      KW_RIGHTIKEPORT
        !           114: rightsubnet,       KW_RIGHTSUBNET
        !           115: rightsubnetwithin, KW_RIGHTSUBNET
        !           116: rightprotoport,    KW_RIGHTPROTOPORT
        !           117: rightsourceip,     KW_RIGHTSOURCEIP
        !           118: rightdns,          KW_RIGHTDNS
        !           119: rightfirewall,     KW_RIGHTFIREWALL
        !           120: righthostaccess,   KW_RIGHTHOSTACCESS
        !           121: rightallowany,     KW_RIGHTALLOWANY
        !           122: rightupdown,       KW_RIGHTUPDOWN
        !           123: rightauth,         KW_RIGHTAUTH
        !           124: rightauth2,        KW_RIGHTAUTH2
        !           125: rightid,           KW_RIGHTID
        !           126: rightid2,          KW_RIGHTID2
        !           127: rightsigkey,       KW_RIGHTSIGKEY
        !           128: rightrsasigkey,    KW_RIGHTSIGKEY
        !           129: rightcert,         KW_RIGHTCERT
        !           130: rightcert2,        KW_RIGHTCERT2
        !           131: rightcertpolicy,   KW_RIGHTCERTPOLICY
        !           132: rightsendcert,     KW_RIGHTSENDCERT
        !           133: rightca,           KW_RIGHTCA
        !           134: rightca2,          KW_RIGHTCA2
        !           135: rightgroups,       KW_RIGHTGROUPS
        !           136: rightgroups2,      KW_RIGHTGROUPS2
        !           137: also,              KW_ALSO
        !           138: auto,              KW_AUTO
        !           139: # deprecated/removed keywords
        !           140: interfaces,        KW_SETUP_DEPRECATED
        !           141: dumpdir,           KW_SETUP_DEPRECATED
        !           142: charonstart,       KW_SETUP_DEPRECATED
        !           143: plutostart,        KW_SETUP_DEPRECATED
        !           144: klipsdebug,        KW_SETUP_DEPRECATED
        !           145: plutodebug,        KW_SETUP_DEPRECATED
        !           146: prepluto,          KW_SETUP_DEPRECATED
        !           147: postpluto,         KW_SETUP_DEPRECATED
        !           148: plutostderrlog,    KW_SETUP_DEPRECATED
        !           149: fragicmp,          KW_SETUP_DEPRECATED
        !           150: packetdefault,     KW_SETUP_DEPRECATED
        !           151: hidetos,           KW_SETUP_DEPRECATED
        !           152: overridemtu,       KW_SETUP_DEPRECATED
        !           153: crlcheckinterval,  KW_SETUP_DEPRECATED
        !           154: nocrsend,          KW_SETUP_DEPRECATED
        !           155: nat_traversal,     KW_SETUP_DEPRECATED
        !           156: keep_alive,        KW_SETUP_DEPRECATED
        !           157: force_keepalive,   KW_SETUP_DEPRECATED
        !           158: virtual_private,   KW_SETUP_DEPRECATED
        !           159: pkcs11module,      KW_PKCS11_DEPRECATED
        !           160: pkcs11initargs,    KW_PKCS11_DEPRECATED
        !           161: pkcs11keepstate,   KW_PKCS11_DEPRECATED
        !           162: pkcs11proxy,       KW_PKCS11_DEPRECATED
        !           163: ldaphost,          KW_CA_DEPRECATED
        !           164: ldapbase,          KW_CA_DEPRECATED
        !           165: pfs,               KW_PFS_DEPRECATED
        !           166: pfsgroup,          KW_PFS_DEPRECATED
        !           167: eap,               KW_CONN_DEPRECATED
        !           168: leftnexthop,       KW_LEFT_DEPRECATED
        !           169: rightnexthop,      KW_RIGHT_DEPRECATED

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>