libnm-util: allow certificate/key paths

Overload the certificate and key properties to allow paths to the
certificates and keys using a special prefix for the property data.
Add API to libnm-util for easy certificate path handling, and
documentation for NMSetting8021x.
This commit is contained in:
Dan Williams
2009-09-04 09:07:00 -05:00
parent cecf8f64c7
commit e5ed391f28
13 changed files with 2073 additions and 644 deletions

View File

@@ -29,8 +29,6 @@ char *utils_bin2hexstr (const char *bytes, int len, int final_len);
char *utils_hexstr2bin (const char *hex, size_t len);
char *utils_hash_byte_array (const GByteArray *data);
char *utils_cert_path (const char *parent, const char *suffix);
char *utils_get_ifcfg_name (const char *file);