summaryrefslogtreecommitdiff
path: root/src/nm-firewall-manager.c
Commit message (Expand)AuthorAgeFilesLines
* all: add nm_utils_error_is_cancelled() and nm_utils_error_is_cancelled_or_dis...Thomas Haller2020-02-101-1/+1
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* firewall: refactor "nm-firewall-manager.c" to not use GDBusProxyThomas Haller2019-08-071-255/+307
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-2/+0
* all: use the elvis operator wherever possibleLubomir Rintel2018-05-101-1/+1
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* c-list: re-import latest version of c-list.h from upstreamThomas Haller2017-11-281-4/+4
* firewall: use CList to track pending_callsThomas Haller2017-05-111-19/+20
* firewall: avoid invalid -Werror=maybe-uninitialized warning in _handle_dbus_s...Thomas Haller2017-05-101-4/+2
* firewall: fix supressing errors from D-Bus callsThomas Haller2017-04-211-3/+5
* firewall: queue operations while NMFirewallManager instance is initializingThomas Haller2017-04-211-27/+72
* firewall: drop _cb_info_is_idle()Thomas Haller2017-04-211-15/+12
* firewall: factor out D-Bus call from _start_request()Thomas Haller2017-04-211-26/+46
* firewall: merge "started" signal and "available" propertyThomas Haller2017-04-211-50/+22
* firewall: create firewall D-Bus proxy asynchronouslyThomas Haller2017-04-211-26/+62
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-40/+44
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-5/+5
* core: use defines for signal names in NMDnsManager and NMFirewallManagerThomas Haller2016-04-041-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* build: cleanup default includesThomas Haller2016-02-121-3/+3
* 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-301-5/+1
* all: g_hash_table_add doesn't return a value before 2.40Lubomir Rintel2015-09-301-0/+4
* firewall-manager: avoid leaving dangling request if firewalld is not runningLubomir Rintel2015-09-291-1/+1
* firewall: always take a reference to NMFirewallManager during asynchronous op...Thomas Haller2015-09-251-55/+24
* firewall: refactor callback handling in NMFirewallManagerThomas Haller2015-09-251-147/+348
* firewall: add arguments to NMFirewallManagerAddRemoveCallbackThomas Haller2015-09-251-1/+1
* firewall/trivial: rename FwAddToZoneFunc to NMFirewallManagerAddRemoveCallbackThomas Haller2015-09-251-3/+3
* firewall/trivial: rename NMFirewallPendingCall to NMFirewallManagerCallIdThomas Haller2015-09-251-7/+7
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-3/+1
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-241-0/+1
* firewall: clean up call completion and use GCancellableDan Williams2015-04-031-71/+40
* firewall: port nm-firewall-manager to gdbusDan Winship2015-04-031-116/+78
* core: declare nm_firewall_manager_get() using NM_DEFINE_SINGLETON_GETTER()Thomas Haller2015-01-121-12/+1
* firewall: always complete callbacks asynchronouslyThomas Haller2014-11-191-31/+99
* firewall: invoke FwAddToZoneFunc callback also when cancellingThomas Haller2014-11-191-1/+10
* firewall: make call handle an opaque pointer typeThomas Haller2014-11-191-21/+21
* firewall: allow passing NULL callback to nm_firewall_manager_add_or_change_zo...Thomas Haller2014-11-191-2/+4
* core: move content of src/firewall-manager directory to src/Thomas Haller2014-11-191-0/+361