summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wifi: add capability bit for 5GHz frequency support (bgo #722550)dcbw/5ghz-capsDan Williams2014-01-296-6/+50
* po: fix newline differences in translationsThomas Haller2014-01-292-2/+2
* po: update Telugu (te) translation (bgo #723231)Krishna Babu K2014-01-291-1233/+2528
* po: update Hindi (hi) translation (bgo #723227)Rajesh Ranjan2014-01-291-1291/+4488
* po: update German (de) translation (bgo #723207)Hedda Peters2014-01-291-584/+968
* core/platform: replace strcpy by g_strlcpyThomas Haller2014-01-281-1/+1
* ifcfg-rh: change algorithm for svUnescapeThomas Haller2014-01-282-20/+159
* core: fix crash when connecting to new Wi-Fi network (bgo #723163)Dan Winship2014-01-281-3/+8
* tui/po: fix po/POTFILES.in referencing invalid fileThomas Haller2014-01-281-1/+0
* Import some libnm-gtk functionality into libnm-util/libnm-glib (bgo #720844)Dan Winship2014-01-2714-673/+553
|\
| * tui: use nm_remote_settings_get_connection_by_id()Thomas Haller2014-01-272-28/+6
| * libnm-glib: add function nm_remote_settings_get_connection_by_id()Thomas Haller2014-01-273-0/+43
| * tui: use the new libnm-util/libnm-glib device/connection utilsDan Winship2014-01-274-633/+2
| * libnm-util, libnm-glib: add device/connection describing functionsDan Winship2014-01-277-12/+502
|/
* ifcfg-rh: add tests for Team master and portDan Williams2014-01-274-1/+259
* ifcfg-rh: unescape Team configuration (rh #1051517)Dan Williams2014-01-271-7/+36
* libnm-glib: chain up the parent constructed() of NMRemoteConnectionJiří Klimeš2014-01-271-0/+2
* introspection: add PropertiesChanged signal for o.f.N.Settings.ConnectionJiří Klimeš2014-01-271-0/+8
* man: update dispatcher scripts description in NetworkManager(8) manual pageJiří Klimeš2014-01-271-47/+124
* po: update Marathi (mr) translation (bgo #723044)Sandeep Shedmake2014-01-261-1245/+3681
* po: update Assamese (as) translation (bgo #723006)Nilamdyuti Goswami2014-01-261-665/+983
* po: update Assamese (as) translation (bgo #722966)Nilamdyuti Goswami2014-01-251-3146/+4029
* trivial: reorgranize some NMManager functionsDan Williams2014-01-241-334/+332
* core: more usage of g_signal_handlers_disconnect_by_func()Dan Williams2014-01-241-8/+11
* core: use g_signal_handlers_disconnect_by_func() to simplify some codeDan Williams2014-01-241-8/+4
* core: provide useful error messages to main() on Manager creation failureDan Williams2014-01-242-2/+5
* core: exit cleanly if D-Bus cannot be initialized (rh #1057738)Dan Williams2014-01-241-41/+49
* policy: fix policy after dcbw/kill-at-console merge (bgo #707983) (rh #979416)Dan Williams2014-01-241-2/+8
* merge: handle interface-less VPNs like open/libre-swan (bgo #721724) (rh #103...Dan Williams2014-01-2417-110/+593
|\
| * core/platform: sort routes before adding them in nm_platform_ipX_route_sync()Thomas Haller2014-01-241-32/+48
| * core/platform: revise failure to activate connection on error of setting routeThomas Haller2014-01-241-0/+10
| * core/platform: compare IPv4 addresses in nm_platform_ip4_*_cmp() as integers,...Thomas Haller2014-01-241-4/+4
| * platform: don't replace routes that already existDan Williams2014-01-241-16/+32
| * core/platform: preserve external and static route metricsDan Williams2014-01-245-20/+24
| * core/platform: add address/route sources (rh#1005416, bgo#722843)Dan Williams2014-01-2414-16/+425
| * vpn: handle missing tunnel interface for IP-based VPNs (bgo #721724) (rh #103...Dan Williams2014-01-242-48/+79
| * dispatcher: handle VPN connections without interface namesDan Williams2014-01-241-1/+1
| * dns-manager: allow NULL interface name for IP configsDan Williams2014-01-241-4/+1
|/
* examples: a Python GOI example for adding connections persistent vs. not savedJiří Klimeš2014-01-242-1/+103
* man: document the default value for autoconnect 'nmcli con add' argumentJiří Klimeš2014-01-241-1/+1
* po: update Tamil (ta) translation (bgo #722895)Shantha kumar2014-01-241-1131/+5163
* man: fix typo in commands in Team exampleJiří Klimeš2014-01-241-2/+2
* merge: add some missing D-Bus interface properties (bgo #715186)Dan Williams2014-01-2340-435/+2136
|\
| * trivial: remove unused #definesDan Williams2014-01-2316-71/+0
| * libnm-glib: add testing framework and testcasesDan Williams2014-01-234-3/+1745
| * libnm-glib: remove unused pseudo-property codeDan Williams2014-01-232-240/+1
| * libnm-glib: convert NMClient Devices to a real propertyDan Williams2014-01-232-23/+21
| * libnm-glib: convert NMDeviceWimax NSPs to a real propertyDan Williams2014-01-232-36/+39
| * libnm-glib: convert NMDeviceWifi AccessPoints to a real propertyDan Williams2014-01-232-33/+36
| * libnm-glib: add support for non-pseudo-property added/removed signalsDan Williams2014-01-232-7/+100