Added plain password format

This commit is contained in:
Nikos Mavrogiannopoulos
2013-03-12 23:38:52 +01:00
parent 4c5c9110e8
commit 0c4b013b3f
32 changed files with 4331 additions and 62 deletions

6
src/plain.h Normal file
View File

@@ -0,0 +1,6 @@
#ifndef PLAIN_H
#define PLAIN_H
int plain_auth_user(const char* passwd, const char* user, const char* pass, char *groupname, int groupname_size);
#endif