Module: wine Branch: master Commit: 5af809abfd5c13c6a3aec9f72c1651d6fb871da2 URL: http://source.winehq.org/git/wine.git/?a=commit;h=5af809abfd5c13c6a3aec9f72c...
Author: Rob Shearman rob@codeweavers.com Date: Tue Oct 2 15:54:51 2007 +0100
server: Move set_security_object to handle.c and set_object_sd to object.c.
These both don't operate on tokens so token.c is not the right place for them to be implemented.
---
server/handle.c | 27 +++++++++ server/object.c | 89 +++++++++++++++++++++++++++++ server/object.h | 1 + server/security.h | 53 ++++++++++++++++++ server/token.c | 160 ++-------------------------------------------------- 5 files changed, 177 insertions(+), 153 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=5af809abfd5c13c6a3aec9...