File indexing completed on 2024-04-28 16:52:52

0001 /* -*- Mode: C; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */
0002 /* NetworkManager -- Network link manager
0003 
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 
0006     SPDX-FileCopyrightText: 2005-2008 Red Hat Inc. //krazy:exclude=copyright
0007     SPDX-FileCopyrightText: 2007-2008 Novell Inc. //krazy:exclude=copyright
0008 */
0009 
0010 #ifndef NM_STRONGSWAN_SERVICE_H
0011 #define NM_STRONGSWAN_SERVICE_H
0012 
0013 #define NM_DBUS_SERVICE_STRONGSWAN "org.freedesktop.NetworkManager.strongswan"
0014 #define NM_DBUS_INTERFACE_STRONGSWAN "org.freedesktop.NetworkManager.strongswan"
0015 #define NM_DBUS_PATH_STRONGSWAN "/org/freedesktop/NetworkManager/strongswan"
0016 
0017 #define NM_STRONGSWAN_GATEWAY "address"
0018 #define NM_STRONGSWAN_CERTIFICATE "certificate"
0019 #define NM_STRONGSWAN_USER "user"
0020 #define NM_STRONGSWAN_METHOD "method"
0021 #define NM_STRONGSWAN_USERKEY "userkey"
0022 #define NM_STRONGSWAN_USERCERT "usercert"
0023 #define NM_STRONGSWAN_SECRET "password"
0024 #define NM_STRONGSWAN_SECRET_TYPE "secret_type"
0025 #define NM_STRONGSWAN_INNERIP "virtual"
0026 #define NM_STRONGSWAN_ENCAP "encap"
0027 #define NM_STRONGSWAN_IPCOMP "ipcomp"
0028 #define NM_STRONGSWAN_PROPOSAL "proposal"
0029 #define NM_STRONGSWAN_IKE "ike"
0030 #define NM_STRONGSWAN_ESP "esp"
0031 
0032 #define NM_STRONGSWAN_AUTH_KEY "key"
0033 #define NM_STRONGSWAN_AUTH_AGENT "agent"
0034 #define NM_STRONGSWAN_AUTH_SMARTCARD "smartcard"
0035 #define NM_STRONGSWAN_AUTH_EAP "eap"
0036 
0037 #define NM_STRONGSWAN_PW_TYPE_SAVE "save"
0038 #define NM_STRONGSWAN_PW_TYPE_ASK "ask"
0039 #define NM_STRONGSWAN_PW_TYPE_UNUSED "unused"
0040 
0041 #endif /* NM_Strongswan_PLUGIN_H */