summaryrefslogtreecommitdiff
path: root/src/nm-auth-manager.c
AgeCommit message (Expand)AuthorFilesLines
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