summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* dhcp/systemd: disable callback before stopping the clientbg/internal-dhcp-fixesBeniamino Galvani2016-01-251-2/+5
* dhcp/systemd: honor timeoutBeniamino Galvani2016-01-253-7/+19
* dhcp/systemd: gracefully fail when the interface has unknown ARP typeBeniamino Galvani2016-01-251-2/+9
* device: merge branch 'lr/default-unmanaged-bgo746566' (part 5)Thomas Haller2016-01-242-58/+78
|\
| * device: add _NM_DEVICE_CHECK_CON_AVAILABLE_FOR_USER_REQUEST enumThomas Haller2016-01-241-4/+6
| * device: cleanup handling available-connectionsThomas Haller2016-01-241-46/+64
| * device/trivial: rename functions for available-connectionsThomas Haller2016-01-241-19/+19
|/
* core: refactor functions to use NM_UTILS_LOOKUP*()Thomas Haller2016-01-243-118/+64
* core/trivial: rename NM_UTILS_STRING_LOOKUP_TABLE* to NM_UTILS_LOOKUP*Thomas Haller2016-01-243-81/+81
* utils: implement NM_UTILS_STRING_LOOKUP_TABLE_DEFINE() as switch() statementThomas Haller2016-01-241-6/+7
* utils: use NM_UTILS_STRING_LOOKUP_TABLE_ITEM() macroThomas Haller2016-01-242-68/+68
* utils: add NM_UTILS_STRING_LOOKUP_TABLE_ITEM() macroThomas Haller2016-01-241-0/+3
* utils: fix out-of-bound access for negative indexes in _NM_UTILS_STRING_LOOKU...Thomas Haller2016-01-241-1/+1
* systemd: order NetworkManager.serivce after network-pre.targetThomas Haller2016-01-231-1/+1
* build: install nm-settings-ifcfg-rh.5 man page conditionallyMichael Biebl2016-01-231-2/+7
* travis: fix bug in .travis.ymlThomas Haller2016-01-231-1/+1
* core: merge branch 'bg/iptables-sharing-rules-bgo692673'Beniamino Galvani2016-01-233-10/+12
|\
| * manager: cleanup active connections upon exitBeniamino Galvani2016-01-231-0/+2
| * core: list iptables sharing rules in the right orderBeniamino Galvani2016-01-232-10/+10
|/
* systemd: add chroot capabilityLubomir Rintel2016-01-221-1/+1
* travis: add coverity submissionLubomir Rintel2016-01-222-8/+22
* build: merge branch 'th/tests-dbus-run-session'Thomas Haller2016-01-227-23/+21
|\
| * tests: use dbus-run-session for tools/run-test-valgrind.shThomas Haller2016-01-221-3/+8
| * tests: allow fallback to dbus-launch in case dbus-run-session is not availableThomas Haller2016-01-221-0/+7
| * tests: move common dbus test-runners to tools/ directoryThomas Haller2016-01-225-9/+3
| * tests: use dbus-run-session instead of dbus-launchMichael Biebl2016-01-222-10/+2
|/
* ifcfg-rh: convert more testcases to g_assert()Dan Williams2016-01-221-304/+74
* libnm-core: fail verify() for NMSettingVlan for invalid vlan idThomas Haller2016-01-224-6/+24
* tui: disallow reserved vlan id 4095Thomas Haller2016-01-221-1/+1
* cli: disallow reserved vlan id 4095Thomas Haller2016-01-221-3/+3
* core: allow VLAN ids between 1 and 4095Beniamino Galvani2016-01-222-2/+3
* travis: move build script to a separate script and improve debugging for fail...Thomas Haller2016-01-222-1/+30
* libnm: assert against valid dest in NMIPRouteThomas Haller2016-01-221-1/+7
* platform: fix leak when netlink dump is too largeDan Williams2016-01-211-0/+2
* core: truncate parent ifname when constructing virtual ifname for VLANThomas Haller2016-01-212-2/+69
* core: check generated virtual interfaceplatform nameThomas Haller2016-01-213-22/+48
* libnm-glib: fix leak in get_permissions_reply()Dan Williams2016-01-211-0/+2
* libnm,tests: fix error leakDan Williams2016-01-211-0/+1
* manager: fix a couple of memory leaksBeniamino Galvani2016-01-211-1/+4
* wifi/supplicant: refactor logging to use _LOG() macrosThomas Haller2016-01-211-54/+61
* wifi/supplicant: implement _LOG() macrosThomas Haller2016-01-211-1/+21
* utils: fix error open() handlingLubomir Rintel2016-01-211-1/+1
* linux-platform: fix accidental PythonLubomir Rintel2016-01-211-1/+2
* linux-platform: fix a file descriptor leakLubomir Rintel2016-01-211-0/+1
* wifi: merge branch 'th/supplicant-manager-fix-ref-count-rh1298007'Thomas Haller2016-01-216-199/+230
|\
| * supplicant: cleanup GObject property implementation in NMSupplicantInterfaceThomas Haller2016-01-212-35/+83
| * wifi: fix crash due to wrong ownership handling in nm_supplicant_manager_ifac...Thomas Haller2016-01-214-87/+113
| * supplicant: don't pass start_now argument to nm_supplicant_interface_new()Thomas Haller2016-01-213-27/+22
| * supplicant: drop is_wireless argument from NMSupplicantInterface's interface_...Thomas Haller2016-01-211-8/+10
| * supplicant: remove check for iface instance after nm_supplicant_interface_new()Thomas Haller2016-01-211-5/+3