~ubuntu-branches/ubuntu/quantal/ecryptfs-utils/quantal-proposed

« back to all changes in this revision

Viewing changes to src/include/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland, David Planella, Yan Li, Dustin Kirkland
  • Date: 2010-02-17 15:17:09 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100217151709-ofjdq66ug82kk25a
Tags: 83-0ubuntu1
[ David Planella ]
* Makefile.am, configure.ac, debian/control, debian/po/POTFILES.sh,
  debian/po/ecryptfs-utils.pot, debian/po/fr.po, debian/rules,
  po/POTFILES.in, src/desktop/Makefile.am,
  src/desktop/ecryptfs-mount-private.desktop,
  src/desktop/ecryptfs-mount-private.desktop.in,
  src/desktop/ecryptfs-record-passphrase,
  src/desktop/ecryptfs-setup-private.desktop,
  src/desktop/ecryptfs-setup-private.desktop.in:
  - internationalization work for LP: #358283
* po/LINGUAS, po/ca.po: Catalan translation

[ Yan Li <yan.i.li@intel.com> ]
* src/pam_ecryptfs/pam_ecryptfs.c, src/utils/Makefile.am,
  src/utils/ecryptfs-migrate-home: add a script and pam hooks to
  support automatic migration to encrypted home directory

[ Dustin Kirkland ]
* src/utils/ecryptfs-migrate-home: clean up for merge
  - use $() rather than ``
  - drop set -u
  - use = and !=, and quote vars, rather than testing with -ne, -eq,
    for better shell portability
  - improve usage statement and error text
  - check if already encrypted
  - handle migration of multiple users on boot
  - fix all whitespace, use tabs for indents
  - use quotes around variables, rather than ${} (stylistic preference)
  - major simplification for immediate release
    + remove boot and user modes; only support administrator mode for
      security reasons and to avoid race conditions
    + other modes can be re-added, if necessary, and if security
      concerns can be addressed
  - ensure running as root
  - drop VERBOSE option, always print useful info messages
  - call the user $USER_NAME rather than $USER_ID since id implies
    number, and here we're deailing with names
  - no decimals on awk calculation
  - mktemp on the target user, not root
  - check that there is enough disk space available to do the migration
  - ensure the user's homedir group is correct
  - 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)
  - ensure permissions are set correctly
  - improve text at the end of the migration, organize into notes
* 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
* debian/ecryptfs-utils.install: install the locale messages
* src/desktop/ecryptfs-record-passphrase: improve dialog text
* src/desktop/ecryptfs-record-passphrase: revert the _ bit, as it's not quite
  working yet, will need to talk to David to fix
* Mark LP: #471725 as fixed

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.11 from Makefile.am.
 
1
# Makefile.in generated by automake 1.11.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
41
41
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42
42
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
43
43
        $(top_srcdir)/m4/ac_python_devel.m4 \
44
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
45
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
46
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
44
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
45
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
46
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
47
47
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
48
48
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
49
49
        $(ACLOCAL_M4)
80
80
CTAGS = ctags
81
81
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82
82
ACLOCAL = @ACLOCAL@
 
83
ALL_LINGUAS = @ALL_LINGUAS@
83
84
AMTAR = @AMTAR@
84
85
AR = @AR@
85
86
AUTOCONF = @AUTOCONF@
86
87
AUTOHEADER = @AUTOHEADER@
87
88
AUTOMAKE = @AUTOMAKE@
88
89
AWK = @AWK@
 
90
CATALOGS = @CATALOGS@
 
91
CATOBJEXT = @CATOBJEXT@
89
92
CC = @CC@
90
93
CCDEPMODE = @CCDEPMODE@
91
94
CFLAGS = @CFLAGS@
94
97
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
95
98
CRYPTO_LIBS = @CRYPTO_LIBS@
96
99
CYGPATH_W = @CYGPATH_W@
 
100
DATADIRNAME = @DATADIRNAME@
97
101
DEFS = @DEFS@
98
102
DEPDIR = @DEPDIR@
99
103
DSYMUTIL = @DSYMUTIL@
105
109
EGREP = @EGREP@
106
110
EXEEXT = @EXEEXT@
107
111
FGREP = @FGREP@
 
112
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
113
GMOFILES = @GMOFILES@
 
114
GMSGFMT = @GMSGFMT@
108
115
GPGME_CFLAGS = @GPGME_CFLAGS@
109
116
GPGME_LIBS = @GPGME_LIBS@
110
117
GREP = @GREP@
115
122
INSTALL_PROGRAM = @INSTALL_PROGRAM@
116
123
INSTALL_SCRIPT = @INSTALL_SCRIPT@
117
124
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
125
INSTOBJEXT = @INSTOBJEXT@
 
126
INTLLIBS = @INTLLIBS@
 
127
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
128
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
129
INTLTOOL_PERL = @INTLTOOL_PERL@
 
130
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
118
131
KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
119
132
KEYUTILS_LIBS = @KEYUTILS_LIBS@
120
133
LATEX = @LATEX@
129
142
LIBTOOL = @LIBTOOL@
130
143
LIPO = @LIPO@
131
144
LN_S = @LN_S@
 
145
LOCALEDIR = @LOCALEDIR@
132
146
LTLIBOBJS = @LTLIBOBJS@
133
147
MAKEINFO = @MAKEINFO@
134
148
MKDIR_P = @MKDIR_P@
 
149
MKINSTALLDIRS = @MKINSTALLDIRS@
 
150
MSGFMT = @MSGFMT@
 
151
MSGFMT_OPTS = @MSGFMT_OPTS@
 
152
MSGMERGE = @MSGMERGE@
135
153
NM = @NM@
136
154
NMEDIT = @NMEDIT@
137
155
OBJDUMP = @OBJDUMP@
154
172
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
155
173
PKG_CONFIG = @PKG_CONFIG@
156
174
POD2MAN = @POD2MAN@
 
175
POFILES = @POFILES@
 
176
POSUB = @POSUB@
 
177
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
178
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
157
179
PS2PDF = @PS2PDF@
158
180
PYTHON = @PYTHON@
159
181
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
177
199
TAR = @TAR@
178
200
TSPI_CFLAGS = @TSPI_CFLAGS@
179
201
TSPI_LIBS = @TSPI_LIBS@
 
202
USE_NLS = @USE_NLS@
180
203
VERSION = @VERSION@
 
204
XGETTEXT = @XGETTEXT@
181
205
abs_builddir = @abs_builddir@
182
206
abs_srcdir = @abs_srcdir@
183
207
abs_top_builddir = @abs_top_builddir@