summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: TAB-complete yes/no for boolean properties in the editorjk/cli-tab-completionJiří Klimeš2015-05-121-2/+22
* libnm: add nm_setting_property_is_boolean() checking if a property is booleanJiří Klimeš2015-05-123-0/+28
* cli: switch to using libnm properties' metadata in nmcliJiří Klimeš2015-05-122-273/+200
* libnm: add metadata for properties (bgo #731891)Jiří Klimeš2015-05-1218-245/+567
* cli: TAB-completion for enum-style property values (rh #1034126)Jiří Klimeš2015-05-121-45/+170
* cli: add missing nmc_property_802_1X_allowed_eap() functionJiří Klimeš2015-05-121-2/+5
* cli: change function for allowed values to return array of stringsJiří Klimeš2015-05-123-39/+28
* cli: add @brackets parameter to nmc_util_strv_for_displayJiří Klimeš2015-05-123-5/+7
* cli: print valid-values hint in property menu for empty "set" commandJiří Klimeš2015-05-121-2/+9
* libnm: add ifcfg-rh description for 802-11-wireless.powersave propertyJiří Klimeš2015-05-121-0/+8
* platform/test: fix valgrind warning about NULL arguments to mount()Thomas Haller2015-05-121-2/+2
* po: update Polish (pl) translation (bgo #749164)Piotr Drąg2015-05-121-696/+704
* device: fix configuring static ip addressesThomas Haller2015-05-111-5/+4
* linux-platforms: don't enumerate devices via udev if udevd is not runningLubomir Rintel2015-05-111-5/+7
* platform/test: unshare the netns namespace so that root tests don't mess with...Lubomir Rintel2015-05-111-0/+38
* build: correct help message about missing readline + termcap librariesDan Williams2015-05-111-1/+1
* build: re-add a line accidentally removed by the last mergeLubomir Rintel2015-05-111-0/+1
* ipv4ll: merge branch 'bg/ipv4ll-bgo747463'Beniamino Galvani2015-05-1116-382/+155
|\
| * contrib/rpm: remove avahi-autoipd dependency and filesBeniamino Galvani2015-05-111-3/+0
| * callouts: avahi-autoipd-action is no moreBeniamino Galvani2015-05-113-151/+2
| * ipv4ll: use internal implementationBeniamino Galvani2015-05-117-163/+75
| * device: fix device state transition after IPv4LL failureBeniamino Galvani2015-05-111-9/+11
| * device/trivial: move nm_device_check_ip_failed()Beniamino Galvani2015-05-111-36/+36
| * device/trivial: rename 'aipd' and 'autoip4' to 'ipv4ll'Beniamino Galvani2015-05-113-45/+45
| * systemd: ensure every file includes 'nm-sd-adapt.h' firstBeniamino Galvani2015-05-115-0/+11
|/
* device: make sure NMDevice doesn't vanish halfway through applying configurationLubomir Rintel2015-05-111-0/+3
* systemd: merge branch 'systemd'Beniamino Galvani2015-05-1111-370/+1172
|\
| * build: update systemd codesystemd-dhcpBeniamino Galvani2015-04-0811-370/+1172
* | systemd: merge branch 'systemd'Beniamino Galvani2015-05-1154-71/+70
|\ \ | |/
| * build: move systemd DHCP files to a common directoryBeniamino Galvani2015-04-0851-0/+0
* | dns: don't override DHCP-supplied search order with domainBeniamino Galvani2015-05-081-24/+30
* | wifi: fix a crash in on_bss_proxy_acquired()Jiří Klimeš2015-05-071-1/+1
* | platform: fix compiler warning about non-initialized pointerThomas Haller2015-05-071-1/+1
* | merge: device factory cleanups and first parts of devices-for-all (bgo #747429)Dan Williams2015-05-0637-1209/+1772
|\ \
| * | core: let plugins indicate links which should be ignoreddcbw/dfa-earlyDan Williams2015-05-0617-27/+50
| * | core: move permanent and initial MAC address reading to NMDevice and NMPlatformDan Williams2015-05-069-254/+210
| * | platform: move driver & firmware version reading into the platformDan Williams2015-05-065-58/+114
| * | platform: add nm_platform_link_get_by_address()Dan Williams2015-05-064-0/+79
| * | platform: ensure created interface matches requested typeDan Williams2015-05-061-2/+13
| * | platform: return link objects from add functionsDan Williams2015-05-0615-69/+148
| * | core: move virtual interface name handling into device pluginsDan Williams2015-05-065-199/+282
| * | trivial: move codeDan Williams2015-05-062-94/+94
| * | core: let device plugins advertise supported link and setting typesDan Williams2015-05-0619-494/+652
| * | vlan: don't fail if parent isn't found at construct time for existing devicesDan Williams2015-05-066-33/+131
| * | trivial: move codeDan Williams2015-05-061-44/+39
| * | platform: recognize Bluetooth BNEP devices via DEVTYPEDan Williams2015-05-063-3/+12
| * | settings: ignore incompatible connections when looking for existing onesDan Williams2015-05-061-0/+3
| * | core: don't activate failed queued activation requestsDan Williams2015-05-061-7/+20
|/ /
* | merge: follow supplicant's AP list instead of managing lifetime internally (b...Dan Williams2015-05-0612-991/+634
|\ \
| * | platform: remove unused wifi_utils_get_ssid()Dan Williams2015-05-068-86/+0