Donate Share

pam_mount module

Code

Programming Languages: Unix Shell, C

License: GNU General Public License (GPL), GNU Library or Lesser General Public License (LGPL)

Repositories

browse code, statistics git://pam-mount.git.sourceforge.net/gitroot/pam-mount/pam-mount (read-only)

Show:

What's happening?

  • Comment: pam_mount crashes with while parsing /etc/mtab

    Stupid double-post by back button, stupid firefox, stupid bugtracker.

    2009-11-13 20:35:58 UTC by nobody

  • pam_mount crashes with while parsing /etc/mtab

    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

  • pam_mount crashes with while parsing /etc/mtab

    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

  • Comment: Allow specifying configuration file

    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

  • Comment: truecrypt 6.x support

    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

  • truecrypt 6.x support

    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

  • mount failed with run_sync status 32

    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

  • Comment: Allow specifying configuration file

    What would be the motivation to have this?.

    2009-10-26 22:53:41 UTC by jengelh

  • pam_mount module

    jengelh made 9 file-release changes.

    2009-10-11 21:20:01 UTC by jengelh

  • Allow specifying configuration file

    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

Our Numbers