~ubuntu-branches/ubuntu/trusty/ecryptfs-utils/trusty

« back to all changes in this revision

Viewing changes to src/libecryptfs/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,
42
42
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43
43
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
44
44
        $(top_srcdir)/m4/ac_python_devel.m4 \
45
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
46
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
47
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
45
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
46
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
47
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
48
48
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
49
49
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50
50
        $(ACLOCAL_M4)
111
111
CTAGS = ctags
112
112
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
113
113
ACLOCAL = @ACLOCAL@
 
114
ALL_LINGUAS = @ALL_LINGUAS@
114
115
AMTAR = @AMTAR@
115
116
AR = @AR@
116
117
AUTOCONF = @AUTOCONF@
117
118
AUTOHEADER = @AUTOHEADER@
118
119
AUTOMAKE = @AUTOMAKE@
119
120
AWK = @AWK@
 
121
CATALOGS = @CATALOGS@
 
122
CATOBJEXT = @CATOBJEXT@
120
123
CC = @CC@
121
124
CCDEPMODE = @CCDEPMODE@
122
125
CFLAGS = @CFLAGS@
125
128
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
126
129
CRYPTO_LIBS = @CRYPTO_LIBS@
127
130
CYGPATH_W = @CYGPATH_W@
 
131
DATADIRNAME = @DATADIRNAME@
128
132
DEFS = @DEFS@
129
133
DEPDIR = @DEPDIR@
130
134
DSYMUTIL = @DSYMUTIL@
136
140
EGREP = @EGREP@
137
141
EXEEXT = @EXEEXT@
138
142
FGREP = @FGREP@
 
143
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
144
GMOFILES = @GMOFILES@
 
145
GMSGFMT = @GMSGFMT@
139
146
GPGME_CFLAGS = @GPGME_CFLAGS@
140
147
GPGME_LIBS = @GPGME_LIBS@
141
148
GREP = @GREP@
146
153
INSTALL_PROGRAM = @INSTALL_PROGRAM@
147
154
INSTALL_SCRIPT = @INSTALL_SCRIPT@
148
155
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
156
INSTOBJEXT = @INSTOBJEXT@
 
157
INTLLIBS = @INTLLIBS@
 
158
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
159
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
160
INTLTOOL_PERL = @INTLTOOL_PERL@
 
161
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
149
162
KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
150
163
KEYUTILS_LIBS = @KEYUTILS_LIBS@
151
164
LATEX = @LATEX@
160
173
LIBTOOL = @LIBTOOL@
161
174
LIPO = @LIPO@
162
175
LN_S = @LN_S@
 
176
LOCALEDIR = @LOCALEDIR@
163
177
LTLIBOBJS = @LTLIBOBJS@
164
178
MAKEINFO = @MAKEINFO@
165
179
MKDIR_P = @MKDIR_P@
 
180
MKINSTALLDIRS = @MKINSTALLDIRS@
 
181
MSGFMT = @MSGFMT@
 
182
MSGFMT_OPTS = @MSGFMT_OPTS@
 
183
MSGMERGE = @MSGMERGE@
166
184
NM = @NM@
167
185
NMEDIT = @NMEDIT@
168
186
OBJDUMP = @OBJDUMP@
185
203
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
186
204
PKG_CONFIG = @PKG_CONFIG@
187
205
POD2MAN = @POD2MAN@
 
206
POFILES = @POFILES@
 
207
POSUB = @POSUB@
 
208
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
209
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
188
210
PS2PDF = @PS2PDF@
189
211
PYTHON = @PYTHON@
190
212
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
208
230
TAR = @TAR@
209
231
TSPI_CFLAGS = @TSPI_CFLAGS@
210
232
TSPI_LIBS = @TSPI_LIBS@
 
233
USE_NLS = @USE_NLS@
211
234
VERSION = @VERSION@
 
235
XGETTEXT = @XGETTEXT@
212
236
abs_builddir = @abs_builddir@
213
237
abs_srcdir = @abs_srcdir@
214
238
abs_top_builddir = @abs_top_builddir@