search for: sshpam_init

Displaying 2 results from an estimated 2 matches for "sshpam_init".

Did you mean: dspam_init
2016 Aug 15
2
[Bug 2604] New: Remove orphaned do_pam_set_tty() or make use of it
...t redhat.com today I ran into problems with PAM and bumped into the function do_pam_set_tty(), which is defined, but never used, if I see right: $ git grep do_pam_set_tty auth-pam.c:do_pam_set_tty(const char *tty) auth-pam.h:void do_pam_set_tty(const char *); There is basically duplicate code in sshpam_init(). In the git, last usage of this function was removed in 2008 [1]. I don't think it makes sense to keep it. [1] https://github.com/openssh/openssh-portable/commit/52358d6d -- You are receiving this mail because: You are watching the assignee of the bug.
2004 Jul 01
1
[Bug 705] Compiler warnings in auth-pam.c
...shpam_thread': auth-pam.c:365: warning: passing arg 3 of `pam_get_item' from incompatible pointer type auth-pam.c:370: warning: assignment from incompatible pointer type auth-pam.c: At top level: auth-pam.c:460: warning: initialization from incompatible pointer type auth-pam.c: In function `sshpam_init': auth-pam.c:491: warning: passing arg 3 of `pam_get_item' from incompatible pointer type auth-pam.c: At top level: auth-pam.c:842: warning: initialization from incompatible pointer type auth-pam.c:908: warning: initialization from incompatible pointer type auth-pam.c:1034: warning: initial...