#include "OW_config.h"
#include <iostream>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
Include dependency graph for OW_PAMAuthSA.cpp:
Go to the source code of this file.
Defines | |
#define | _pam_overwrite(x) |
Functions | |
int | MY_PAM_conv (int num_msg, const struct pam_message **msgm, struct pam_response **response, void *appdata_ptr) |
bool | authenticate (const char *userName, const char *password) |
int | main () |
|
Value: do { \ register char *__xx__; \ if ((__xx__=(x))) \ { \ while (*__xx__) \ { \ *__xx__++ = '\0'; \ } \ } \ } while (0) Definition at line 59 of file OW_PAMAuthSA.cpp. |
|
Definition at line 202 of file OW_PAMAuthSA.cpp. References MY_PAM_conv(). Referenced by main(). |
|
Definition at line 237 of file OW_PAMAuthSA.cpp. References authenticate(), and name. |
|
Definition at line 80 of file OW_PAMAuthSA.cpp. Referenced by authenticate(). |