Go to the source code of this file.
|
NET_API UT_StringHolder | NETdetermineCAPath () |
| Determine the default CA Path used by Houdini. More...
|
|
NET_API UT_StringHolder | NETdetermineCAInfo () |
| Determine the default CA Info path used by Houdini. More...
|
|
NET_API void | NETgetLocalAndRemoteIPs (UT_NetSocket *sock, UT_IpAddressV4 &local_ip, UT_IpAddressV4 &remote_ip) |
|
NET_API bool | NETmatchIPMask (const UT_IpAddressV4 &server_ip, const UT_IpAddressV4 &client_ip, const char *ipmask) |
|
NET_API UT_UniquePtr
< UT_JSONWriter > | NETcreateJSONWriter (UT_WorkBuffer &content) |
|
NET_API UT_StringHolder | NEThttpDate () |
|
NET_API UT_StringHolder | NETgenerateRandomString (int length) |
|
NET_API UT_StringHolder | NETremoveDotSegmentsInUrlPath (const UT_StringRef &p) |
| Remove any dot segments present in the provided url path. More...
|
|
NET_API UT_StringHolder | NEThtmlEscape (const UT_StringHolder &name) |
| HTML escape text to ensure security saftey. More...
|
|
NET_API bool | NETsplitPassword (const UT_StringHolder &password, UT_StringHolder &alg_string, int &iterations, UT_StringHolder &salt, UT_StringHolder &hashed_password) |
|
NET_API void | NETparseUserAgent (const UT_StringView &user_agent, UT_StringHolder *version=nullptr, UT_StringHolder *platform=nullptr) |
|
Determine the default CA Info path used by Houdini.
Determine the default CA Path used by Houdini.
HTML escape text to ensure security saftey.
Remove any dot segments present in the provided url path.
Split a stored password into its components so that it can be checked against with raw passwords.