summaryrefslogtreecommitdiff
path: root/src/nm-auth-utils.c
Commit message (Expand)AuthorAgeFilesLines
* all: move "src/" directory to "src/core/"Thomas Haller2021-02-041-696/+0
* all: update deprecated SPDX license identifiersThomas Haller2021-01-051-1/+1
* all: unify comment style for SPDX-License-Identifier tagThomas Haller2020-09-291-1/+1
* core: add nm_auth_is_invocation_in_acl_set_error() helperThomas Haller2020-09-291-0/+27
* format: replace tabs for indentation in code commentsac/clang-formatThomas Haller2020-09-281-25/+25
* all: reformat all with new clang-format styleAntonio Cardace2020-09-281-386/+373
* all: use nm_utils_uid_to_name() instead of getpwuid()Thomas Haller2020-09-251-2/+3
* all: fix typo in man pagesSayed Shah2020-07-031-1/+1
* auth: track NMAuthChain data in array instead of CListThomas Haller2020-04-291-45/+43
* auth: natively support GCancellable in NMAuthChainThomas Haller2020-04-291-28/+134
* auth-chain: add nm_auth_chain_get_context() accessorThomas Haller2019-12-311-1/+9
* shared: nm-auth-subject: add unix-session typeAntonio Cardace2019-12-241-7/+13
* shared: move nm-dbus-auth-subject to shared/nm-libnm-core-internAntonio Cardace2019-12-241-2/+3
* all: manually drop code comments with file descriptionThomas Haller2019-10-011-2/+1
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* auth-chain: track auth-chains in embedded CListThomas Haller2019-06-131-0/+8
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* core: minor cleanupThomas Haller2019-05-121-2/+1
* auth-chain: don't copy ChainData tagThomas Haller2019-05-121-26/+26
* auth-chain: don't clone the permission string for AuthChainThomas Haller2019-05-121-11/+36
* auth-chain: don't allow setting the same user-data twiceThomas Haller2019-05-121-16/+14
* auth-chain: don't put permission results into regular user dataThomas Haller2019-05-121-38/+93
* core: remove unused error argument from NMAuthChainResultFuncThomas Haller2019-05-121-1/+1
* auth-chain: use linked list instead of hash table to track user data of NMAut...Thomas Haller2019-05-121-19/+42
* auth-chain: cleanup chain-data in NMAuthChainThomas Haller2019-05-121-44/+44
* auth-chain: embed copy of permission string in AuthCallThomas Haller2019-05-121-7/+7
* core: don't call nm_auth_chain_destroy() from the callbackThomas Haller2019-05-121-3/+6
* auth-chain: drop refcounting of NMAuthChain for simple flagsThomas Haller2019-05-121-39/+53
* shared: move most of "shared/nm-utils" to "shared/nm-glib-aux"Thomas Haller2019-04-181-1/+1
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-3/+0
* docs: misc. typos pt2luz.paz2018-09-171-1/+1
* core: add nm_auth_is_subject_in_acl_set_error() helperThomas Haller2018-04-181-4/+25
* auth-chain: create data-hash hashtable only when neededThomas Haller2018-04-131-4/+13
* auth-chain/trivial: rename data field in NMAuthChainThomas Haller2018-04-131-8/+8
* auth-chain: drop logging in NMAuthChain when request failsThomas Haller2018-04-131-6/+0
* auth-manager: add helper function nm_auth_call_result_eval()Thomas Haller2018-04-131-10/+3
* auth-manager: let NMAuthChain always call to NMAuthManager for dummy requestsThomas Haller2018-04-131-31/+6
* auth-manager: always compile D-Bus calls to polkitThomas Haller2018-04-131-13/+0
* auth-manager: rework auth-manager's APIThomas Haller2018-04-131-24/+24
* auth-chain: avoid another idle-call when auth-request completesThomas Haller2018-04-131-16/+11
* auth-chain/trivial: rename nm_auth_chain_unref() to nm_auth_chain_destroy()Thomas Haller2018-04-131-5/+8
* auth-chain: remove unused error argumentThomas Haller2018-04-131-3/+1
* auth-chain: optimize tracking of user data for NMAuthChainThomas Haller2018-04-061-18/+25
* auth-chain: don't compare pointers explicitly against NULLThomas Haller2018-04-051-11/+11
* auth-chain: split handling auth-call in idleThomas Haller2018-04-051-7/+25
* auth-chain/trivial: move codeThomas Haller2018-04-051-77/+83
* auth-chain: drop unused nm_auth_chain_get_data_ulong()Thomas Haller2018-04-051-27/+0
* auth-chain: use CList for tracking pending authentication requestsThomas Haller2018-04-051-68/+55
* all: include "nm-utils/nm-hash-utils.h" by defaultThomas Haller2017-11-161-1/+0
* core,clients: use our own string hashing function nm_str_hash()Thomas Haller2017-10-181-1/+2