OmniSciDB
a5dc49c757
|
Functions | |
std::string | hash_with_bcrypt (const std::string &pwd) |
std::filesystem::path | copy_catalog_if_read_only (std::filesystem::path base_data_path) |
std::filesystem::path anonymous_namespace{SysCatalog.cpp}::copy_catalog_if_read_only | ( | std::filesystem::path | base_data_path | ) |
Definition at line 79 of file SysCatalog.cpp.
References CHECK_NE, gpu_enabled::copy(), g_read_only, logger::INFO, shared::kCatalogDirectoryName, shared::kDataDirectoryName, shared::kDefaultExportDirName, shared::kLockfilesDirectoryName, and LOG.
Referenced by Catalog_Namespace::SysCatalog::init().
std::string anonymous_namespace{SysCatalog.cpp}::hash_with_bcrypt | ( | const std::string & | pwd | ) |
Definition at line 71 of file SysCatalog.cpp.
References CHECK.
Referenced by Catalog_Namespace::SysCatalog::alterUser(), Catalog_Namespace::SysCatalog::createUser(), Catalog_Namespace::SysCatalog::initDB(), Catalog_Namespace::SysCatalog::updateBlankPasswordsToRandom(), Catalog_Namespace::SysCatalog::updatePasswordsToHashes(), and Catalog_Namespace::UserAlterations::wouldChange().