~ubuntu-branches/ubuntu/trusty/udisks2/trusty-proposed

« back to all changes in this revision

Viewing changes to src/udiskslinuxencrypted.c

  • Committer: Package Import Robot
  • Author(s): Martin Pitt
  • Date: 2012-07-28 13:35:04 UTC
  • mfrom: (1.1.2)
  • Revision ID: package-import@ubuntu.com-20120728133504-jmxgy789jegi5vmo
Tags: 1.99.0-1
* New upstream release (LP: #1030268)
  - Support Realtek rts5229 SD/MMC card readers. (LP: #1022497)
* Drop 00git_no_polkit_fallback.patch, upstream now.
* Drop debian/local/integration-test, shipped in upstream tarball now.
* debian/tests/upstream-system: Run test suite from upstream source.
* debian/tests/control: Simplify Depends: line using "@".
* debian/tests/control: Drop undefined "no-build-needed" feature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
395
395
 
396
396
  if (!udisks_daemon_launch_spawned_job_sync (daemon,
397
397
                                              object,
 
398
                                              "encrypted-unlock", caller_uid,
398
399
                                              NULL, /* GCancellable */
399
400
                                              0,    /* uid_t run_as_uid */
400
401
                                              0,    /* uid_t run_as_euid */
590
591
 
591
592
  if (!udisks_daemon_launch_spawned_job_sync (daemon,
592
593
                                              object,
 
594
                                              "encrypted-lock", caller_uid,
593
595
                                              NULL, /* GCancellable */
594
596
                                              0,    /* uid_t run_as_uid */
595
597
                                              0,    /* uid_t run_as_euid */
710
712
  passphrases = g_strdup_printf ("%s\n%s", passphrase, new_passphrase);
711
713
  if (!udisks_daemon_launch_spawned_job_sync (daemon,
712
714
                                              object,
 
715
                                              "encrypted-modify", caller_uid,
713
716
                                              NULL, /* GCancellable */
714
717
                                              0,    /* uid_t run_as_uid */
715
718
                                              0,    /* uid_t run_as_euid */