summaryrefslogtreecommitdiff
path: root/src/nm-auth-subject.c
Commit message (Expand)AuthorAgeFilesLines
* all: SPDX header conversionLubomir Rintel2019-09-101-14/+1
* all: drop emacs file variables from source filesThomas Haller2019-06-111-1/+0
* dbus: cache GetConnectionUnixProcessID and GetConnectionUnixUserThomas Haller2019-04-091-3/+4
* all: drop unnecessary includes of <errno.h> and <string.h>Thomas Haller2019-02-121-1/+0
* all: don't use gchar/gshort/gint/glong but C typesThomas Haller2018-07-111-2/+2
* auth-subject: minor cleanup of _new_unix_process()Thomas Haller2018-04-161-3/+3
* shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller2018-04-161-1/+0
* auth-subject: fix potential memory corruption in nm_auth_subject_to_string()Thomas Haller2018-04-131-2/+2
* core: drop unnecessary #if WITH_POLKIT from nm-auth-subject.hThomas Haller2018-04-051-4/+0
* core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller2018-03-121-11/+11
* core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller2018-03-121-1/+1
* all: use "unsigned long" instead of "long unsigned"Thomas Haller2017-03-141-3/+3
* all/trivial: unify construct-only property commentsThomas Haller2017-03-081-2/+4
* src: drop generated nm-src-enum-types.hThomas Haller2016-10-221-1/+0
* core: don't use generated glib enum for NMAuthSubjectTypeThomas Haller2016-10-221-11/+14
* build: merge "src/Makefile.am" into toplevel MakefileThomas Haller2016-10-191-1/+1
* all: modify line separator comments to be 80 chars wideThomas Haller2016-10-031-3/+3
* core: use _NM_GET_PRIVATE() macrosThomas Haller2016-09-081-12/+1
* auth: embed private data NMAuthSubjectPrivate in NMAuthSubject structThomas Haller2016-05-121-15/+33
* auth: allow failures to read process start_time from /proc/$PID/stat with hid...Thomas Haller2016-04-221-3/+12
* all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller2016-02-191-2/+1
* core: final gdbus portingDan Winship2015-08-101-6/+6
* all: make use of new header file "nm-default.h"Thomas Haller2015-08-051-2/+1
* core: rename NMDBusManager to NMBusManagerDan Winship2015-07-241-12/+12
* all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship2015-07-241-2/+1
* core: return parent pid from nm_utils_get_start_time_for_pid()Thomas Haller2015-06-301-1/+1
* core: fix nm_utils_kill_process_sync() not to hang for a zombie processThomas Haller2015-06-301-1/+1
* auth: fix memleak in _new_unix_process()Thomas Haller2015-01-291-1/+2
* all: consistently include config.hDan Winship2014-11-131-0/+2
* core: add nm_utils_get_start_time_for_pid() functionThomas Haller2014-10-101-59/+2
* build: fix compilation with GLib 2.32Jiří Klimeš2014-10-031-0/+1
* auth: support disabling POLKIT authentication entirely at compile timeThomas Haller2014-09-291-0/+4
* auth: rework polkit autorization to use DBUS interface directlyThomas Haller2014-09-291-100/+368
* settings: prefer secret agents in the same process as the requestDan Winship2013-12-031-0/+6
* core: add NMAuthSubject object to encapsulate authentication infoDan Williams2013-10-311-0/+210