From c9a14c3a3b019c43de1efbae0e666145cf1700b6 Mon Sep 17 00:00:00 2001 From: Alex Ionescu Date: Wed, 24 May 2006 20:16:09 +0000 Subject: [PATCH] [AUDIT] security.c: All these functions are simply wrappers around the SecurityProcedure callback, which actually does all the work (and is located in /se). Their implementation is trivial and could not have been done another way (it may likely differ from the 100% NT implementation (which I am not aware of), but the current implementation seems obvious to me and I don't see anything missing. svn path=/trunk/; revision=22017