aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/attributes/attributes.c
diff options
context:
space:
mode:
authorAndreas Steffen <andreas.steffen@strongswan.org>2011-08-16 23:37:09 +0200
committerAndreas Steffen <andreas.steffen@strongswan.org>2011-08-16 23:37:09 +0200
commit5c0ab65cae318f8aa229fab8a674487231393e53 (patch)
treec216f0cedd3bc0063d7e3dfc5e10509864fcb962 /src/libhydra/attributes/attributes.c
parentf69f067958772c3f471d4abffbca902cadf32547 (diff)
downloadstrongswan-5c0ab65cae318f8aa229fab8a674487231393e53.tar.bz2
strongswan-5c0ab65cae318f8aa229fab8a674487231393e53.tar.xz
shortened XAUTH and UNITY attribute short names
Diffstat (limited to 'src/libhydra/attributes/attributes.c')
-rw-r--r--src/libhydra/attributes/attributes.c42
1 files changed, 21 insertions, 21 deletions
diff --git a/src/libhydra/attributes/attributes.c b/src/libhydra/attributes/attributes.c
index c2296ae9a..d8490b7f5 100644
--- a/src/libhydra/attributes/attributes.c
+++ b/src/libhydra/attributes/attributes.c
@@ -86,29 +86,29 @@ ENUM_BEGIN(configuration_attribute_type_short_names, INTERNAL_IP4_ADDRESS, HOME_
"PFX6",
"HOA");
ENUM_NEXT(configuration_attribute_type_short_names, XAUTH_TYPE, XAUTH_ANSWER, HOME_AGENT_ADDRESS,
- "XAUTH_TYPE",
- "XAUTH_USER_NAME",
- "XAUTH_USER_PASSWORD",
- "XAUTH_PASSCODE",
- "XAUTH_MESSAGE",
- "XAUTH_CHALLENGE",
- "XAUTH_DOMAIN",
- "XAUTH_STATUS",
- "XAUTH_NEXT_PIN",
- "XAUTH_ANSWER");
+ "X_TYPE",
+ "X_USER_NAME",
+ "X_USER_PASSWORD",
+ "X_PASSCODE",
+ "X_MESSAGE",
+ "X_CHALLENGE",
+ "X_DOMAIN",
+ "X_STATUS",
+ "X_NEXT_PIN",
+ "X_ANSWER");
ENUM_NEXT(configuration_attribute_type_short_names, INTERNAL_IP4_SERVER, INTERNAL_IP6_SERVER, XAUTH_ANSWER,
"SRV",
"SRV6");
ENUM_NEXT(configuration_attribute_type_short_names, UNITY_BANNER, UNITY_DDNS_HOSTNAME, INTERNAL_IP6_SERVER,
- "UNITY_BANNER",
- "UNITY_SAVE_PASSWD",
- "UNITY_DEF_DOMAIN",
- "UNITY_SPLITDNS_NAME",
- "UNITY_SPLIT_INCLUDE",
- "UNITY_NATT_PORT",
- "UNITY_LOCAL_LAN",
- "UNITY_PFS",
- "UNITY_FW_TYPE",
- "UNITY_BACKUP_SERVERS",
- "UNITY_DDNS_HOSTNAME");
+ "U_BANNER",
+ "U_SAVE_PASSWD",
+ "U_DEF_DOMAIN",
+ "U_SPLITDNS_NAME",
+ "U_SPLIT_INCLUDE",
+ "U_NATT_PORT",
+ "U_LOCAL_LAN",
+ "U_PFS",
+ "U_FW_TYPE",
+ "U_BACKUP_SERVERS",
+ "U_DDNS_HOSTNAME");
ENUM_END(configuration_attribute_type_short_names, UNITY_DDNS_HOSTNAME);