- 01 Aug, 2008 3 commits
-
-
Dan Williams authored
* libnm-glib/nm-device.c - (proxy_get_string): util function for querying a HAL property - (get_ancestor_device): split out from get_product_and_vendor() - (get_product_and_vendor): simplify; get more accurate pid & vid info from PCI devices by querying subsys properties - (nm_device_update_description): simplify git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3883 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* libnm-util/nm-setting-ip4-config.c libnm-util/nm-setting-ip4-config.h - Make IPv4 methods reflect their usage; 'dhcp' -> 'auto' and 'autoip' -> 'link-local'. VPN & PPP connections can also have IPv4 settings, and they don't necessarily use DHCP. * src/NetworkManagerPolicy.c src/nm-device.c system-settings/plugins/ifcfg-fedora/reader.c system-settings/plugins/ifcfg-suse/parser.c - Fixup for method changes git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3882 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3881 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 31 Jul, 2008 4 commits
-
-
Dan Williams authored
* src/nm-activation-request.c src/vpn-manager/nm-vpn-connection.c - Correct GetSecrets D-Bus pending call usage; the GetSecrets call itself should be attached to the activation request or the VPN connection, not the NMConnection object, since the call is not expected to live as long as the NMConnection itself git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3880 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/nm-device-wifi.c - (real_act_stage2_config): fix issue where association would continue even though secrets were needed; 'goto out' was in wrong scope and result of handle_auth_or_fail() should have been dumped directly to 'ret' to ensure that the association was postponed until secrets are available git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3879 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* system-settings/plugins/ifcfg-fedora/plugin.c system-settings/plugins/ifcfg-fedora/reader.c - Don't ignore unmanaged devices if their ifcfg file doesn't make a valid NM connection git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3878 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Djihed Afifi authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3873 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 29 Jul, 2008 4 commits
-
-
Dan Williams authored
* src/nm-gsm-device.c - (automatic_registration_response, automatic_registration): recognize denied registration and reorder responses git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3872 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/nm-serial-device.c - (nm_serial_device_wait_for_reply): fix timeout calculation. Since time(2) is used for current time, which returns seconds, we shouldn't be multiplying by 1000. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3871 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3870 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* properties/auth-helpers.c - (populate_cipher_combo): don't depend on shell and utils which may not always be there git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3869 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 28 Jul, 2008 2 commits
-
-
Dan Williams authored
Patch from Fabrice Bellet <fabrice@bellet.info> * src/NetworkManagerSystem.c - (route_in_same_subnet): mask addresses and compare them so that the function actually does what it says it's going to do (rh #456685) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3868 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3867 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 27 Jul, 2008 12 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3866 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* libnm-util/nm-setting-ip6-config.c - (set_property): add missing break that caused routes to be overwritten with addresses * libnm-util/nm-setting-ip6-config.c - (verify): validate routes and return GError everywhere on invalid setting - (finalize): don't leak routes - (set_property): add missing break that caused routes to be overwritten with addresses git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3865 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Alexander Shopov authored
* bg.po: Updated Bulgarian translation by Alexander Shopov <ash@contact.bg> git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3864 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Michael Biebl <biebl@debian.org> * Move service to $LIBEXECDIR, remove unneeded compilation flags, move properties plugin to $LIBDIR/NetworkManager git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3863 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Michael Biebl <biebl@debian.org> * Move service to $LIBEXECDIR, remove unneeded compilation flags, move properties plugin to $LIBDIR/NetworkManager git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3862 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Michael Biebl <biebl@debian.org> * Move service to $LIBEXECDIR, remove unneeded compilation flags, move properties plugin to $LIBDIR/NetworkManager git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3861 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3860 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* libnm-util/* - Relicense to LGPLv2+ git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3859 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* system-settings/plugins/ifcfg-fedora/reader.c - (make_ip4_setting): fix parsing automatic configs git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3858 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/dnsmasq-manager/nm-dnsmasq-manager.c src/nm-device.c src/ppp-manager/nm-ppp-manager.c - Ensure child process gets reaped. The child watch function may be removed from the mainloop before the child gets killed, so we have to make sure the child is reaped when it's told to die intentionally git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3857 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Roy Marples <roy@marples.name> * src/dhcp-manager/nm-dhcp-dhcpcd.c - (nm_dhcp_client_start): fixup for latest dhcpcd 4.0 RC git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3856 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/nm-gsm-device.c - (init_modem_full): send "ATZ E0" after CPIN, because apparently some Huawei devices turn echo back on after CPIN (rh #456770) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3855 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 25 Jul, 2008 6 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3853 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Daniel Nylander authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3852 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Daniel Nylander authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3851 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Daniel Nylander authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3850 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Gil Forcada authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3849 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Jorge Gonzalez authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3848 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 24 Jul, 2008 3 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3847 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* src/backends/NetworkManagerArch.c: * src/backends/NetworkManagerDebian.c: Remove unused inculudes. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3846 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* src/ppp-manager/nm-ppp-manager.c (nm_ppp_manager_update_secrets): Add format argument to g_set_error() call. * src/backends/interface_parser.[ch]: Remove. * src/backends/Makefile.am: Remove unused files interface_parser.[ch]. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3845 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 22 Jul, 2008 2 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3844 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3843 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 21 Jul, 2008 4 commits
-
-
Dan Williams authored
* src/ppp-manager/nm-ppp-manager.c - (create_pppd_cmd_line): send 'noipdefault' on non-PPPoE connections to prevent pppd from picking up some random local address from an interface that doesn't have anything to do with the one we're interested in (rh #455348) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3842 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/nm-pptp-service.c - (state_changed_cb): remove the timeout handler when it's no longer needed either; if pppd died on startup (wrong options) then the timeout wouldn't have been removed before git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3841 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3840 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Hendrik Richter authored
* de.po: Updated German translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3839 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-