
	When I learn first time about NT I was impressed about missing
"SET owner" feature. This looks like a help to solve the the problem 
"who guard the guardians". Looks like a normal user can secure a file
from administrator (or at least prevents the administrator from accesing 
file without users noticing).
	In all NT documentation is no mention that setting the owner of
an object is even posible. In the package, is a possibility to set the 
owner of a file using "Services for Macintosh" but this is not documented.
(I mean this posibility is not explicitly stated).
	After taking a quick look at Win32 security API and SIDCLN example
found in MSVC 4.0 I decided to write a "chown" for NT.

	In fact Microsoft don't denny this posibility, it just carefuly
avoid any mention of the subject.

	I hope you'll find it usefull :-).



	Felix.

