summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: reorgranize some NMManager functionsdcbw/miscDan Williams2014-01-241-334/+332
* trivial: more usage of g_signal_handlers_disconnect_by_func()Dan Williams2014-01-241-8/+11
* trivial: 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
| * api/settings: expose the ConnectionRemoved signalDan Williams2014-01-233-3/+21
| * api/wimax: add Nsps (Network Service Providers) propertyDan Williams2014-01-233-0/+28
| * api/settings: add Connections propertyDan Williams2014-01-233-0/+29
| * api/wifi: add GetAllAccessPoints() methodDan Williams2014-01-232-4/+37
| * api/wifi: add AccessPoints propertyDan Williams2014-01-233-0/+31
| * api/core: add Devices property to the ManagerDan Williams2014-01-233-4/+31
| * cli: handle hidden-SSID access points correctlyDan Williams2014-01-231-11/+17
|/
* wifi: fix double-free of error when handling D-Bus scan requestDan Williams2014-01-231-9/+13
* wifi: fix crash after "merge: remove at_console..." for wifi scan requestsDan Williams2014-01-232-4/+5
* merge: remove at_console from D-Bus permissions (bgo #707983) (rh #979416)Dan Williams2014-01-2311-96/+171
|\
| * policy: allow inactive (remote/SSH) sessions to perform some actions (bgo #70...Dan Williams2014-01-231-6/+3
| * dbus: kill at_console usage in permissions (bgo #707983) (rh #979416)Dan Williams2014-01-231-54/+60
| * core: enforce permissions for SetLoggingDan Williams2014-01-232-9/+31
| * sessions: fix return value handling for sd_uid_get_sessions() (bgo #707983)Dan Williams2014-01-231-10/+12
| * settings: return error from GetConnectionByUuid() if caller not in ACLDan Williams2014-01-232-14/+43
| * core: add PropertiesChanged signals to IP4 and IP6 config objectsDan Williams2014-01-234-3/+22
|/
* core: allow custom IP address ranges for Shared connections (bgo #675973)Dan Williams2014-01-2310-69/+314
* core: only log about IPv6 Commit the first timeDan Williams2014-01-231-10/+10
* core: don't disable IPv6 when assuming connections (rh #1052157)Dan Williams2014-01-231-1/+2
* core: various fixes to autoconnect retry handling (rh #1029480)Dan Winship2014-01-2314-408/+372
|\
| * devices: when disconnecting master, propagate reason to the slavesDan Winship2014-01-231-28/+30
| * core: fix master deactivationDan Winship2014-01-232-41/+48