[Bug 194723] [patch] update for variable time windows when using security/pam_google_authenticator for totp authn

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Mon Nov 3 21:22:14 UTC 2014


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194723

--- Comment #6 from paul at 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.


More information about the freebsd-ports-bugs mailing list