nm-openconnect-service-defines.h 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. /* -*- Mode: C; tab-width: 5; indent-tabs-mode: t; c-basic-offset: 5 -*- */
  2. /* NetworkManager -- Network link manager
  3. *
  4. * This program is free software; you can redistribute it and/or modify
  5. * it under the terms of the GNU General Public License as published by
  6. * the Free Software Foundation; either version 2 of the License, or
  7. * (at your option) any later version.
  8. *
  9. * This program is distributed in the hope that it will be useful,
  10. * but WITHOUT ANY WARRANTY; without even the implied warranty of
  11. * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
  12. * GNU General Public License for more details.
  13. *
  14. * You should have received a copy of the GNU General Public License along
  15. * with this program; if not, write to the Free Software Foundation, Inc.,
  16. * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  17. *
  18. * Copyright © 2008 - 2009 Intel Corporation.
  19. *
  20. * Based on nm-openconnect-vpnc.h:
  21. * Copyright © 2005 - 2008 Red Hat, Inc.
  22. * Copyright © 2007 - 2008 Novell, Inc.
  23. */
  24. #ifndef NM_OPENCONNECT_SERVICE_DEFINES_H
  25. #define NM_OPENCONNECT_SERVICE_DEFINES_H
  26. #define NM_DBUS_SERVICE_OPENCONNECT "org.freedesktop.NetworkManager.openconnect"
  27. #define NM_DBUS_INTERFACE_OPENCONNECT "org.freedesktop.NetworkManager.openconnect"
  28. #define NM_DBUS_PATH_OPENCONNECT "/org/freedesktop/NetworkManager/openconnect"
  29. #define NM_OPENCONNECT_KEY_GATEWAY "gateway"
  30. #define NM_OPENCONNECT_KEY_COOKIE "cookie"
  31. #define NM_OPENCONNECT_KEY_GWCERT "gwcert"
  32. #define NM_OPENCONNECT_KEY_AUTHTYPE "authtype"
  33. #define NM_OPENCONNECT_KEY_USERCERT "usercert"
  34. #define NM_OPENCONNECT_KEY_CACERT "cacert"
  35. #define NM_OPENCONNECT_KEY_PRIVKEY "userkey"
  36. #define NM_OPENCONNECT_KEY_MTU "mtu"
  37. #define NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID "pem_passphrase_fsid"
  38. #define NM_OPENCONNECT_KEY_PROXY "proxy"
  39. #define NM_OPENCONNECT_KEY_CSD_ENABLE "enable_csd_trojan"
  40. #define NM_OPENCONNECT_KEY_CSD_WRAPPER "csd_wrapper"
  41. #define NM_OPENCONNECT_KEY_TOKEN_MODE "stoken_source"
  42. #define NM_OPENCONNECT_KEY_TOKEN_SECRET "stoken_string"
  43. #endif /* NM_OPENCONNECT_SERVICE_DEFINES_H */