Commit Graph

523 Commits

Author SHA1 Message Date
Jiří Klimeš eb216eb62b keyfile: fix crash on reloading connections (rh #1046242) 2014-03-21 12:59:03 +01:00
Thomas Haller e880be9fba backport fixes from upstream to release 0.9.9.0-32.git20131003 2014-03-17 20:01:18 +01:00
Thomas Haller 67e197f566 add dbus properties to help out bindings (bgo #715186) 2014-02-24 10:36:57 +01:00
Thomas Haller fa6659072a improve platform to string functions 2014-02-24 10:36:57 +01:00
Thomas Haller 94517a4787 additional fixes 2014-02-24 10:36:57 +01:00
Thomas Haller 5fac6036b9 update *spec file to make it more similar to the base template 2014-02-24 10:22:00 +01:00
Thomas Haller 092052e86a update makerepo.gitignore file 2014-02-24 10:02:09 +01:00
Thomas Haller 37b9dd1f1b update makerepo.sh 2014-02-24 09:57:07 +01:00
Thomas Haller f5efae3b83 backport suppressing some invalid error messages and warnings (phys_port_id sysfs and firewalld zone) 2014-02-16 15:36:47 +01:00
Thomas Haller 091e68c086 backport fixes for platform libnl3 caching 2014-02-16 15:11:55 +01:00
Thomas Haller c84b54dbfe backport patches for IPv6 privacy 2014-02-16 15:11:55 +01:00
Thomas Haller d4c1522a3e Revert snapshot release 0.9.9.0-29.git20140131, again based on previous 0.9.9.0-28.git20131003
This commit is mostly similar to c9b963bc22 as
we revert to the previous release.
2014-02-16 14:24:24 +01:00
Thomas Haller 1e5b6784ae update makerepo.sh script
- properly handle several commits in one patch
- add parameter 'local' to call `fedpkg local`
2014-02-16 14:24:23 +01:00
Thomas Haller c2efef1897 Update snapshot (upstream commit 6c2f96421b1c7bfd65032bf4de2a6cfc10b3b262) 2014-02-04 23:11:03 +01:00
Thomas Haller ad27ff38eb update makerepo.sh
You can now create a symlink .git/local to a clone
of the NetworkManager repository, to speed up fetching
from upstream
2014-01-31 18:14:06 +01:00
Jiří Klimeš c9b963bc22 Update to fix a few problems:
- platform: ignore errors adding IPv6 point-to-point address
- libnm-glib: fix return value in nm_remote_settings_load_connections()
- core: fix crash when connecting to new Wi-Fi network (bgo #723163)
- systemd: add "Before=network.service" on Fedora/RHEL (rh #1034983)
2014-01-29 15:36:03 +01:00
Thomas Haller 9037aa0cb5 fix makerepo.sh not to create .orig backup files 2014-01-29 13:51:46 +01:00
Thomas Haller 5b5527f911 add makerepo.sh script to help creating patches
Makes a git repository out of the source dir NetworkManager-0.9.9.0/
2014-01-29 13:15:31 +01:00
Jiří Klimeš 25f86691e2 Fix various problems
- core: fix reading physical port id for sysfs
- libnm-glib: export get_gateway() and get_searches() functions
- libnm-glib: new functions for bindings to get nameservers
- libnm-glib: chain up the parent constructed() of NMRemoteConnection
- core: exit cleanly if D-Bus cannot be initialized (rh #1057738)
- dhcp: don't add an IPv6 address if one wasn't given (rh #1048046)
- core: Add host route for DHCP4 server if outside assigned subnet (bgo #721767) (rh #983325)
- vpn: handle missing tunnel interface for IP-based VPNs (bgo #721724) (rh #1030068) (rh #865883)
- core: only log about IPv6 Commit the first time (rh #1044757)
2014-01-28 15:23:07 +01:00
Jiří Klimeš d112c5a56c Add physical-port-id property for devices and fix GI for IPv6
- core: improve handling of NPAR/SR-IOV devices (rh #804527)
- libnm-glib: add NMDevice:physical-port-id property
- libnm-glib: fix introspection annotations so that <ipv6>.get_address() worked
2014-01-21 12:13:42 +01:00
Dan Winship 99fa633396 core: fix NMManager:primary-connection when a VPN has the default route (rh #1031574) 2014-01-18 11:31:42 -05:00
Jiří Klimeš 7fa9195ebf core/cli: display proper information for active VPN connections (rh #1036132) 2014-01-14 16:50:44 +01:00
Adam Williamson c5f0e5fcd8 whoops...helps to hit save when merging 2014-01-10 10:29:03 -08:00
Adam Williamson 93c10b457c Merge commit 'd9c5764ddb7a90f57a3d13b542bafada9beb6d92'
Conflicts:
	NetworkManager.spec
2014-01-10 10:26:34 -08:00
Dan Winship d9c5764ddb bluez-manager: fix a crash (rh #1048711) 2014-01-06 12:13:01 -05:00
Dan Williams 2af4e12ad1 core: fix IPv6 router solicitation loop (rh #1044757) 2013-12-19 18:07:36 -06:00
Dan Williams 170f1c14b7 Fix a couple bugs (rh #1034921) (rh #1029213) (rh #1032819)
- core: wait for link before declaring startup complete (rh #1034921)
- core: ignore RA-provided IPv6 default routes (rh #1029213)
- core: set IPv4 broadcast address correctly (rh #1032819)
2013-12-18 13:03:30 -06:00
Dan Winship 7212c621a9 core: Fix PtP/peer address support, for OpenVPN 2013-12-02 15:02:03 -05:00
Jiří Klimeš 8df33b293d cherry-picked several fixes (for crashes)
- dispatcher: fix crash on exit while logging from signal handler (rh #1017884)
- core: workaround crash when connecting to wifi (rh #1025371)
- ethernet: don't crash if device doesn't have a MAC address (rh #1029053)
- libnm-glib: fix crash by taking additional ref in result_cb() (rh #1030403)
- ifcfg-rh: fix ignoring updates that don't change anything
2013-11-20 14:47:19 +01:00
Jiří Klimeš b75568ba24 cherry-picked several fixes (for crashes)
- dispatcher: fix crash on exit while logging from signal handler (rh #1017884)
- core: workaround crash when connecting to wifi (rh #1025371)
- ethernet: don't crash if device doesn't have a MAC address (rh #1029053)
- libnm-glib: fix crash by taking additional ref in result_cb() (rh #1030403)
- ifcfg-rh: fix ignoring updates that don't change anything
2013-11-20 14:41:57 +01:00
Dan Winship c753429967 several fixes
- nmcli: add "con load" to manually load an ifcfg file
- vpn: fix logging to help debug rh #1018317
- bridge: fix crash with bridge ports with empty settings (rh #1031170)
2013-11-18 12:19:26 -05:00
Dan Winship bd53380b9a several fixes
- nmcli: add "con load" to manually load an ifcfg file
- vpn: fix logging to help debug rh #1018317
- bridge: fix crash with bridge ports with empty settings (rh #1031170)
2013-11-18 12:18:43 -05:00
Dan Williams bc22bc29b3 core: fix detection of non-mac80211 devices that do not set DEVTYPE (rh #1015598) 2013-11-18 11:36:27 -05:00
Dan Williams 9e072a43ad core: add some debugging to help diagnose netlink errors (rh #1029213) 2013-11-18 11:36:18 -05:00
Dan Williams c995aec494 core: fix detection of non-mac80211 devices that do not set DEVTYPE (rh #1015598) 2013-11-14 11:02:45 -06:00
Dan Williams 66ccec23c5 core: add some debugging to help diagnose netlink errors (rh #1029213) 2013-11-13 20:17:59 -06:00
Jiří Klimeš de841598c4 Include the patches for following bugs (mostly crashes):
rh #1021112
rh #1023571
rh #1019021
rh #1025007
rh #1012151
2013-11-08 14:05:52 +01:00
Jiří Klimeš d3cdc3cf7f Include the patches for following bugs (mostly crashes):
rh #1021112
rh #1023571
rh #1019021
rh #1025007
rh #1012151
2013-11-08 13:42:29 +01:00
Thomas Haller 1c5320e921 add notes to %changelog about upcomming fixes in F20 2013-10-31 16:56:56 +01:00
Dan Williams f2061f25cc Note that 1023571 is fixed upstream for next snapshot 2013-10-30 11:57:44 -05:00
Dan Williams 7b37dbf377 Update snapshot 2013-10-03 14:14:55 -05:00
Dan Williams f40b011443 Update snapshot 2013-10-03 14:14:28 -05:00
Dan Winship afa35614d0 Update to git snapshot 2013-10-01 10:55:07 -04:00
Bill Nottingham c624969933 Drop wimax. 2013-09-20 10:04:03 -05:00
Bill Nottingham f6ce662521 Drop wimax. 2013-09-20 10:02:52 -05:00
Dan Williams 29eeee6b30 Update to latest snapshot; enable MM1 support 2013-09-13 14:16:35 -05:00
Dan Williams fb6dddd20c Update to git snapshot 2013-09-13 13:11:15 -05:00
Dan Williams 05f687a842 Work around some bogus compiler warnings 2013-08-07 15:52:47 -05:00
Dan Williams 6a6586fe83 Update to a new git snapshot 2013-08-07 15:34:26 -05:00
Dan Winship 9c603c307c Create NetworkManager-config-server package 2013-07-26 11:02:34 -04:00