CVS log for loncom/auth/lonwebdavauth.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 - select 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
Mon Jan 30 00:16:31 2017 UTC (7 years, 10 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_2_uiuc,
version_2_11_2_msu,
version_2_11_2_educog,
version_2_11_2
Diff to previous 1.6: preferred, unified
Changes since revision 1.6: +8 -1
lines
- Need to set $r->user() for user in existing webDAV session with Apache 2.4
Revision 1.6: download - view: text, markup, annotated - select for diffs
Tue Aug 16 20:17:49 2016 UTC (8 years, 4 months ago) by raeburn
Branches: MAIN
Diff to previous 1.5: preferred, unified
Changes since revision 1.5: +2 -6
lines
- Support Apache 2.4 using $r->get_remote_host() from Apache2::compat().
Revision 1.5: download - view: text, markup, annotated - select for diffs
Sat May 30 00:11:04 2015 UTC (9 years, 7 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_1
Diff to previous 1.4: preferred, unified
Changes since revision 1.4: +7 -1
lines
- Trim leading and training white space from username and domain entered
by user in Apache Basic Auth username prompt.
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri May 29 20:00:49 2015 UTC (9 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.3: preferred, unified
Changes since revision 1.3: +7 -20
lines
- Single Sign On needs to be able to interface with Apache Basic Auth
in order to support webDAV clients.
- For now SSO is not supported with webDAV in LON-CAPA.
- Discontinue use of call to &sso_login() in lonwebdavacc.pm
Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri May 29 18:42:01 2015 UTC (9 years, 7 months ago) by raeburn
Branches: MAIN
Diff to previous 1.2: preferred, unified
Changes since revision 1.2: +13 -5
lines
- Update documentation to reflect changes in Apache config.
- Logging of initial log-in (i.e., creation of session file in
webdav/sessionIDs).
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jun 1 11:39:29 2012 UTC (12 years, 6 months ago) by raeburn
Branches: MAIN
CVS tags: version_2_11_0_RC3,
version_2_11_0_RC2,
version_2_11_0_RC1,
version_2_11_0
Diff to previous 1.1: preferred, unified
Changes since revision 1.1: +36 -12
lines
- webDAV access can be controlled by user status and/or overridden for
specific users.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Feb 27 03:06:33 2012 UTC (12 years, 10 months ago) by raeburn
Branches: MAIN
- Bug 6034.
- webDAV access to Authoring Spaces.
- requires prior migration of Authoring Spaces from /home/<user>/public_html
to /home/httpd/html/priv/<domain>/<user>
- Work in progress.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>