2005
mod-auth-shadow (1.4-2) unstable; urgency=high
* Added checking of auth_shadow_flag in authshadow_valid_user() this fixes
the problem where auth_shadow always turned itself on when require group
was specified. closes: Bug#323789 (CAN-2005-2963) This is security
related, so urgency=high
* Rebuild to get rid of libdb4.1 dependancy. closes: Bug#328987
* Upgraded Standards-Version to 3.6.2 (no changes needed)
-- Marcin Owsiany <porridge@debian.org> Mon, 26 Sep 2005 10:47:09 +0200
2004
mod-auth-shadow (1.4-1) unstable; urgency=high
* New upstream version
- includes most of my patches, including the one to check password and
account expiration information in /etc/shadow. closes: Bug#226516
* Rename auth_shadow to mod_auth_shadow where possible:
- moved 500auth_shadow.info to 500mod_auth_shadow.info and cleaned it up
(recent apache packages use only LoadModule and Description)
- adjusted installation in debian/rules accordingly
* Move postrm contents to prerm.
* Redone module configuration code in postinst/prerm - use modules-config
* Cleaned and improved debian/copyright
* Updated to use debhelper 4: debian/control, debian/compat
* Moved the permission changes after dh_shlibdeps call, since ldd has
problems with SET[UG]ID binaries with fakeroot
* Added DEB_BUILD_OPTIONS support to debian/rules and makefile
* Added overrides file for lintian
* Upgraded Standards-Version to 3.6.1
-- Marcin Owsiany <porridge@debian.org> Sat, 10 Jan 2004 21:25:08 +0100
2003
mod-auth-shadow (1.3-7) unstable; urgency=low
* Use dh_fixperms, otherwise build breaks when not using fakeroot.
closes: Bug#185428
* Change ownership/permissions of "validate" and its directory manually
after calling the above.
-- Marcin Owsiany <porridge@debian.org> Tue, 25 Mar 2003 21:56:11 +0100
2002
mod-auth-shadow (1.3-6) unstable; urgency=low
* Added an openlog() call to validate.c so that it's easier to associate the
log message with mod_auth_shadow. closes: Bug#167341
-- Marcin Owsiany <porridge@debian.org> Fri, 1 Nov 2002 22:03:22 +0100
mod-auth-shadow (1.3-5) unstable; urgency=low
* Add a Directives hint to 500auth_shadow.info. Thanks to
Jonas Smedegaard for reporting. closes: Bug#165506
-- Marcin Owsiany <porridge@debian.org> Sun, 20 Oct 2002 15:07:51 +0200
mod-auth-shadow (1.3-4) unstable; urgency=medium
* Rebuild against new packages to fix the libdb.so.2 problem. closes: Bug#158109
-- Marcin Owsiany <porridge@debian.org> Sun, 1 Sep 2002 00:03:50 +0200
mod-auth-shadow (1.3-3) unstable; urgency=low
* Removed build-dependancy on libdb-dev (I wonder why I added it in the
first place?). closes: Bug#128611
* Removed a useless test if stdin is not NULL in validate.c
* Removed an unused variable from mod_auth_shadow.c:user_in_group()
-- Marcin Owsiany <porridge@debian.org> Thu, 10 Jan 2002 23:04:39 +0100
mod-auth-shadow (1.3-2) unstable; urgency=low
* Fixed a typo. closes: Bug#124882
-- Marcin Owsiany <porridge@debian.org> Tue, 8 Jan 2002 21:23:24 +0100
2001
mod-auth-shadow (1.3-1) unstable; urgency=low
* Initial Release. closes: Bug#118077 * Changed source name from mod_auth_shadow to mod-auth-shadow * Modified makefile to: - install validate in /usr/lib/libapache-mod-auth-shadow - chmod and chown validate on installation, not build time - allow access to www-data only, and install validate SETGID shadow instead of SETUID root * modified source to use preprocessor #error directive instead of syntax error, and modified initialization of char validate_prog[] (no need to use printf() if the string is const) * added 500auth_shadow.info, whatever that is :-\
-- Marcin Owsiany <porridge@debian.org> Sat, 4 Nov 2001 19:30:20 +0100