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

« back to all changes in this revision

Viewing changes to doc/manpage/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,
50
50
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
51
51
am__aclocal_m4_deps = $(top_srcdir)/m4/ac_pkg_swig.m4 \
52
52
        $(top_srcdir)/m4/ac_python_devel.m4 \
53
 
        $(top_srcdir)/m4/libtool.m4 $(top_srcdir)/m4/ltoptions.m4 \
54
 
        $(top_srcdir)/m4/ltsugar.m4 $(top_srcdir)/m4/ltversion.m4 \
55
 
        $(top_srcdir)/m4/lt~obsolete.m4 \
 
53
        $(top_srcdir)/m4/intltool.m4 $(top_srcdir)/m4/libtool.m4 \
 
54
        $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
 
55
        $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
56
56
        $(top_srcdir)/m4/swig_python.m4 $(top_srcdir)/configure.ac
57
57
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58
58
        $(ACLOCAL_M4)
92
92
MANS = $(dist_man_MANS)
93
93
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
94
94
ACLOCAL = @ACLOCAL@
 
95
ALL_LINGUAS = @ALL_LINGUAS@
95
96
AMTAR = @AMTAR@
96
97
AR = @AR@
97
98
AUTOCONF = @AUTOCONF@
98
99
AUTOHEADER = @AUTOHEADER@
99
100
AUTOMAKE = @AUTOMAKE@
100
101
AWK = @AWK@
 
102
CATALOGS = @CATALOGS@
 
103
CATOBJEXT = @CATOBJEXT@
101
104
CC = @CC@
102
105
CCDEPMODE = @CCDEPMODE@
103
106
CFLAGS = @CFLAGS@
106
109
CRYPTO_CFLAGS = @CRYPTO_CFLAGS@
107
110
CRYPTO_LIBS = @CRYPTO_LIBS@
108
111
CYGPATH_W = @CYGPATH_W@
 
112
DATADIRNAME = @DATADIRNAME@
109
113
DEFS = @DEFS@
110
114
DEPDIR = @DEPDIR@
111
115
DSYMUTIL = @DSYMUTIL@
117
121
EGREP = @EGREP@
118
122
EXEEXT = @EXEEXT@
119
123
FGREP = @FGREP@
 
124
GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
 
125
GMOFILES = @GMOFILES@
 
126
GMSGFMT = @GMSGFMT@
120
127
GPGME_CFLAGS = @GPGME_CFLAGS@
121
128
GPGME_LIBS = @GPGME_LIBS@
122
129
GREP = @GREP@
127
134
INSTALL_PROGRAM = @INSTALL_PROGRAM@
128
135
INSTALL_SCRIPT = @INSTALL_SCRIPT@
129
136
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
137
INSTOBJEXT = @INSTOBJEXT@
 
138
INTLLIBS = @INTLLIBS@
 
139
INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
 
140
INTLTOOL_MERGE = @INTLTOOL_MERGE@
 
141
INTLTOOL_PERL = @INTLTOOL_PERL@
 
142
INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
130
143
KEYUTILS_CFLAGS = @KEYUTILS_CFLAGS@
131
144
KEYUTILS_LIBS = @KEYUTILS_LIBS@
132
145
LATEX = @LATEX@
141
154
LIBTOOL = @LIBTOOL@
142
155
LIPO = @LIPO@
143
156
LN_S = @LN_S@
 
157
LOCALEDIR = @LOCALEDIR@
144
158
LTLIBOBJS = @LTLIBOBJS@
145
159
MAKEINFO = @MAKEINFO@
146
160
MKDIR_P = @MKDIR_P@
 
161
MKINSTALLDIRS = @MKINSTALLDIRS@
 
162
MSGFMT = @MSGFMT@
 
163
MSGFMT_OPTS = @MSGFMT_OPTS@
 
164
MSGMERGE = @MSGMERGE@
147
165
NM = @NM@
148
166
NMEDIT = @NMEDIT@
149
167
OBJDUMP = @OBJDUMP@
166
184
PKCS11_HELPER_LIBS = @PKCS11_HELPER_LIBS@
167
185
PKG_CONFIG = @PKG_CONFIG@
168
186
POD2MAN = @POD2MAN@
 
187
POFILES = @POFILES@
 
188
POSUB = @POSUB@
 
189
PO_IN_DATADIR_FALSE = @PO_IN_DATADIR_FALSE@
 
190
PO_IN_DATADIR_TRUE = @PO_IN_DATADIR_TRUE@
169
191
PS2PDF = @PS2PDF@
170
192
PYTHON = @PYTHON@
171
193
PYTHON_CPPFLAGS = @PYTHON_CPPFLAGS@
189
211
TAR = @TAR@
190
212
TSPI_CFLAGS = @TSPI_CFLAGS@
191
213
TSPI_LIBS = @TSPI_LIBS@
 
214
USE_NLS = @USE_NLS@
192
215
VERSION = @VERSION@
 
216
XGETTEXT = @XGETTEXT@
193
217
abs_builddir = @abs_builddir@
194
218
abs_srcdir = @abs_srcdir@
195
219
abs_top_builddir = @abs_top_builddir@