summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-10-02device: fix activating slave device when stage1 delays actionThomas Haller1-23/+40
2015-10-02device: use nm_clear_g_signal_handler() to clear master-ready signal handlerThomas Haller1-8/+2
2015-10-02config: initialize gs_free marked variableJiří Klimeš1-1/+1
2015-10-02wifi: emit NEW_BSS on ScanDone to update APs in Wi-Fi device (rh #1267327)Jiří Klimeš1-15/+46
2015-10-02supplicant: fix BSSs property typeJiří Klimeš1-1/+1
2015-10-01nm-config: drop a glib 2.40-ismLubomir Rintel1-1/+1
2015-10-01manager: export DNS global configuration D-Bus propertyBeniamino Galvani7-16/+340
2015-10-01dns: add support for global configuration in DNS managerBeniamino Galvani7-52/+169
2015-10-01core: add support for reading global DNS configuration from keyfileBeniamino Galvani9-0/+457
2015-09-30build: extract version macros from "nm-version.h" to new header file "nm-vers...Thomas Haller26-1/+28
2015-09-30dnsmasq-manager: forget the watch when the callback hitsLubomir Rintel1-0/+1
2015-09-30bus-manager: only unregister skeletons if they were actually registeredLubomir Rintel1-1/+2
2015-09-30firewall-manager: handle bus connection failureLubomir Rintel1-5/+10
2015-09-30all: use glib compatibility functions for g_hash_table_add() and g_hash_table...Thomas Haller3-25/+5
2015-09-30all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel3-0/+20
2015-09-30manager: fix a reversed conditionalLubomir Rintel1-1/+1
2015-09-29vpn-connection: set the MTU for the VPN IP interfaceLubomir Rintel1-7/+3
2015-09-29firewall-manager: avoid leaving dangling request if firewalld is not runningLubomir Rintel1-1/+1
2015-09-29device: export S390Subchannels property on Ethernet deviceJiří Klimeš2-13/+43
2015-09-26device: ensure firewall zone is set on the actual IP interfaceBeniamino Galvani1-3/+30
2015-09-25device: increase IPv6LL DAD timeout (rh #1101809)Dan Williams1-1/+6
2015-09-25firewall: always take a reference to NMFirewallManager during asynchronous op...Thomas Haller4-62/+24
2015-09-25firewall: refactor callback handling in NMFirewallManagerThomas Haller4-162/+384
2015-09-25firewall: add arguments to NMFirewallManagerAddRemoveCallbackThomas Haller4-4/+13
2015-09-25firewall/trivial: rename FwAddToZoneFunc to NMFirewallManagerAddRemoveCallbackThomas Haller2-5/+5
2015-09-25firewall/trivial: rename NMFirewallPendingCall to NMFirewallManagerCallIdThomas Haller4-21/+21
2015-09-25core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller5-53/+18
2015-09-25core: add NM_UTILS_ERRORThomas Haller2-0/+58
2015-09-25modem-broadband: update modem's supported-ip-families (rh #1263959)Jiří Klimeš1-0/+17
2015-09-24systemd: avoid potential crash due to uncanceled timers in client_receive_adv...Thomas Haller1-1/+4
2015-09-23systemd/adapt: update logging prefix for systemd log_internal()Thomas Haller1-3/+4
2015-09-23systemd/adapt: refactor sd_event_source to use a union for holding mutually e...Thomas Haller1-8/+14
2015-09-23systemd/adapt: assert that a @source argument is passed to sd_event_add_time()Thomas Haller1-0/+8
2015-09-23systemd/adapt: fix potential crash invoking sd_event_source callbacksThomas Haller1-8/+20
2015-09-23systemd/adapt: use slice-allocator for struct sd_event_sourceThomas Haller1-2/+2
2015-09-23systemd/adapt: refactor creation of struct sd_event_sourceThomas Haller1-4/+12
2015-09-23logging: coerce negative error values to positive errnoThomas Haller1-1/+4
2015-09-23supplicant: adjust fragment_size according to MTU (bgo #755145)Jiří Klimeš9-9/+203
2015-09-22dns-manager: fix DNS options syntax in resolv.confBeniamino Galvani1-1/+1
2015-09-22manager: cleanup NMRfkillManager in dispose()Jiří Klimeš1-0/+5
2015-09-22manager: disconnect signal handlers on 'settings' in dispose() (rh #1264676)Jiří Klimeš1-1/+10
2015-09-21device: refactor beginning of _set_state_full()Thomas Haller1-8/+18
2015-09-21vpn: use vpn.timeout property as timeout value for IP config (bgo #754754)Jiří Klimeš1-2/+19
2015-09-21device: log the flags that are set/cleared in _set_unmanaged_flags()Thomas Haller1-2/+2
2015-09-21core: fix crash in NMManager message filterBeniamino Galvani1-2/+2
2015-09-21device: remove unused ip_ifaceJiří Klimeš1-7/+0
2015-09-21wifi: remove unused variablesJiří Klimeš1-4/+0
2015-09-18exported-object: explicitly disconnect bindings and signal handlers to GDBusI...Thomas Haller1-11/+59
2015-09-18core: separate active and applied connectionLubomir Rintel36-843/+1326
2015-09-18secrets: make agent-manager independent from NMSettingsConnectionThomas Haller6-24/+59