summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* device: check ext_ip6_config_captured for ll_addr in dhcp6_start_with_link_re...Thomas Haller2016-02-021-12/+4
* device: move have_ip6_address() to nm_ip6_config_get_address_first_nontentati...Thomas Haller2016-02-023-27/+28
* device: add ext_ip6_config_captured to remember the last-read platform config...Thomas Haller2016-02-021-7/+9
* core: add nm_ip6_config_new_cloned() functionThomas Haller2016-02-022-2/+15
* device/team: fix tiny memory leakBeniamino Galvani2016-02-011-0/+1
* connectivity: implement nm_connectivity_state_to_string() as NM_UTILS_LOOKUP_...Thomas Haller2016-02-011-18/+9
* utils: reimplement NM_UTILS_ENUM2STR_DEFINE() without helper functionThomas Haller2016-02-012-62/+22
* utils: pass entire return statement to NM_UTILS_LOOKUP_DEFINE()Thomas Haller2016-02-015-8/+12
* utils: change _NM_UTILS_LOOKUP_DEFINE() to generate compiler warning about mi...Thomas Haller2016-02-013-3/+6
* connectivity: fix calling parent dispose()Thomas Haller2016-02-011-6/+5
* dns: don't add an IP-addresss-like hostname to the search domainsThomas Haller2016-02-011-1/+2
* dnsmasq-manager: lazy create debug logging stringThomas Haller2016-01-301-4/+3
* platform: ignore permanent MAC addresses of all ones (FF:FF:FF:FF:FF:FF)Dan Williams2016-01-291-1/+8
* core,dhcp: look for IPv6LL address in composite configDan Williams2016-01-291-1/+1
* ifcfg-rh/tests: fix variable scope for test argumentsThomas Haller2016-01-291-9/+6
* ifcfg-rh/tests: fix test after changing behavior for setting NM_SETTING_IP_CO...Thomas Haller2016-01-291-1/+1
* ifcfg,keyfile: fix temporary file races (CVE-2016-0764)Lubomir Rintel2016-01-292-34/+21
* wext: avoid division by zeroLubomir Rintel2016-01-291-1/+1
* fake-platform: check link_get returnLubomir Rintel2016-01-291-1/+2
* ifcfg: make Coverity happyLubomir Rintel2016-01-291-3/+2
* settings: coding style and use gs_free in write_hostname()Thomas Haller2016-01-291-5/+6
* settings: resolve path if hostname is a sym-linkJoel Holdsworth2016-01-291-2/+11
* device: don't iterate over a va_list more then onceThomas Haller2016-01-291-20/+13
* wwan: retry connect on some errors and save them for log messagesDan Williams2016-01-281-7/+15
* vpn-connection: try completing the connection when plugin sends configLubomir Rintel2016-01-281-0/+2
* tests: fix tests for nm_utils_kill_child() by using "bash"Michael Biebl2016-01-281-5/+5
* bluez: own reference to connection provider in NMBluezDeviceThomas Haller2016-01-271-5/+9
* bluez: own reference to connection provider in NMBluezManagerThomas Haller2016-01-271-2/+3
* bluez: fix invoking parent dispose() function in NMBluezManagerThomas Haller2016-01-271-0/+2
* manager: downgrade assertions to g_critical() in manager's singleton gettersThomas Haller2016-01-271-5/+9
* dns: remove newlines from errorsDan Williams2016-01-261-9/+9
* dns: clean up error paths in dns-managerDan Williams2016-01-261-76/+76
* systemd: merge branch 'systemd' into masterThomas Haller2016-01-2640-532/+905
|\
| * systemd: update code from upstreamThomas Haller2016-01-2638-477/+835
* | dns: fix generation of global configuration for dnsmasqBeniamino Galvani2016-01-251-6/+6
* | dhcp/systemd: disable callback before stopping the clientBeniamino 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
* | platform: increase netlink socket receive buffer sizeThomas Haller2016-01-251-8/+2
* | platform: improve detecting ENOBUFS for recvmsg() on netlink socketThomas Haller2016-01-251-1/+13
* | platform: refactor check for error in event_handler_recvmsgs() to switch stat...Thomas Haller2016-01-251-6/+10
* | platform: fix draining netlink socket on cache resyncThomas Haller2016-01-251-0/+6
* | core: reject existing links when trying to add a link via platformThomas Haller2016-01-259-12/+12
* | platform: handle netlink ACKs in event_handler_recvmsgs() during cache-resyncThomas Haller2016-01-251-15/+21
* | 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