summaryrefslogtreecommitdiff
path: root/src/polkitagent
Commit message (Expand)AuthorAgeFilesLines
* agenthelper-pam: Fix newline-trimming codeColin Walters2012-06-061-3/+8
* Store private binaries in /usr/lib/polkit-1 instead of /usr/libexecDavid Zeuthen2012-05-232-5/+7
* Make it possible to influence agent registration with an a{sv} parameterDavid Zeuthen2012-04-122-30/+76
* PolkitAgentSession: Don't leak file descriptorsDavid Zeuthen2012-03-081-0/+14
* Various builddir != srcdir fixesRyan Lortie2012-01-101-25/+17
* Fix multi-line pam prompt handlingMarc Deslauriers2011-08-012-18/+24
* Specify exported pkg-config files in GIRsEvan Nemerson2011-08-011-0/+1
* Don't show diagnostic messages intended for the administrator to the end userDavid Zeuthen2011-03-141-4/+0
* introspection: Add --c-include to the gir filesBenjamin Otte2011-03-111-0/+1
* Fix a couple of warnings triggered by gcc 4.6David Zeuthen2011-03-031-3/+0
* Bug 27253 – Use GOBJECT_INTROSPECTION_CHECK from gobject-introspectionAdrian Bunk2011-02-231-8/+8
* Bug 29871 – Fix build failures with binutils-goldMichael Biebl2011-02-231-0/+1
* Always pass non-zero value to g_once_init_leave()David Zeuthen2011-02-211-6/+7
* Fix up debug and timeouts in agent helperDavid Zeuthen2011-02-213-26/+34
* Add some debug info that can be shown with the env var POLKIT_DEBUGDavid Zeuthen2011-02-211-13/+49
* Improve error reporting for authentication sessionsDavid Zeuthen2011-02-212-4/+54
* Fix-up PolkitAgentSession to use GObject propertiesDavid Zeuthen2011-02-181-4/+95
* Build gir/typelib for PolkitAgent-1.0David Zeuthen2011-02-172-2/+36
* Fix (correct) GCC warning about possibly-uninitialized variableColin Walters2010-09-101-2/+2
* Bug 29816 – Install polkitagentenumtypes.hVincent Untz2010-08-261-0/+1
* Fix dist-checkDavid Zeuthen2010-08-201-1/+1
* Various doc cleanupsDavid Zeuthen2010-08-202-17/+32
* Add textual authentication agent and use it in pkexec(1)David Zeuthen2010-08-1212-80/+966
* Use polkit_authority_get_sync() instead of deprecated polkit_authority_get()David Zeuthen2010-08-092-4/+9
* Add g_return_if_fail() to all public API entry pointsDavid Zeuthen2010-08-092-0/+22
* Nuke eggdbus usageDavid Zeuthen2010-07-301-4/+0
* Port PolkitAgent to gdbusDavid Zeuthen2010-07-291-165/+250
* Add shadow supportAndrew Psaltis2010-07-025-82/+363
* Bug 24235 – polkit-agent-helper may call pam_end with a stale pam handleAndreas Sandberg2009-10-211-0/+1
* Make private symbols accessible to libpolkitagent and libpolkitbackendMichael Biebl2009-09-131-0/+1
* Use _polkit_agent_marshal prefixMichael Biebl2009-09-132-3/+3
* Trim the list of exported symbolsMichael Biebl2009-09-131-0/+2
* Use correct program name when complaining about not being setuid rootDavid Zeuthen2009-08-191-1/+1
* Bug 23093 – FreeBSD portability fixesJoe Marcus Clarke2009-08-121-0/+12
* Add support for querying and revoking temporary authorizationsDavid Zeuthen2009-07-202-13/+15
* Fix make distcheckDavid Zeuthen2009-06-081-0/+2
* Use an object, not a GHashTable when passing details aroundDavid Zeuthen2009-05-192-5/+9
* Only allow privileged apps to check authz and add ActionLookup interfaceDavid Zeuthen2009-05-132-0/+22
* prune TODO list and fix up single-header-file / API guard checksDavid Zeuthen2009-02-095-10/+21
* make authentication agents pass a session_id parameterDavid Zeuthen2009-02-081-1/+2
* generate all polkit dbus code in one placeDavid Zeuthen2009-02-082-32/+16
* use new eggdbus feature to include enums/structs docs in the interface docsDavid Zeuthen2009-02-041-1/+2
* depend on EggDBus HEAD for stamp file and Docbook docs for D-Bus interfacesDavid Zeuthen2009-02-021-18/+20
* require POLKIT_AGENT_I_KNOW_API_IS_SUBJECT_TO_CHANGE to be definedDavid Zeuthen2009-02-017-3/+22
* fix up polkitagent docsDavid Zeuthen2009-01-313-18/+13
* add docs for PolkitAgentListenerDavid Zeuthen2009-01-313-23/+109
* collapse request into a single signal and add docs for PolkitAgentSessionDavid Zeuthen2009-01-313-47/+101
* add more debug and work around what looks like a bug in fflush(3)David Zeuthen2009-01-312-5/+25
* rework API of polkitagentDavid Zeuthen2009-01-3012-875/+1056
* fix up debug/error messages for the authentication agentDavid Zeuthen2009-01-291-12/+41