Functions | |
| def | _checkBrowserCookie (authdb, cookie, ipaddr) |
| def | _createCheckVal (username, issued_at, pw_hash, vcode) |
| def | checkBrowserCookie (authdb, ncgi) |
| def | clearBrowserCookie (ncgi) |
| def | generateBrowserCookie (authdb, ipaddr) |
| def | getBrowserCookie (ncgi) |
| def | issueBrowserCookie (ncgi, authdb, domain) |
| def | main (argv, stdout, environ) |
| def | test () |
| def | usage (progname) |
usage: %(progname)s [args]
|
private |
Definition at line 65 of file browserauth.py.
|
private |
Definition at line 18 of file browserauth.py.
| def webui.auth.browserauth.checkBrowserCookie | ( | authdb, | |
| ncgi | |||
| ) |
Definition at line 87 of file browserauth.py.
| def webui.auth.browserauth.clearBrowserCookie | ( | ncgi | ) |
Definition at line 51 of file browserauth.py.
| def webui.auth.browserauth.generateBrowserCookie | ( | authdb, | |
| ipaddr | |||
| ) |
Definition at line 31 of file browserauth.py.
| def webui.auth.browserauth.getBrowserCookie | ( | ncgi | ) |
Definition at line 54 of file browserauth.py.
| def webui.auth.browserauth.issueBrowserCookie | ( | ncgi, | |
| authdb, | |||
| domain | |||
| ) |
Definition at line 43 of file browserauth.py.
| def webui.auth.browserauth.main | ( | argv, | |
| stdout, | |||
| environ | |||
| ) |
Definition at line 104 of file browserauth.py.
| def webui.auth.browserauth.test | ( | ) |
Definition at line 98 of file browserauth.py.
| def webui.auth.browserauth.usage | ( | progname | ) |
Definition at line 101 of file browserauth.py.