Debian Patches

Status for libpam-encfs/0.1.4.4-17

Patch Description Author Forwarded Bugs Origin Last update
01_pam_encfs.c_hint-console-login-on-error.patch Help getting useful information in case of login failure in non-console login.
===================================================================
<agmartin@debian.org> yes debian upstream
02_Makefile_Debian-build-stuff.diff Modify Makefile for better adaptation to Debian. Agustin Martin Domingo <agmartin@debian.org> + Michael Biebl <biebl@debian.org> not-needed
03_warning-Wpointer-compare.diff Dereference pointer to deal with -Wpointer-compare warning.
Fix warning: comparison between pointer and zero character constant [-Wpointer-compare]

pam_encfs.c: In function 'getHome':
pam_encfs.c:249:40: warning: comparison between pointer and zero character constant [-Wpointer-compare]
249 | if (pwd->pw_dir && pwd->pw_dir != '\0')
| ^~
pam_encfs.c:249:28: note: did you mean to dereference the pointer?
249 | if (pwd->pw_dir && pwd->pw_dir != '\0')
| ^
Agustin Martin <agmartin@debian.org> not-needed
04_chdir_Wunused-result.diff Fix warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
Properly handle `chdir' return value.

pam_encfs.c:585:13: warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-Wunused-result]
585 | chdir(targetpath);
| ^~~~~~~~~~~~~~~~~
Agustin Martin <agmartin@debian.org> not-needed 2025-03-06

All known versions for source package 'libpam-encfs'

Links