basic_getpwnam_auth.cc File Reference
#include "squid.h"
#include "helper/protocol_defines.h"
#include "rfc1738.h"
#include <cstdlib>
#include <cstring>
Include dependency graph for basic_getpwnam_auth.cc:
Go to the source code of this file.
Functions | |
static int | passwd_auth (char *user, char *passwd) |
int | main (int, char **) |
Function Documentation
◆ main()
Definition at line 91 of file basic_getpwnam_auth.cc.
References HELPER_INPUT_BUFFER, passwd_auth(), rfc1738_unescape(), SEND_ERR, and SEND_OK.
◆ passwd_auth()
|
static |