[SCM] pam wrapper repository - branch master updated

Andreas Schneider asn at samba.org
Tue Feb 27 08:47:22 UTC 2018


The branch, master has been updated
       via  a15c28e pwrap: Add missing config.h includes
       via  ec35a73 pwrap: Remove trailing whitespaces
      from  b7d0a21 Bump version to 1.0.5

https://git.samba.org/?p=pam_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit a15c28edf44c580e5c8c44b57951addcd79e145f
Author: Andreas Schneider <asn at samba.org>
Date:   Tue Feb 27 09:17:06 2018 +0100

    pwrap: Add missing config.h includes
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

commit ec35a73f1512663397ee32746f73ddc79bf7a361
Author: Andreas Schneider <asn at samba.org>
Date:   Thu Feb 22 17:02:12 2018 +0100

    pwrap: Remove trailing whitespaces
    
    Signed-off-by: Andreas Schneider <asn at samba.org>
    Reviewed-by: Ralph Boehme <slow at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 src/libpamtest.c       | 2 ++
 src/pam_wrapper.c      | 2 +-
 src/python/pypamtest.c | 2 ++
 3 files changed, 5 insertions(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/src/libpamtest.c b/src/libpamtest.c
index c0ab41d..0a26c19 100644
--- a/src/libpamtest.c
+++ b/src/libpamtest.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include <stdlib.h>
 #include <string.h>
 #include <stdbool.h>
diff --git a/src/pam_wrapper.c b/src/pam_wrapper.c
index 69bd9ca..482b388 100644
--- a/src/pam_wrapper.c
+++ b/src/pam_wrapper.c
@@ -1464,7 +1464,7 @@ int pam_prompt(pam_handle_t *pamh,
 			       args);
 	va_end(args);
 
-	return rv;  
+	return rv;
 }
 
 #ifdef HAVE_PAM_STRERROR_CONST
diff --git a/src/python/pypamtest.c b/src/python/pypamtest.c
index e25900f..6bb1e20 100644
--- a/src/python/pypamtest.c
+++ b/src/python/pypamtest.c
@@ -16,6 +16,8 @@
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#include "config.h"
+
 #include <Python.h>
 #include <structmember.h>
 


-- 
pam wrapper repository



More information about the samba-cvs mailing list