create bsd12 branch

This commit is contained in:
ziggi
2019-12-26 07:26:06 +00:00
commit 5cfdab6bfe
14432 changed files with 2272620 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
--- ./PAM.cpp.orig 2012-12-31 07:03:42.000000000 -0600
+++ ./PAM.cpp 2013-03-23 14:10:35.000000000 -0500
@@ -127,6 +127,7 @@
case PAM_MAXTRIES:
case PAM_CRED_INSUFFICIENT:
case PAM_AUTH_ERR:
+ case PAM_CONV_ERR:
throw Auth_Exception(pam_handle, "pam_authentication()", last_result);
case PAM_SUCCESS: