summaryrefslogtreecommitdiff
path: root/src/nm-auth-utils.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-18core,clients: use our own string hashing function nm_str_hash()Thomas Haller1-1/+2
2017-04-07auth-utils: fix possibly uninitialized variablesDan Williams1-1/+1
2017-03-13all: use nm_clear_g_cancellable()Thomas Haller1-3/+1
2016-11-11auth-utils: don't fail the auth chain if we can't get a single permissionsLubomir Rintel1-10/+5
2016-08-17core: fix builds without polkit supportBeniamino Galvani1-2/+2
2016-06-01all: move NM_AUTH_PERMISSION_* defines to "nm-common-macros.h" headerThomas Haller1-1/+2
2016-03-03all: don't include error->code in log messagesThomas Haller1-2/+2
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-09-18auth-utils: some refactoring in nm-auth-utils.cThomas Haller1-50/+74
2015-08-10core: final gdbus portingDan Winship1-3/+3
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-3/+1
2015-08-04auth-utils: add nm_auth_chain_get_subject()Beniamino Galvani1-0/+8
2015-07-24core: move D-Bus export/unexport into NMExportedObjectDan Winship1-1/+0
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-1/+1
2015-02-18auth-utils: memleak: free the key when we steal dataLubomir Rintel1-2/+3
2015-02-17auth: don't enforce user sessionPavel Šimerda1-7/+0
2015-01-05auth: remove session monitor argumentPavel Šimerda1-2/+0
2015-01-05session: switch code to nm_session_monitor_session_exists()Pavel Šimerda1-9/+4
2014-11-13all: consistently include config.hDan Winship1-1/+2
2014-09-29auth: support disabling POLKIT authentication entirely at compile timeThomas Haller1-0/+11
2014-09-29auth: rework polkit autorization to use DBUS interface directlyThomas Haller1-253/+65
2014-09-29auth: rename file nm-manager-auth.* to nm-auth-utils.*Thomas Haller1-0/+656