summaryrefslogtreecommitdiff
path: root/src/udiskslinuxencrypted.c
Commit message (Expand)AuthorAgeFilesLines
* Decide whether devices are on the same seat by uid, not pidSimon McVittie2015-06-301-14/+1
* Skip password strength checks when changing LUKS passphraseLubomir Rintel2014-12-181-1/+1
* Rename UDisksCleanup to UDisksStateDavid Zeuthen2013-01-071-13/+13
* Fold UDisksPersistentStore class into UDisksCleanupDavid Zeuthen2013-01-071-1/+0
* Introduce UDisksLinuxDevice as a replacement for GUdevDeviceDavid Zeuthen2012-10-241-9/+8
* Add erase parameter to Block.Format() to zero out device before formatting itDavid Zeuthen2012-06-251-0/+3
* Rename current polkit variables and also add some new onesDavid Zeuthen2012-05-231-6/+6
* Add some documentation about polkit variablesDavid Zeuthen2012-05-181-6/+6
* UDisksDaemon: rework wait_for_object_sync() methodDavid Zeuthen2012-05-041-10/+21
* Add a bunch of translation commentsDavid Zeuthen2012-04-271-0/+19
* Add multi-seat supportDavid Zeuthen2012-04-211-6/+32
* Make escaping work properly with non-ASCII UTF-8 stringsDavid Zeuthen2012-04-101-7/+7
* Pass --readonly to cryptsetup(8) if device to unlock is read-onlyDavid Zeuthen2012-03-051-3/+8
* Properly escape all device filesDavid Zeuthen2012-03-051-19/+18
* Use g_dbus_interface_dup_object() and check return valueDavid Zeuthen2012-01-261-3/+27
* Prefer mounting in /run/user/$USER/media instead of /mediaDavid Zeuthen2012-01-251-3/+3
* Change how devices referenced in /etc/fstab and /etc/crypttab are handledDavid Zeuthen2012-01-191-1/+26
* Add Encrypted.ChangePassphrase() methodDavid Zeuthen2011-12-071-2/+97
* UDisksCleanup: Nuke error handling from user-level APIDavid Zeuthen2011-11-291-22/+6
* Greatly simplify cleanup logic and routinesDavid Zeuthen2011-11-291-49/+0
* Add new Job:Objects property and set itDavid Zeuthen2011-11-221-0/+2
* Use luks-${UUID} instead of LUKS-udisks2-${UUID} to match the rest of the OSDavid Zeuthen2011-11-021-1/+1
* Support option 'take-ownership' in the Block.Format() methodDavid Zeuthen2011-11-021-2/+2
* Export the dev_t instead of major/minor for block devicesDavid Zeuthen2011-10-301-22/+8
* Rename BlockDevice interface to Blockgdbus-portDavid Zeuthen2011-08-241-55/+55
* Move docs around a bitDavid Zeuthen2011-08-241-1/+1
* Factor block devices into separate typesDavid Zeuthen2011-08-161-5/+20
* Support /etc/crypttab for unlocking and locking LUKS devicesDavid Zeuthen2011-08-121-1/+88
* Allow mounting/unmounting fstab devices without the 'user' or 'users' optionDavid Zeuthen2011-08-121-4/+8
* Allow locking LUKS devices that were manually unlockedDavid Zeuthen2011-08-011-47/+50
* If a device is referenced in fstab, invoke mount/umount as the calling userDavid Zeuthen2011-08-011-0/+2
* Track loop devices set up in /run/udisks2/loopDavid Zeuthen2011-07-231-4/+2
* Rework UDISKS_* udev propertiesDavid Zeuthen2011-07-191-3/+5
* Rework polkit actionsDavid Zeuthen2011-07-191-2/+2
* Update polkit actionsDavid Zeuthen2011-07-181-15/+37
* Clean up unlocked LUKS devices on device removalDavid Zeuthen2011-07-141-1/+108
* Add .Encrypted interface with Unlock() and Lock() methodsDavid Zeuthen2011-06-221-0/+383