Date: Mon, 03 Nov 2014 21:22:14 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 194723] [patch] update for variable time windows when using security/pam_google_authenticator for totp authn Message-ID: <bug-194723-13-3WvZdcsUlP@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-194723-13@https.bugs.freebsd.org/bugzilla/> References: <bug-194723-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194723 --- Comment #6 from paul@dokas.name --- Created attachment 149004 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149004&action=edit (UPDATED) Unified diff for security/pam_google_authenticator/files/patch-pam_google_authenticator.c I found a problem with my original patch for pam_google_authenticator.c. I forgot to wrap the call to get_timestamp() inside of #if defined(STEPSIZE). This is necessary since one of the versions of get_timestamp() requires arguments and the other does not. This is an updated version of the diffs for pam_google_authenticator.c -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194723-13-3WvZdcsUlP>