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

« back to all changes in this revision

Viewing changes to src/key_mod/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,
44
44
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
45
45
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
46
46
        $(top_srcdir)/m4/ac_python_devel.m4 \
47
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
48
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
49
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
47
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
48
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
49
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
50
50
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
51
51
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
52
52
        $(ACLOCAL_M4)
158
158
CTAGS = ctags
159
159
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
160
160
ACLOCAL = @ACLOCAL@
 
161
ALL_LINGUAS = @ALL_LINGUAS@
161
162
AMTAR = @AMTAR@
162
163
AR = @AR@
163
164
AUTOCONF = @AUTOCONF@
164
165
AUTOHEADER = @AUTOHEADER@
165
166
AUTOMAKE = @AUTOMAKE@
166
167
AWK = @AWK@
 
168
CATALOGS = @CATALOGS@
 
169
CATOBJEXT = @CATOBJEXT@
167
170
CC = @CC@
168
171
CCDEPMODE = @CCDEPMODE@
169
172
CFLAGS = @CFLAGS@
172
175
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
173
176
CRYPTO_LIBS = @CRYPTO_LIBS@
174
177
CYGPATH_W = @CYGPATH_W@
 
178
DATADIRNAME = @DATADIRNAME@
175
179
DEFS = @DEFS@
176
180
DEPDIR = @DEPDIR@
177
181
DSYMUTIL = @DSYMUTIL@
183
187
EGREP = @EGREP@
184
188
EXEEXT = @EXEEXT@
185
189
FGREP = @FGREP@
 
190
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
191
GMOFILES = @GMOFILES@
 
192
GMSGFMT = @GMSGFMT@
186
193
GPGME_CFLAGS = @GPGME_CFLAGS@
187
194
GPGME_LIBS = @GPGME_LIBS@
188
195
GREP = @GREP@
193
200
INSTALL_PROGRAM = @INSTALL_PROGRAM@
194
201
INSTALL_SCRIPT = @INSTALL_SCRIPT@
195
202
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
203
INSTOBJEXT = @INSTOBJEXT@
 
204
INTLLIBS = @INTLLIBS@
 
205
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
206
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
207
INTLTOOL_PERL = @INTLTOOL_PERL@
 
208
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
196
209
KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
197
210
KEYUTILS_LIBS = @KEYUTILS_LIBS@
198
211
LATEX = @LATEX@
207
220
LIBTOOL = @LIBTOOL@
208
221
LIPO = @LIPO@
209
222
LN_S = @LN_S@
 
223
LOCALEDIR = @LOCALEDIR@
210
224
LTLIBOBJS = @LTLIBOBJS@
211
225
MAKEINFO = @MAKEINFO@
212
226
MKDIR_P = @MKDIR_P@
 
227
MKINSTALLDIRS = @MKINSTALLDIRS@
 
228
MSGFMT = @MSGFMT@
 
229
MSGFMT_OPTS = @MSGFMT_OPTS@
 
230
MSGMERGE = @MSGMERGE@
213
231
NM = @NM@
214
232
NMEDIT = @NMEDIT@
215
233
OBJDUMP = @OBJDUMP@
232
250
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
233
251
PKG_CONFIG = @PKG_CONFIG@
234
252
POD2MAN = @POD2MAN@
 
253
POFILES = @POFILES@
 
254
POSUB = @POSUB@
 
255
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
256
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
235
257
PS2PDF = @PS2PDF@
236
258
PYTHON = @PYTHON@
237
259
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
255
277
TAR = @TAR@
256
278
TSPI_CFLAGS = @TSPI_CFLAGS@
257
279
TSPI_LIBS = @TSPI_LIBS@
 
280
USE_NLS = @USE_NLS@
258
281
VERSION = @VERSION@
 
282
XGETTEXT = @XGETTEXT@
259
283
abs_builddir = @abs_builddir@
260
284
abs_srcdir = @abs_srcdir@
261
285
abs_top_builddir = @abs_top_builddir@