summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* core: connection live reconfiguration upon nm-platform signalsdcbw/live-reconfigPavel Šimerda2013-11-071-0/+22
* trivial: make nm_connection_dump more forgiving when passing NULLThomas Haller2013-11-071-1/+2
* core: fix assumed active connection exporting after ff7e47a4 (core: kill Pend...Dan Williams2013-11-071-0/+1
* core: fix bridge port sysfs directory determination after f5507633 (platform:...Dan Williams2013-11-071-1/+1
* core: fix 'hairpin_mode' after 9e19c3db (core: use nm_platform_*_*_option() f...Dan Williams2013-11-071-1/+1
* trivial: quiet log message about failing to determine virtual interface nameDan Williams2013-11-071-2/+2
* core: add nm_ip6_config_dump functionThomas Haller2013-11-073-20/+68
* cli: fix 'nmcli con up bad_name' or 'nmcli con up'Jiří Klimeš2013-11-071-2/+1
* settings: validate hostnames from D-Bus (bgo #711179)Dan Williams2013-11-072-0/+36
* core: fix ignore-carrier behavior (bgo #710216)Dan Williams2013-11-068-157/+162
|\
| * core: compatible connections are always available on master devicesDan Williams2013-11-063-0/+36
| * core: add device-generated connection to settingsPavel Šimerda2013-11-061-1/+15
| * core: rework ignore-carrier device behaviorDan Williams2013-11-064-149/+111
| * core: use carrier for determining when generic devices are availableDan Williams2013-11-061-7/+0
|/
* libnm-glib: add NMDevice:physical-port-id propertyDan Winship2013-11-063-0/+58
* core: improve handling of NPAR/SR-IOV devices (rh #804527)Dan Winship2013-11-0610-1/+142
* core: fix the reporting of failed slavesDan Winship2013-11-062-60/+77
* core: don't allow activating the same connection twice (rh #997998)Dan Winship2013-11-063-5/+66
* ifcfg-rh: clear DCB values when DCB is disabledDan Williams2013-11-053-21/+73
* po: updated Brazilian Portuguese (pt_BR) translation (bgo #711439)Enrico Nicoletto2013-11-051-461/+650
* gsystem: update libgsystem to current upstream masterThomas Haller2013-11-051-0/+0
* po: updated Ukrainian (uk) translation (bgo #711358)Yuri Chornoivan2013-11-041-506/+701
* ifcfg-rh: fix crash when reading connection (assert in connection_new_or_chan...Thomas Haller2013-11-011-1/+1
* settings: add unrecognized-specs, implement in ifcfg-rhDan Winship2013-11-0111-117/+288
* ifcfg-rh: centralize unmanaged-spec handling in the readerDan Winship2013-11-014-154/+116
* libnm-util: belatedly export nm_setting_generic_new()Dan Winship2013-11-011-0/+1
* ifcfg-rh: add a missing monitor-connection-files checkDan Williams2013-11-011-12/+11
* ifcfg-rh: fix handling of runtime NM_CONTROLLED=yes -> no changesDan Winship2013-11-011-1/+8
* ifcfg-rh: handle change from one unmanaged-spec to anotherDan Winship2013-11-011-23/+5
* core: again allow calling AddAndActivateConnection() without a connectionJiří Klimeš2013-11-012-9/+11
* keyfile: replace g_str_equal() with g_strcmp0()Jiří Klimeš2013-11-011-1/+1
* libnm-util: do not assert valid connection type in nm_connection_is_type()Jiří Klimeš2013-11-011-2/+1
* core: fix crash when reading routes from VPN Ip6Config (bgo #706332)Thomas Haller2013-11-011-1/+1
* core: fix crash on an activation errorJiří Klimeš2013-11-011-1/+1
* core/cli: allow activations with only one of [ device, connection ] (bgo #707...Dan Williams2013-10-3112-67/+387
|\
| * cli: add support for 'nmcli dev connect ifname XXX'Dan Williams2013-10-313-19/+171
| * cli: add support for 'nmcli con up ifname XXX'Dan Williams2013-10-313-33/+57
| * libnm-glib: add support for NULL connections to nm_client_activate_connection()Dan Williams2013-10-311-3/+7
| * core: extend ActivateConnection to allow NULL connection pathsDan Williams2013-10-312-3/+63
| * core: also check specific object when determining available connectionsDan Williams2013-10-315-9/+89
|/
* core: removal of PendingActivation object from nm-manager.c (bgo #707335)Dan Williams2013-10-3131-1344/+2097
|\
| * trivial: add logging for ActiveConnection master-ready trackingDan Williams2013-10-311-3/+41
| * core: kill PendingActivation and move authorization to NMActiveConnectionDan Williams2013-10-312-512/+436
| * policy: track secondary activations by ActiveConnection not pathDan Williams2013-10-311-43/+38
| * policy: only clean up VPN DNS/routing configuration if the VPN got connectedDan Williams2013-10-311-17/+35
| * core: allow ActiveConnections to be created without a deviceDan Williams2013-10-313-23/+41
| * core: have ActiveConnection track device state instead of subclassesDan Williams2013-10-316-96/+101
| * core: add slave to master in stage1_prepare, not nm_device_activate()Dan Williams2013-10-311-18/+59
| * core: ensure all devices chain up to parent act_stage1_prepareDan Williams2013-10-314-1/+21
| * core: indicate via a property when master connections are ready for slavesDan Williams2013-10-312-0/+69