NetworkManager r2989 - in trunk: . include introspection libnm-glib src src/vpn-manager
- From: dcbw svn gnome org
- To: svn-commits-list gnome org
- Subject: NetworkManager r2989 - in trunk: . include introspection libnm-glib src src/vpn-manager
- Date: Fri, 19 Oct 2007 05:55:05 +0100 (BST)
Author: dcbw
Date: 2007-10-19 05:55:05 +0100 (Fri, 19 Oct 2007)
New Revision: 2989
ViewCVS link: http://svn.gnome.org/viewcvs/NetworkManager?rev=2989&view=rev
Modified:
trunk/ChangeLog
trunk/include/NetworkManager.h
trunk/introspection/nm-settings-connection.xml
trunk/libnm-glib/nm-settings.c
trunk/libnm-glib/nm-settings.h
trunk/src/nm-activation-request.c
trunk/src/nm-manager.c
trunk/src/nm-manager.h
trunk/src/vpn-manager/nm-vpn-connection.c
Log:
2007-10-19 Dan Williams <dcbw redhat com>
Split the GetSecrets() call off to a separate D-Bus interface so that it
can be more easily locked down with D-Bus policy. Only 'root' (ie, NM)
should be able to call GetSecrets().
* include/NetworkManager.h
- Define the connection secrets D-Bus interface
* src/vpn-manager/nm-vpn-connection.c
- (clear_need_auth): get the right proxy object for the connection
secrets interface
- (get_connection_secrets): use the connection secrets proxy; send
empty hints in get secrets request
* src/nm-activation-request.c
- (nm_act_request_request_connection_secrets): use the connection
secrets proxy; send empty hints in get secrets request
* src/nm-manager.c
src/nm-manager.h
- (connection_get_settings_cb): set the connection secrets proxy on
the connection object too
- (internal_new_connection_cb): create the connection secrets proxy
* introspection/nm-settings-connection.xml
- Define Connection.Secrets interface and move GetSecrets there
- Add a 'hints' argument to GetSecrets
* libnm-glib/nm-settings.c
libnm-glib/nm-settings.h
- (impl_connection_settings_get_secrets): add 'hints' argument
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]