summaryrefslogtreecommitdiff
path: root/src/polkitagent
AgeCommit message (Expand)AuthorFilesLines
2013-05-07Fix a memory leakMiloslav Trmač1-0/+1
2013-04-15Add annotations for element types of returned listsMiloslav Trmač1-1/+1
2013-04-15Document deprecated functions.Miloslav Trmač1-0/+9
2013-04-11polkitagent, pkexec: Respect SUID_CFLAGS and SUID_LDFLAGSVincent Untz1-0/+6
2013-01-09build: Remove generated introspection files on "make clean"Michael Biebl1-0/+1
2012-11-13build: Fix .gir generation for parallel makeRyan Lortie1-0/+2
2012-10-09PolkitAgent: Avoid crashing if initializing the server object failsAdam Jackson1-2/+1
2012-06-06agenthelper-pam: Fix newline-trimming codeColin Walters1-3/+8
2012-05-23Store private binaries in /usr/lib/polkit-1 instead of /usr/libexecDavid Zeuthen2-5/+7
2012-04-12Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2-30/+76
2012-03-08PolkitAgentSession: Don't leak file descriptorsDavid Zeuthen1-0/+14
2012-01-10Various builddir != srcdir fixesRyan Lortie1-25/+17
2011-08-01Fix multi-line pam prompt handlingMarc Deslauriers2-18/+24
2011-08-01Specify exported pkg-config files in GIRsEvan Nemerson1-0/+1
2011-03-14Don't show diagnostic messages intended for the administrator to the end userDavid Zeuthen1-4/+0
2011-03-11introspection: Add --c-include to the gir filesBenjamin Otte1-0/+1
2011-03-03Fix a couple of warnings triggered by gcc 4.6David Zeuthen1-3/+0
2011-02-23Bug 27253 – Use GOBJECT_INTROSPECTION_CHECK from gobject-introspectionAdrian Bunk1-8/+8
2011-02-23Bug 29871 – Fix build failures with binutils-goldMichael Biebl1-0/+1
2011-02-21Always pass non-zero value to g_once_init_leave()David Zeuthen1-6/+7
2011-02-21Fix up debug and timeouts in agent helperDavid Zeuthen3-26/+34
2011-02-21Add some debug info that can be shown with the env var POLKIT_DEBUGDavid Zeuthen1-13/+49
2011-02-21Improve error reporting for authentication sessionsDavid Zeuthen2-4/+54
2011-02-18Fix-up PolkitAgentSession to use GObject propertiesDavid Zeuthen1-4/+95
2011-02-17Build gir/typelib for PolkitAgent-1.0David Zeuthen2-2/+36
2010-09-10Fix (correct) GCC warning about possibly-uninitialized variableColin Walters1-2/+2
2010-08-26Bug 29816 – Install polkitagentenumtypes.hVincent Untz1-0/+1
2010-08-20Fix dist-checkDavid Zeuthen1-1/+1
2010-08-20Various doc cleanupsDavid Zeuthen2-17/+32
2010-08-12Add textual authentication agent and use it in pkexec(1)David Zeuthen12-80/+966
2010-08-09Use polkit_authority_get_sync() instead of deprecated polkit_authority_get()David Zeuthen2-4/+9
2010-08-09Add g_return_if_fail() to all public API entry pointsDavid Zeuthen2-0/+22
2010-07-30Nuke eggdbus usageDavid Zeuthen1-4/+0
2010-07-29Port PolkitAgent to gdbusDavid Zeuthen1-165/+250
2010-07-02Add shadow supportAndrew Psaltis5-82/+363
2009-10-21Bug 24235 – polkit-agent-helper may call pam_end with a stale pam handleAndreas Sandberg1-0/+1
2009-09-13Make private symbols accessible to libpolkitagent and libpolkitbackendMichael Biebl1-0/+1
2009-09-13Use _polkit_agent_marshal prefixMichael Biebl2-3/+3
2009-09-13Trim the list of exported symbolsMichael Biebl1-0/+2
2009-08-19Use correct program name when complaining about not being setuid rootDavid Zeuthen1-1/+1
2009-08-12Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke1-0/+12
2009-07-20Add support for querying and revoking temporary authorizationsDavid Zeuthen2-13/+15
2009-06-08Fix make distcheckDavid Zeuthen1-0/+2
2009-05-19Use an object, not a GHashTable when passing details aroundDavid Zeuthen2-5/+9
2009-05-13Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen2-0/+22
2009-02-09prune TODO list and fix up single-header-file / API guard checksDavid Zeuthen5-10/+21
2009-02-08make authentication agents pass a session_id parameterDavid Zeuthen1-1/+2
2009-02-08generate all polkit dbus code in one placeDavid Zeuthen2-32/+16
2009-02-04use new eggdbus feature to include enums/structs docs in the interface docsDavid Zeuthen1-1/+2
2009-02-02depend on EggDBus HEAD for stamp file and Docbook docs for D-Bus interfacesDavid Zeuthen1-18/+20