summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* vpn-manager: support multiple VPN connections of the same typelr/multiple-vpnLubomir Rintel2015-10-138-526/+221
* device: allow multiple vpn IP configurationsLubomir Rintel2015-10-133-50/+157
* vpn-connection: export add nm_vpn_connection_get_service()Lubomir Rintel2015-10-132-1/+2
* device: introduce a global default value for ipv4.dhcp-timeoutBeniamino Galvani2015-10-131-1/+23
* ifcfg-rh: add support for 'LLDP' connection propertyBeniamino Galvani2015-10-122-0/+20
* ifcfg-rh: split out parsing of boolean values from svTrueValue()Beniamino Galvani2015-10-123-60/+82
* device: export list of LLDP neighbors through D-BusBeniamino Galvani2015-10-126-0/+814
* ppp: do not pass NULL to g_variant_new ("(s)")Jiří Klimeš2015-10-121-1/+1
* core: disable assertion in nm_ip[46]_config_replace() by defaultThomas Haller2015-10-102-6/+10
* platform: fix wrongly return "FALSE" instead of "NULL" for pointer typeThomas Haller2015-10-101-5/+5
* platform: use nm_g_hash_table_add() compat wrapper in _nmp_cache_update_add()Thomas Haller2015-10-101-5/+1
* device: fix wrongly managing external-down device due to not setting EXTERNAL...Thomas Haller2015-10-091-2/+3
* platform: downgrade logging level for "event-notification" messagesThomas Haller2015-10-091-2/+2
* logging: properly use current domains when setting loggingThomas Haller2015-10-091-39/+50
* logging: refactor global variable to have them in a structThomas Haller2015-10-091-118/+128
* logging/trivial: move codeThomas Haller2015-10-091-12/+12
* platform: warn about growing sysctl logging cache and clear itThomas Haller2015-10-093-12/+44
* logging: add special logging level "KEEP"Thomas Haller2015-10-092-5/+17
* ifcfg-rh/tests: add a missing file to the distributionLubomir Rintel2015-10-091-1/+2
* device: get rid of ipv4ll_timeout_remove()Beniamino Galvani2015-10-081-13/+2
* device/vlan: update VLAN MAC address when parent's one changesBeniamino Galvani2015-10-081-4/+36
* device: fix race wrongly managing external-down device due to late udev signalThomas Haller2015-10-081-20/+28
* ifcfg-rh: accept BOOTPROTO=static with missing IPv4 addressesJosef Bacik2015-10-083-6/+26
* 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