summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* merge: branch 'lr/ipv4-dhcp-timeout-rh1262922'Lubomir Rintel2015-10-0612-11/+126
|\
| * cli: add support for ipv4.dhcp-timeout propertylr/ipv4-dhcp-timeout-rh1262922Lubomir Rintel2015-10-061-8/+19
| * 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
| * libnm-util: add ipv4.dhcp-timeout propertyLubomir Rintel2015-10-064-0/+44
| * libnm,ip4-config: add ipv4.dhcp-timeout propertyLubomir Rintel2015-10-064-0/+54
|/
* libnm: avoid notifying for objects until they're async-initedLubomir Rintel2015-10-061-0/+38
* Revert "libnm: fix initializing of new connections"Lubomir Rintel2015-10-062-4/+1
* config: merge branch 'th/config-enable-bgo755935'Thomas Haller2015-10-0513-71/+555
|\
| * config: drop global-dns.enable option in favor of .config.enableThomas Haller2015-10-058-30/+32
| * config: allow to enable/disable configuration snippetsThomas Haller2015-10-0510-6/+474
| * 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
|/
* core: merge branch 'th/more-asserts'Thomas Haller2015-10-0514-63/+77
|\
| * 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-055-6/+20
| * build: include "config.h" in nm*enum-types.c sourcesThomas Haller2015-10-051-1/+1
| * 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
* libnm: use nm_clear_g_source() in nm-object.cThomas Haller2015-10-031-4/+2
* 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
* code: merge branch 'th/enslave-team-rh1183444'Thomas Haller2015-10-022-30/+54
|\
| * 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
| * macros: add nm_clear_g_signal_handler() helperThomas Haller2015-10-021-0/+13
|/
* 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-vpn-service-plugin: increase the quit timerLubomir Rintel2015-10-013-3/+3
* nm-config: drop a glib 2.40-ismLubomir Rintel2015-10-011-1/+1
* core: merge branch 'bg/global-dns-conf-bgo750458'Beniamino Galvani2015-10-0122-68/+1131
|\
| * manager: export DNS global configuration D-Bus propertyBeniamino Galvani2015-10-019-16/+364
| * man: document global DNS configuration sectionsBeniamino Galvani2015-10-011-0/+66
| * 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
| * glib-compat: add g_hash_table_get_keys_as_array() compat functionBeniamino Galvani2015-10-012-0/+75
|/
* contrib/rpm: remove dbus-glib dependancyThomas Haller2015-09-301-1/+0
* build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller2015-09-3052-111/+144
* tui: fix crash during activation when failed to create secret-agentThomas Haller2015-09-301-4/+4
* 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