|
Squid Web Cache master
|
#include "squid.h"#include "helper/protocol_defines.h"#include "rfc1738.h"#include <cstdlib>#include <cstring>Go to the source code of this file.
Functions | |
| static int | passwd_auth (char *user, char *passwd) |
| int | main (int, char **) |
Definition at line 91 of file basic_getpwnam_auth.cc.
References HELPER_INPUT_BUFFER, passwd_auth(), rfc1738_unescape(), SEND_ERR, and SEND_OK.
|
static |