Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Perform PAM account validation, not just authentication. | Jan Pazdziora | 2013-11-21 | 2 | -0/+9 | |
| | ||||||
* | Amending the workflow description. | Jan Pazdziora | 2013-11-20 | 1 | -5/+17 | |
| | ||||||
* | Update .spec for version 0.8.mod_intercept_form_submit-0.8 | Jan Pazdziora | 2013-11-19 | 1 | -1/+7 | |
| | ||||||
* | Add support for InterceptFormClearRemoteUserForSkipped. | Jan Pazdziora | 2013-11-19 | 2 | -0/+17 | |
| | ||||||
* | Support redacting the password with InterceptFormPasswordRedact option. | Jan Pazdziora | 2013-11-19 | 2 | -14/+114 | |
| | ||||||
* | Do APR_BRIGADE_CONCAT into the cached brigade right after reading, it will ↵ | Jan Pazdziora | 2013-11-19 | 1 | -12/+4 | |
| | | | | ensure we will only have one brigade to work with when we attempt to clear the password. | |||||
* | If there was no & in the bucket, the whole bucket might be continuation of ↵ | Jan Pazdziora | 2013-11-19 | 1 | -1/+6 | |
| | | | | the previous fragment. | |||||
* | Call lookup_identity_hook from mod_lookup_identity if it exists, after the ↵ | Jan Pazdziora | 2013-11-19 | 2 | -4/+23 | |
| | | | | (new) r->user was set. | |||||
* | Set EXTERNAL_AUTH_ERROR variable upon PAM error. | Jan Pazdziora | 2013-11-19 | 2 | -3/+9 | |
| | ||||||
* | Set the r->user as well (will show up in access_log). | Jan Pazdziora | 2013-11-19 | 2 | -2/+5 | |
| | ||||||
* | Fixing typo. | Jan Pazdziora | 2013-11-08 | 2 | -2/+2 | |
| | ||||||
* | Update .spec for version 0.7.mod_intercept_form_submit-0.7 | Jan Pazdziora | 2013-11-07 | 1 | -2/+6 | |
| | ||||||
* | Amend documentation. | Jan Pazdziora | 2013-11-07 | 3 | -0/+124 | |
| | ||||||
* | No need to spell out the module name for APLOG_DEBUG, it is shown by Apache. | Jan Pazdziora | 2013-11-07 | 1 | -7/+7 | |
| | ||||||
* | If REMOTE_USER is already set (presumably by previous module), skip. | Jan Pazdziora | 2013-11-07 | 2 | -2/+9 | |
| | ||||||
* | Parse enough of input before CGI is forked. | Jan Pazdziora | 2013-11-05 | 1 | -100/+129 | |
| | | | | | | | | We run intercept_form_submit_filter_prefetch, look for login and password, and run pam_authenticate if needed. We store the input in f->ctx->cached_brigade and in the intercept_form_submit_filter we just send the cached buckets out upon the first invocation, and passthrough during the following. | |||||
* | Update .spec for version 0.6.mod_intercept_form_submit-0.6 | Jan Pazdziora | 2013-11-04 | 1 | -1/+4 | |
| | ||||||
* | Simplify the code by using the predefined ap_set_string_slot function. | Jan Pazdziora | 2013-11-04 | 1 | -27/+3 | |
| | ||||||
* | Since apr_pcalloc initializes the memory, no need to set manually. | Jan Pazdziora | 2013-11-04 | 1 | -5/+1 | |
| | ||||||
* | Introduce InterceptFormLoginSkip to be able to specify login blacklists. | Jan Pazdziora | 2013-11-04 | 2 | -0/+34 | |
| | ||||||
* | Fixing typos. | Jan Pazdziora | 2013-10-31 | 1 | -2/+4 | |
| | ||||||
* | Adding and .spec file.mod_intercept_form_submit-0.5 | Jan Pazdziora | 2013-10-31 | 1 | -0/+61 | |
| | ||||||
* | Example configuration file. | Jan Pazdziora | 2013-10-31 | 1 | -0/+9 | |
| | ||||||
* | README and LICENSE files. | Jan Pazdziora | 2013-10-30 | 2 | -0/+280 | |
| | ||||||
* | Apache module mod_intercept_form_submit. | Jan Pazdziora | 2013-10-30 | 1 | -0/+335 | |