summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* fixup! cli: Add mode option for wifi connecitonslr/bgo738439-wifi-ap-modeThomas Haller2014-10-211-2/+9
* cli/bash-completion: normalize OPTIONS_TYPE to use it inside _nmcli_compl_ARGS()Thomas Haller2014-10-211-0/+17
* fixup! wifi: Use SSID from connection also if AP is not configuredThomas Haller2014-10-211-17/+22
* ifcfg-rh: add support for MODE=ApJiří Klimeš2014-10-202-1/+5
* fixup! cli: Add mode option for wifi connecitonsJiří Klimeš2014-10-204-21/+113
* cli: Add mode option for wifi connecitonsLubomir Rintel2014-10-202-7/+24
* wifi: Use SSID from connection also if AP is not configuredLubomir Rintel2014-10-201-16/+12
* rdisc: merge branch 'lkundrak/lr-rdisc-mtu' (bgo#738104)Thomas Haller2014-10-2027-210/+246
|\
| * rdisc,device: set MTU if an appropriate option is present in a RALubomir Rintel2014-10-203-0/+24
| * core: track origin of MTULubomir Rintel2014-10-2010-16/+31
| * core: Move NMPlatformSource to nm-types.hLubomir Rintel2014-10-2020-194/+191
|/
* build: merge branch 'lkundrak/lr-rpm-build' (bgo#738507)Thomas Haller2014-10-203-19/+10
|\
| * contrib/rpm: Count all predecessors in revision numberLubomir Rintel2014-10-201-1/+1
| * contrib/rpm: Fix Fedora 19 buildLubomir Rintel2014-10-201-1/+7
| * contrib/rpm: Don't exclude files that are not builtLubomir Rintel2014-10-201-11/+0
| * build: Don't leak generated files into distributionLubomir Rintel2014-10-201-6/+2
|/
* cli: fix getting/setting hostname (bgo #738796)Lubomir Rintel2014-10-201-0/+2
* Merge: nmcli fixes for private connections (bgo #738643)Jiří Klimeš2014-10-202-56/+119
|\
| * cli: get connection ID straight from the active connectionJiří Klimeš2014-10-201-13/+1
| * cli: show active connection even if the connection profile is not visibleJiří Klimeš2014-10-201-0/+65
| * cli: show details for active connection even if the profile is not visibleJiří Klimeš2014-10-201-37/+47
| * cli: fix errors and crash for invisible connectionsJiří Klimeš2014-10-201-6/+6
|/
* libnm, core: fix problems with device activation (bgo 737993)Dan Winship2014-10-1915-293/+747
|\
| * libnm: add an object-creation-failed testDan Winship2014-10-192-2/+58
| * libnm: add a virtual device creation-and-activation testDan Winship2014-10-191-1/+135
| * tools: add a bit of support for VLANs to test-networkmanager-service.pyDan Winship2014-10-191-6/+40
| * libnm: add an active-connection test to test-nm-clientDan Winship2014-10-191-0/+146
| * tools: add a bit more activation support to test-networkmanager-service.pyDan Winship2014-10-192-10/+91
| * libnm: abstract out duplicated device-creating code in testsDan Winship2014-10-194-200/+103
| * core: lie about NMActiveConnection:state in new connectionsDan Winship2014-10-191-1/+10
| * libnm: postpone activation callback until all objects are readyDan Winship2014-10-191-48/+103
| * libnm: add -added and -removed signals for ACs to NMManagerDan Winship2014-10-192-1/+22
| * libnm: fix async property circular reference handlingDan Winship2014-10-191-15/+13
| * libnm: further NULL-vs-empty-array fixesDan Winship2014-10-197-11/+28
|/
* cli: fix 'nmcli connection up bond0' being stuckJiří Klimeš2014-10-191-0/+1
* tui: clarify the "Device" widget with PPPoE connections (rh #1105753)Dan Winship2014-10-191-1/+10
* core: ensure interface is up before applying IP configuration (bgo #738479)Dan Williams2014-10-171-5/+16
* core: remove child devices without deconfiguring them (bgo #738479)Dan Williams2014-10-171-8/+10
* core: don't override external route metrics (bgo #738268)Dan Williams2014-10-171-4/+12
* remote-settings: Mark service as running when using private busFlorian Müllner2014-10-171-2/+3
* trivial: add missing breakDan Williams2014-10-161-0/+1
* keyfile: fix handling of enum/flags properties after fcfb4b40 (bgo #738585)Dan Williams2014-10-168-2/+232
* build: ensure rl_echo_signal_char() exists in the readline libraryDan Williams2014-10-141-0/+13
* bluez: fix compiler error due to redefinition of typedefThomas Haller2014-10-141-2/+2
* policy: allow non-local admin sessions to control the network (rh #1145646)Marius Vollmer2014-10-131-0/+1
* bluez: merge branch 'lr-bluez5-dun' (rh #1055628)Thomas Haller2014-10-1313-67/+678
|\
| * bluez: re-add DUN support for Bluez5Lubomir Rintel2014-10-136-43/+573
| * bluez: track adapter address in NMBluezDeviceDan Williams2014-10-134-6/+32
| * bluez: split out errorsDan Williams2014-10-135-18/+73
|/
* merge branch 'th/bgo737380_log_connection_diff'Thomas Haller2014-10-1220-103/+645
|\