Up to [cvs.NetBSD.org] / pkgsrc / www / ap22-authnz-external
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.9, Mon Jan 1 10:23:08 2018 UTC (5 years, 9 months ago) by wiz
Branch: MAIN
CVS Tags: HEAD
Changes since 1.8: +1 -1
lines
FILE REMOVED
apache22: remove, it was eol'd in June 2017 Remove packages that only work with apache22. Remove apache22 references.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Aug 1 16:51:20 2017 UTC (6 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3
Changes since 1.7: +2 -3
lines
Diff to previous 1.7 (colored)
Update HOMEPAGE.
Revision 1.7 / (download) - annotate - [select for diffs], Wed Jun 11 12:57:23 2014 UTC (9 years, 3 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1,
pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2,
pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3,
pkgsrc-2014Q2-base,
pkgsrc-2014Q2
Changes since 1.6: +2 -4
lines
Diff to previous 1.6 (colored)
Move www/apache/module.mk to mk/apache.module.mk and adjust it to use mk/apache.mk.
Revision 1.6 / (download) - annotate - [select for diffs], Sun Oct 28 06:30:08 2012 UTC (10 years, 11 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2,
pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.5: +1 -3
lines
Diff to previous 1.5 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.5 / (download) - annotate - [select for diffs], Sat Feb 20 14:58:46 2010 UTC (13 years, 7 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2,
pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4,
pkgsrc-2011Q3-base,
pkgsrc-2011Q3,
pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3,
pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.4: +10 -7
lines
Diff to previous 1.4 (colored)
DESTDIR support for various Apache modules.
Revision 1.4 / (download) - annotate - [select for diffs], Thu Dec 24 13:18:31 2009 UTC (13 years, 9 months ago) by sborrill
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.3: +4 -3
lines
Diff to previous 1.3 (colored)
Fix HOMEPAGE and MASTER_SITES. Bump PKGREVISION
Revision 1.3 / (download) - annotate - [select for diffs], Sun Mar 1 01:28:17 2009 UTC (14 years, 7 months ago) by adrianp
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1
Changes since 1.2: +15 -2
lines
Diff to previous 1.2 (colored)
Update to 3.2.3 Add documentation v3.2.3 (Jan Wolter - Feb 26, 2009) ----------------------------------------------- * Added GroupExternalError directive, which allows you to specify the HTTP error code to be returned if the group access check fails. Defaut is 401, but you may want to return 403 if you want to show the user an error page instead of asking him to login again. Thanks to Peter Crawshaw <pcrawshaw@mta.ca> for this patch. * In hopes of getting to a more consistantly named set of directives, added new aliases for two old directives: GroupExternalAuthoritative alias for AuthzExternalAuthoritative GroupExternalManyAtOnce alias for AuthExternalGroupsAtOnce Documentation updated to refer primarily to the new names. v3.2.2 (Jan Wolter - Dec 1, 2008) ----------------------------------------------- THIS RELEASE UPDATES DOCUMENTATION ONLY! * Improved documentation of AuthExternalContext directive in the INSTALL file. * Added documentation to the UPGRADE file on interactions between multiple Require directives.
Revision 1.2 / (download) - annotate - [select for diffs], Wed Nov 12 09:07:56 2008 UTC (14 years, 10 months ago) by martti
Branch: MAIN
CVS Tags: pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.1: +2 -2
lines
Diff to previous 1.1 (colored)
Updated www/ap22-authnz-external to 3.2.1 * Added AuthExternalContext directive, which defines a string that will be passed to the authenticator in the CONTEXT environment variable. This can be set from the .htaccess file or the <Directory> block to give slightly different behavior from the same authenticator in different directories. Thanks to Olivier Thauvin <nanardon at mandriva dot org> for this patch. * Rewrite external authenticator launching code to use Apache's cross-OS process/thread library instead of directly calling Unix functions. Theoretically this should get us much closer to being usable on non- Unix platforms. * Support alternate syntax for configuration, using DefineAuthExternal and DefineAuthGroup commands. * More detailed error logging. * Much cleanup of documentation.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Tue Jul 29 05:07:46 2008 UTC (15 years, 2 months ago) by schmonz
Branch: TNF
CVS Tags: pkgsrc-base,
pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Initial import of ap22-authnz-external, based on ap2-auth-external. The Apache HTTP Daemon can be configured to require users to supply logins and passwords before accessing pages in some directories. Authentication is the process of checking if the password given is correct for a user. Apache has standard modules for authenticating out of several different kinds of databases. The external authentication module provides a flexible tool for creating authentication systems based on other databases. The module can be used in either of two somewhat divergent ways: 1) External Authentication: When a user supplies a login and password, mod_auth*_external runs a program you write, passing it the login and password. Your program does whatever checking and logging it needs to, and then returns a Accept/Reject flag to Apache. 2) Hardcoded Authentication: Some hooks have been inserted into mod_auth*_external to make it easy to replace the call to the external authentication program with a call to a hardcoded internal authentication routine that you write.
Revision 1.1 / (download) - annotate - [select for diffs], Tue Jul 29 05:07:46 2008 UTC (15 years, 2 months ago) by schmonz
Branch: MAIN
Initial revision