commit all files, will need cleanup later.

This commit is contained in:
2018-11-13 14:29:46 -05:00
parent dd1db50da1
commit ca90192f52
19 changed files with 2049 additions and 121 deletions
+7
View File
@@ -0,0 +1,7 @@
#define PAM_OK 0
#define PAM_ERROR_START -1
#define PAM_ERROR_INVALID_CRED -2
#define PAM_ERROR_STOP -3
int check_user(char* user, char* pass);