Commit Graph

347 Commits

Author SHA1 Message Date
Daniel Williams 317362b128 Add missing source 2010-07-22 15:59:04 +00:00
Daniel Williams a9520356f1 - core: read nm-system-settings.conf before NetworkManager.conf (rh
#606160)
- core: fix editing system DSL connections when using keyfile plugin
- core: work around inconsistent proprietary driver associated AP reporting
- core: ensure empty VPN secrets are not used (rh #587784)
- core: don't request WiFi scans when connection is locked to a specific
    BSSID
- cli: show IPv6 settings and configuration
- applet: updated translations
- editor: fix a PolicyKit-related crash editing connections (rh #603566)
- applet: fix saving the ignore-missing-CA-cert preference (rh #610084)
- editor: fix listing connections on PPC64 (rh #608663)
- editor: ensure editor windows are destroyed when closed (rh #572466)
2010-07-22 15:34:34 +00:00
Daniel Williams b817cf799c - core: fix handling of IPv6 RA flags when router goes away (rh #588560)
- bluetooth: fix crash configuring DUN connections from the wizard (rh
    #590666)
2010-05-11 06:19:06 +00:00
Daniel Williams cbf582b704 - core: restore initial accept_ra value for IPv6 ignored connections (rh
#588619)
- bluetooth: fix bad timeout on PAN connections (rh #586961)
- applet: updated translations
2010-05-10 06:49:59 +00:00
Daniel Williams 5f699869c5 Really fix 32-bit builds 2010-05-05 09:03:18 +00:00
Daniel Williams 1f1dc9afa0 Fix build errors on 32-bit arches 2010-05-05 08:33:10 +00:00
Daniel Williams da44017395 - core: treat missing IPv6 configuration as ignored (rh #588814)
- core: don't flush IPv6 link-local routes (rh #587836)
- cli: update output formatting
2010-05-05 08:09:44 +00:00
Daniel Williams d13a60bdfa - core: allow IP configuration as long as one method completes (rh #567978)
- core: don't prematurely remove IPv6 RDNSS nameservers (rh #588192)
- core: ensure router advertisements are only used when needed (rh #588613)
- editor: add IPv6 gateway editing capability
2010-05-03 12:11:16 +00:00
Daniel Williams 6befb702b9 - core: IPv6 autoconf, DHCP, link-local, and manual mode fixes
- editor: fix saving IPv6 address in user connections
2010-05-02 08:16:48 +00:00
Daniel Williams eadb247dba - core: fix crash when IPv6 is enabled and interface is deactivated 2010-04-29 15:47:11 +00:00
Daniel Williams 9abaad78e1 - core: fix issues with IPv6 router advertisement mishandling (rh #530670)
- core: many fixes for IPv6 RA and DHCP handling (rh #538499)
- core: ignore WWAN ethernet devices until usable (rh #585214)
- ifcfg-rh: fix handling of WEP passphrases (rh #581718)
- applet: fix crashes (rh #582938) (rh #582428)
- applet: fix crash with multiple concurrent authorization requests (rh
    #585405)
- editor: allow disabling IPv4 on a per-connection basis
- editor: add support for IPv6 DHCP-only configurations
2010-04-27 07:38:56 +00:00
Daniel Williams f7a6c2b9a0 - core: fix crash during install (rh #581794)
- wifi: fix crash when supplicant segfaults after resume (rh #538717)
- ifcfg-rh: fix MTU handling for wired connections (rh #569319)
- applet: fix display of disabled mobile broadband devices
2010-04-22 23:47:58 +00:00
Daniel Williams 310069db71 - core: fix automatic WiFi connections on resume (rh #578141) 2010-04-09 01:41:06 +00:00
Daniel Williams 129b5c0800 Update sources from %zu -> %ld confusion 2010-04-08 21:13:19 +00:00
Daniel Williams b9e0de51e2 - core: more flexible logging
- core: fix crash with OLPC mesh devices after suspend
- applet: updated translations
- applet: show mobile broadband signal strength and technology in the icon
- applet: fix continuous password requests for 802.1x connections
- applet: many updated translations
2010-04-08 19:39:11 +00:00
Daniel Williams f3cf40c0f4 - core: fix modem enable/disable
- core: fix modem default route handling
2010-03-26 03:06:32 +00:00
Daniel Williams 9e18a7192c - core: don't exit early on non-fatal state file errors
- core: fix Bluetooth connection issues (rh #572340)
- applet: fix some translations (rh #576056)
- applet: better feedback when wrong PIN/PUK is entered
- applet: many updated translations
- applet: PIN2 unlock not required for normal modem functionality
- applet: fix wireless secrets dialog display
2010-03-24 09:18:30 +00:00
Daniel Williams 22efaa4757 Sync with F13 and devel 2010-02-19 20:54:11 +00:00
Daniel Williams 68a8ff00e1 - build: build against new pppd from updates-testing (rh #548520) 2010-01-14 00:28:26 +00:00
Daniel Williams e1c4c0d85f F12 has ppp 2.4.4 2010-01-07 07:20:55 +00:00
Daniel Williams 8d211e4e75 - build: fix for new pppd (rh #548520)
- core: add WWAN enable/disable functionality
- ifcfg-rh: IPv6 addressing and routes support (rh #523288)
- ifcfg-rh: ensure connection is updated when route/key files change
- applet: fix crash when active AP isn't found (rh #546901)
- editor: fix crash when editing connections (rh #549579)
2010-01-07 07:15:58 +00:00
Daniel Williams 54c7fca01d - core: fix recognition of standalone 802.1x private keys
- applet: clean notification text to ensure it passes libnotify validation
2009-12-14 21:28:16 +00:00
Daniel Williams 5df81cb5d1 - core: remove haldaemon from initscript dependencies (rh #542078)
- core: handle PEM certificates without an ending newline (rh #507315)
- core: fix rfkill reporting for ipw2x00 devices
- core: increase PPPoE timeout to 30 seconds
- core: fix re-activating system connections with secrets
- core: fix crash when deleting automatically created wired connections
- core: ensure that a VPN's DNS servers are used when sharing the VPN
    connection
- ifcfg-rh: support routes files (rh #507307)
- ifcfg-rh: warn when device will be managed due to missing HWADDR (rh
    #545003)
- ifcfg-rh: interpret DEFROUTE as never-default (rh #528281)
- ifcfg-rh: handle MODE=Auto correctly
- rpm: fix rpmlint errors
- applet: don't crash on various D-Bus and other errors (rh #545011) (rh
    #542617)
- editor: fix various PolicyKit-related crashes (rh #462944)
- applet+editor: notify user that private keys must be protected
2009-12-08 07:59:45 +00:00
Bill Nottingham fdd6167c83 Fix typo that causes a failure to update the common directory. (releng
#2781)
2009-11-26 00:19:20 +00:00
Daniel Williams d15f4db482 Update sources to fix generate-settings-spec failure 2009-11-13 19:59:14 +00:00
Daniel Williams aaa96080eb - nm: better pidfile handing (rh #517362)
- nm: save WiFi and Networking enabled/disabled states across reboot
- nm: fix crash with missing VPN secrets (rh #532084)
- applet: fix system connection usage from the "Connect to hidden..."
    dialog
- applet: show Bluetooth connections when no other devices are available
    (rh #532049)
- applet: don't die when autoconfigured connections can't be made (rh
    #532680)
- applet: allow system administrators to disable the "Create new wireless
    network..." menu item
- applet: fix missing username connecting to VPNs the second time
- applet: really fix animation stuttering
- editor: fix IP config widget tooltips
- editor: allow unlisted countries in the mobile broadband wizard (rh
    #530981)
- ifcfg-rh: ignore .rpmnew files (rh #509621)
2009-11-13 19:42:31 +00:00
Daniel Williams a24f1b3662 - nm: fix PPPoE connection authentication (rh #532862) 2009-11-04 22:26:02 +00:00
Daniel Williams df8cb9405b Don't run build-time tests since we can't get the dbus uuid 2009-10-22 03:17:07 +00:00
Daniel Williams 09798e86ec Fix dbus uuid path 2009-10-22 01:47:15 +00:00
Daniel Williams a3b0bdbf66 Ensure there's a valid dbus UUID for our testcases 2009-10-22 01:32:01 +00:00
Daniel Williams d80ce19f56 - install: better fix for (rh #526519)
- install: don't build Bluetooth bits on s390 (rh #529854)
- nm: wired 802.1x connection activation fixes
- nm: fix crash after modifying default wired connections like "Auto eth0"
- nm: ensure VPN secrets are requested again after connection failure
- nm: reset 'accept_ra' to previous value after deactivating IPv6
    connections
- nm: ensure random netlink events don't interfere with IPv6 connection
    activation
- ifcfg-rh: fix writing out LEAP connections
- ifcfg-rh: recognize 'static' as a valid BOOTPROTO (rh #528068)
- applet: fix "could not find required resources" error (rh #529766)
2009-10-22 01:19:56 +00:00
Matthias Clasen 2cb3208a15 build for F12 2009-10-03 15:39:00 +00:00
Toshio くらとみ 3cf6a9ba1f Initialize branch F-12 for NetworkManager 2009-09-29 16:13:14 +00:00
Daniel Williams 56b3ef9f96 - nm: fix connection takeover when carrier is not on
- nm: handle certificate paths (CA chain PEM files are now fully usable)
- nm: defer action for 4 seconds when wired carrier drops
- ifcfg-rh: fix writing WPA passphrases with odd characters
- editor: fix editing of IPv4 settings with new connections (rh #525819)
- editor: fix random crashes when editing due to bad widget refcounting
- applet: debut reworked menu layout (not final yet...)
2009-09-29 02:52:15 +00:00
Matthias Clasen 790ff91785 Apply GConf schemas 2009-09-24 01:42:23 +00:00
Daniel Williams eb2c06a48e - nm: allow disconnection of all device types
- nm: ensure that wired connections are torn down when their hardware goes
    away
- nm: fix crash when canceling a VPN's request for secrets
- editor: fix issues changing connections between system and user scopes
- editor: ensure changes are thrown away when editing is canceled
- applet: ensure connection changes are noticed by NetworkManager
- applet: fix crash when creating new connections
- applet: actually use wired 802.1x secrets after they are requested
2009-09-21 21:24:31 +00:00
Daniel Williams 93bc46f21e Update source to fix issue with connection secrets editing 2009-08-26 21:47:27 +00:00
Daniel Williams b5fbbb3776 Update source to fix issue with VPN connection editing 2009-08-26 21:17:03 +00:00
Daniel Williams 60d6eaef0a - nm: IPv6 zeroconf support and fixes
- nm: port to polkit (rh #499965)
- nm: fixes for ehea devices (rh #511304) (rh #516591)
- nm: work around PPP bug causing bogus nameservers for mobile broadband
    connections
- editor: fix segfault with "Unlisted" plans in the mobile broadband
    assistant
2009-08-26 20:32:30 +00:00
Daniel Williams 82168fbd78 Update sources 2009-08-13 14:53:40 +00:00
Daniel Williams 3c508c8fb1 - nm: add iSCSI support
- nm: add connection assume/takeover support for ethernet (rh #517333)
- nm: IPv6 fixes
- nm: re-add OLPC XO-1 mesh device support (removed with 0.7.0)
- applet: better WiFi dialog focus handling
2009-08-13 14:45:41 +00:00
Bastien Nocera b67f431a84 fix patch application 2009-08-11 09:06:38 +00:00
Bastien Nocera 400d59b381 - Add patch to fix service detection on phones 2009-08-11 08:52:18 +00:00
Daniel Williams fd62b915df - nm: IPv6 support for manual & router-advertisement modes 2009-08-04 20:02:08 +00:00
Matthias Clasen ebbe3390b5 Fix file list 2009-08-02 05:35:09 +00:00
Matthias Clasen 6d867595a4 Save some space 2009-08-02 05:04:09 +00:00
Daniel Williams 7f585d8240 hopefully the last build fix 2009-07-28 17:28:54 +00:00
Daniel Williams fb480f3523 another build fix 2009-07-28 17:23:33 +00:00
Daniel Williams 1815fac0e4 fix the patch 2009-07-28 17:11:39 +00:00
Daniel Williams 3b35b5a0e7 fix up applet build for bluetooth bits 2009-07-28 16:58:04 +00:00