W3C CVS Root

CVS log for apache-modules/mod_authnz_cern/mod_authnz_cern.c

[BACK] Up to [Public] / apache-modules / mod_authnz_cern

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.26: download - view: text, markup, annotated - select for diffs
Wed Sep 3 09:08:34 2014 UTC (9 years, 9 months ago) by kahan
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +2 -2 lines
removing extra space

Revision 1.25: download - view: text, markup, annotated - select for diffs
Tue Sep 4 15:21:11 2012 UTC (11 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +5 -4 lines
JK: bug fix. Public resources couldn't be accessed

Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Aug 31 15:38:31 2012 UTC (11 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +68 -39 lines
JK: new directive to enable/disable ipauth

Revision 1.23: download - view: text, markup, annotated - select for diffs
Mon Apr 2 12:23:48 2012 UTC (12 years, 2 months ago) by kahan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +86 -17 lines
JK: changes for making gdbm access thread safe

Revision 1.22: download - view: text, markup, annotated - select for diffs
Tue Jan 24 20:37:01 2012 UTC (12 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +11 -2 lines
JK: add  W3C_PROTECTED request note for protected resources

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Jan 20 15:34:54 2012 UTC (12 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +34 -25 lines
JK: ignore ipv6 addresses

Revision 1.20: download - view: text, markup, annotated - select for diffs
Tue Nov 22 15:22:35 2011 UTC (12 years, 6 months ago) by kahan
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +6 -8 lines
slight code cleaning to remove a sigsev when a directive is missing

Revision 1.19: download - view: text, markup, annotated - select for diffs
Wed Nov 16 18:39:04 2011 UTC (12 years, 6 months ago) by kahan
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +3 -3 lines
JK: syncing with plopper

Revision 1.18: download - view: text, markup, annotated - select for diffs
Thu Nov 10 16:52:21 2011 UTC (12 years, 7 months ago) by kahan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +19 -10 lines
JK: verified version.. two checks needed to make before prod.

Revision 1.17: download - view: text, markup, annotated - select for diffs
Mon Sep 27 13:16:29 2010 UTC (13 years, 8 months ago) by kahan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +14 -3 lines
JK: respect uris with parameters, remove sigsev

Revision 1.16: download - view: text, markup, annotated - select for diffs
Mon Sep 6 19:17:27 2010 UTC (13 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +1 -1 lines
JK: enabling directive in .htaccess

Revision 1.15: download - view: text, markup, annotated - select for diffs
Fri Aug 20 21:43:07 2010 UTC (13 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +27 -14 lines
JK: new options to disable switchssl, code cleaning

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Aug 20 19:34:12 2010 UTC (13 years, 9 months ago) by kahan
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +182 -8 lines
JK: changes for switch-ssl

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Jun 18 20:09:48 2010 UTC (13 years, 11 months ago) by kahan
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +60 -12 lines
JK: had forgotten to commit this one since long time!
Set cache headers correctly

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Nov 14 16:11:54 2008 UTC (15 years, 6 months ago) by kahan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +87 -14 lines
JK: Code cleaning, removing useless log messages, moving initial gdbm
open operations to post-config hook

Revision 1.11: download - view: text, markup, annotated - select for diffs
Fri Nov 7 14:08:08 2008 UTC (15 years, 7 months ago) by kahan
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +3 -3 lines
JK: some minor typo fixes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Feb 7 18:11:01 2008 UTC (16 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +356 -128 lines
JK: Changed the code to support global shared gdbm file handles.
Code adapted from mod_authnz_dbmacl

Revision 1.9: download - view: text, markup, annotated - select for diffs
Wed Jan 16 16:26:00 2008 UTC (16 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +3 -1 lines
JK: taking into account internal redirections

Revision 1.8: download - view: text, markup, annotated - select for diffs
Wed Mar 14 00:18:42 2007 UTC (17 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +2 -2 lines
JK: bug fix. we always need to use mainreq when dealing with internal
requests.

Revision 1.7: download - view: text, markup, annotated - select for diffs
Thu Feb 22 18:53:30 2007 UTC (17 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +34 -6 lines
JK: some compiling typos that made it thru

Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Feb 22 14:28:09 2007 UTC (17 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +12 -63 lines
JK: update of the module for digest authentication, cn, and other
interactions with the apache AAA

Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Feb 12 16:50:47 2007 UTC (17 years, 3 months ago) by kahan
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +20 -30 lines
JK: code cleaning, harmonization for digest hash

Revision 1.4: download - view: text, markup, annotated - select for diffs
Fri Feb 9 14:30:17 2007 UTC (17 years, 4 months ago) by kahan
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +106 -58 lines
JK: Added digest authentication
Code cleaning, harmonizing return messages, some optimizing.

Revision 1.3: download - view: text, markup, annotated - select for diffs
Fri Jan 12 17:31:52 2007 UTC (17 years, 5 months ago) by kahan
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +2 -0 lines
JK: added version ID

Revision 1.2: download - view: text, markup, annotated - select for diffs
Fri Jan 12 16:56:22 2007 UTC (17 years, 5 months ago) by kahan
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +11 -0 lines
JK: updated copyright

Revision 1.1: download - view: text, markup, annotated - select for diffs
Thu Jan 11 18:58:28 2007 UTC (17 years, 5 months ago) by kahan
Branches: MAIN
JK: first commit in public domain

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

Webmaster