-
Stupid double-post by back button, stupid firefox, stupid bugtracker.
2009-11-13 20:35:58 UTC by nobody
-
In the occasion that a non-empty line is present in /etc/mtab (somehow my system ends up having a line with a single space in it), pam_mount segfaults while parsing /etc/mtab. This is caused by the parser returning NULL-pointers, which are passed on to srcmp().
The attached patch checks for non-NULL before passing.
2009-11-13 20:35:19 UTC by nobody
-
In the occasion that a non-empty line is present in /etc/mtab (somehow my system ends up having a line with a single space in it), pam_mount segfaults while parsing /etc/mtab. This is caused by the parser returning NULL-pointers, which are passed on to srcmp().
The attached patch checks for non-NULL before passing.
2009-11-13 13:03:08 UTC by nobody
-
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).
2009-11-11 02:20:37 UTC by sf-robot
-
The problem with truecrypt is that the password prompt will reappear until you entered a correct password. Because pam_mount is non-interactive, it will trigger EOF on truecrypt (you can simulate that with Ctrl-D), which then enters a stupid infinite loop last time I checked.
I hear you can read dmcrypt volumes on Windows using FreeOTFE.
2009-11-09 21:04:15 UTC by jengelh
-
Hi,
the truecrypt 6.x versions do support the -p(password) parameter, so where is the problem with implementing it?
Please reimplement it :-)
Thank you in advance!
2009-11-09 20:41:44 UTC by nobody
-
Hi,
I recently upgraded from pam-mount 0.49 to 1.32. The syntax of the xml config file is the same, which made me think that there would be no problems. I was wrong. When I log in, I get the following error message:
pam_mount(pam_mount.c:314): pam_mount 1.32: entering auth stage
pam_mount(pam_mount.c:524): pam_mount 1.32: entering session stage
pam_mount(misc.c:38): Session open...
2009-11-04 08:00:24 UTC by raglan_road
-
What would be the motivation to have this?.
2009-10-26 22:53:41 UTC by jengelh
-
jengelh made 9 file-release changes.
2009-10-11 21:20:01 UTC by jengelh
-
Allow specifying the pam_mount configuration file in /etc/pam.conf or /etc/pam.d/*
Allow a different configuration file for the auth and session stage.
2009-10-02 01:35:52 UTC by dgeary2