summaryrefslogtreecommitdiff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* 2008-10-08 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-081-0/+13
| | | | | | | | | | | | | | | | | Add a 'hostname' dispatcher action triggered on hostname changes (bgo #552983) * src/NetworkManagerUtils.c - (nm_utils_call_dispatcher): add a 'hostname' action * src/NetworkManagerPolicy.c - (set_system_hostname): dispatch hostname changes * callouts/nm-dispatcher-action.c - (nm_dispatcher_action): handle 'hostname' actions git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4158 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-08 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-081-0/+8
| | | | | | | | | | | | * src/NetworkManagerSystem.c - (find_route): ref the route so it doesn't get destroyed when the cache is cleared - (nm_system_device_set_priority): unref the route here after it's done being used git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4156 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-08 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-081-0/+5
| | | | | | | | | * src/nm-serial-device.c - Turn on serial debugging when NM_SERIAL_DEBUG is set in the environment git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4155 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-08 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-10-081-0/+5
| | | | | | | * system-settings/plugins/keyfile/nm-keyfile-connection.c (update): Update the connection with new settings before saving it. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4154 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-06 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-061-0/+16
| | | | | | | | | | | | | | | | | | | | * src/nm-ip4-config.c src/nm-ip4-config.h - nm_ip4_config_is_exported -> nm_ip4_config_get_dbus_path * src/nm-device-interface.c - (nm_device_interface_init): make 'ip4-config' a boxed property of type DBUS_TYPE_G_OBJECT_PATH so that we can make it NULL when we need to by using '/' for the object path * src/nm-device.c - (src/nm-device.c): marshal missing/unexported ip4-config through dbus as '/' since dbus-glib can't handle NULL objects nor can dbus handle NULL object paths git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4152 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-03 Alexander Sack <asac@ubuntu.com>Alexander Sack2008-10-061-0/+14
| | | | | | | | | | | | | | | | | | Implement system hostname support for debian/ubuntu * system-settings/plugins/ifupdown/plugin.c - (GObject__get_property): extend announced capabilities; add NM_SYSTEM_CONFIG_INTERFACE_CAP_MODIFY_HOSTNAME support - (GObject__set_property,write_system_hostname): implement NM_SYSTEM_CONFIG_INTERFACE_CAP_MODIFY_HOSTNAME capability. - (GObject__set_property, GObject__get_property, SCPluginIfupdown_init, update_system_hostname, get_hostname): implement hostname property that watches and parses /etc/hostname git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4151 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-03 Alexander Sack <asac@ubuntu.com>Alexander Sack2008-10-061-0/+11
| | | | | | | | | | | | | | | * system-settings/plugins/ifcfg-fedora/nm-inotify-helper.c system-settings/plugins/ifcfg-fedora/nm-inotify-helper.h system-settings/plugins/ifcfg-fedora/Makefile.am system-settings/src/nm-inotify-helper.c system-settings/src/nm-inotify-helper.h src/Makefile.am - Move ifcfg-fedora inotify helpers to the system settings service so they are available to all plugins git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4150 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-03 Alexander Sack <asac@ubuntu.com>Alexander Sack2008-10-061-0/+14
| | | | | | | | | | | | | | | | | | Implement support for wep-tx-keyidx in ifupdown system config plugin. * system-settings/plugins/ifupdown/parser.c - (update_wireless_security_setting_from_if_block): introduce free_type_mapping func table; rename a few local variables to improve readability; add wpa security mapping for wep-tx-keyidx property - (string_to_gpointerint): new function used for the auto_type_mapping of new wep-tx-keyidx property - (slist_free_all): free func used for mapped slist types git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4148 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-03 Alexander Sack <asac@ubuntu.com>Alexander Sack2008-10-061-0/+7
| | | | | | | | | | | * system-settings/src/main.c: - (add_default_dhcp_connection, device_removed_cb): ensure the UDI is always used as the hash key; fixes a crash when removing wired devices git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4147 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-021-0/+8
| | | | | | | | | | | | * src/nm-gsm-device.c - (enter_pin_done, enter_pin, check_pin_done, real_act_stage1_prepare): pass the required GSM secret along via user_data rather than keeping it around in the private data where it sometimes didn't get cleared - (real_get_ppp_name): implement using the GSM username git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4142 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-021-0/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/ppp-manager/nm-ppp-manager.c src/ppp-manager/nm-ppp-manager.h - (impl_ppp_manager_need_secrets): tries secrets twice before asking the settings daemon for completely new ones - (create_pppd_cmd_line): new parameter 'ppp_name' used to set the local PPP peer name; allow PPP debuging by launching NM with the environment variable NM_PPP_DEBUG defined - (nm_ppp_manager_start): new parameter 'ppp_name' passed to create_pppd_cmd_line() * src/nm-serial-device.c src/nm-serial-device.h - New 'get_ppp_name' function for subclasses to implement to return the local PPP peer name - (real_act_stage2_config): call 'get_ppp_name' function of subclasses and pass that name to the PPP manager * src/nm-device-ethernet.c - (pppoe_stage2_config): pass the PPPoE username to the PPP manager as the local peer name * src/nm-cdma-device.c - (real_get_ppp_name): implement using the CDMA username git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4141 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-021-0/+9
| | | | | | | | | | | | | Patch from Alexander Sack <asac ubuntu com> * system-settings/plugins/ifupdown/parser.c - Implement more graceful ip4 config parsing for cases where /etc/network/interfaces omits basic ip4 settings, such as gateway etc by using default values git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4139 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-02 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-021-0/+6
| | | | | | | | | | * src/NetworkManagerPolicy.c - (device_state_changed): when marking a connection invalid, clear its secrets too so that fresh secrets get requested the next time git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4138 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-01 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-011-0/+8
| | | | | | | | | | | | * system-settings/src/dbus-settings.c - (nm_sysconfig_settings_init): cache system hostname on startup as a fallback if no plugin provides a hostname - (get_property): fall back to cached hostname if no plugin provides a hostname git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4136 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-10-01 Dan Williams <dcbw@redhat.com>Dan Williams2008-10-011-0/+11
| | | | | | | | | | | | | | | Fix setting value comparison issue that caused some settings to look the same when they were really different (rh #464417) * libnm-util/nm-param-spec-specialized.c - (type_is_fixed_size): return fundamental size of the fixed type too - (nm_gvalues_compare_collection): use the fundamental fixed type size in the comparison so that the _entire_ fixed type collection gets compared rather than just the first 'len1' bytes git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4134 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-30 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-301-0/+7
| | | | | | | | | | | * src/NetworkManagerPolicy.c - (lookup_thread_worker): don't store the idle handler ID becuase the idle handler could have already run and freed the LookupThread structure git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4126 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-30 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-09-301-0/+15
| | | | | | | | | | | | | | | | | * src/nm-device.c (nm_device_get_priority): Implement. (nm_device_set_ip4_config): Send the device priority to system ip4 config setter. * src/NetworkManagerSystem.c (nm_system_device_set_from_ip4_config): Add priority argument and if it's >= 0, set the priority of the network route added automatically by netlink (or kernel?). (nm_system_device_set_priority): Implement. * src/NetworkManagerPolicy.c (get_best_device): Use nm_device_get_priority() instead of home-grown version. Revert the meaning, best priority is the lowest one. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4125 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-29 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-291-0/+9
| | | | | | | | | | | | | Handle ipw3945 suspend/resume by retrying the GIWRANGE request a few times when it returns EAGAIN (rh #362421) * src/nm-device-wifi.c - (wireless_get_range): try GIWRANGE a few times until the card responds - (real_get_generic_capabilities, constructor): use wireless_get_range() git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4120 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-28 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-281-0/+55
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * src/nm-serial-device.c src/nm-serial-device.h - (nm_serial_device_close): stop PPP manager here so that PPP gets cleaned at the right times when subclasses close the serial port too - (nm_serial_device_send_command): use a default send delay; don't spin forever on EAGAIN - (get_reply_done, get_reply_got_data, nm_serial_device_get_reply): remove, no longer used - (find_response): return the matched response if any - (nm_serial_device_wait_reply_blocking): wait for a reply but block while doing so - (wait_for_reply_done): pass the matched response to the callback - (wait_for_reply_got_data): save the matched response; simplify timeout handling - (nm_serial_device_wait_for_reply): make 'responses' and 'terminators' const since they never get modified - (cleanup_device): split out common cleanup stuff to a new function - (real_deactivate_quickly, finalize): use cleanup_device() * src/nm-gsm-device.c - (modem_get_reply): remove, unused - (set_apn): give the card a bit more time to respond - (manual_registration_again, schedule_manual_registration_again, manual_registration_response, manual_registration): handle manual registration timeouts better by retrying registration a few times because cards are a bit slow after CFUN=1 - (automatic_registration_get_network, get_network_response): use modem_wait_for_reply() because it interacts better with the serial buffer and does more intelligent matching; need to wait for 'OK' rather than just matching terminators - (schedule_automatic_registration_again, automatic_registration_response, automatic_registration): retry registration a few times on timeout or "searching" because cards take a bit to find a network after being powered up with CFUN=1 - (power_up_response, power_up, init_full_done, enter_pin, check_pin_done): power up the card with CFUN=1 before trying to register with the network - (init_modem_full, init_modem): use more standard 3G init strings * src/nm-hso-gsm-device.c - (modem_get_reply): remove, unused - (hso_ip4_config_response, real_act_stage3_ip_config_start): use modem_wait_for_reply() to match actual responses instead of single termination characters; it doesn't leave stuff in the serial buffer that might confuse later calls - (real_deactivate_quickly): use nm_serial_device_wait_reply_blocking() to ensure that the call is really disconnected and not leave extra stuff in the serial buffer * src/nm-cdma-device.c - (power_up_response, power_up, init_done): try Sierra-style modem power up before attempting to connect git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4119 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-27 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-281-0/+5
| | | | | | | | | * libnm-util/nm-setting-gsm.c - (verify): verify GSM network ID git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4118 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-25 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-251-0/+7
| | | | | | | | | | | * libnm-util/nm-setting-gsm.c libnm-util/nm-setting-gsm.h - Fix up NM_GSM_NETWORK_* constants to accurately reflect the network technology terms (bgo #551361) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4106 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-25 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-251-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix bgo #549401 (inspired by patch from Alexander Sack) * src/nm-device-ethernet.c - (finish_supplicant_task): clean up scheduled tasks and free memory - (remove_supplicant_interface_error_handler): remove the supplicant error idle callback too - (supplicant_interface_release): rename from supplicant_interface_clean to match nm-device-wifi.c; clean up supplicant interface-related state tasks when the supplicant interface is disposed of - (schedule_state_handler): add scheduled tasks to a list so they can be cleaned up later - (supplicant_mgr_state_cb_handler, supplicant_iface_state_cb_handler, supplicant_iface_connection_state_cb_handler): use finish_supplicant_task() to clean up each completed task - (supplicant_iface_connection_error_cb_handler, supplicant_connection_timeout_cb): clear source id when the task is complete - (supplicant_iface_connection_error_cb): save scheduled task id for later cleanup - (nm_device_ethernet_dispose): clean up any pending supplicant state tasks * src/nm-device-wifi.c - (finish_supplicant_task): clean up scheduled tasks and free memory - (remove_supplicant_interface_error_handler): remove the supplicant error idle callback too - (supplicant_interface_release): clean up supplicant interface-related state tasks when the supplicant interface is disposed of - (schedule_state_handler): add scheduled tasks to a list so they can be cleaned up later - (supplicant_mgr_state_cb_handler, supplicant_iface_state_cb_handler, supplicant_iface_connection_state_cb_handler): use finish_supplicant_task() to clean up each completed task - (supplicant_iface_connection_error_cb_handler): clear source id when the task is complete - (supplicant_iface_connection_error_cb): save scheduled task id for later cleanup - (nm_device_wifi_dispose): clean up any pending supplicant state tasks git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4105 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-24 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-09-241-0/+5
| | | | | | | * system-settings/plugins/keyfile/plugin.c: Implement unmanaged_devices method and get/set hostname property. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4094 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-24 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-09-241-0/+9
| | | | | | | | | | | * src/supplicant-manager/nm-supplicant-interface.c (nm_supplicant_interface_disconnect): Don't increment the reference count when disconnecting. The problem is on shutdown, when the replies to these commands do not arrive before NM exits, resulting on never calling supplicant interface's dispose(), which removes the interface from supplicant. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4093 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-24 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-09-241-0/+5
| | | | | | | * libnm-glib/nm-vpn-plugin-ui-interface.c: Add type checking to all the public function arguments. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4089 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-22 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-09-221-0/+14
| | | | | | | | | | | | | | | | * src/vpn-manager/nm-vpn-connection.c: Add a signal handler for the "Failure" signal from VPN plugins, store the failure reason, and use it when the state is changed to failure. * introspection/nm-vpn-plugin.xml: Fix the "Failure" signal's type description. * include/NetworkManagerVPN.h (NMVPNConnectionStateReason): Add a new reason to the end of the list to not break the API. (NMVPNPluginFailure): Move it here (from libnm-glib/nm-vpn-plugin.h) so it can be shared by plugins and daemon. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4088 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-18 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-181-0/+18
| | | | | | | | | | | | | | | | | | | | | | Patch from Alexander Sack <asac@ubuntu.com> * configure.in system-settings/plugins/Makefile.am system-settings/plugins/ifupdown/Makefile.am system-settings/plugins/ifupdown/interface_parser.c system-settings/plugins/ifupdown/interface_parser.h system-settings/plugins/ifupdown/nm-ifupdown-connection.c system-settings/plugins/ifupdown/nm-ifupdown-connection.h system-settings/plugins/ifupdown/parser.c system-settings/plugins/ifupdown/parser.h system-settings/plugins/ifupdown/plugin.c system-settings/plugins/ifupdown/plugin.h - Implement a Debian/Ubuntu legacy network configuration plugin (gnome.org #551941) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4078 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-18 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-181-0/+87
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-181-0/+8
| | | | | | | | | | | | * libnm-util/nm-setting-wireless.c - (nm_setting_wireless_ap_security_compatible): only verify pairwise and group ciphers if the wireless-security setting explicitly specified them, effectively making the default be "all ciphers" (idea from Alexander Sack) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4076 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-15 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-151-0/+7
| | | | | | | | | | | Patch from Alexander Sack <asac@ubuntu.com> * src/named-manager/nm-named-manager.c - (dispatch_resolvconf): respect resolvconf exit code git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4069 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-12 Tambet Ingo <tambet@gmail.com>Tambet Ingo2008-09-121-0/+5
| | | | | | | * src/named-manager/nm-named-manager.c (dispatch_netconfig): Make it compile again. Add some debugging. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4060 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-11 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-111-0/+8
| | | | | | | | | | | | * system-settings/plugins/keyfile/plugin.c - (update_connection_settings): update connection manually, since nm_exported_connection_update() does authentication - (dir_changed): update_connection_settings() doesn't need to return an error git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4057 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-09 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-091-0/+11
| | | | | | | | | | | | | | | * libnm-glib/nm-vpn-plugin-ui-interface.c libnm-glib/nm-vpn-plugin-ui-interface.h libnm-glib/libnm_glib_vpn.ver - (nm_vpn_plugin_ui_interface_delete_connection): called when the plugin should clean up resources related to the connection (like keyring secrets) - (nm_vpn_plugin_ui_widget_interface_save_secrets): called when the plugin should save user-scope secrets (like to the keyring) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4052 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-08 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-081-0/+17
| | | | | | | | | | | | | | | | | | | | | Patch from Alexander Sack <asac@ubuntu.com> * libnm-util/crypto_gnutls.c libnm-util/crypto_nss.c - (crypto_init, crypto_deinit): just use a boolean instead of a refcount * libnm-util/nm-utils.c libnm-util/nm-utils.h libnm-util/libnm-util.ver - (nm_utils_init): initialize libnm-util - (nm_utils_deinit): de-initialize libnm-util and clean up resources * libnm-util/nm-setting-8021x.c - (nm_setting_802_1x_class_init): init libnm-util when needed git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4047 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-05 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-051-0/+9
| | | | | | | | | | | | | Patch from Roy Marples <roy@marples.name> and others * configure.in src/named-manager/nm-named-manager.c - Add support for resolvconf; use --with-resolvconf at configure time to enable it git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4043 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-05 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-051-0/+7
| | | | | | | | | | | * libnm-util/crypto_nss.c libnm-util/crypto_gnutls.c libnm-util/crypto.h - (crypto_init): return error when init fails git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4042 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-05 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-051-0/+7
| | | | | | | | | | | * libnm-glib/nm-device-wifi.c - (access_point_removed_proxy): clean up the active access point too just in case the active ap changed signal didn't come through yet - (clean_up_aps): be sure to set priv->active_ap to NULL when cleaning up git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4040 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-05 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-051-0/+6
| | | | | | | | | | * libnm-glib/nm-client.c - (constructor): get initial state after we know whether NM is running or not git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4039 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-05 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-051-0/+6
| | | | | | | | | | * libnm-glib/nm-ip4-config.c libnm-glib/nm-dhcp4-config.c - (finalize): clean up the DBusGProxy git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4038 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-04 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-051-0/+14
| | | | | | | | | | | | | | | | | | * src/nm-ip4-config.c src/nm-ip4-config.h - (nm_ip4_config_new): don't export over D-Bus here - (nm_ip4_config_export): new function; export the config over D-Bus - (nm_ip4_config_is_exported): new function * src/nm-device.c - (nm_device_activate_stage5_ip_config_commit): fix leak of IP4Config objects by balancing the IP4Config constructor; the device holds a reference to the IP4Config already - (nm_device_set_ip4_config): export the IP4Config when needed git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4037 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-04 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-041-0/+5
| | | | | | | | | * src/supplicant-manager/nm-supplicant-settings-verify.c - Allow WPA-NONE key management for Ad-Hoc WPA connections git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4035 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-09-04 Dan Williams <dcbw@redhat.com>Dan Williams2008-09-041-0/+20
| | | | | | | | | | | | | | | | | | | | | | | | * libnm-util/nm-setting-vpn.c libnm-util/nm-setting-vpn.h - Split VPN secrets from VPN data so that settings services can actually figure out that they are secrets and store them accordingly * system-settings/plugins/keyfile/nm-keyfile-connection.c system-settings/plugins/keyfile/reader.c system-settings/plugins/keyfile/reader.h system-settings/plugins/keyfile/writer.c - Store VPN secrets separately from VPN data so that they can be fetched on demand - Implement the get_secrets() call so that (a) secrets don't leak out to unprivileged callers, and (b) secrets can be sent to privileged callers when needed * vpn-daemons/vpnc/src/nm-vpnc-service.c - Handle split VPN secrets git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4031 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-08-27 Dan Williams <dcbw@redhat.com>Dan Williams2008-08-271-0/+5
| | | | | | | | | * system-settings/plugins/ifcfg-fedora/reader.c - (make_ip4_setting): use DOMAIN not SEARCH (rh #459370) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4022 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-08-27 Dan Williams <dcbw@redhat.com>Dan Williams2008-08-271-0/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ensure zombie children get cleaned up. To get notifications when children die abnormally, g_spawn_async() requires G_SPAWN_DO_NOT_REAP_CHILD, but that requires calling waitpid() yourself if you've removed the child watch handler before the process has actually died, which NM needs to do in a few places. So ensure that everything uses G_SPAWN_DO_NOT_REAP_CHILD and also cleans up after the child when required. Should fix problems trying to activate mobile broadband connections after a previous failure. * src/dhcp-manager/nm-dhcp-dhclient.c src/dhcp-manager/nm-dhcp-dhcpcd.c - Use G_SPAWN_DO_NOT_REAP_CHILD * src/dhcp-manager/nm-dhcp-manager.c - (nm_dhcp_device_destroy): ensure child is cleaned up - (nm_dhcp_client_stop, nm_dhcp_manager_cancel_transaction_real): always block on child quitting, since the non-blocking functionality was never actually used * src/dnsmasq-manager/nm-dnsmasq-manager.c - (dm_watch_cb): child is already reaped here - (ensure_killed, nm_dnsmasq_manager_stop): block until child is dead * src/nm-device.c - (aipd_cleanup): block until child is dead * src/named-manager/nm-named-manager.c - (run_netconfig): don't use G_SPAWN_DO_NOT_REAP_CHILD if we aren't event bothering to watch the child * src/ppp-manager/nm-ppp-manager.c - (ppp_watch_cb): child is already reaped here - (ensure_killed, nm_ppp_manager_stop): block until child is dead * src/vpn-manager/nm-vpn-service.c - (vpn_service_watch_cb): child is already reaped here - (nm_vpn_service_daemon_exec): use G_SPAWN_DO_NOT_REAP_CHILD so that status of the child is actually tracked - (ensure_killed, finalize): block until child is dead git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4020 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-08-26 Dan Williams <dcbw@redhat.com>Dan Williams2008-08-271-0/+14
| | | | | | | | | | | | | | | | | | * system-settings/plugins/keyfile/nm-keyfile-connection.c - (update): Update filename of the connection if the connection id was changed * system-settings/plugins/keyfile/plugin.c - (dir_changed): first pass at handling connection renames correctly * system-settings/plugins/keyfile/writer.c system-settings/plugins/keyfile/writer.h - (write_connection): replace '/' with '*' when writing out the filename from the connection id git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4018 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-08-26 Dan Williams <dcbw@redhat.com>Dan Williams2008-08-271-0/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add connection UUIDs, since connection names can be changed, and since old-style connection IDs could change over the life of the connection. The UUID should be assigned at connection creation time, be stable for a given connection, and should be unique among all connections for a given settings service. * configure.in libnm-util/Makefile.am - Require libuuid * introspection/nm-exported-connection.xml - Remove "GetID" method * libnm-glib/nm-dbus-connection.c libnm-glib/nm-settings.c libnm-glib/nm-settings.h - Remove id-related stuff * libnm-util/nm-utils.c libnm-util/nm-utils.h libnm-util/libnm-util.ver - (nm_utils_uuid_generate, nm_utils_uuid_generate_from_string): Add utility functions to generate UUIDs * libnm-util/nm-setting-connection.c libnm-util/nm-setting-connection.h - Add 'uuid' member to the connection setting - (verify): require valid 'uuid' for a valid connection * system-settings/plugins/ifcfg-fedora/nm-ifcfg-connection.c system-settings/plugins/ifcfg-fedora/reader.c system-settings/plugins/ifcfg-suse/nm-suse-connection.c system-settings/plugins/ifcfg-suse/parser.c system-settings/plugins/keyfile/nm-keyfile-connection.c system-settings/src/main.c - Remove id-related stuff - Give connections UUIDs where needed git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4013 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-08-25 Dan Williams <dcbw@redhat.com>Dan Williams2008-08-261-0/+7
| | | | | | | | | | | * libnm-util/crypto_gnutls.c libnm-util/crypto_nss.c - (crypto_init, crypto_deinit): refcount init/deinit - (crypto_md5_hash): allow NULL salt git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@4011 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* Fix test-crypto binaryMichael Biebl2008-08-221-0/+5
| | | | | | | | The crypto functions are no longer part of the public API/ABI. Make sure test-crypto compiles all necessary sources and links against the crypto libraries. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3996 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* Add the actual version scriptsMichael Biebl2008-08-221-0/+10
| | | | git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3995 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
* 2008-08-19 Dan Williams <dcbw@redhat.com>Dan Williams2008-08-191-0/+15
| | | | | | | | | | | | | | | | | | | * configure.in test/Makefile.am - Don't build test/test-common - Remove unused stuff * test/nm-set-fallback test/nmtestdevices.c test/test-common/.cvsignore test/test-common/Makefile.am test/test-common/test-common.c test/test-common/test-common.h - delete git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3988 4912f4e0-d625-0410-9fb7-b9a5a253dbdc