summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* --wip-- cli: create a connection if none exist for 'nmcli dev connect' (rh #1...jk/rh1113941-cli-device-connectJiří Klimeš2014-09-151-80/+124
* managerJiří Klimeš2014-09-151-1/+2
* libnm_core: add verify parameter to nm_simple_connection_new_from_dbus()Jiří Klimeš2014-09-157-14/+23
* libnm-core: add nm_connection_override_settings(), nm_setting_copy()Jiří Klimeš2014-09-155-1/+88
* dhcp: log DHCP client exit status betterJiří Klimeš2014-09-121-13/+22
* dhcp: fix dhclient abnormal exit due to SIGPIPE (bgo #735962)Jiří Klimeš2014-09-122-3/+10
* build: fix build after "settings: create default wired connection..."Dan Williams2014-09-111-1/+0
* merge: create internal device types with factories too (bgo #736289)Dan Williams2014-09-1147-863/+934
|\
| * tun: port to internal device factorydcbw/internal-device-factoriesDan Williams2014-09-115-38/+36
| * gre: port to internal device factoryDan Williams2014-09-115-29/+28
| * vxlan: port to internal device factoryDan Williams2014-09-115-28/+28
| * macvlan: port to internal device factoryDan Williams2014-09-115-29/+28
| * vlan: port to internal device factoryDan Williams2014-09-115-123/+122
| * bond: port to internal device factoryDan Williams2014-09-115-62/+63
| * bridge: port to internal device factoryDan Williams2014-09-115-75/+78
| * infiniband: port to internal device factoryDan Williams2014-09-115-68/+68
| * ethernet: port to internal device factoryDan Williams2014-09-115-30/+28
| * veth: port to internal device factoryDan Williams2014-09-115-28/+28
| * core: add support for internal device factoriesDan Williams2014-09-114-15/+121
| * build: ensure device source file constructors can be linked and calledDan Williams2014-09-111-10/+17
| * core: pass parent to device factories when creating devices for connectionsDan Williams2014-09-114-3/+9
| * core: split out device factory registration functionDan Williams2014-09-111-35/+45
| * core: move device factory type function into factory objectDan Williams2014-09-1115-139/+127
| * settings: create default wired connection from NMDeviceEthernetDan Williams2014-09-1112-125/+120
| * trivial: spacing and code cleanups in nm-manager.hDan Williams2014-09-112-67/+29
|/
* merge: consolidate searching for helper programs (bgo #734131)Dan Williams2014-09-1115-241/+149
|\
| * core: search for arping binary too (bgo #734131)dcbw/helper-searchDan Williams2014-09-111-1/+9
| * core: consolidate helper progam searching (bgo #734131)Dan Williams2014-09-1115-240/+140
|/
* libnm-core: allow G_TYPE_STRV to be NULLJiří Klimeš2014-09-101-3/+4
* ifcfg-rh: fix reading HWADDR_BLACKLISTJiří Klimeš2014-09-104-23/+84
* nm-utils: add a wrapper for g_strsplit_set() removing empty strings from arrayJiří Klimeš2014-09-102-2/+41
* libnm: use g_return_if_fail() in a function returning voidJiří Klimeš2014-09-101-4/+4
* libnm: add test-secret-agent, glib-ify NMSecretAgent APIs (bgo #735916)Dan Winship2014-09-099-150/+1272
|\
| * libnm: start glib-ifying NMSecretAgent APIsDan Winship2014-09-096-170/+546
| * libnm: add test-secret-agentDan Winship2014-09-094-3/+735
| * libnm: NMSecretAgent shouldn't check peer UID on session busDan Winship2014-09-091-3/+17
|/
* libnm: drop NMObject:dbus-connection (bgo #735916)Dan Winship2014-09-098-124/+47
|\
| * libnm: drop NMObject:dbus-connectionDan Winship2014-09-098-116/+43
| * libnm: assert that dbus_connection_allocate_data_slot() doesn't failDan Winship2014-09-091-9/+5
|/
* cli: fix ssid parameter processing in 'nmcli con add'Jiří Klimeš2014-09-091-11/+8
* cli: fix MAC address validation (bgo #736275)Dan Winship2014-09-091-1/+1
* libnm-core: fix DCB's _nm_setting_dcb_uint_array_from_dbus()Jiří Klimeš2014-09-081-21/+22
* Revert "libnm-core: fix NMSettingDcb"Jiří Klimeš2014-09-081-2/+2
* contrib/rpm: use HTTPS for connectivity check URL (rh #1135777)Jiří Klimeš2014-09-051-1/+1
* trivial: alphabetize the nm-*.xml files in introspection/Makefile.amDan Winship2014-09-051-22/+21
* libnm-core: fix NMSettingDcbDan Winship2014-09-051-2/+2
* libnm: handle all-default settings in nm_setting_to_hash() properlyThomas Haller2014-09-052-7/+1
* examples: fix python GI examples to work after libnm changesJiří Klimeš2014-09-055-76/+56
* libnm: add missing (transfer) annotations for return valuesJiří Klimeš2014-09-052-13/+17
* utils: use gssize (signed) 'len' parameter in nm_ethernet_address_is_valid()Jiří Klimeš2014-09-052-8/+11