summaryrefslogtreecommitdiff
path: root/monitor/udisks2/gvfsudisks2volume.c
Commit message (Expand)AuthorAgeFilesLines
* udisks2: Fix wrong types to avoid warningsOndrej Holy2016-04-291-1/+1
* udisks2: Fix crash when mounting encrypted volumeOndrej Holy2016-04-181-1/+2
* udisks2: Abort mount operation if volume is unlockedOndrej Holy2016-04-061-25/+80
* udisks2: Handle libsecret error properlyRoss Lagerwall2015-06-241-1/+2
* udisks2: Initialize variables to prevent them being used uninitializedRoss Lagerwall2013-11-301-2/+2
* udisks2: Compile function only if we have udisks >= 2.0.90Ross Lagerwall2013-11-301-0/+2
* udisks2: Define SECRET_API_SUBJECT_TO_CHANGE to silence warningRoss Lagerwall2013-11-301-0/+1
* Fix compiler warningsBastien Nocera2013-04-021-2/+0
* udisks2: Initialize local variables to NULLTomas Bzatek2012-12-111-6/+6
* udisks2: add support for mount option x-gvfs-symbolic-iconDavid Zeuthen2012-12-051-1/+18
* udisks2: get icons via UDisksObjectInfo for block devices that are not drivesDavid Zeuthen2012-12-051-0/+21
* udisks2: don't leak GIcon when applying hintsDavid Zeuthen2012-12-051-0/+1
* udisks2: fix symbolic icons for devices without an UDisksDriveDavid Zeuthen2012-11-281-1/+3
* Use UDisksObjectInfo API from udisks 2.0.90, if available, for symbolic iconsDavid Zeuthen2012-11-201-17/+86
* Port to libsecret instead of libgnome-keyringAlexander Larsson2012-08-201-45/+55
* Spelling correction "filesystem" -> "file system"Felix Möller2012-07-311-1/+1
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* udisks2: ensure that encrypted loop devices also get padlock emblemDavid Zeuthen2012-07-261-1/+5
* udisks2: set should_automount to TRUE for loop devices set up by the userDavid Zeuthen2012-07-261-0/+44
* Avoid an uninitialized variable warningMatthias Clasen2012-07-091-0/+3
* udisks2: Fix error when compiling with -Werror=format-securityRobert Ancell2012-06-301-1/+1
* udisks2: Remove support for ID_SEAT=allDavid Zeuthen2012-04-301-3/+1
* udisks2: Support getting/storing LUKS encryption passphrase from keyringDavid Zeuthen2012-04-261-6/+219
* udisks2: don't automount if drive is shared across all seatsDavid Zeuthen2012-04-231-2/+6
* udisks2: don't show drives from other seats and special-case seat "all"David Zeuthen2012-04-221-73/+1
* Don't set should_automount to TRUE for devices on other seatsDavid Zeuthen2012-04-211-25/+100
* udisks2: Set should_automount correctly when starting upDavid Zeuthen2012-04-181-4/+13
* udisks2: Set G_VOLUME_IDENTIFIER_KIND_CLASS identifier for volumesDavid Zeuthen2012-03-011-2/+28
* For mount options, switch from comment=gvfs to x-gvfsDavid Zeuthen2012-01-241-3/+3
* Update copyrightsDavid Zeuthen2012-01-201-1/+1
* Reword a couple of commentsDavid Zeuthen2012-01-201-2/+2
* Add a note explaining why we don't offer to save LUKS passphrasesDavid Zeuthen2012-01-201-3/+16
* Use Block:HintAuto instead of Drive:Removable to determine automountDavid Zeuthen2012-01-201-1/+1
* Don't prompt for passphrase if it's already in the /etc/crypttab fileDavid Zeuthen2012-01-191-33/+68
* Set should_automount and can_mount properties to make automounting workDavid Zeuthen2012-01-061-0/+28
* Use a timeout of ten seconds when spawning commandsDavid Zeuthen2011-12-221-1/+2
* Spawn helpers asynchronously, not synchronouslyDavid Zeuthen2011-12-221-23/+24
* Use comment=gvfs-name=VALUE and comment=gvfs-icon=VALUEDavid Zeuthen2011-12-121-3/+3
* Catch up with udisks change from major/minor to dev_tDavid Zeuthen2011-10-301-1/+1
* udisks2: catch up with latest udisks changesDavid Zeuthen2011-10-241-2/+4
* udisks2: update volume monitor when the volume changesDavid Zeuthen2011-10-141-7/+17
* udisks2: implement get_sort_key() methodsDavid Zeuthen2011-10-141-0/+14
* Support floppy drivesDavid Zeuthen2011-10-101-6/+19
* udisks2: handle when g_dbus_interface_get_object() returns NULLDavid Zeuthen2011-10-071-4/+15
* udisks2: also use comment=gvfs.{name,icon_name} in the udisks caseDavid Zeuthen2011-10-061-30/+32
* udisks2: handle display, unlock/mount and unmount/lock of LUKS devicesDavid Zeuthen2011-10-051-31/+323
* udisks2: URI unescape mount options read from /etc/fstabDavid Zeuthen2011-10-041-2/+2
* udisks2: use udisks hints for name and iconDavid Zeuthen2011-09-301-0/+16
* udisks2: Catch up with udisks changesDavid Zeuthen2011-09-301-6/+7
* udisks2: support fstab comments to set name and iconDavid Zeuthen2011-09-291-2/+41