Package: libapache2-mod-auth-tkt / 2.1.0+dfsg-1

Metadata

Package Version Patches format
libapache2-mod-auth-tkt 2.1.0+dfsg-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
apache24fix.diff | (download)

src/mod_auth_tkt.c | 9 9 + 0 - 0 !
1 file changed, 9 insertions(+)

 build fix for apache 2.4
 Fix for API changes in apache 2.4.
authtypeTKT.diff | (download)

src/mod_auth_tkt.c | 23 19 + 4 - 0 !
1 file changed, 19 insertions(+), 4 deletions(-)

 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.
dont_install_module.diff | (download)

src/Makefile | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 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.
stripped cookies 700347.patch | (download)

src/mod_auth_tkt.c | 4 2 + 2 - 0 !
1 file changed, 2 insertions(+), 2 deletions(-)

 patch for cookie header with whitespace stripped
 Some badly behaved proxy/cache servers strip whitespace from headers, which
 results in a failure to parse the cookie correctly.
 This will allow for that.