|
|
|
@ -1,5 +1,5 @@
|
|
|
|
|
diff --git a/liboath/global.c b/liboath/global.c
|
|
|
|
|
index 89c18c5..7fc7b8a 100644
|
|
|
|
|
index d442cf3..cfe1cee 100644
|
|
|
|
|
--- a/liboath/global.c
|
|
|
|
|
+++ b/liboath/global.c
|
|
|
|
|
@@ -25,9 +25,12 @@
|
|
|
|
@ -61,7 +61,7 @@ index 89c18c5..7fc7b8a 100644
|
|
|
|
|
+ return OATH_OK;
|
|
|
|
|
+}
|
|
|
|
|
diff --git a/liboath/liboath.map b/liboath/liboath.map
|
|
|
|
|
index 5e31cef..436cd65 100644
|
|
|
|
|
index 2f247ff..e8f8cdf 100644
|
|
|
|
|
--- a/liboath/liboath.map
|
|
|
|
|
+++ b/liboath/liboath.map
|
|
|
|
|
@@ -75,6 +75,7 @@ LIBOATH_2.2.0
|
|
|
|
@ -73,10 +73,10 @@ index 5e31cef..436cd65 100644
|
|
|
|
|
|
|
|
|
|
LIBOATH_2.6.0
|
|
|
|
|
diff --git a/liboath/oath.h b/liboath/oath.h
|
|
|
|
|
index 9d1a277..7ceeaa7 100644
|
|
|
|
|
index 04dc23d..5d4c0af 100644
|
|
|
|
|
--- a/liboath/oath.h
|
|
|
|
|
+++ b/liboath/oath.h
|
|
|
|
|
@@ -136,11 +136,15 @@ typedef enum
|
|
|
|
|
@@ -155,11 +155,15 @@ typedef enum
|
|
|
|
|
|
|
|
|
|
/* Global */
|
|
|
|
|
|
|
|
|
@ -93,10 +93,10 @@ index 9d1a277..7ceeaa7 100644
|
|
|
|
|
|
|
|
|
|
extern OATHAPI const char *oath_strerror (int err);
|
|
|
|
|
diff --git a/liboath/oath.h.in b/liboath/oath.h.in
|
|
|
|
|
index 8654342..17fddd3 100644
|
|
|
|
|
index 709bb2b..b2f8a0f 100644
|
|
|
|
|
--- a/liboath/oath.h.in
|
|
|
|
|
+++ b/liboath/oath.h.in
|
|
|
|
|
@@ -136,11 +136,15 @@ typedef enum
|
|
|
|
|
@@ -155,11 +155,15 @@ typedef enum
|
|
|
|
|
|
|
|
|
|
/* Global */
|
|
|
|
|
|
|
|
|
@ -113,7 +113,7 @@ index 8654342..17fddd3 100644
|
|
|
|
|
|
|
|
|
|
extern OATHAPI const char *oath_strerror (int err);
|
|
|
|
|
diff --git a/liboath/usersfile.c b/liboath/usersfile.c
|
|
|
|
|
index 9da30fe..d9bd943 100644
|
|
|
|
|
index 2c51da2..cb6a85f 100644
|
|
|
|
|
--- a/liboath/usersfile.c
|
|
|
|
|
+++ b/liboath/usersfile.c
|
|
|
|
|
@@ -323,9 +323,18 @@ update_usersfile (const char *usersfile,
|
|
|
|
@ -139,7 +139,7 @@ index 9da30fe..d9bd943 100644
|
|
|
|
|
lockfh = fopen (lockfile, "w");
|
|
|
|
|
if (!lockfh)
|
|
|
|
|
diff --git a/pam_oath/pam_oath.c b/pam_oath/pam_oath.c
|
|
|
|
|
index 89310b5..def004f 100644
|
|
|
|
|
index ba577b4..c0fd13e 100644
|
|
|
|
|
--- a/pam_oath/pam_oath.c
|
|
|
|
|
+++ b/pam_oath/pam_oath.c
|
|
|
|
|
@@ -70,6 +70,7 @@ struct cfg
|