summaryrefslogtreecommitdiff
path: root/src/nm-firewall-manager.c
AgeCommit message (Expand)AuthorFilesLines
2017-05-11firewall: use CList to track pending_callsThomas Haller1-19/+20
2017-05-10firewall: avoid invalid -Werror=maybe-uninitialized warning in _handle_dbus_s...Thomas Haller1-4/+2
2017-04-21firewall: fix supressing errors from D-Bus callsThomas Haller1-3/+5
2017-04-21firewall: queue operations while NMFirewallManager instance is initializingThomas Haller1-27/+72
2017-04-21firewall: drop _cb_info_is_idle()Thomas Haller1-15/+12
2017-04-21firewall: factor out D-Bus call from _start_request()Thomas Haller1-26/+46
2017-04-21firewall: merge "started" signal and "available" propertyThomas Haller1-50/+22
2017-04-21firewall: create firewall D-Bus proxy asynchronouslyThomas Haller1-26/+62
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2016-10-04core: refactor private data in "src"Thomas Haller1-40/+44
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-5/+5
2016-04-04core: use defines for signal names in NMDnsManager and NMFirewallManagerThomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2016-02-12build: cleanup default includesThomas Haller1-3/+3
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 Haller1-5/+1
2015-09-30all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel1-0/+4
2015-09-29firewall-manager: avoid leaving dangling request if firewalld is not runningLubomir Rintel1-1/+1
2015-09-25firewall: always take a reference to NMFirewallManager during asynchronous op...Thomas Haller1-55/+24
2015-09-25firewall: refactor callback handling in NMFirewallManagerThomas Haller1-147/+348
2015-09-25firewall: add arguments to NMFirewallManagerAddRemoveCallbackThomas Haller1-1/+1
2015-09-25firewall/trivial: rename FwAddToZoneFunc to NMFirewallManagerAddRemoveCallbackThomas Haller1-3/+3
2015-09-25firewall/trivial: rename NMFirewallPendingCall to NMFirewallManagerCallIdThomas Haller1-7/+7
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-3/+1
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2015-07-24core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller1-0/+1
2015-04-03firewall: clean up call completion and use GCancellableDan Williams1-71/+40
2015-04-03firewall: port nm-firewall-manager to gdbusDan Winship1-116/+78
2015-01-12core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller1-12/+1
2014-11-19firewall: always complete callbacks asynchronouslyThomas Haller1-31/+99
2014-11-19firewall: invoke FwAddToZoneFunc callback also when cancellingThomas Haller1-1/+10
2014-11-19firewall: make call handle an opaque pointer typeThomas Haller1-21/+21
2014-11-19firewall: allow passing NULL callback to nm_firewall_manager_add_or_change_zo...Thomas Haller1-2/+4
2014-11-19core: move content of src/firewall-manager directory to src/Thomas Haller1-0/+361