|
|
@ -73,7 +73,7 @@ index 5e31cef..436cd65 100644
|
|
|
|
|
|
|
|
|
|
|
|
LIBOATH_2.6.0
|
|
|
|
LIBOATH_2.6.0
|
|
|
|
diff --git a/liboath/oath.h b/liboath/oath.h
|
|
|
|
diff --git a/liboath/oath.h b/liboath/oath.h
|
|
|
|
index 0786453..14b579c 100644
|
|
|
|
index 9d1a277..7ceeaa7 100644
|
|
|
|
--- a/liboath/oath.h
|
|
|
|
--- a/liboath/oath.h
|
|
|
|
+++ b/liboath/oath.h
|
|
|
|
+++ b/liboath/oath.h
|
|
|
|
@@ -136,11 +136,15 @@ typedef enum
|
|
|
|
@@ -136,11 +136,15 @@ typedef enum
|
|
|
@ -139,7 +139,7 @@ index 9da30fe..d9bd943 100644
|
|
|
|
lockfh = fopen (lockfile, "w");
|
|
|
|
lockfh = fopen (lockfile, "w");
|
|
|
|
if (!lockfh)
|
|
|
|
if (!lockfh)
|
|
|
|
diff --git a/pam_oath/pam_oath.c b/pam_oath/pam_oath.c
|
|
|
|
diff --git a/pam_oath/pam_oath.c b/pam_oath/pam_oath.c
|
|
|
|
index 8ac4605..ef4d034 100644
|
|
|
|
index 89310b5..def004f 100644
|
|
|
|
--- a/pam_oath/pam_oath.c
|
|
|
|
--- a/pam_oath/pam_oath.c
|
|
|
|
+++ b/pam_oath/pam_oath.c
|
|
|
|
+++ b/pam_oath/pam_oath.c
|
|
|
|
@@ -70,6 +70,7 @@ struct cfg
|
|
|
|
@@ -70,6 +70,7 @@ struct cfg
|
|
|
@ -175,7 +175,7 @@ index 8ac4605..ef4d034 100644
|
|
|
|
D (("digits=%d", cfg->digits));
|
|
|
|
D (("digits=%d", cfg->digits));
|
|
|
|
D (("window=%d", cfg->window));
|
|
|
|
D (("window=%d", cfg->window));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@@ -206,6 +211,17 @@ pam_sm_authenticate (pam_handle_t * pamh,
|
|
|
|
@@ -209,6 +214,17 @@ pam_sm_authenticate (pam_handle_t * pamh,
|
|
|
|
goto done;
|
|
|
|
goto done;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|