#include "srv-users.h"#include <dirent.h>#include "common/wave_ex.h"#include "crypto/crypto.h"#include "datahash/datahash_text.h"#include "datahash/datahash_util.h"#include "perf/perf.h"#include "threadsafe/threadsafe_map.h"#include "util/file.h"
Go to the source code of this file.
Namespaces | |
| namespace | aesop |
Functions | |
| bool | aesop::isValidUsername (IN const char *username) |
| is this a valid username? | |
| std::string | aesop::getUsernameRestrictions (void) |
| what is the format of a valid username? | |
Variables | |
| static const int | aesop::s_minUsernameLength = 3 |
| static const int | aesop::s_maxUsernameLength = 15 |
| static const char * | aesop::s_configFilename = "user-db.config" |
1.7.1