Find a file
Dan Williams bee138144b 2008-02-07 Dan Williams <dcbw@redhat.com>
* system-settings/src/dbus-settings.c
	  system-settings/src/dbus-settings.h
		- (add_one_secret_to_hash): copy secrets out of the plugin-returned hash
			table of secrets
		- (connection_settings_get_secrets): consolidate error returns into
			one place; use the new get_secrets() plugin interface function to
			get secrets from the plugin itself rather than using GObject data
			magic

	* system-settings/src/main.c
		- (connection_added_cb, connection_removed_cb, free_plugin_connections,
		   load_connections): keep a private list of the plugin-returned
			connections, don't use the plugin's GSList

	* system-settings/plugins/ifcfg-fedora/plugin.c
		- (watch_path): watch the path, not the filename (duh)
		- (reload_all_connections): use the direct hash/equal functions; the
			ones for int aren't appropriate here
		- (get_secrets, system_config_interface_init): implement the
			get_secrets() function
		- (build_one_connection, find_connection_by_path): ifcfg file path is
			now in the connection's ConnectionData instead of being a GObject
			data property
		- (handle_profile_item_changed): ifcfg file path is now in the
			connection's ConnectionData instead of being a GObject data property;
			be sure to copy secrets over from the new connection to the existing
			connection when updating the connection's settings
		- (init): sc_plugin_inotify_init() returns success/fail, not the inotify
			file descriptor

	* system-settings/plugins/ifcfg-fedora/parser.c
	  system-settings/plugins/ifcfg-fedora/parser.h
		- (connection_data_get, copy_one_cdata_secret, clear_one_cdata_secret,
		   connection_data_copy_secrets, connection_data_free,
		   connection_data_add): new functions; connection data manipulation
		- (make_wireless_security_setting): stuff secrets into the
			connection data, not as GObject data items; make sure to close
			the keys ifcfg file
		- (wireless_connection_from_ifcfg, wired_connection_from_ifcfg): add
			connection data to the connection



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3299 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-02-07 20:11:31 +00:00
callouts 2007-11-26 Dan Williams <dcbw@redhat.com> 2007-11-26 16:59:47 +00:00
dispatcher-daemon 2007-09-12 Tambet Ingo <tambet@gmail.com> 2007-09-12 16:23:53 +00:00
docs Update API doc to reflect getStrength being removed in favor of DeviceStrengthChanged 2005-09-06 20:03:48 +00:00
examples/python 2006-05-24 Robert Love <rml@novell.com> 2006-05-24 15:53:07 +00:00
include Fix comment 2008-02-01 20:38:46 +00:00
initscript 2007-12-04 Dan Williams <dcbw@redhat.com> 2007-12-04 19:36:34 +00:00
introspection 2007-11-28 Tambet Ingo <tambet@gmail.com> 2007-11-29 14:38:07 +00:00
libnm-glib Fix leak 2008-01-26 05:53:29 +00:00
libnm-util 2008-01-21 Dan Williams <dcbw@redhat.com> 2008-01-21 19:14:18 +00:00
man Update .cvsignore for new manpage location 2006-12-03 03:45:23 +00:00
po 2008-01-30 Jonh Wendell <jwendell@gnome.org> 2008-01-30 12:36:19 +00:00
src 2008-02-07 Dan Williams <dcbw@redhat.com> 2008-02-07 18:45:22 +00:00
system-settings 2008-02-07 Dan Williams <dcbw@redhat.com> 2008-02-07 20:11:31 +00:00
test 2008-01-23 Dan Williams <dcbw@redhat.com> 2008-01-24 03:00:35 +00:00
vpn-daemons 2008-02-06 Dan Williams <dcbw@redhat.com> 2008-02-06 18:34:12 +00:00
.cvsignore Add 2005-08-10 18:08:29 +00:00
AUTHORS * AUTHORS: Update. 2006-02-26 02:34:15 +00:00
autogen.sh 2007-09-13 Tambet Ingo <tambet@gmail.com> 2007-09-13 08:04:41 +00:00
ChangeLog 2008-02-07 Dan Williams <dcbw@redhat.com> 2008-02-07 20:11:31 +00:00
configure.in 2008-01-30 Dan Williams <dcbw@redhat.com> 2008-01-30 21:28:26 +00:00
CONTRIBUTING 2004-08-13 Dan Williams <dcbw@redhat.com> 2004-08-13 15:41:31 +00:00
MAINTAINERS Update MAINTAINERS 2007-09-02 23:57:41 +00:00
Makefile.am 2007-11-21 Dan Williams <dcbw@redhat.com> 2007-11-21 06:24:15 +00:00
NetworkManager.pc.in 2006-03-06 Robert Love <rml@novell.com> 2006-03-06 21:41:05 +00:00
NEWS NEWS: Synchronize with the 0.6 branch 2006-03-28 15:13:06 +00:00
README Fix README linebreaks (patch from Michael Biebl) 2008-01-03 15:35:57 +00:00
TODO TODO: update 2006-04-06 17:49:21 +00:00

THEORY OF OPERATION:

NetworkManager attempts to keep an active network connection available at all
times.  The point of NetworkManager is to make networking configuration and
setup as painless and automatic as possible.  If using DHCP, NetworkManager is
_intended_ to replace default routes, obtain IP addresses from a DHCP server,
and change nameservers whenever it sees fit.  In effect, the goal of
NetworkManager is to make networking Just Work.  If you have special needs,
we'd like to hear about them, but understand that NetworkManager is not
intended to serve the needs of all users.


From a list of all adapters currently installed on the system, NetworkManager
will first try a wired and then a wireless adapter.  Wireless adapters that
support wireless scanning are preferred over ones that cannot.  NetworkManager
does not try to keep a connection up as long as possible, meaning that plugging
into a wired network will switch the connection to the wired network away from
the wireless one.

For wireless networking support, NetworkManager keeps a list of wireless
networks, the preferred list.  Preferred Networks are wireless networks that
the user has explicitly made NetworkManager associate with at some previous
time.  So if the user walks into a Starbucks and explicitly asks NetworkManager
to associate with that Starbucks network, NetworkManager will remember the
Starbucks network information from that point on.  Upon returning to that
Starbucks, NetworkManager will attempt to associate _automatically_ with the
Starbucks network since it is now in the Preferred Networks list.  The point of
this is to ensure that only the user can determine which wireless networks to
associate with, and that the user is aware which networks are security risks
and which are not.


STRUCTURE:

NetworkManager runs as a root-user system level daemon, since it
must manipulate hardware directly.  It communicates over DBUS with a
desktop-level per-user process, nm-applet.  Since Preferred Networks are
user-specific, there must be some mechanism of getting this information
per-user.  NetworkManager cannot store that information as it is user-specific,
and therefore communicates over DBUS to the user daemon which provides those
lists.  NetworkManager also provides an API over DBUS for any DBUS-aware
application to determine the current state of the network, including available
wireless networks the computer is aware of and specific details about those
networks.  This API also provides the means for forcing NetworkManager to
associate with a specific wireless network.  Use of DBUS allows separation of
NetworkManager, which requires no user-interface, and the parts of the user
interface which might be desktop environment specific.

The nm-applet provides a DBUS service called NetworkManagerInfo, which should
provide to NetworkManager the Preferred Networks lists upon request.  It also
should be able to display a dialog to retrieve a WEP/WPA key or passphrase from
the user when NetworkManager requests it.  The GNOME version of
NetworkManagerInfo, for example, stores Preferred Networks in GConf and
WEP/WPA keys in gnome-keyring, and proxies that information to NetworkManager
upon request.