- 13 Feb, 2005 2 commits
-
-
Miloslav Trmac authored
* cs.po: Updated Czech translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@443 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* test/Makefile.am test/nmclienttest.c test/nmtest.c - Move nmclienttest.c -> nmtest.c git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@442 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 12 Feb, 2005 3 commits
-
-
Dan Williams authored
* dhcpcd/buildmsg.c - Pad DHCP packets until they are at least 300 bytes in size. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@441 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Nikos Charonitakis authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@440 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Nikos Charonitakis authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@439 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 11 Feb, 2005 5 commits
-
-
Dan Williams authored
* dhcpcd/client.c - (dhcp_init): only print out client ID and class ID if they are specified * src/NetworkManagerDbus.[ch] src/nm-dbus-nm.[ch] src/nm-dbus-device.[ch] src/nm-dbus-net.[ch] - Move NM, Device, and Net functions to separate files and use the dbus method list stuff in NetworkManagerDbusUtils.c to do method dispatching * src/NetworkManagerDbusUtils.c - Add new validate_method called before each dispatch (if present) that can validate the method call * src/NetworkManagerWireless.c - (nm_wireless_qual_to_percent): Fix misplaced "!" that caused signal levels never to be evaluated Patch from j@bootlab.org * src/NetworkManagerDevice.c - Add typedef for "u64" * src/backends/NetworkManagerDebian.c - Copy in Dave Woodhouse's fixes for IPv6 git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@438 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Marcel Telka authored
* sk.po: Updated Slovak translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@437 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@436 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Dave Woodhouse for IPv6: * src/NetworkManagerUtils.c - (nm_ethernet_address_is_valid): Check for prism54 dummy MAC address and multicast addresses * src/NetworkManagerDevice.c - (nm_device_set_up_down): make sure our cached MAC address is up-to-date after bringing up a card. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@435 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Frank Arnold authored
* de.po: Updated German translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@434 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 10 Feb, 2005 11 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@433 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Dave Woodhouse: * src/NetworkManagerSystem.h src/backends/NetworkManagerDebian.c src/backends/NetworkManagerGentoo.c src/backends/NetworkManagerSlackware.c - New nm_system_device_add_ip6_link_address() function to add link-local address on an interface. Stubbed in Debian, Gentoo, and Slackware. * src/backends/NetworkManagerRedHat.c - (nm_system_device_add_ip6_link_address): implement - (nm_system_device_flush_addresses): revert to previous behavior of flushing all addresses git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@432 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* POTFILES.in - Revert the Encoding change since it doesn't seem to work on FC4 or FC3 at the moment. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@431 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Tom Parker: * src/NetworkManagerDevice.c - Remove the "#include <pci/types.h>" since both the ethtool.h and mii.h headers are broken, and instead use our own typedefs git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@430 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* dhcpcd/buildmsg.c - (fill_host_and_class_id): only fill in client and class IDs if they are set by callers. * dhcpcd/client.c - (class_id_setup): don't autogenerate a class ID, only use one we're given, if any. - (client_id_setup): don't autogenerate a client ID, only use one we're given, if any. * dhcpcd/dhcpcd.c - (dhcp_interface_init): ensure that client options are correctly NULL terminated * src/NetworkManagerDHCP.c - (nm_device_dhcp_request): pass hostname to dhcp library git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@429 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* dhcpcd/client.c - #rh147661# Don't send kernel version in DHCP requests * src/NetworkManagerSystem.h src/backends/NetworkManagerDebian.c src/backends/NetworkManagerGentoo.c src/backends/NetworkManagerRedHat.c src/backends/NetworkManagerSlackware.c - Remove the nm_system_device_run_dhcp() and nm_system_device_stop_dhcp() functions, they are no longer used anyway * src/backends/NetworkManagerRedHat.c - (nm_system_device_flush_addresses): only flush "scope global" and "scope site" addresses in an attempt to keep IPv6 local-scope addresses around git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@428 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/NetworkManager.c - (nm_create_device_and_add_to_list): change the add message slightly * src/NetworkManagerUtils.c - (nm_get_wireless_driver_support_level, nm_get_wired_driver_support_level): Return driver name to calling function - (nm_get_driver_support_level): print out the driver a device is using during the support check Patch from Dave Woodhouse: * dhcpcd/udpipgen.c - (in_cksum): copy last byte of odd-sized packets into a 'u_short' rather than a 'u_char', should fix wrong checksums on big-endian platforms git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@427 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@426 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@425 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@424 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* Clean up usage of GSList objects and looping through their members * Clean up DHCP rebind/renew timeouts, hopefully they will work correctly now. * Fix problem where even if scanning was turned off, card would still cycle through frequencies. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@423 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 09 Feb, 2005 2 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@422 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Frank Arnold authored
* de.po: Updated German translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@421 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 08 Feb, 2005 3 commits
-
-
Kjartan Maraas authored
* POTFILES.in: Add encoding foo * nb.po: Update * no.po: Update git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@420 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* panel-applet/NMWirelessApplet.c - Fix for gtk 2.4 git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@419 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
Patch from Bill Moss * panel-applet/NMWirelessApplet.c - Restore correct ESSID in tooltips git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@418 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 07 Feb, 2005 5 commits
-
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@417 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* panel-applet/NMWirelessApplet.[ch] - Add a context menu that contains: Pause/Resume Wireless Scanning Stop/Start All Wireless Devices About... - Grab active device strength off active device, not its network * panel-applet/NMWirelessAppletDbus.[ch] - Add DBUS accessors for "getSupportsCarrierDetect", "setScanningEnabled", "getScanningEnabled", "setWirelessEnabled", and "getWirelessEnabled" - Update active device strength every 2 seconds, not every 1 second * panel-applet/menu-info.c - Only disable wired devices in the menu when they support carrier detection, and don't currently have a link. Non-carrier-detect devices will always remain choosable * src/Makefile.am src/NetworkManagerDbusUtils.[ch] - Add new new dbus utils sources * src/NetworkManager.c - Fixes for new link detection, we no longer need to call nm_device_update_link_active() with the boolean parameter - Set scanning_enabled & wireless_enabled to TRUE * src/NetworkManagerDbus.c - Use new dbus util method dispatcher functions for org.freedesktop.NetworkManager methods - Implement scanning & wireless enable/disable calls - Remove the dbus vtable unregister handlers, weren't doing anything with them anyway * src/NetworkManagerDevice.c - New link detection stuff again... o Create device's mainloop earlier (but don't run it earlier) o Hook up new carrier-detect support stuff o Add in the ethtool & mii support detection code - Don't scan if scanning is disabled * src/NetworkManagerPolicy.c - Never automatically choose a device that doesn't support carrier detection - Don't automatically choose a wireless device if wireless is disabled git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@416 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@415 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* libnm_glib/libnm_glib.c - Small cleanup in element list iteration git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@414 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/NetworkManagerWireless.c - (nm_wireless_qual_to_percent): Fix up wireless quality calculations to be in line with the WEXT quality specification git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@413 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 04 Feb, 2005 1 commit
-
-
Miloslav Trmac authored
* cs.po: Updated Czech translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@412 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 03 Feb, 2005 2 commits
-
-
Adam Weinberger authored
* en_CA.po: Updated Canadian English translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@411 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Frank Arnold authored
* de.po: Updated German translation. git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@410 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
- 02 Feb, 2005 6 commits
-
-
Dan Williams authored
Patch from Nathan Fredrickson <nathan@silverorange.com> * Fix up compile for deprecation of libgnomeui - Switch to <glib/gi18n.h> from <libintl.h> - Remove <libgnomeui/libgnomeui.h> includes - Use gtk_window_set_default_icon_from_file() rather than gnome_window_set_default_icon_from_file() * named/nm-named-manager.c - (generate_named_conf): Fix return-nothing in non-void function git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@409 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* Clean up unused variables and the like git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@408 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/NetworkManagerAPList.c - (nm_ap_list_merge_scanned_ap): merge strength too * src/NetworkManagerUtils.c - (nm_lock_mutex, nm_register_mutex_desc): new calls to facilitate debugging of locking issues by printing out prettier information than g_mutex_lock - Print out names of mutexes registered with nm_register_mutex_desc() - (nm_try_lock_mutex): don't do the waiting thing when trying to lock, causes us to seemingly block here for too long * src/NetworkManager.c src/NetworkManagerAPList.c src/NetworkManagerDevice.c - Convert to using nm_lock_mutex/nm_unlock_mutex rather than the glib variants so we get better debug information printed * src/NetworkManagerDbus.c - (nm_dbus_devices_handle_request): reduce usage of nm_device_need_ap_switch() since it sometimes has locking side effects - (nm_device_get_association_pause_value): Reduce 802.11a card pause value to 8s from 10s - (nm_device_need_ap_switch): If we can't acquire the scan lock, return saying we don't need a switch. This gets called often enough that we can't block until the scan mutex is acquired, because we'll block on device activation and a few other things, which hangs main thread for too long. * src/NetworkManagerPolicy.c - (nm_policy_auto_get_best_device): reduce the possiblity that nm_device_need_ap_switch() will be called git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@407 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* panel-applet/NMWirelessApplet.c - Display name of wireless network we are connecting to or connected to in the tooltip of the applet git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@406 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* src/NetworkManagerDHCP.c - Hopefully fix double-default-route problem by cleaning up the default route added by DHCP code right before the DHCP transaction begins git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@405 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-
Dan Williams authored
* named/nm-named-manager.c - Write out valid resolv.conf when we exit git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/trunk@404 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-