Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-12-20 | Split out Apache 2.x code into ap2-auth-external. Fixes pkg/37362 | sborrill | 1 | -9/+2 | |
2007-11-02 | Add support for passing through METHOD to the authenticator which allows you | sborrill | 3 | -3/+26 | |
to grant read-only or write access to WebDAV directories. | |||||
2007-02-03 | Fix module name in MESSAGE for apache2. | obache | 2 | -3/+5 | |
Pointed out in PR 35510. | |||||
2007-02-03 | Fix install problem with apache2 pointed out in PR 35508. | obache | 1 | -2/+4 | |
For apache2, module extension is ".la", not ".so". | |||||
2007-01-24 | Bump PKGREVISION because of removing INSTALL | sborrill | 1 | -1/+2 | |
2007-01-24 | Oops, this shouldn't have been imported. | sborrill | 1 | -388/+0 | |
2007-01-19 | Initial commit of an external authentication module provides a flexible | sborrill | 6 | -0/+453 | |
tool for creating authentication systems based on other databases. The module can be used in either of two somewhat divergent ways: 1) External Authentication: 2) Hardcoded Authentication: |