~network-manager/network-manager/ubuntu.hardy.07

« back to all changes in this revision

Viewing changes to vpn-daemons/openvpn/src/nm-openvpn-service.h

* merge 0.7~~svn20080905t025540+eni0 snapshot to hardy branch

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
 
59
59
#define NM_OPENVPN_KEY_PASSWORD "password"
60
60
#define NM_OPENVPN_KEY_CERTPASS "cert-pass"
 
61
/* Internal auth-dialog -> service token indicating that no secrets are
 
62
 * required for the connection.
 
63
 */
61
64
#define NM_OPENVPN_KEY_NOSECRET "no-secret"
62
65
 
63
66
#define NM_OPENVPN_CONTYPE_TLS          "tls"