summaryrefslogtreecommitdiff
path: root/src/nm-auth-manager.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-24shared: nm-auth-subject: add unix-session typeAntonio Cardace1-2/+2
2019-12-11core: add main.auth-polkit option "root-only"Thomas Haller1-21/+40
2019-10-01all: manually drop code comments with file descriptionThomas Haller1-2/+1
2019-09-10all: SPDX header conversionLubomir Rintel1-14/+1
2019-08-10auth: drop unused idle-reason for NMAuthManagerCallIdThomas Haller1-24/+5
2019-06-11all: drop emacs file variables from source filesThomas Haller1-1/+0
2019-05-13core: don't log plain pointer values for singletonsThomas Haller1-1/+2
2019-05-12auth-manager: don't watch polkit's D-Bus name and don't emit change signal wh...Thomas Haller1-91/+1
2019-05-12auth-manager: drop GDBusProxy and use GDBusConnection directlyThomas Haller1-169/+153
2019-05-12auth-manager: re-use D-Bus connection from NMDBusManagerThomas Haller1-13/+31
2019-05-12core: minor cleanupThomas Haller1-5/+7
2018-05-02auth-manager: use the correct function to deallocate a GErrorLubomir Rintel1-1/+1
2018-04-23auth-manager: drop an unused variableLubomir Rintel1-1/+0
2018-04-18shared: drop duplicate c-list.h headerBeniamino Galvani1-1/+1
2018-04-18auth-manager: fix potential issue iterating modified CList in _dbus_new_proxy...Thomas Haller1-2/+4
2018-04-17auth-manager: fix processing calls in _dbus_new_proxy_cb()Beniamino Galvani1-3/+3
2018-04-17core: fix wrong assertion when disposing NMAuthManagerBeniamino Galvani1-1/+1
2018-04-17auth-manager: don't process idle calls when the proxy creation finishesBeniamino Galvani1-4/+8
2018-04-13auth-manager: let NMAuthChain always call to NMAuthManager for dummy requestsThomas Haller1-11/+43
2018-04-13auth-manager: always compile D-Bus calls to polkitThomas Haller1-22/+0
2018-04-13auth-manager: rework auth-manager's APIThomas Haller1-239/+314
2018-04-13auth-manager: drop unused property getter for NM_AUTH_MANAGER_POLKIT_ENABLEDThomas Haller1-18/+2
2018-04-13auth-manager: emit signal by IDThomas Haller1-1/+1
2018-04-13auth-chain: avoid another idle-call when auth-request completesThomas Haller1-0/+3
2017-03-24logging: log device and connection along with the messageLubomir Rintel1-1/+1
2017-03-13all: use nm_clear_g_cancellable()Thomas Haller1-4/+1
2017-01-16ip[46]-config/trivial: move code aroundThomas Haller1-1/+1
2016-10-04core: refactor private data in "src"Thomas Haller1-51/+58
2016-04-05auth: downgrade g_assert() to nm_assert()Thomas Haller1-1/+1
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-09-25core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller1-3/+2
2015-08-20logging: declare default logging macros in "nm-logging.h"Thomas Haller1-13/+7
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-1/+1
2015-08-05core: log setup of singleton instancesThomas Haller1-0/+2
2015-08-05core: order destruction of singleton instancesThomas Haller1-3/+2
2015-07-24core: add missing g_dbus_error_strip_remote_error() callsDan Winship1-0/+2
2015-07-24core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller1-0/+1
2015-04-22logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller1-3/+3
2015-04-03libnm, core: use typechecked proxy_call methodsDan Winship1-6/+3
2015-04-03libnm, core: use _nm_dbus_signal_connect()Dan Winship1-15/+9
2015-01-12auth: destroy singleton instance of NMAuthManager on exitThomas Haller1-16/+6
2015-01-12core/trivial: rename singleton variables according to default nameThomas Haller1-8/+8
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-10-22core: drop all remaining core-internal error domainsDan Winship1-16/+11
2014-09-29auth: support disabling POLKIT authentication entirely at compile timeThomas Haller1-0/+17
2014-09-29auth: rework polkit autorization to use DBUS interface directlyThomas Haller1-0/+643