summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* merge: merge branch 'systemd' into masterBeniamino Galvani2015-10-0853-1046/+7064
|\
| * systemd: update code from upstreamBeniamino Galvani2015-10-0749-1020/+6966
* | dhcp-systemd: sd_dhcp_lease_load() returns no lease or error on ENOENTLubomir Rintel2015-10-081-1/+1
* | device: refactor setting firewall zone during activation-stage2Thomas Haller2015-10-071-32/+59
* | device/logging: refactor logging for activation-stageThomas Haller2015-10-071-67/+18
* | device: rename nm_device_activate_*() functionsThomas Haller2015-10-071-26/+26
* | device: refactor scheduling the activation sourceThomas Haller2015-10-071-102/+149
* | device: update hw_addr_len before emitting signal in nm_device_update_hw_addr...Thomas Haller2015-10-071-1/+2
* | device: don't complain about repeated schedules of the same activation stageLubomir Rintel2015-10-071-12/+16
* | dhcp-manager: fix memory leak in DHCP listenerBeniamino Galvani2015-10-071-0/+1
* | ifcfg-rh: write REORDER_HDR as more common "yes", "no"Jiří Klimeš2015-10-071-2/+2
* | ifcfg-rh: allow svTrueValue() to accept "0" and "1" valuesJiří Klimeš2015-10-074-4/+114
* | libnm/vlan: default to vlan.flags=REORDER_HDR for new connections (rh #1250225)Jiří Klimeš2015-10-074-0/+48
* | device: assert that master-ready handler is not scheduled in schedule_stage2_...baserock/1.1.0-dev-1952-gc41be46Thomas Haller2015-10-061-2/+3
* | device: handle master-ready before scheduling stage2Thomas Haller2015-10-061-22/+24
* | device: fix activating master/slave devices during stage2Thomas Haller2015-10-061-3/+3
* | dbus: allow talking to fortisslvpn pluginLubomir Rintel2015-10-061-0/+1
* | ifcfg-rh: don't disallow console users from owning the bus nameLubomir Rintel2015-10-061-1/+0
* | device: allow overriding the DHCPv4 timeoutLubomir Rintel2015-10-061-1/+1
* | ifcfg-rh: add IPV4_DHCP_TIMEOUT key for ipv4.dhcp-timeout propertyLubomir Rintel2015-10-062-2/+8
* | config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-057-22/+32
* | config: allow to enable/disable configuration snippetsThomas Haller2015-10-058-6/+370
* | core: add nm_utils_ascii_str_to_bool()Thomas Haller2015-10-053-26/+40
* | config/trivial: rename nm_config_get_device_match_spec() to nm_config_get_mat...Thomas Haller2015-10-053-9/+9
* | device: add assertion to consistency of nm_device_check_connection_available()Thomas Haller2015-10-051-16/+51
* | build: make NM_MORE_ASSERTS define numeric for different levels of more-assertsThomas Haller2015-10-053-3/+3
* | config: add missing include to "config.h" headerThomas Haller2015-10-051-0/+2
* | build: drop generating empty nm-*-enum-types for device pluginsThomas Haller2015-10-056-40/+3
* | device: use _LOG() logging macros for per-device loggingThomas Haller2015-10-051-6/+5
* | wifi: align logging AP dumpsThomas Haller2015-10-031-1/+1
* | wifi: fix alignment of logging strength in nm_ap_dump()Thomas Haller2015-10-031-2/+1
* | bus-manager: fix handling of incoming signalsBeniamino Galvani2015-10-031-12/+41
* | device: fix activating slave device when stage1 delays actionThomas Haller2015-10-021-23/+40
* | device: use nm_clear_g_signal_handler() to clear master-ready signal handlerThomas Haller2015-10-021-8/+2
* | config: initialize gs_free marked variableJiří Klimeš2015-10-021-1/+1
* | wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)Jiří Klimeš2015-10-021-15/+46
* | supplicant: fix BSSs property typeJiří Klimeš2015-10-021-1/+1
* | nm-config: drop a glib 2.40-ismLubomir Rintel2015-10-011-1/+1
* | manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-017-16/+340
* | dns: add support for global configuration in DNS managerBeniamino Galvani2015-10-017-52/+169
* | core: add support for reading global DNS configuration from keyfileBeniamino Galvani2015-10-019-0/+457
* | build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-3026-1/+28
* | dnsmasq-manager: forget the watch when the callback hitsLubomir Rintel2015-09-301-0/+1
* | bus-manager: only unregister skeletons if they were actually registeredLubomir Rintel2015-09-301-1/+2
* | firewall-manager: handle bus connection failureLubomir Rintel2015-09-301-5/+10
* | all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller2015-09-303-25/+5
* | all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-09-303-0/+20
* | manager: fix a reversed conditionalLubomir Rintel2015-09-301-1/+1
* | vpn-connection: set the MTU for the VPN IP interfaceLubomir Rintel2015-09-291-7/+3
* | firewall-manager: avoid leaving dangling request if firewalld is not runningLubomir Rintel2015-09-291-1/+1