~ubuntu-branches/ubuntu/lucid/network-manager/lucid

« back to all changes in this revision

Viewing changes to system-settings/plugins/ifcfg-rh/utils.h

  • Committer: Bazaar Package Importer
  • Author(s): Mathieu Trudel
  • Date: 2010-02-19 10:01:07 UTC
  • mfrom: (1.1.36 upstream)
  • Revision ID: james.westby@ubuntu.com-20100219100107-w5f2aswzh5zaqwh1
Tags: 0.8-0ubuntu1
* upstream 0.8 release
  - backends: add backend for Pardus
  - libnm-util: fix NMDeviceBt hardware address property
  - core: ensure failed /etc/hosts update writes out well-formatted file (LP: #471498)
  - netlink: work around kernel cache refill problems
  - keyfile: add IPv6 support (bgo #593814)
  - libnm-util: add IPv6 comparison functions
  - crypto: de-init NSS after calling PR_GetError()
  - policy: fall back to original hostname before trying reverse DNS
  - policy: be more selective when adding hostname to /etc/hosts (debian #567411)
  - ifupdown: interpret allow-hotplug as autoconnect (debian #568784)
  - gsm: handle PIN requests during modem enable too (bgo #609197)
  - modem: ignore Enabled property changes while activating
  - ifupdown: don't tell NM about connections until we check 'managed' (LP: #450458)

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
char *utils_get_ifcfg_path (const char *parent);
39
39
char *utils_get_keys_path (const char *parent);
40
40
char *utils_get_route_path (const char *parent);
 
41
char *utils_get_route6_path (const char *parent);
41
42
 
42
43
shvarFile *utils_get_extra_ifcfg (const char *parent, const char *tag, gboolean should_create);
43
44
shvarFile *utils_get_keys_ifcfg (const char *parent, gboolean should_create);
44
45
shvarFile *utils_get_route_ifcfg (const char *parent, gboolean should_create);
 
46
shvarFile *utils_get_route6_ifcfg (const char *parent, gboolean should_create);
45
47
 
46
48
gboolean utils_has_route_file_new_syntax (const char *filename);
47
49