summaryrefslogtreecommitdiff
path: root/src/nm-auth-manager.c
Commit message (Expand)AuthorAgeFilesLines
* auth-manager: watch PolicyKit name owner to emit changed signal when name own...Thomas Haller2020-04-211-27/+144
* all: drop explicit casts from _GET_PRIVATE() macro callsThomas Haller2020-02-141-1/+1
* shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-241-2/+2
* core: add main.auth-polkit option "root-only"Thomas Haller2019-12-111-21/+40
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* auth: drop unused idle-reason for NMAuthManagerCallIdThomas Haller2019-08-101-24/+5
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* core: don't log plain pointer values for singletonsThomas Haller2019-05-131-1/+2
* auth-manager: don't watch polkit's D-Bus name and don't emit change signal wh...Thomas Haller2019-05-121-91/+1
* auth-manager: drop GDBusProxy and use GDBusConnection directlyThomas Haller2019-05-121-169/+153
* auth-manager: re-use D-Bus connection from NMDBusManagerThomas Haller2019-05-121-13/+31
* core: minor cleanupThomas Haller2019-05-121-5/+7
* auth-manager: use the correct function to deallocate a GErrorLubomir Rintel2018-05-021-1/+1
* auth-manager: drop an unused variableLubomir Rintel2018-04-231-1/+0
* shared: drop duplicate c-list.h headerBeniamino Galvani2018-04-181-1/+1
* auth-manager: fix potential issue iterating modified CList in _dbus_new_proxy...Thomas Haller2018-04-181-2/+4
* auth-manager: fix processing calls in _dbus_new_proxy_cb()Beniamino Galvani2018-04-171-3/+3
* core: fix wrong assertion when disposing NMAuthManagerBeniamino Galvani2018-04-171-1/+1
* auth-manager: don't process idle calls when the proxy creation finishesBeniamino Galvani2018-04-171-4/+8
* auth-manager: let NMAuthChain always call to NMAuthManager for dummy requestsThomas Haller2018-04-131-11/+43
* auth-manager: always compile D-Bus calls to polkitThomas Haller2018-04-131-22/+0
* auth-manager: rework auth-manager's APIThomas Haller2018-04-131-239/+314
* auth-manager: drop unused property getter for NM_AUTH_MANAGER_POLKIT_ENABLEDThomas Haller2018-04-131-18/+2
* auth-manager: emit signal by IDThomas Haller2018-04-131-1/+1
* auth-chain: avoid another idle-call when auth-request completesThomas Haller2018-04-131-0/+3
* logging: log device and connection along with the messageLubomir Rintel2017-03-241-1/+1
* all: use nm_clear_g_cancellable()Thomas Haller2017-03-131-4/+1
* ip[46]-config/trivial: move code aroundThomas Haller2017-01-161-1/+1
* core: refactor private data in "src"Thomas Haller2016-10-041-51/+58
* auth: downgrade g_assert() to nm_assert()Thomas Haller2016-04-051-1/+1
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: use NM_UTILS_ERROR_CANCELLED_DISPOSING error reasonThomas Haller2015-09-251-3/+2
* logging: declare default logging macros in "nm-logging.h"Thomas Haller2015-08-201-13/+7
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-1/+1
* core: log setup of singleton instancesThomas Haller2015-08-051-0/+2
* core: order destruction of singleton instancesThomas Haller2015-08-051-3/+2
* core: add missing g_dbus_error_strip_remote_error() callsDan Winship2015-07-241-0/+2
* core: move NM_DEFINE_SINGLETON macros to src/NetworkManagerUtils.hThomas Haller2015-07-241-0/+1
* logging: use _nm_log() to avoid duplicate check of whether logging is enabledThomas Haller2015-04-221-3/+3
* libnm, core: use typechecked proxy_call methodsDan Winship2015-04-031-6/+3
* libnm, core: use _nm_dbus_signal_connect()Dan Winship2015-04-031-15/+9
* auth: destroy singleton instance of NMAuthManager on exitThomas Haller2015-01-121-16/+6
* core/trivial: rename singleton variables according to default nameThomas Haller2015-01-121-8/+8
* all: consistently include config.hDan Winship2014-11-131-0/+2
* core: drop all remaining core-internal error domainsDan Winship2014-10-221-16/+11
* auth: support disabling POLKIT authentication entirely at compile timeThomas Haller2014-09-291-0/+17
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-0/+643