CVS log for loncom/auth/restrictedaccess.pm
Up to [LON-CAPA] / loncom / auth
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.10: download - view: text, markup, annotated - select for diffs
Mon Jul 15 14:32:47 2013 UTC (11 years, 5 months ago) by bisitz
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,
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,
HEAD
Diff to previous 1.9: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.9: +2 -2
lines
XHTML: JavaScript event handlers in lower case
Revision 1.9: download - view: text, markup, annotated - select for diffs
Sun Jun 2 02:20:33 2013 UTC (11 years, 6 months ago) by raeburn
Branches: MAIN
Diff to previous 1.8: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.8: +3 -2
lines
- Detect https or http.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Fri Feb 13 17:20:26 2009 UTC (15 years, 10 months ago) by bisitz
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_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,
BZ5434-fox,
BZ4492-merge,
BZ4492-feature_horizontal_radioresponse,
BZ4492-feature_Support_horizontal_radioresponse,
BZ4492-Support_horizontal_radioresponse
Diff to previous 1.7: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.7: +2 -0
lines
Added missing CVS Ids for automatic version numbering to script header
(Irrespective if the script is still in use or not)
Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Dec 11 14:52:26 2008 UTC (16 years ago) by bisitz
Branches: MAIN
Diff to previous 1.6: preferred, unified
Changes since revision 1.6: +1 -1
lines
Replaced
<nobr>...</nobr>
by
<span class="LC_nobreak">...</span>
Revision
1.6:
download - view:
text,
markup,
annotated -
[selected for diffs]
Sat Jul 22 23:10:45 2006 UTC (18 years, 5 months ago) by
raeburn
Branches:
MAIN
CVS tags:
version_2_8_X,
version_2_8_2,
version_2_8_1,
version_2_8_0,
version_2_7_X,
version_2_7_99_1,
version_2_7_99_0,
version_2_7_1,
version_2_7_0,
version_2_6_X,
version_2_6_99_1,
version_2_6_99_0,
version_2_6_3,
version_2_6_2,
version_2_6_1,
version_2_6_0,
version_2_5_X,
version_2_5_99_1,
version_2_5_99_0,
version_2_5_2,
version_2_5_1,
version_2_5_0,
version_2_4_X,
version_2_4_99_0,
version_2_4_2,
version_2_4_1,
version_2_4_0,
version_2_3_X,
version_2_3_99_0,
version_2_3_2,
version_2_3_1,
version_2_3_0,
version_2_2_X,
version_2_2_99_1,
version_2_2_99_0,
version_2_2_2,
version_2_2_1,
version_2_2_0,
version_2_1_99_3,
version_2_1_99_2,
GCI_1
Diff to previous 1.5:
preferred,
unified
Changes since revision 1.5: +2 -2
lines
The second argument in $r->set_handlers() needs to be an array reference. Also need to use $r->handler('perl-script') to ensure the Perl Handler is actually used.
Revision 1.5: download - view: text, markup, annotated - select for diffs
Fri Jul 21 19:42:12 2006 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.4: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.4: +24 -13
lines
- lonnet::allowed() can now return a 'A' for 'pass phrase authentication needed'
- lonacc redirects to restricted access if A is returned
Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Jul 21 18:52:32 2006 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.3: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.3: +1 -1
lines
- move portfolio access restriction checking code into lonnet.pm
- some changes to take care of public users access passphrase files
Revision 1.3: download - view: text, markup, annotated - select for diffs
Mon Jul 17 19:49:14 2006 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
CVS tags: version_2_1_99_1
Diff to previous 1.2: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.2: +5 -11
lines
- trying to reduce the number of places those re occur
Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jul 14 21:38:26 2006 UTC (18 years, 5 months ago) by albertel
Branches: MAIN
Diff to previous 1.1: preferred, unified to selected 1.6: preferred, unified
Changes since revision 1.1: +12 -59
lines
- switching from using a FORBIDDEN pass to just making the restricted
access screen the response phase
Revision 1.1: download - view: text, markup, annotated - select for diffs
Mon Jul 10 03:58:45 2006 UTC (18 years, 5 months ago) by raeburn
Branches: MAIN
Diff to selected 1.6: preferred, unified
Mechanism for user to provide passphrase, and for the server to validate it when user attempts to access a passphrase-protected portfolio file.
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>