CVS log for loncom/auth/lonstatusacc.pm
Up to [LON-CAPA] / loncom / auth
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision
1.8:
download - view:
text,
markup,
annotated -
[selected for diffs]
Fri Dec 18 15:23:03 2020 UTC (4 years ago) by
raeburn
Branches:
MAIN
CVS tags:
version_2_12_X,
version_2_11_X,
version_2_11_5_msu,
version_2_11_5,
version_2_11_4_uiuc,
version_2_11_4_msu,
version_2_11_4,
version_2_11_3_uiuc,
version_2_11_3_msu,
version_2_11_3,
HEAD
Diff to previous 1.7:
preferred,
unified
Changes since revision 1.7: +2 -2
lines
- Retrieval of requestor's IP address centralized in lonnet::get_requestor_ip()
- Domain configuration to allow domain's LON-CAPA nodes to operate behind a
WAF/Reverse Proxy using aliased hostname (CNAME).
- Web requests from other nodes bypass the WAF as their requests are made
directly to the server hostname (A record); same for internal LON-CAPA
connections for lonc -> lond.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Sat Jun 13 20:28:56 2009 UTC (15 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_9_X,
version_2_9_99_0,
version_2_9_1,
version_2_9_0,
version_2_8_99_1,
version_2_8_99_0,
version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2,
version_2_11_1,
version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0_RC1,
version_2_11_0,
version_2_10_X,
version_2_10_1,
version_2_10_0_RC2,
version_2_10_0_RC1,
version_2_10_0,
loncapaMITrelate_1,
language_hyphenation_merge,
language_hyphenation,
bz6209-base,
bz6209,
bz5969,
bz2851,
PRINT_INCOMPLETE_base,
PRINT_INCOMPLETE,
GCI_3,
GCI_2,
BZ5971-printing-apage,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse,
BZ4492-Support_horizontal_radioresponse
Diff to previous 1.6: preferred, unified to selected 1.8: preferred, unified
Changes since revision 1.6: +6 -6
lines
Changes to access control for /adm/test
- Access to /adm/test allowed if requestor has a DC role in requestor's domain,
regardless of current role.
- For /adm/test, domain checked is requestor's domain, not domain(s) hosted on server.
- Update documentation.
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Jan 15 21:01:37 2009 UTC (15 years, 11 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_8_X,
version_2_8_2,
version_2_8_1,
version_2_8_0,
GCI_1,
BZ5434-fox
Diff to previous 1.5: preferred, unified to selected 1.8: preferred, unified
Changes since revision 1.5: +7 -7
lines
- Tests are not mutually exclusive - replace if {..} elsif {..} else
with if {} if {} if {}.
- Although the iteration over @hostids is primarily for use in authorizing LWP requests for status information from servers in a specific domain (by clusterstatus.pl running on one of the domain's servers), this authorization could also come into play when web browsing from a LON-CAPA server itself.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Thu Dec 25 05:49:20 2008 UTC (16 years ago) by raeburn
Branches: MAIN
CVS tags: version_2_7_99_1,
version_2_7_99_0
Diff to previous 1.4: preferred, unified to selected 1.8: preferred, unified
Changes since revision 1.4: +2 -2
lines
- Typo.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Thu Dec 25 01:52:56 2008 UTC (16 years ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, unified to selected 1.8: preferred, unified
Changes since revision 1.3: +6 -5
lines
- Changes resulting from movement of subroutines from loncgi.pm
to lonauthcgi.pm.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Dec 22 21:13:19 2008 UTC (16 years ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, unified to selected 1.8: preferred, unified
Changes since revision 1.2: +18 -7
lines
- Add a page with a list of links to available server status utilities, accessible from Main Menu for Domain Coordinators.
- lonstatusacc.pm modified to perform AccessHandler duties for this new page.
- appropriate HTTP responses returned if access to /adm/domainstatus or /adm/test is unavailable for current user/IP address.
- Include missing identifier numbers for "Modify" and "Course" in mydesk.tab.
Revision 1.2: download - view: text, markup, annotated - select for diffs
Sun Nov 30 14:47:11 2008 UTC (16 years ago) by raeburn
Branches: MAIN
Diff to previous 1.1: preferred, unified to selected 1.8: preferred, unified
Changes since revision 1.1: +3 -3
lines
- When calling loncgi::check_cookie_and_load_env() from a handler in mod_perl (i.e., lonstatusacc) pass in the request object as an argument to keep CGI::Cookie happy.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Nov 28 19:38:11 2008 UTC (16 years, 1 month ago) by raeburn
Branches: MAIN
Diff to selected 1.8: preferred, unified
- Retire use of Apache Basic Auth for status files in /cgi-bin, /lon-status,
and /adm/test.
- Add lonstatusacc.pm as an access handler for /lon-status/* and /server-status
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>