#
# ChangeLog for trunk/packages/xvm-authz-locker/setup.py
#
# Generated by Trac 1.0.2
# Mar 16, 2025, 7:35:28 PM

Mon, 21 Dec 2009 22:30:11 GMT broder [2766]
	* trunk/packages/invirt-base/debian/changelog (modified)
	* trunk/packages/invirt-base/python/invirt/authz (deleted)
	* trunk/packages/invirt-dev/invirt-build-conf (modified)
	* trunk/packages/xvm-authz-locker/debian/changelog (modified)
	* trunk/packages/xvm-authz-locker/debian/control (modified)
	* trunk/packages/xvm-authz-locker/python/invirt (added)
	* trunk/packages/xvm-authz-locker/python/invirt/authz.py (copied)
	* trunk/packages/xvm-authz-locker/python/xvm (deleted)
	* trunk/packages/xvm-authz-locker/setup.py (modified)

	Have authz providers use an invirt.authz module.

	xvm-authz-locker ...


Wed, 16 Dec 2009 03:10:20 GMT broder [2602]
	* trunk/packages/invirt-base/debian/changelog (modified)
	* trunk/packages/invirt-base/debian/control (modified)
	* trunk/packages/xvm-authz-locker (added)
	* trunk/packages/xvm-authz-locker/debian (added)
	* trunk/packages/xvm-authz-locker/debian/changelog (added)
	* trunk/packages/xvm-authz-locker/debian/compat (added)
	* trunk/packages/xvm-authz-locker/debian/control (added)
	* trunk/packages/xvm-authz-locker/debian/copyright (added)
	* trunk/packages/xvm-authz-locker/debian/pycompat (added)
	* trunk/packages/xvm-authz-locker/debian/pyversions (added)
	* trunk/packages/xvm-authz-locker/debian/rules (added)
	* trunk/packages/xvm-authz-locker/python (added)
	* trunk/packages/xvm-authz-locker/python/xvm (added)
	* trunk/packages/xvm-authz-locker/python/xvm/__init__.py (added)
	* trunk/packages/xvm-authz-locker/python/xvm/authz (added)
	* trunk/packages/xvm-authz-locker/python/xvm/authz/__init__.py (added)
	* trunk/packages/xvm-authz-locker/python/xvm/authz/locker.py (moved)
	* trunk/packages/xvm-authz-locker/setup.py (added)
	* trunk/packages/xvm-devconfig/debian/changelog (modified)
	* trunk/packages/xvm-devconfig/master.yaml (modified)
	* trunk/packages/xvm-prodconfig/debian/changelog (modified)
	* trunk/packages/xvm-prodconfig/master.yaml (modified)

	Move XVM's locker authorization code into a separate xvm-authz-locker ...