summaryrefslogtreecommitdiff
path: root/src/pk-engine.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-14Add PropertiesChanged signals to the main and transaction interfacesRichard Hughes1-0/+40
2011-07-20Raise the PolicyKit required version to 0.98 and drop the compat codeRichard Hughes1-5/+1
2011-07-20Convert the daemon to use GDBus rather than dbus-glibRichard Hughes1-497/+484
2011-07-20Remove the HAL integration codeRichard Hughes1-8/+2
2011-07-19Do not do the compatibility fallbacksRichard Hughes1-8/+0
2011-07-15trivial: remove some #ifdef code that is always TRUERichard Hughes1-4/+0
2011-07-13trivial: Remove egg-string and move the shared stuff to pk-sharedRichard Hughes1-5/+3
2011-07-13Remove PkFileMonitor, we can now use GFileMonitorRichard Hughes1-28/+68
2011-07-12trivial: Add the PkBackend in the PkPlugin structRichard Hughes1-1/+3
2011-07-11trivial: only call initialize and destroy on the plugins once, not every tran...Richard Hughes1-10/+170
2011-07-11trivial: split out the DBus method prototypes into a new header, we don't nee...Richard Hughes1-0/+1
2011-03-15Clear the pending queue and cancel any background transactions when we get Su...Richard Hughes1-0/+3
2011-03-10Introduce other attributes in the SetProxy() methodRichard Hughes1-26/+141
2011-03-04Port away from PolkitBackendActionLookup to support new versions of PolicyKitRichard Hughes1-18/+2
2011-02-05check for polkit_authority_get_sync symbolAnders F Bjorklund1-2/+2
2010-10-18Switch from EggDebug to the GLib debugging frameworkRichard Hughes1-46/+45
2010-09-21Merge pk-backend-internal.h back into pk-backend.hRichard Hughes1-1/+0
2010-09-16Don't call back into the daemon (from the daemon) when checking service packs...Richard Hughes1-199/+1
2010-08-10Fix compile with the latest PolicyKit releaseRichard Hughes1-0/+11
2010-08-04Release version 0.6.7Richard Hughes1-1/+2
2010-07-07If either of ProxyHTTP are set in PackageKit.conf then silently ignore the us...Richard Hughes1-0/+13
2010-06-29Port 'make check' to GTest rather than using our homegrown EggTest functionalityRichard Hughes1-256/+0
2010-06-05Assign names to our idle sources when using new versions of glib2Richard Hughes1-2/+9
2010-05-12Fix up several daemon thinkos when a client tries to set a root other than '/'Richard Hughes1-8/+20
2010-05-07Detect and advertise from /etc/meego-releaseMichael Meeks1-0/+13
2010-05-04fix dummy security model proxy supportMichael Meeks1-1/+1
2010-04-28Allow clients to request a relocatable root, but only with admin authorityRichard Hughes1-23/+274
2010-04-08Fix build when not using PolicyKitRichard Hughes1-1/+1
2010-04-01Don't return from SetProxy() before we've got the authentication resultRichard Hughes1-30/+61
2010-01-27Update the Free Software Foundation addressRichard Hughes1-1/+1
2010-01-12trivial: rename foo_[to|from]_text to foo_[to|from}_string functions, to fit ...Richard Hughes1-7/+7
2010-01-04trivial: fix up some simple errors that prevent make check from completingRichard Hughes1-10/+14
2009-12-07Remove the deprecated DBus methods from the daemonRichard Hughes1-122/+0
2009-11-26trivial: Fix up some bugs spotted by clangRichard Hughes1-10/+12
2009-11-26Fixed one old call to get_distro_id and changed all identifiers to distro;ver...Daniel Nicoletti1-33/+19
2009-11-26Forgot a break in pk-engine.cDaniel Nicoletti1-0/+1
2009-11-26Moved get_distro id to a daemon propertyDaniel Nicoletti1-12/+228
2009-10-08Don't prompt for the authentication dialog when we set the proxy to the same ...Richard Hughes1-8/+56
2009-10-06Ensure we save the proxy to the database even without PolicyKitRichard Hughes1-25/+42
2009-10-01trivial: improve the grammar in one of the error messagesRichard Hughes1-1/+1
2009-09-16Don't include the global header in the daemon, it'll introduce name clashes i...Richard Hughes1-1/+1
2009-09-15spec: Depreciate ::Locked() and ::NetworkStateChanged() and add properties an...Richard Hughes1-2/+56
2009-09-14trivial: rename some signal definesRichard Hughes1-23/+23
2009-09-11bugfix: do the legacy fallback in the daemon, not generally, else we try to r...Richard Hughes1-0/+8
2009-09-08trivial: start converting the daemon to use the glib2 typesRichard Hughes1-1/+1
2009-09-04spec: Deprecate some methods on the mail interface, replacing them with prope...Richard Hughes1-5/+109
2009-08-17Fix compile without PolicyKit installedRichard Hughes1-1/+1
2009-08-17Use a more specific error when we are checking authorisationRichard Hughes1-2/+3
2009-08-17Add a CanAuthorize method to the daemon to know if the daemon will show an au...Richard Hughes1-0/+88
2009-07-29Remove the homegrown egg_strequal() and egg_strnumber() and use g_strcmp0 ins...Richard Hughes1-1/+1