- 27 Jul, 2008 9 commits
-
-
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
-
- 20 Jul, 2008 3 commits
-
-
Dan Williams authored
Port to NM 0.7 VPN plugin API git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3838 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3837 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Jorge Gonzalez authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3836 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 19 Jul, 2008 3 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3835 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* properties/nm-openvpn.c - (advanced_dialog_response_cb): only update if OK was pressed git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3834 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3833 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 18 Jul, 2008 2 commits
-
-
Dan Williams authored
* src/nm-openvpn-service.c - (nm_openvpn_start_openvpn_binary): only add tls-auth direction if it's non-empty (Nathaniel McCallum) git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3832 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3831 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 17 Jul, 2008 6 commits
-
-
Dan Williams authored
* libnm-util/nm-utils.c - (string_to_utf8): general function for conversion to UTF-8 assisted by locale - (nm_utils_ssid_to_utf8): use string_to_utf8() - (nm_utils_garray_to_string): ensure returned string is UTF-8 safe git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3830 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* introspection/Makefile.am introspection/nm-device.xml introspection/nm-dhcp4-config.xml - Add bits for the DHCP4Config property of the device, and the DHCP4Config itself * src/nm-device-interface.c src/nm-device-interface.h - Add the DHCP4Config property * src/nm-device.c - Keep track of DHCP4 options via a new DHCP4Config property and notify D-Bus clients when it changes * src/nm-dhcp4-config.c src/nm-dhcp4-config.h - Simple object to store DHCP4 options, export them over D-Bus, and notify when they change * src/dhcp-manager/nm-dhcp-manager.c src/dhcp-manager/nm-dhcp-manager.h - (nm_dhcp_manager_set_dhcp4_config, copy_dhcp4_config_option): copy and filter server-returned DHCP options into an NMDHCP4Config object git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3829 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* introspection/nm-device.xml - Add device state reasons git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3828 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3827 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* properties/nm-vpnc.c (vpnc_plugin_ui_class_init): Don't add empty private data to the class, it produces a runtime warning. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3826 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Tambet Ingo authored
* properties/nm-openvpn.c (openvpn_plugin_ui_class_init): Don't add empty private data to the class, it produces a runtime warning. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3825 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 16 Jul, 2008 2 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3824 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Roy Marples <roy@marples.name> * configure.in - Add --with-dhcp-client option * src/dhcp-manager/Makefile.am - pass DHCP_CLIENT_PATH on compile line * src/dhcp-manager/nm-dhcp-manager.c src/dhcp-manager/nm-dhcp-manager.h - Genericize for both dhcpcd and dhclient * src/dhcp-manager/nm-dhcp-dhclient.c - Move dhclient stuff out to it's own file from nm-dhcp-manager.c * src/dhcp-manager/nm-dhcp-dhcpcd.c - Implement support for dhcpcd too git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@3823 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-