Package: libpam-encfs / 0.1.4.4-17

Metadata

Package Version Patches format
libpam-encfs 0.1.4.4-17 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_pam_encfs.c_hint console login on error.patch | (download)

pam_encfs.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 help getting useful information in case of login failure in non-console login.
Bug-Debian: http://bugs.debian.org/648704
Bug: http://code.google.com/p/pam-encfs/issues/detail?id=7

02_Makefile_Debian build stuff.diff | (download)

Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 modify makefile for better adaptation to debian.
03_warning Wpointer compare.diff | (download)

pam_encfs.c | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 dereference pointer to deal with -wpointer-compare warning.
04_chdir_Wunused result.diff | (download)

pam_encfs.c | 5 4 + 1 - 0 !
1 file changed, 4 insertions(+), 1 deletion(-)

 fix warning: ignoring return value of 'chdir' declared with attribute 'warn_unused_result' [-wunused-result]