summaryrefslogtreecommitdiff
path: root/src/polkitagent
Commit message (Expand)AuthorAgeFilesLines
* polkitagentsession: Fix the tautological check for add_newlineVincent Mihalkovic2023-04-051-1/+1
* pkttyagent: Only restore tty flags if they were changedMartin Kletzander2022-10-251-0/+8
* Remove autotools build systemJan Rybar2022-05-091-168/+0
* polkitagent: Add g_autoptr() support for GObject-derived typesBenedikt Ames2022-04-261-0/+6
* build: Make the directory for helper executables consistent with AutotoolsSimon McVittie2021-07-191-1/+1
* text listener: Add propertiesMatthias Clasen2020-11-031-6/+103
* build: Port to meson build systemJan Rybar2020-10-262-1/+126
* Freeing uninitialized memoryJan Rybar2020-01-271-1/+1
* Elaborate message printed by polkit when disconnecting from sshJan Rybar2018-08-231-6/+6
* Possible resource leak found by static analyzerJan Rybar2018-08-091-0/+1
* polkitagent: No double warnings in polkit_agent_listener_register()Stef Walter2018-04-031-1/+0
* trivial: fix deprecated indication for polkit_agent_register_listener()Jiří Klimeš2018-04-031-1/+1
* build: Use AC_USE_SYSTEM_EXTENSIONSColin Walters2018-04-031-1/+0
* Move to current GLibMiloslav Trmač2018-04-032-6/+2
* build: Pull in GCC warning infra from ostreeColin Walters2016-12-121-0/+1
* Fix a memory leak of PolkitAgentListener's Server objectMiloslav Trmač2016-03-121-0/+2
* polkitagent: Fix access after dereference on hashtableStef Walter2016-03-121-3/+4
* Refactor send_to_helper usageDariusz Gadomski2015-11-181-55/+26
* Fix multi-line pam text info.Dariusz Gadomski2015-11-181-4/+9
* Fix abnomal formatting of authentication header linesenkore2015-10-041-4/+4
* Add support for OpenBSDAntoine Jacoutot2015-07-202-0/+166
* Fix use-after-free in polkitagentsession.cMiloslav Trmač2015-06-231-1/+2
* docs: Update for changes to uid binding/AuthenticationAgentResponse2Miloslav Trmač2015-06-171-4/+1
* CVE-2015-4625: Use unpredictable cookie values, keep them secretColin Walters2015-06-175-20/+69
* Fix a crash when two authentication requests are in flight.Miloslav Trmač2015-06-081-2/+0
* s/INCLUDES/AM_CPPFLAGS/gMiloslav Trmač2015-06-081-1/+1
* Remove a redundant assignment.Miloslav Trmač2015-06-061-1/+1
* build: Start using git.mkColin Walters2015-06-031-0/+2
* build: Fix several issues on FreeBSDTing-Wei Lan2014-02-181-0/+5
* PolkitAgentSession: fix race between child and io watchesRui Matos2014-02-091-36/+11
* Fix a memory leakMiloslav Trmač2013-05-071-0/+1
* Add annotations for element types of returned listsMiloslav Trmač2013-04-151-1/+1
* Document deprecated functions.Miloslav Trmač2013-04-151-0/+9
* polkitagent, pkexec: Respect SUID_CFLAGS and SUID_LDFLAGSVincent Untz2013-04-111-0/+6
* build: Remove generated introspection files on "make clean"Michael Biebl2013-01-091-0/+1
* build: Fix .gir generation for parallel makeRyan Lortie2012-11-131-0/+2
* PolkitAgent: Avoid crashing if initializing the server object failsAdam Jackson2012-10-091-2/+1
* 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