summaryrefslogtreecommitdiff
path: root/src/udisksdaemonutil.c
AgeCommit message (Expand)AuthorFilesLines
2017-02-15Close repositoryMartin Pitt1-1482/+0
2015-06-30Decide whether devices are on the same seat by uid, not pidSimon McVittie1-15/+9
2015-02-11Fix format string signedness warningsDavid King1-2/+2
2014-01-20udisks_daemon_util_get_caller_uid_sync(): Add missing gotoTomas Bzatek1-0/+1
2014-01-20Use reentrant version of getpwuid() for thread safetyTomas Bzatek1-1/+1
2013-12-19Add polkit authorization variables for removable mediaPawel Wieczorkiewicz1-1/+25
2013-03-21Fix test for logind availabilityMartin Pitt1-2/+4
2013-01-07Rename UDisksCleanup to UDisksStateDavid Zeuthen1-8/+8
2012-11-28Fix thinko in routine to find a free MD RAID deviceDavid Zeuthen1-2/+1
2012-11-28Keep track of MD RAID arrays started/created via udisksDavid Zeuthen1-0/+14
2012-11-05Add udisks_ata_identify_get_word() utility functionDavid Zeuthen1-0/+29
2012-10-13Revert "Serialize authorization checks"David Zeuthen1-7/+0
2012-10-12Serialize authorization checksDavid Zeuthen1-0/+7
2012-10-12Always pass MD devices of the form /dev/mdNNN when assembling RAID arraysDavid Zeuthen1-0/+33
2012-10-03Merge branch 'master' into wip/mdraidwip/mdraidDavid Zeuthen1-2/+8
2012-10-02Fix docs for udisks_daemon_util_file_set_contents()David Zeuthen1-1/+1
2012-10-02Fix up docs for udisks_daemon_util_file_set_contents()David Zeuthen1-0/+1
2012-10-02Fix docs for udisks_daemon_util_on_same_seat()David Zeuthen1-1/+1
2012-09-25Fix same seat detection if built with systemd, but not booted with itVincent Untz1-0/+5
2012-09-13Make udisks_daemon_util_resolve_link() work when @name contains slashesDavid Zeuthen1-1/+4
2012-07-27Update docsDavid Zeuthen1-6/+6
2012-07-06Add more compiler warningsDavid Zeuthen1-6/+12
2012-07-05Don't return uninitialized variable on inhibitor error pathDavid Zeuthen1-1/+1
2012-07-05Inhibit system shutdown, sleep and idle when formatting and erasing devicesDavid Zeuthen1-0/+131
2012-06-25Add erase parameter to Block.Format() to zero out device before formatting itDavid Zeuthen1-0/+1
2012-06-23Add drive configuration interfaces and configuration filesDavid Zeuthen1-0/+179
2012-06-08Catch up with latest polkit guidanceDavid Zeuthen1-8/+19
2012-06-07udisksd: work if polkitd is not availableDavid Zeuthen1-1/+56
2012-06-06Add id.* and partition.* polkit variablesDavid Zeuthen1-1/+41
2012-06-06Use "device" instead of "block_device" in the polkit variablesDavid Zeuthen1-1/+1
2012-06-04Move table with polkit variables to the "Authorization Checks" chapterDavid Zeuthen1-51/+17
2012-05-23Rename current polkit variables and also add some new onesDavid Zeuthen1-15/+58
2012-05-18Add some documentation about polkit variablesDavid Zeuthen1-9/+36
2012-04-30Remove support for ID_SEAT=allDavid Zeuthen1-9/+0
2012-04-29Make $(udisks2.device) in authentication messages include the vendor/modelDavid Zeuthen1-25/+69
2012-04-22Interpret ID_SEAT=all to mean that a device is available on all seatsDavid Zeuthen1-2/+8
2012-04-22Fix reference count mistake in previous commitDavid Zeuthen1-1/+1
2012-04-22Make on_same_seat() also work for drive objectsDavid Zeuthen1-12/+32
2012-04-21Add multi-seat supportDavid Zeuthen1-0/+136
2012-04-10Make escaping work properly with non-ASCII UTF-8 stringsDavid Zeuthen1-0/+69
2012-03-13Convert some g_warning() uses to udisks_warning()David Zeuthen1-2/+3
2012-01-26Use g_dbus_interface_dup_object() and check return valueDavid Zeuthen1-0/+32
2012-01-25Prefer mounting in /run/user/$USER/media instead of /mediaDavid Zeuthen1-4/+9
2011-11-29UDisksCleanup: Nuke error handling from user-level APIDavid Zeuthen1-2/+2
2011-11-14Allow user to manipulate partitions of a loop device if he set it upDavid Zeuthen1-2/+23
2011-11-02Support option 'take-ownership' in the Block.Format() methodDavid Zeuthen1-3/+36
2011-11-02Rename Block.CreateFilesystem to Block.FormatDavid Zeuthen1-42/+0
2011-11-02Bug 41931 — Add file system creation supportMartin Pitt1-0/+43
2011-10-30Export the dev_t instead of major/minor for block devicesDavid Zeuthen1-2/+1
2011-10-10Support PC-style floppy drivesDavid Zeuthen1-18/+36