Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
---|---|---|---|---|---|---|
dont_install_module.diff | Don't install module The makefiles installs the module in /usr/lib/apache2 instead of $PREFIX/usr/lib/apache2. This patch disables the installation. The module will be installed by dh_apache2. =================================================================== |
Ivo De Decker <ivodd@debian.org> | not-needed | 2012-05-17 | ||
Fix-sizeof-calls-in-MEMSET_BZERO.patch | Fix sizeof calls in MEMSET_BZERO This fixes a gcc warning. The fix was taken from the newer version of sha2.c in the apr source. |
Ivo De Decker <ivodd@debian.org> | no | 2019-01-23 | ||
authtypeTKT.diff | Define authtype TKT This patch introduces a new authtype 'TKT', to allow usage of the module without redirect urls or guest access. In that case, it is only possible to get access if the user already has a cookie from a previous visit to the login page. Otherwise, access will be denied. =================================================================== |
Ivo De Decker <ivodd@debian.org> | no | 2012-05-17 | ||
fix_inet_aton_failure.diff | Fix failure when inet_aton fails When inet_aton fails, log the failure. Also, catch the NULL return from ticket_digest and return false instead of crashing. This happens when the client connects using IPv6. Checking IPv6 addresses is currently not supported. Setting TKTAuthIgnoreIP on (not checking IP addresses) does work with IPv6. =================================================================== |
Ivo De Decker <ivodd@debian.org> | no | 2019-01-26 |