summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* cli: add 'nmcli device delete <ifname>' command (rh #1034150)jk/dev-delete-rh1034150Jiří Klimeš2014-07-113-6/+137
* libnm-glib: implement nm_device_delete() for D-Bus device' Delete() methodJiří Klimeš2014-07-113-14/+58
* device: add a new D-Bus 'Delete' method for removing software devicesJiří Klimeš2014-07-113-0/+51
* cli: show whether the device is software-based in CAPABILITIESJiří Klimeš2014-07-111-2/+4
* cli: show IS-SOFTWARE property in GENERAL section for devicesJiří Klimeš2014-07-111-13/+15
* libnm-glib: add nm_device_is_software() function to NMDeviceJiří Klimeš2014-07-113-0/+24
* device: indicate software devices in NMDeviceCapabilitiesJiří Klimeš2014-07-111-3/+4
* include: add NM_DEVICE_CAP_IS_SOFTWARE capabilityJiří Klimeš2014-07-111-2/+4
* merge branch 'th/kill_child'Thomas Haller2014-07-1013-188/+807
|\
| * core: use nm_utils_kill_child_async() and nm_utils_kill_child_sync()Thomas Haller2014-07-106-181/+13
| * core: add nm_utils_kill_child_async() and nm_utils_kill_child_sync() functionThomas Haller2014-07-105-1/+783
| * core/test: move src/tests/test-general over to nm-test-utils.h (nmtst)Thomas Haller2014-07-102-6/+6
| * nmtst: ensure call to nm_utils_get_monotonic_timestamp_s() in nmtst_init()Thomas Haller2014-07-101-0/+5
|/
* libnm-glib/tests: remove waiting time for initializing NMClientThomas Haller2014-07-081-16/+0
* build: unset G_DEBUG variable before calling vapigenThomas Haller2014-07-081-1/+3
* trivial: add a missing word to documentationDan Winship2014-07-071-1/+1
* contrib/rpm: add --quick argument to build_clean.sh scriptThomas Haller2014-07-041-4/+14
* contrib/rpm: update spec file to make ppp_version dependent on fedora versionThomas Haller2014-07-041-0/+4
* build: call generate-setting-docs.py directly instead of through straceThomas Haller2014-07-041-1/+1
* contrib/rpm: add new package NetworkManager-config-connectivity-fedoraThomas Haller2014-07-043-3/+26
* bluez: ignore child BNEP interfacesDan Williams2014-07-031-0/+6
* bluez: suppress warning when already disconnectedDan Williams2014-07-031-1/+2
* bluez: handle Bluez4 PropertyChanged eventsDan Williams2014-07-031-16/+44
* ifcfg-rh: fix reading 802.1x phase2 EAP-GTC methodDan Williams2014-07-034-2/+54
* keyfile: avoid assertion reading keyfile without connection.type propertyThomas Haller2014-07-031-10/+12
* core: make veth devices default-unmanaged for nowDan Winship2014-07-021-0/+1
* libnm-util: merge nm-util-private and nm-utils-privateDan Williams2014-07-0211-131/+98
* core: use singleton nm_firewall_manager_get() throughout without taking addit...Thomas Haller2014-07-023-35/+22
* supplicant: fix crash passing invalid parameter to AddBlob when adding networkThomas Haller2014-07-021-1/+1
* core: remove unused @state variable from nm_device_activate_schedule_stage3_i...Thomas Haller2014-07-021-3/+0
* docs: ignore a private headerDan Williams2014-07-011-0/+1
* docs: fix multi-line Since notationDan Williams2014-07-011-1/+2
* device: test dhcp[46]_config when getting properties, not dhcp[46]_clientJiří Klimeš2014-07-011-2/+2
* merge branch 'th/rh979425_set_virtual_iface_name'Thomas Haller2014-06-3020-274/+770
|\
| * core: remove nm_utils_normalize_connection functionThomas Haller2014-06-306-125/+56
| * libnm-util: normalize IP settings in connectionThomas Haller2014-06-303-31/+97
| * libnm-util: validate master/slave-type property in NMSettingConnection::verify()Thomas Haller2014-06-301-4/+32
| * libnm-util: normalize virtual_iface_name in NMSettingsThomas Haller2014-06-3011-96/+317
| * libnm-util: add function nm_connection_normalizeThomas Haller2014-06-306-22/+195
| * test: nm_connection_verify() sets the interface-name to virtual_iface_name.Thomas Haller2014-06-301-0/+44
| * libnm-util: add function nm_connection_get_interface_name()Thomas Haller2014-06-304-1/+34
|/
* contrib/nm-live-vm: merge branch 'contrib/nm-live-vm'Thomas Haller2014-06-306-0/+317
|\
| * contrib/nm-live-vm: install required packages readline, gobject-introspection...Thomas Haller2014-06-301-0/+3
| * contrib/nm-live-vm: fix run.sh script to into script directoryThomas Haller2014-06-301-0/+2
| * contrib/nm-live-vm: start the VM with less memory (1024 mb)Thomas Haller2014-06-301-2/+3
| * contrib/nm-live-vm: install wget and setup bashrc and gitThomas Haller2014-06-302-0/+13
| * contrib/nm-live-vm: enable option main.debug for NM in VMThomas Haller2014-06-301-0/+1
| * contrib/nm-live-vm: write /etc/fstabThomas Haller2014-06-302-2/+8
| * contrib/nm-live-vm: disable rate limiting in the journal of the VMThomas Haller2014-06-301-1/+7
| * contrib/nm-live-vm: don't remove the temporary directory with the extracted V...Thomas Haller2014-06-301-1/+1