lp://staging/~ecryptfs/ecryptfs/ecryptfs-utils
Created by
Dustin Kirkland
and last modified
- Get this branch:
- bzr branch lp://staging/~ecryptfs/ecryptfs/ecryptfs-utils
Branch merges
Propose for merging
No branches
dependent on this one.
- Dustin Kirkland (community): Needs Information
-
Diff: 5798 lines (+2544/-987)72 files modifiedREADME (+0/-5)
configure.ac (+4/-17)
debian/changelog (+311/-1)
debian/control (+49/-9)
debian/copyright (+10/-5)
debian/ecryptfs-utils.dirs (+0/-2)
debian/ecryptfs-utils.ecryptfs-utils-restore.upstart (+26/-0)
debian/ecryptfs-utils.ecryptfs-utils-save.upstart (+26/-0)
debian/ecryptfs-utils.install (+2/-1)
debian/ecryptfs-utils.postinst (+11/-35)
debian/libecryptfs0.shlibs (+1/-1)
debian/lintian/ecryptfs-utils (+13/-0)
debian/local/ecryptfs-utils.pam-auth-update (+3/-3)
debian/po/POTFILES.sh (+5/-0)
debian/po/ecryptfs-utils.pot (+407/-0)
debian/po/fr.po (+389/-0)
debian/rules (+38/-19)
doc/Makefile.am (+1/-2)
doc/ecryptfs-mount-private.txt (+1/-1)
doc/manpage/Makefile.am (+3/-0)
doc/manpage/ecryptfs-mount-private.1 (+2/-2)
doc/manpage/ecryptfs-rewrite-file.1 (+1/-1)
doc/manpage/ecryptfs-setup-private.1 (+2/-2)
doc/manpage/ecryptfs-setup-swap.1 (+29/-0)
doc/manpage/ecryptfs-stat.1 (+18/-0)
doc/manpage/ecryptfs.7 (+7/-135)
doc/manpage/mount.ecryptfs_private.1 (+1/-1)
doc/manpage/umount.ecryptfs.8 (+23/-0)
doc/manpage/umount.ecryptfs_private.1 (+1/-1)
doc/sourceforge_webpage/README (+0/-5)
lintian/ecryptfs-utils (+12/-0)
scripts/build-ubuntu.sh (+1/-1)
scripts/release.sh (+6/-2)
src/desktop/Makefile.am (+2/-1)
src/desktop/ecryptfs-record-passphrase (+6/-3)
src/include/ecryptfs.h (+5/-0)
src/key_mod/ecryptfs_key_mod_gpg.c (+5/-8)
src/key_mod/ecryptfs_key_mod_openssl.c (+28/-2)
src/key_mod/ecryptfs_key_mod_pkcs11_helper.c (+4/-3)
src/key_mod/ecryptfs_key_mod_tspi.c (+7/-3)
src/libecryptfs-swig/libecryptfs.i (+1/-1)
src/libecryptfs-swig/libecryptfs.py (+1/-1)
src/libecryptfs-swig/libecryptfs_wrap.c (+88/-47)
src/libecryptfs/cipher_list.c (+1/-1)
src/libecryptfs/cmd_ln_parser.c (+1/-1)
src/libecryptfs/decision_graph.c (+39/-13)
src/libecryptfs/key_management.c (+40/-102)
src/libecryptfs/libecryptfs.pc.in (+2/-2)
src/libecryptfs/main.c (+108/-30)
src/libecryptfs/module_mgr.c (+57/-11)
src/pam_ecryptfs/Makefile.am (+2/-2)
src/pam_ecryptfs/pam_ecryptfs.c (+66/-51)
src/python/ecryptfsapi.py (+82/-0)
src/utils/Makefile.am (+4/-3)
src/utils/ecryptfs-dot-private (+0/-34)
src/utils/ecryptfs-migrate-home (+195/-0)
src/utils/ecryptfs-mount-private (+8/-7)
src/utils/ecryptfs-rewrite-file (+29/-15)
src/utils/ecryptfs-setup-private (+125/-126)
src/utils/ecryptfs-setup-swap (+100/-89)
src/utils/ecryptfs-umount-private (+14/-16)
src/utils/ecryptfs_add_passphrase.c (+11/-7)
src/utils/ecryptfs_generate_tpm_key.c (+4/-1)
src/utils/ecryptfs_insert_wrapped_passphrase_into_keyring.c (+15/-5)
src/utils/ecryptfs_rewrap_passphrase.c (+0/-1)
src/utils/ecryptfs_unwrap_passphrase.c (+12/-3)
src/utils/ecryptfs_wrap_passphrase.c (+0/-1)
src/utils/io.c (+29/-12)
src/utils/manager.c (+1/-1)
src/utils/mount.ecryptfs.c (+13/-26)
src/utils/mount.ecryptfs_private.c (+32/-107)
src/utils/umount.ecryptfs.c (+4/-0)
Related bugs
Bug #386504: eCryptfs has generic/confusing error message for too long a passphrase | Wishlist | Fix Released | |
Bug #387073: BUG: unable to handle kernel NULL pointer dereference at 0000000000000228 | High | Fix Released | |
Bug #408437: typo 'Filname' in module_mgr.c:215 | Wishlist | Fix Released | |
Bug #430890: error messages only report 1 word | Wishlist | Fix Released | |
Bug #430891: failures from dmsetup visible on stderr when running | Wishlist | Fix Released | |
Bug #445301: ecryptfs-setup-private creates .ecryptfs dir with wrong permissions when GID is different than UID | High | Fix Released | |
Bug #456565: /usr/bin/ecryptfs-setup-private: 294: getext: not found | Medium | Fix Released | |
Bug #471725: ecryptfs-setup-private test step fails, bad error message "Sessions still open, not unmounting" "ERROR: Could" | Medium | Fix Released |
Related blueprints
Recent revisions
- 495. By Dustin Kirkland <kirkland@x200>
-
* ecryptfs-
utils.ecryptfs- utils-restore. upstart,
ecryptfs-utils.ecryptfs- utils-save. upstart, rules:
- try to protect migrating users who don't login before the next reboot - 494. By Dustin Kirkland <kirkland@x200>
-
debian/
ecryptfs- utils.upstart, debian/rules: try to protect migrating
users who don't login before the next reboot - 491. By Dustin Kirkland <kirkland@x200>
-
add critical instructions, user *must* login after the migration and
before the reboot, as their wrapped passphrase will be cleared on
reboot (possible we should use an init script to move these to
/var/tmp on reboot) - 489. By Dustin Kirkland <kirkland@x200>
-
check that there is enough disk space available to do the migration
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar pack repository format 1 with rich root (needs bzr 1.0)