libpam-mount (0.12.0-1ubuntu1) dapper; urgency=low [ Ongoing Merge Process ] * Resynchronise with Debian. [ Reinhard Tartler ] * fixed debian/patches/00list -- Reinhard Tartler Sat, 14 Jan 2006 19:13:48 +0100 libpam-mount (0.12.0-1) unstable; urgency=low * New upstream release. Dropped patches applies upstream: 22_fstype_nodev 23_log_argv_close_cstdin 24_local_config 25_volume_record_asserts -- Bastian Kleineidam Wed, 11 Jan 2006 22:29:46 +0100 libpam-mount (0.11.0-1ubuntu1) dapper; urgency=low * Add debian/patches/26_cryptsetup_key_file.dpatch: - mount.crypt: Always read the passphrase from stdin. - Malone #6216. * Add debian/patches/27_mount.crypt_symlinks.dpatch: - mount.crypt: Resolve symbolic links for the device argument. - Malone #6257 -- Martin Pitt Mon, 9 Jan 2006 17:17:06 +0100 libpam-mount (0.11.0-1) unstable; urgency=low * New upstream version. Dropped patches applied upstream: 05_warnings 15_config_pam_mount_item 18_umount_crypt_errors 19_match_null 20_session_error * Remove suggestion of the realpath package since readlink -f is now used instead, which is in coreutils. * Remove build-depends on 'check', since it is not used. -- Bastian Kleineidam Fri, 30 Dec 2005 22:15:39 +0100 libpam-mount (0.10.0-3) unstable; urgency=low * updated debian/watch file to use new download URL * updated patch 18_umount_crypt_errors to accept a trailing slash in the umount path argument in case no /usr/bin/realpath is installed. -- Bastian Kleineidam Thu, 8 Dec 2005 20:14:41 +0100 libpam-mount (0.10.0-2) unstable; urgency=low * Replace old 'local' fstype config examples with 'ext3', in README.Debian and pam_mount.conf. Add an appropriate note to NEWS.Debian. * Fixed fstype_nodev() so that the check_filesystem() fsck routine is actually run. -- Bastian Kleineidam Mon, 5 Dec 2005 00:26:15 +0100 libpam-mount (0.10.0-1) unstable; urgency=low * New upstream release. The original bzipped tarball has been repackaged to an orig.tar.gz, no changes were made. * updated debian/copyright due to new upstream maintainer * updated README.Debian for new upstream changes * Use debhelper v5 -- Bastian Kleineidam Fri, 18 Nov 2005 22:31:56 +0100 libpam-mount (0.9.27.62-2) unstable; urgency=low * Update 17_mount_crypt_stdin again by not using the -d option of cryptsetup which disables the hashing. (Closes: #334694, #335208) -- Bastian Kleineidam Mon, 24 Oct 2005 23:17:47 +0200 libpam-mount (0.9.27.62-1) unstable; urgency=low * New upstream version, again via private mail from the new maintainer Jan Engelhardt. And the patch list changelog: - 01_init_sigmask dropped, applied upstream - 02_command_args dropped, applied upstream - 04_g_ascii_strup dropped, applied upstream - 07_mount_crypt_luks dropped, applied upstream - 08_user_groups dropped, applied upstream - 09_umount_crypt_realpath dropped, applied upstream - 10_mount_links dropped, applied upstream - 11_config_examples dropped, applied upstream - 12_pmvarrun_debug dropped, applied upstream - 13_symbol_clash_fix replaced with 21_pmdebug - 14_mount_crypt_quoting dropped, applied upstream (a little modified) - 16_vol_to_dev_cpy dropped, applied upstream - 17_mount_crypt_stdin updated, use test -t 0 for interactivity test (Closes: #334694) - 18_umount_crypt_errors new: Add REALPATH var, and check if it exists. - 19_string_index new: Fix off-by-one index errors, and make sure that the volume device is delimited with \0. - 20_session_error new: When mounts fail the session should indicate error. Otherwise a $HOME volume mount with a "required" entry in the PAM config is not working, ie. the user logs in even if the partition could not be mounted. - 21_pmdebug new: Rename Debug -> PMDebug to avoid crash when using with xdm. -- Bastian Kleineidam Wed, 19 Oct 2005 18:34:03 +0200 libpam-mount (0.9.27.49-2) unstable; urgency=low * Add exec and fsck to the mount options in the README.Debian examples. * Avoid conflicting symbols with other libraries and/or programs by using a unique prefix for global variables and methods. Thanks Paul Hampson for the note. (Closes: #324735) * Fix quoting of mount.crypt options, thanks Mattia Monga for the patch. (Closes: #332869, #334115) * Fix double free of config items if pam_close_session is called twice. Thanks Paul Hampson for the patch. (Closes: #302024) * Fix some string copy lengths in vol_to_dev(), could garble the device name display. * Make sure that crypsetup password is read from stdin in mount.crypt. -- Bastian Kleineidam Mon, 17 Oct 2005 23:21:29 +0200 libpam-mount (0.9.27.49-1) unstable; urgency=low * New upstream release from Jan Engelhardt (via private mail) with lots of our patches and more included. Here is the complete list: - 02_setuid_helper dropped, applied to upstream - 03_mkehd_bash_script dropped, applied to upstream - 04_debian_install_prefix renamed to 06_debian_install_prefix - 05_disable_mntcheck dropped, unnecessary - 06_user_mount_tools dropped, applied upstream - 07_setuid_user dropped, applied upstream - 10_chown_user_mount_count dropped, applied upstream - 11_crypt_types dropped, applied upstream - 12_dont_free_dirname dropped, the new g_dirname() function uses malloc()ed memory and it definitely must be freed. - 13_empty_options dropped, applied upstream - 15_no_error_warnings dropped, applied upstream - 16_compiler_warnings dropped, applied upstream - 18_more_err_msgs dropped, applied upstream - 20_loop_in_mtab_symlink dropped, applied upstream - 22_example_docs applied upstream in parts, rest is in 03_debian_docs - 26_unmount_wrong_directory dropped, applied upstream - 27_fix_dmdevice_name dropped, applied upstream - 28_converse_resp_check dropped, applied upstream - 29_crypto_compile_fix dropped, applied upstream - 31_no_ws_arg_split dropped, applied upstream - 32_mount_crypt_options dropped, applied upstream - 33_pmvarrun_errors dropped, applied upstream - 34_losetup_password dropped, applied upstream - 35_mount_crypt_luks renamed to 07_mount_crypt_luks - 36_user_groups renamed to 08_user_groups - 37_umount_crypt_realpath renamed to 09_umount_crypt_realpath and adjusted (see below) - 38_mount_links partly applied upstream, renamed to 10_mount_links and updated * Initialize signal mask before setting signal handlers (patch 01_init_sigmask). * Fixed all hyphen quoting in the manpages: "\-" is a minus and "-" is a hyphen (weird but true). * Improve the documentation in README.Debian and the comment in common-pammount to make clear there is only one include per PAM application, not two. Also, adjust the original README to mention common-pammount. (Closes: #302024) - Fails to unmount on session close and crash * Only call realpath when it exists and is executable. This is due to the fact that a) /usr might not be mounted or b) the realpath package is not installed. Add a Suggests: realpath in debian/control. (Closes: #332325) - should depend on realpath * NULL-terminate command arguments, thanks Paul Hampson for the patch. (Closes: #324735) - does not mount with xdm * Patches 04_g_ascii_strup and 05_warnings: fix deprecated functions and some compiler warnings. -- Bastian Kleineidam Thu, 6 Oct 2005 02:35:15 +0200 libpam-mount (0.9.25-4) unstable; urgency=low * Added fsck to the default allowed options. Also add it to one of the example mount configs to give users a hint that this option is useful for home directory mounts. * Allow to specify a group name as user for volume mounts with '@group'. This lets all users in the given group mount a volume. This option is only allowed in the global config. (Closes: #276322) * Allow relative pathnames with umount.crypt (Closes: #327614) * New patch 38_mount_links thanks to Julien Soula. (Closes: #329094) - fails to check already mounted volume when links are used -- Bastian Kleineidam Fri, 23 Sep 2005 14:52:38 +0200 libpam-mount (0.9.25-3) unstable; urgency=low * Added option to mount.crypt to specify filesystem type. Use like this: $ mount.crypt -o fstype=ext3 Or in pam_mount.conf add "fstype=ext3" to the crypt mount options. Note that you only need this if mount(8) does not detect the file system type automatically. (Closes: #324871) * Add cryptsetup LUKS support to (u)mount.crypt. Thanks Florian Frank for the patch (Closes: #325028) -- Bastian Kleineidam Fri, 26 Aug 2005 12:09:20 +0200 libpam-mount (0.9.25-2) unstable; urgency=low * Added FSCK definition to mount.crypt. Thanks Ruediger Otte (Closes: #324287) * Add build dependency on 'check', a C unit testing framework. Right now it is not used, but we don't want to get errors if upstream decides to use it. -- Bastian Kleineidam Sun, 21 Aug 2005 15:59:18 +0200 libpam-mount (0.9.25-1) unstable; urgency=low * New upstream release. * Updated standards version to 3.6.2.1 -- Bastian Kleineidam Wed, 6 Jul 2005 01:12:30 +0200 libpam-mount (0.9.24-1) unstable; urgency=low * New upstream release. * Remove bug note about CLOSE_SESSIONS since the default is now "yes". -- Bastian Kleineidam Mon, 30 May 2005 15:47:52 +0200 libpam-mount (0.9.23-1) unstable; urgency=low * New upstream release. * Improved documentation in README.Debian and pam_mount.conf for encrypted loopback mounts. -- Bastian Kleineidam Tue, 10 May 2005 18:37:19 +0200 libpam-mount (0.9.22-7) unstable; urgency=low * added better error reporting when calling pmvarrun * on losetup call pipe password to stdin (Closes: #306594) * fix example pam_mount.conf line in README.Debian for local loopback encrypted volume -- Bastian Kleineidam Thu, 28 Apr 2005 17:59:44 +0200 libpam-mount (0.9.22-6) unstable; urgency=high * Fix IFS setting in mount.crypt and umount.crypt (Closes: #302006) -- Bastian Kleineidam Tue, 29 Mar 2005 22:18:43 +0200 libpam-mount (0.9.22-5) unstable; urgency=high * README.Debian: - Improved the dm-crypt mount point example using a random password keyfile, not a simple password string. - Clarified the mystic keysize calculation (bits vs. bytes). - Added note about how important the .key files are for crypted partitions * Added space to IFS in mount.crypt when splitting options, thanks to Jörg Sommer for the patch. (Closes: #301233). * added more improvements from Jörg Sommer to mount.crypt (Closes: #301234) * Added fsck option to mount.crypt to execute fsck before mounting (Closes: #301232) * urgency still high -- Bastian Kleineidam Mon, 28 Mar 2005 15:03:23 +0200 libpam-mount (0.9.22-4) unstable; urgency=high * Incorporated the lost mount.crypt patches from the 0.9.20 release, and added some more improvements from Jörg Sommer (Closes: #298141) This also (Closes: #297494). * Urgency high, this fix must get into sarge. -- Bastian Kleineidam Mon, 7 Mar 2005 16:51:02 +0100 libpam-mount (0.9.22-3) unstable; urgency=medium * fix mount.crypt options (Closes: #298074) Thanks to Sören Köpping for the patch. * Urgency still medium. -- Bastian Kleineidam Fri, 4 Mar 2005 16:16:43 +0100 libpam-mount (0.9.22-2) unstable; urgency=medium * Fix nfsmount configuration entry to split off the %(MNTPT) before the options. * Fix all -o options to not include a space that will not be split off before calling exec(3). (Closes: #297200) - libpam-mount doesn't work after the last update (Closes: #297494) - mount.crypt doesn't seem to work * Urgency medium since without this fix some mount types will not work. -- Bastian Kleineidam Tue, 1 Mar 2005 00:05:27 +0100 libpam-mount (0.9.22-1) unstable; urgency=low * New upstream release. * Dropped patches applied upstream, and updated all others. * New patches: - 29_crypto_compile_fix: add missing includes - 31_no_ws_arg_split: support whitespace in command arguments (Closes: #296417) - does not mount smb shares with whitespace -- Bastian Kleineidam Tue, 22 Feb 2005 18:32:45 +0100 libpam-mount (0.9.20-11) unstable; urgency=low * New patch 28_converse_resp_check: - Detect invalid converse responses and set retval accordingly. Prevents triggered assertion in smbd PAM usage (Closes: #288780) -- Bastian Kleineidam Wed, 26 Jan 2005 23:40:44 +0100 libpam-mount (0.9.20-10) unstable; urgency=low * new patch 26_unmount_wrong_directory: - fix grep pattern for mount point. (Closes: #286705) Thanks to Brian Rolfe for the patch. * new patch 27_fix_dmdevice_name: - search for correct crypted device (Closes: #286707) Thanks to Brian Rolfe for the patch. * Adjusted all patch descriptions. -- Bastian Kleineidam Tue, 21 Dec 2004 23:19:49 +0100 libpam-mount (0.9.20-9) unstable; urgency=high * Updated (u)mount.crypt patches. * New patch 25_set_pam_error: set pam error return code in case of a successful but with a NULL result get_password call (Closes: #284234), and thus urgency high * Note in REAMDE.Debian that common-pammount should be included after common-auth and after common-session. -- Bastian Kleineidam Thu, 9 Dec 2004 14:17:32 +0100 libpam-mount (0.9.20-8) unstable; urgency=low * replace note about ssh in common-pammount with a pointer to README.Debian * new patch 24_ssl_string_error: print human readable SSL error messages -- Bastian Kleineidam Tue, 9 Nov 2004 23:44:53 +0100 libpam-mount (0.9.20-7) unstable; urgency=low * improved tmpfs example (patch again from Mike Hommey) (Closes: #275746) -- Bastian Kleineidam Wed, 13 Oct 2004 10:49:15 +0200 libpam-mount (0.9.20-6) unstable; urgency=medium * fixed typos and wording in package description * added encrypted loopback mount initialization docs to README.Debian * updated the bugs list in README.Debian, noting that libpam-mount does not work with ssh, only with ssh-krb5 With this documentation the severity of bug #254679 can be lowered from "important" to "normal". * urgency medium since the ssh incompatibility documentation is important -- Bastian Kleineidam Wed, 6 Oct 2004 18:54:32 +0200 libpam-mount (0.9.20-5) unstable; urgency=low * New patch 23_fix_fsck_target: the fsck target was hardcoded to /dev/loop7, the patch fixes this to use the correct volume name. (Closes: #273853) * Added interesting tmpfs example from Mike Hommey to the config docs. * Added the cryptsetup and openssl packages to the suggestions. They are used for dm-crypt and cryptoloop mounts. * Added more documentation for the dm-crypt mount type to the configuration file and to README.Debian. * Fixed the cryptsetup option processing for mount.crypt. (Closes: #270281) -- Bastian Kleineidam Sat, 2 Oct 2004 14:04:16 +0200 libpam-mount (0.9.20-4) unstable; urgency=medium * Make log_argv function non-static (Closes: #271604) Urgency medium since this is grave. * More documentation cleanup wrt. root versus user permissions. Thanks to Ariel for clarifying the problems. -- Bastian Kleineidam Tue, 14 Sep 2004 14:10:44 +0200 libpam-mount (0.9.20-3) unstable; urgency=low * More debug messages, now the executed mount commands are actually printed out when debugging is on :) (Closes: #271447) * Better documentation of what mounts can be executed as user and what mounts need root permissions, ie. either an fstab entry or an entry in the global configuration. (Closes: #259032) * Better document the fact that specified mount parameters should match the given parameters in the mount commands. (Closes: #271431) -- Bastian Kleineidam Mon, 6 Sep 2004 16:50:45 +0200 libpam-mount (0.9.20-2) unstable; urgency=low * Added a keysize option to mount.crypt. (Closes: #268261) * fix a typo in mount.crypt script and make the call to cryptsetup use an absolute path * added symlink /sbin/mount.crypt -> /usr/bin/mount.crypt so that mount -t crypt actually works (Closes: #267285) * All of the above patches are the work of Vance Lankhaar. Thanks! * fix mount.crypt to accept options after the device and directory name, since /bin/mount uses this ordering. -- Bastian Kleineidam Sun, 5 Sep 2004 14:05:12 +0200 libpam-mount (0.9.20-1) unstable; urgency=low * New upstream release. - fixes cifs mount problems (Closes: #259028) * use cdbs to build the package * update and correct the pmvarrun.8 man page * unfuzzed and/or renamed patches: 01_zlib_compile_fix 03_mkehd_bash_script 04_debian_install_prefix 05_disable_mntcheck 08_pam_acct_mgmt 09_enable_static_compile 10_chown_user_mount_count 11_crypt_types 12_dont_free_dirname 13_empty_options 14_include_fsuid 15_no_error_warnings * patches updated to use g_spawn_async_with_pipes(): 02_setuid_helper 06_user_mount_tools 07_setuid_user * fix more warnings by adding -fno-strict-aliasing to the compile options (updated patch 16_compiler_warnings) * use LOG_AUTHPRIV as syslog level (new patch 17_auth_log_level) * print error messages of failed PAM calls with pam_strerror() (new patch 18_more_err_msgs) * Re-read the PAM user if it is not there. Needed for ssh since all ssh PAM functions are called in a separate forked process. (new patch 19_reread_user) * get mount name from loop device (eg if mtab is a symlink) (new patch 20_loop_in_mtab_symlink) Thanks to Jörg Sommer for the patch (Closes: #259228) -- Bastian Kleineidam Mon, 19 Jul 2004 15:01:48 +0200 libpam-mount (0.9.18-2) unstable; urgency=high * get rid of automake stuff, put patches into Makefile.in's intead of Makefile.am (Closes: #256029) * update patch 02_setuid_helper: move set_uid helper function in misc*.c before usage * new patch 14_include_fsuid: include sys/fsuid.h when HAVE_SETFSUID is defined * the two previous changes above fix a compile error on powerpc; thanks to J¶rg Sommer for the patches (Closes: #256032) * new patch 15_no_error_warnings: soften -Werror to -Wall, I don't want every warning to be a compile error, esp. since new versions of gcc tend to spew out a lot or warnings * new patch 16_fix_warnings: Fix various compiler warnings like unused variables and missing braces. Thanks to J¶rg Sommer for the patches. (Closes: #256042) * urgency high since this release fixes FTBFS errors -- Bastian Kleineidam Thu, 24 Jun 2004 16:54:46 +0200 libpam-mount (0.9.18-1) unstable; urgency=low * New upstream release (Closes: #253996) - adjust all patches to upstream code reworks * added manpages mount.crypt(1), umount.crypt(1), pmvarrun(8) -- Bastian Kleineidam Tue, 15 Jun 2004 13:50:33 +0200 libpam-mount (0.9.17-1) unstable; urgency=low * New upstream release * patch 01_zlib_compile_fix removed, applied upstream * patch 06_fix_config updated * patch 07_use_user_mount updated * patch 10_chown_user_mount_count updated * patch 11_crypt_types updated * patch 12_dont_free_dirname updated * patch 13_empty_options new; set OPTIONS config value to empty string if it is not supplied in pam_mount.conf. (Closes #241370) * use and build-depend on automake 1.8 -- Bastian Kleineidam Mon, 26 Apr 2004 14:14:16 +0200 libpam-mount (0.9.13-2) unstable; urgency=low * 11_crypt_types patch updated: more ia64 warnings fixed, hopefully I got them all -- Bastian Kleineidam Mon, 9 Feb 2004 00:31:38 +0100 libpam-mount (0.9.13-1) unstable; urgency=low * New upstream release. -- Bastian Kleineidam Fri, 6 Feb 2004 13:47:37 +0100 libpam-mount (0.9.11-3) unstable; urgency=low * New patches - 11_crypt_types fix warnings on ia64 build (Closes: #230946) - 12_dont_free_dirname dont free dirname() return argument (Closes: #230429), thanks Andrew Ruder for detecting this -- Bastian Kleineidam Tue, 3 Feb 2004 23:44:55 +0100 libpam-mount (0.9.11-2) unstable; urgency=low * added libglib2.0-dev build dependency -- Bastian Kleineidam Mon, 12 Jan 2004 16:12:42 +0100 libpam-mount (0.9.11-1) unstable; urgency=low * New upstream release. * updated patches: - 06_fix_config - 07_use_user_mount - 10_chown_user_mount_count * updated README.Debian for cryptoloop stuff -- Bastian Kleineidam Thu, 8 Jan 2004 19:35:40 +0100 libpam-mount (0.9.10-1) unstable; urgency=low * New upstream release (Closes: #225320) attention: pam_mount.conf syntax has changed, please update your configuration files! * removed patches - 01_fix_functions applied upstream * new patches - 01_zlib_compile_fix added -lz to linker flags - 02_setuid_helper helper function to set uid of current process to given username this function uses w4rn instead of l0g now (Closes: #218375) - 03_mkehd_bash_script the script uses array variables which are only provided by bash, so use #!/bin/bash - 06_fix_config disable BSD mount check and escape quotes in OPTION var * updated patches - 05_setuid_user use the set_uid helper function and make sure all commands call setuid if defined by a user-specified config file - 07_use_user_mount use user-callable mount commands smb(u)mount,ncp(u)mount - 08_pam_acct_mgmt add PAM account management stub - 09_enable_static_compile enable static compilation - 10_chown_user_mount_count make user count file owned by the logged in user * added libz build dependency -- Bastian Kleineidam Wed, 7 Jan 2004 19:19:36 +0100 libpam-mount (0.9.5-2) unstable; urgency=low * Added note about cryptoloop patch for 2.4.22 kernels in README.Debian -- Bastian Kleineidam Wed, 1 Oct 2003 19:13:44 +0200 libpam-mount (0.9.5-1) unstable; urgency=low * New upstream release. - fixes smb volume name expansion (Closes: #212820) (Closes: #210728) (Closes: #213565) * doh, use *UMOUNT constants instead of *MOUNT in do_unmount * add dependency on mount (>= 2.12-3) to be able to mount encrypted home volumes with 2.6 kernels, kernels from www.kerneli.org, and vanilla 2.4.22 kernels with the cryptoloop patch found at http://www.kernel.org/pub/linux/kernel/crypto/v2.4/testing/patch-cryptoloop-jari-2.4.22.0 -- Bastian Kleineidam Mon, 29 Sep 2003 08:17:25 +0200 libpam-mount (0.9.4-1) unstable; urgency=low * New upstream release. (Closes: #208052) * removed 10_fix_key_decryption applied upstream * updated all other patches * updated README.Debian with installation instructions * added /etc/pam.d/common-pammount for inclusion in PAM configs * Standards version 3.6.1, no changes * rerun debian/autogen.sh with new automake 1.7.7 -- Bastian Kleineidam Tue, 9 Sep 2003 09:22:10 +0200 libpam-mount (0.9.2-3) unstable; urgency=low * conflict with old libncp versions * new patch 10_fix_key_decryption; patch from nokos@gmx.net to fix decryption of filesystem keys. Thanks, nokos. (Closes: #200305) -- Bastian Kleineidam Mon, 7 Jul 2003 17:56:45 +0200 libpam-mount (0.9.2-2) unstable; urgency=low * added README_SSHD to documentation -- Bastian Kleineidam Sat, 5 Jul 2003 12:58:45 +0200 libpam-mount (0.9.2-1) unstable; urgency=low * New upstream release. - does not bail out on failed close() in error path, which seemed to confuse xdm and gdm. Tested only with xdm, but this Closes: #192520 * updated/unfuzzed patches - 01_fix_functions - 04_debian_install_prefix (renamed) - 05_setuid_user - 06_use_user_mount - 07_disable_mntcheck - 08_pam_acct_mgmt - 09_enable_static_compile * removed patches applied upstream - 02_remove_int_pointer_casts - 10_fix_dotconf_realloc -- Bastian Kleineidam Wed, 25 Jun 2003 00:41:06 +0200 libpam-mount (0.5.16-2) unstable; urgency=low * new patch 10_fix_dotconf_realloc fixing off-by-one error in realloc * Standards version 2.5.10 (no changes) -- Bastian Kleineidam Tue, 27 May 2003 16:37:06 +0200 libpam-mount (0.5.16-1) unstable; urgency=low * New upstream release: - fixed libcrypto detection (Closes: #193996) * removed all patches applied upstream, remaining are: - 02_remove_int_pointer_casts - 04_debian_use_prefix_on_install - 05_setuid_user - 06_use_user_mount - 07_disable_mntcheck - 08_pam_acct_mgmt - 09_enable_static_compilation * new patches: - 01_fix_functions: rename log() to pm_log() to avoid conflict with the math log() logarithm function, and fix the read_password definition -- Bastian Kleineidam Tue, 20 May 2003 15:22:52 +0200 libpam-mount (0.5.14-2) unstable; urgency=low * 11_pam_acct_mgmt - add account management routine * 12_enable_static_compilation - add module structure for static compile -- Bastian Kleineidam Fri, 9 May 2003 10:45:06 +0200 libpam-mount (0.5.14-1) unstable; urgency=low * New upstream release. * Updated patch 07_setuid_user: only setuid(user) on luserconf entries (Closes: #190267) * New patch 10_disable_mntcheck: disable the BSD mntcheck config entry, it crashes on Linux systems * add note about current Debian mount(8) bugs in README.Debian -- Bastian Kleineidam Thu, 8 May 2003 21:50:39 +0200 libpam-mount (0.5.13-2) unstable; urgency=low * execute debian/autogen.sh with /bin/sh (Closes: #190196) -- Bastian Kleineidam Tue, 22 Apr 2003 20:56:26 +0200 libpam-mount (0.5.13-1) unstable; urgency=low * New upstream release. * The following patches are applied: - 01_add_log_vargs make a log function with variable arguments - 02_remove_int_pointer_casts fix compile on 64bit platforms - 03_catch_errors Catch return values in close() and asprintf(). - 04_debian_use_prefix_on_install Install files into debian/$package, not root dir This requires running debian/autogen.sh to regenerate the Makefiles - 05_fix_buffer_overflow Fix some potential buffer overflows in option handling - 06_fix_mount_options Fix ncpfs mount options (Closes: #187412) - 07_setuid_user originally, mounts and umounts got executed as root; now, they get executed as the user requesting the service. umount as root was a security hole allowing any user to umount any volume. the drawback is we cannot use mount(8) anymore, see patch 08 - 08_use_user_mount mount cannot be executed as a normal user, so be sure to use smbmount resp. ncpmount for this. Likewise for umount. - 09_fix_memleak_on_exit free config on exit -- Bastian Kleineidam Sun, 13 Apr 2003 13:39:21 +0200 libpam-mount (0.5.10-6) unstable; urgency=low * fix option order for mount.ncp (Closes: #187412) * 04_set_gid_uid.dpatch: set effective gid and uid to the logged in user before mounting Thanks to Daniel Dehennin for the patch. * 05_typos.dpatch: fix some typos in source Thanks to Daniel Dehennin for the patch. -- Bastian Kleineidam Sat, 12 Apr 2003 18:02:05 +0200 libpam-mount (0.5.10-5) unstable; urgency=low * fix typos in description * pass options to ncpmount (Closes: #184266) Thanks to Daniel Dehennin for the patch * use dpatch for those patches * use debian/compat instead of DH_COMPAT -- Bastian Kleineidam Wed, 2 Apr 2003 15:32:47 +0200 libpam-mount (0.5.10-4) unstable; urgency=low * Remove casts failing on 64bit platforms (Closes: #186874) * Suggest ncpfs and smbfs * Standards version 3.5.9 (no changes) -- Bastian Kleineidam Mon, 31 Mar 2003 02:28:26 +0200 libpam-mount (0.5.10-3) unstable; urgency=low * move ncpmount -V volume option to correct position -- Bastian Kleineidam Mon, 3 Mar 2003 21:59:50 +0100 libpam-mount (0.5.10-2) unstable; urgency=low * fix memory corruption in pmhelper argument parsing (Closes: #180586) -- Bastian Kleineidam Tue, 11 Feb 2003 20:00:31 +0100 libpam-mount (0.5.10-1) unstable; urgency=low * Initial release. (Closes: #177079). * Reupload: Copyright is LGPL, not GPL as stated in the first upload -- Bastian Kleineidam Wed, 22 Jan 2003 02:08:28 +0100