#include "wsIntrn.h"#include "um.h"Defines | |
| #define | umGetAccessMethodForURL(url) AM_FULL |
| #define | umUserExists(userid) 0 |
| #define | umUserCanAccessURL(userid, url) 1 |
| #define | umGetUserPassword(userid) websGetPassword() |
| #define | umGetAccessLimitSecure(accessLimit) 0 |
| #define | umGetAccessLimit(url) NULL |
Functions | |
| int | websSecurityHandler (webs_t wp, char_t *urlPrefix, char_t *webDir, int arg, char_t *url, char_t *path, char_t *query) |
| void | websSecurityDelete () |
| void | websSetPassword (char_t *password) |
| char_t * | websGetPassword () |
Variables | |
| static char_t | websPassword [WEBS_MAX_PASS] |
| static int | debugSecurity = 0 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
||||||||||||||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
1.4.1