|
metaproxy 1.22.1
|
#include "config.hpp"#include <metaproxy/filter.hpp>#include <metaproxy/package.hpp>#include <boost/thread/mutex.hpp>#include <metaproxy/util.hpp>#include "filter_auth_simple.hpp"#include <fstream>#include <yaz/zgdu.h>#include <yaz/diagbib1.h>#include <yaz/tpath.h>#include <stdio.h>#include <errno.h>
Go to the source code of this file.
Classes | |
| class | metaproxy_1::filter::AuthSimple::Rep |
| struct | metaproxy_1::filter::AuthSimple::Rep::PasswordAndDBs |
Namespaces | |
| namespace | metaproxy_1 |
| namespace | metaproxy_1::filter |
Functions | |
| static void | die (std::string s) |
| static std::string | get_user (Z_InitRequest *initReq, std::string &password) |
| static void | split_db (std::list< std::string > &dbs, const char *databasesp) |
| static void | reject_init (mp::Package &package, int err, const char *addinfo) |
| static bool | contains (std::list< std::string > list, std::string thing) |
| static mp::filter::Base * | filter_creator () |
Variables | |
| struct metaproxy_1_filter_struct | metaproxy_1_filter_auth_simple |
|
static |
Definition at line 301 of file filter_auth_simple.cpp.
Referenced by metaproxy_1::filter::AuthSimple::check_targets(), metaproxy_1::filter::AuthSimple::process_scan(), and metaproxy_1::filter::AuthSimple::process_search().
|
static |
Definition at line 72 of file filter_auth_simple.cpp.
Referenced by metaproxy_1::filter::AuthSimple::config_targetRegister(), metaproxy_1::filter::AuthSimple::config_userRegister(), and metaproxy_1::filter::AuthSimple::configure().
|
static |
Definition at line 427 of file filter_auth_simple.cpp.
|
static |
Definition at line 75 of file filter_auth_simple.cpp.
Referenced by metaproxy_1::filter::AuthSimple::check_targets(), and metaproxy_1::filter::AuthSimple::process_init().
|
static |
Definition at line 376 of file filter_auth_simple.cpp.
Referenced by metaproxy_1::filter::AuthSimple::check_targets(), and metaproxy_1::filter::AuthSimple::process_init().
|
static |
Definition at line 140 of file filter_auth_simple.cpp.
Referenced by metaproxy_1::filter::AuthSimple::config_targetRegister(), and metaproxy_1::filter::AuthSimple::config_userRegister().
| struct metaproxy_1_filter_struct metaproxy_1_filter_auth_simple |
Definition at line 433 of file filter_auth_simple.cpp.
Referenced by metaproxy_1::FactoryStatic::FactoryStatic().