Find a file
Dan Williams 9d5a2291f7 2008-09-18 Dan Williams <dcbw@redhat.com>
Implement support for honoring configured and automatic hostnames, and for
	setting the configured hostname.

	* introspection/nm-ip4-config.xml
	  src/nm-ip4-config.c
	  src/nm-ip4-config.h
	  src/dhcp-manager/nm-dhcp-manager.c
		- Remove useless hostname property; it's not really part of the IPv4
			config

	* introspection/nm-settings-system.xml
	  libnm-glib/nm-dbus-settings-system.c
	  libnm-glib/nm-dbus-settings-system.h
		- Add SetHostname() call to system settings D-Bus interface
		- Add Hostname property to system settings D-Bus interface
		- (nm_dbus_settings_system_save_hostname,
		   nm_dbus_settings_system_get_hostname): implement

	* src/nm-device.c
	  src/nm-device.h
		- (nm_device_get_dhcp4_config): implement

	* src/nm-manager.c
	  src/nm-manager.h
		- Fetch and track system settings service hostname changes, and proxy
			the changes via a GObject property of the manager

	* system-settings/src/nm-system-config-interface.c
	  system-settings/src/nm-system-config-interface.h
		- Replace nm_system_config_interface_supports_add() with a capabilities
			bitfield

	* system-settings/src/nm-system-config-error.c
	  system-settings/src/nm-system-config-error.h
		- Add additional errors

	* system-settings/src/dbus-settings.c
	  system-settings/src/dbus-settings.h
		- (get_property, nm_sysconfig_settings_class_init): add hostname
			property; first plugin returning a hostname wins
		- (impl_settings_add_connection): use plugin capabilities instead of
			nm_system_config_interface_supports_add()
		- (impl_settings_save_hostname): implement hostname saving

	* src/NetworkManagerPolicy.c
		- (lookup_thread_run_cb, lookup_thread_worker, lookup_thread_new,
		   lookup_thread_die): implement an asynchronous hostname lookup thread
			which given an IPv4 address tries to look up the hostname for that
			address with reverse DNS
		- (get_best_device): split out best device code from
			update_routing_and_dns()
		- (update_etc_hosts): update /etc/hosts with the machine's new hostname
			to preserve the 127.0.0.1 reverse mapping that so many things require
		- (set_system_hostname): set a given hostname
		- (update_system_hostname): implement hostname policy; a configured
			hostname (from the system settings service) is used if available,
			otherwise an automatically determined hostname from DHCP, VPN, etc.
			If there was no automatically determined hostname, reverse DNS of
			the best device's IP address will be used, and as a last resort the
			hostname 'localhost.localdomain' is set.
		- (update_routing_and_dns): use get_best_device(); update the system
			hostname when the network config changes
		- (hostname_changed): update system hostname if the system settings
			service signals a hostname change
		- (nm_policy_new): list for system settings service hostname changes
		- (nm_policy_destroy): ensure that an in-progress hostname lookup thread
			gets told to die

	* system-settings/plugins/keyfile/plugin.c
	  system-settings/plugins/ifcfg-suse/plugin.c
		- (get_property, sc_plugin_ifcfg_class_init): implement hostname and
			capabilities properties

	* system-settings/plugins/ifcfg-fedora/shvar.c
		- (svOpenFile): re-enable R/W access of ifcfg files since the plugin
			writes out /etc/sysconfig/network now

	* system-settings/plugins/ifcfg-fedora/plugin.c
		- (plugin_get_hostname): get hostname from /etc/sysconfig/network
		- (plugin_set_hostname): save hostname to /etc/sysconfig/network
		- (sc_network_changed_cb): handle changes to /etc/sysconfig/network
		- (sc_plugin_ifcfg_init): monitor /etc/sysconfig/network for changes
		- (get_property, set_property, sc_plugin_ifcfg_class_init): implement
			hostname get/set and capabilities get



git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4077 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
2008-09-18 15:16:44 +00:00
callouts 2008-08-17 Dan Williams <dcbw@redhat.com> 2008-08-17 22:54:49 +00:00
docs 2008-08-12 Tambet Ingo <tambet@gmail.com> 2008-08-12 12:59:33 +00:00
examples/python 2006-05-24 Robert Love <rml@novell.com> 2006-05-24 15:53:07 +00:00
gfilemonitor Rename private nm_* functions to _nm_* 2008-08-26 09:34:31 +00:00
include 2008-08-18 Dan Williams <dcbw@redhat.com> 2008-08-18 18:29:47 +00:00
initscript Add bits to optionally block startup until a conneciton is made 2008-06-10 20:48:44 +00:00
introspection 2008-09-18 Dan Williams <dcbw@redhat.com> 2008-09-18 15:16:44 +00:00
libnm-glib 2008-09-18 Dan Williams <dcbw@redhat.com> 2008-09-18 15:16:44 +00:00
libnm-util 2008-09-18 Dan Williams <dcbw@redhat.com> 2008-09-18 14:59:37 +00:00
man 2008-04-27 Dan Williams <dcbw@redhat.com> 2008-04-27 15:22:10 +00:00
marshallers Rename private nm_* functions to _nm_* 2008-08-26 09:34:31 +00:00
po Updated Finnish translation 2008-09-18 11:16:21 +00:00
policy Build fixes from Michael Biebl 2008-05-09 19:08:40 +00:00
src 2008-09-18 Dan Williams <dcbw@redhat.com> 2008-09-18 15:16:44 +00:00
system-settings 2008-09-18 Dan Williams <dcbw@redhat.com> 2008-09-18 15:16:44 +00:00
test 2008-08-19 Dan Williams <dcbw@redhat.com> 2008-08-19 13:49:39 +00:00
tools Distribute doc tools too 2008-03-24 17:42:17 +00:00
vpn-daemons Updated Finnish translation 2008-09-18 11:17:50 +00:00
.cvsignore Add 2005-08-10 18:08:29 +00:00
.gitignore Add some more files to .gitignore. 2008-02-28 20:28:14 +00:00
AUTHORS * AUTHORS: Update. 2006-02-26 02:34:15 +00:00
autogen.sh 2008-08-18 Dan Williams <dcbw@redhat.com> 2008-08-18 15:29:21 +00:00
ChangeLog 2008-09-18 Dan Williams <dcbw@redhat.com> 2008-09-18 15:16:44 +00:00
configure.in 2008-09-05 Dan Williams <dcbw@redhat.com> 2008-09-05 18:57:07 +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 2008-08-12 Tambet Ingo <tambet@gmail.com> 2008-08-12 13:41:29 +00:00
NetworkManager.pc.in 2008-03-04 Dan Williams <dcbw@redhat.com> 2008-03-04 21:59:24 +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.