summaryrefslogtreecommitdiff
path: root/src/nm-auth-subject.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-11all: don't use gchar/gshort/gint/glong but C typesThomas Haller1-2/+2
2018-04-16auth-subject: minor cleanup of _new_unix_process()Thomas Haller1-3/+3
2018-04-16shared: move nm_utils_get_start_time_for_pid() to shared/nm-utilsThomas Haller1-1/+0
2018-04-13auth-subject: fix potential memory corruption in nm_auth_subject_to_string()Thomas Haller1-2/+2
2018-04-05core: drop unnecessary #if WITH_POLKIT from nm-auth-subject.hThomas Haller1-4/+0
2018-03-12core/dbus: rework D-Bus implementation to use lower layer GDBusConnection APIThomas Haller1-11/+11
2018-03-12core: rename "nm-bus-manager.h" to "nm-dbus-manager.h"Thomas Haller1-1/+1
2017-03-14all: use "unsigned long" instead of "long unsigned"Thomas Haller1-3/+3
2017-03-08all/trivial: unify construct-only property commentsThomas Haller1-2/+4
2016-10-22src: drop generated nm-src-enum-types.hThomas Haller1-1/+0
2016-10-22core: don't use generated glib enum for NMAuthSubjectTypeThomas Haller1-11/+14
2016-10-19build: merge "src/Makefile.am" into toplevel MakefileThomas Haller1-1/+1
2016-10-03all: modify line separator comments to be 80 chars wideThomas Haller1-3/+3
2016-09-08core: use _NM_GET_PRIVATE() macrosThomas Haller1-12/+1
2016-05-12auth: embed private data NMAuthSubjectPrivate in NMAuthSubject structThomas Haller1-15/+33
2016-04-22auth: allow failures to read process start_time from /proc/$PID/stat with hid...Thomas Haller1-3/+12
2016-02-19all: cleanup includes and let "nm-default.h" include "config.h"Thomas Haller1-2/+1
2015-08-10core: final gdbus portingDan Winship1-6/+6
2015-08-05all: make use of new header file "nm-default.h"Thomas Haller1-2/+1
2015-07-24core: rename NMDBusManager to NMBusManagerDan Winship1-12/+12
2015-07-24all: rename nm-glib-compat.h to nm-glib.h, use everywhereDan Winship1-2/+1
2015-06-30core: return parent pid from nm_utils_get_start_time_for_pid()Thomas Haller1-1/+1
2015-06-30core: fix nm_utils_kill_process_sync() not to hang for a zombie processThomas Haller1-1/+1
2015-01-29auth: fix memleak in _new_unix_process()Thomas Haller1-1/+2
2014-11-13all: consistently include config.hDan Winship1-0/+2
2014-10-10core: add nm_utils_get_start_time_for_pid() functionThomas Haller1-59/+2
2014-10-03build: fix compilation with GLib 2.32Jiří Klimeš1-0/+1
2014-09-29auth: support disabling POLKIT authentication entirely at compile timeThomas Haller1-0/+4
2014-09-29auth: rework polkit autorization to use DBUS interface directlyThomas Haller1-100/+368
2013-12-03settings: prefer secret agents in the same process as the requestDan Winship1-0/+6
2013-10-31core: add NMAuthSubject object to encapsulate authentication infoDan Williams1-0/+210