~ubuntu-branches/debian/sid/network-manager/sid

« back to all changes in this revision

Viewing changes to src/vpn-manager/nm-vpn-manager.h

  • Committer: Package Import Robot
  • Author(s): Michael Biebl
  • Date: 2011-11-03 21:32:50 UTC
  • mfrom: (1.4.6)
  • Revision ID: package-import@ubuntu.com-20111103213250-w49ucjmux3hbwnta
Tags: 0.9.1.95-1
* New upstream release (0.9.2 rc1).
  - Fix connection sharing with newer iptables versions. (Closes: #638995)
  - Fix handling of numeric SSIDs in the keyfile plugin. (Closes: #642912)
* debian/watch: Track .xz tarballs.
* debian/libnm-util2.symbols: Add new symbols for libnm-util.
* debian/patches/04-dont-update-routing-and-dns-for-unmanaged-devices.patch
  - Avoid blowing away existing routes and resolv.conf if NM never managed
    any devices. (Closes: #546893, #624159, #637005, #641904)
* debian/control: Add Build-Depends on libglib2.0-doc for proper
  cross-references in the gtk-doc API documentation.
* Enable default hardening options from dpkg-buildflags.
  - Use buildflags.mk snippet in debian/rules.
  - Add Build-Depends on dpkg-dev (>= 1.6.1).

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
 * with this program; if not, write to the Free Software Foundation, Inc.,
16
16
 * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
17
17
 *
18
 
 * Copyright (C) 2005 - 2008 Red Hat, Inc.
 
18
 * Copyright (C) 2005 - 2011 Red Hat, Inc.
19
19
 * Copyright (C) 2006 - 2008 Novell, Inc.
20
20
 */
21
21
 
69
69
NMVPNConnection *nm_vpn_manager_activate_connection (NMVPNManager *manager,
70
70
                                                     NMConnection *connection,
71
71
                                                     NMDevice *device,
 
72
                                                     const char *specific_object,
72
73
                                                     gboolean user_requested,
73
74
                                                     gulong user_uid,
74
75
                                                     GError **error);
83
84
 
84
85
GSList *nm_vpn_manager_get_active_connections (NMVPNManager *manager);
85
86
 
 
87
NMVPNConnection *nm_vpn_manager_get_vpn_connection_for_active (NMVPNManager *manager,
 
88
                                                               const char *active_path);
 
89
 
86
90
NMConnection *nm_vpn_manager_get_connection_for_active (NMVPNManager *manager,
87
91
                                                        const char *active_path);
88
92
 
89
 
#endif /* NM_VPN_VPN_MANAGER_H */
 
93
#endif /* NM_VPN_MANAGER_H */