summaryrefslogtreecommitdiff
path: root/hald/hald_dbus.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-27added more strlen related NULL pointer checksDanny Kukawka1-0/+10
2009-08-02fix memory leaks due to usage of g_path_get_basename()Danny Kukawka1-8/+5
2009-08-01extend debug message in device_reprobe()Danny Kukawka1-1/+1
2009-07-24remove action_parameters from DBus XML for IsCallerPrivilegedC. Scott Ananian1-1/+0
2009-07-24replace another deprecated g_basename() with g_path_get_basename()Danny Kukawka1-2/+5
2009-07-23replace deprecated g_basename() with g_path_get_basename()Danny Kukawka1-10/+24
2009-07-23hald_dbus.c: fix DBusError handlingDanny Kukawka1-14/+36
2009-07-14work aroud crash caused by LED device handlingAndrey Borzenkov1-1/+1
2009-02-21fix some memory leaks on normal operationGuillem Jover1-1/+5
2008-08-25fix DBus introspection for org.freedesktop.Hal.ManagerDanny Kukawka1-5/+5
2008-08-25fixed Lock() handlingDanny Kukawka1-16/+51
2008-06-17fixed memory leaks related to usage of g_strsplitDanny Kukawka1-1/+2
2008-04-18fixed a bunch of compiler warnings from the Intel compilerDanny Kukawka1-7/+7
2008-03-13cleanup code, removed separate calls to set info.udiDanny Kukawka1-2/+0
2008-03-12compute udis that are unique in the gdl and tdlRob Taylor1-1/+1
2008-03-06fixed an other compiler warning from cgcc/sparseDanny Kukawka1-1/+2
2008-03-04properly serialize the calls to 'hal-acl-tool --reconfigure'David Zeuthen1-105/+177
2008-03-03use g_timeout_add_seconds() where appropriate if glib 2.14 is availableSven Neumann1-1/+4
2008-03-03Merge branch 'master' of ssh://david@git.freedesktop.org/git/halDavid Zeuthen1-2/+6
2008-03-03add methods and libhal api to get all devices in properties in one callDavid Zeuthen1-0/+90
2008-01-30ignore NameAcquired signal on org.freedesktop.DBusDanny Kukawka1-0/+3
2008-01-15fix compiler warning from cgcc/sparseDanny Kukawka1-2/+3
2007-11-26fix compiler error, remove bracerightDanny Kukawka1-1/+0
2007-11-26the singleton hash not yet initialised is not an errorRob Taylor1-4/+2
2007-11-23fix possible segfault if singletons is NULLDanny Kukawka1-2/+6
2007-08-31Revert "make return value for method calls implemented via programs be UINT32"David Zeuthen1-4/+4
2007-08-28fixed changeset handling for HAL_PROPERTY_TYPE_STRLISTDanny Kukawka1-7/+27
2007-08-27update to work with PolicyKit HEADDavid Zeuthen1-2/+2
2007-07-03fix usage of g_list_free1() to fit HAL requirementsDanny Kukawka1-1/+1
2007-07-02[PATCH] hald core support for singleton addonsRob Taylor1-4/+323
2007-06-06make return value for method calls implemented via programs be UINT32David Zeuthen1-4/+4
2007-06-01also change type from uint32_t to int32_tDavid Zeuthen1-1/+1
2007-06-01actually return INT32 rather than UINT32 to adhere to the specDavid Zeuthen1-2/+2
2007-04-17changes to compile against recent PolicyKitDavid Zeuthen1-1/+1
2007-04-15remove use of "action parameters" now that they're going in PolicyKitDavid Zeuthen1-31/+4
2007-04-09take advantage of new parameter API in PolKitActionDavid Zeuthen1-20/+42
2007-04-06use new file monitoring interface and integrate witk PK masterDavid Zeuthen1-30/+43
2007-04-06make distcheck happy again and remove ChangeLog from tarballsDavid Zeuthen1-1/+5
2007-04-06port HAL over to use PolicyKit masterDavid Zeuthen1-31/+173
2007-03-31change locking semantics slightly and add missing locking bitsDavid Zeuthen1-13/+292
2007-03-27make LUKS setup/teardown respect the standard .Volume and .Storage locksDavid Zeuthen1-3/+3
2007-03-27fix up ReleaseGlobalInterfaceLock() and improve locking exampleDavid Zeuthen1-1/+1
2007-03-25don't set INVOKED_BY_SYSTEMBUS_CONNECTION_NAME unless call is from busDavid Zeuthen1-9/+1
2007-03-25add interface locking and remove generic locking API committed yesterdayDavid Zeuthen1-62/+338
2007-03-25refactor access control checks into separate filesDavid Zeuthen1-218/+112
2007-03-25move caller tracking into it's own classDavid Zeuthen1-251/+45
2007-03-25fix up introspection bitsDavid Zeuthen1-1/+22
2007-03-24remove dead codeDavid Zeuthen1-174/+0
2007-03-24add named mandatory locking APIDavid Zeuthen1-0/+324
2007-03-24avoid logging when client asks for non-existant propertyDavid Zeuthen1-1/+1