File group/owner in custom columns?

Discuss and announce Total Commander plugins, addons and other useful tools here, both their usage and their development.

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

File group/owner in custom columns?

Post by *Alextp »

Is there a content plugin that can show under NT file group and owner?
If there is not, I can easily add such columns to one of my content plugins, for example to "UnicodeTest/LockedTest".
Last edited by Alextp on 2006-03-07, 05:45 UTC, edited 1 time in total.
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2Alextp
For example ShellDetails has such a field.
However a plug-in displaying detailed NTFS security related information including permissions, group stuff and owner is defintely required. It could be called "Permission" or "Security Info". If you are planning such a plug-in you shouldn't add it to the unicode plug-in as plugin names work as some kind of categorization.
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2Lefteous
Lefteous, can you tell me what is "permissions" under NT (in terms of API) and how to get it for a file (what API to use)?

About file group and owner - I already have such info.
User avatar
Lefteous
Power Member
Power Member
Posts: 9536
Joined: 2003-02-09, 01:18 UTC
Location: Germany
Contact:

Post by *Lefteous »

2Alextp
Oh there are a bunch of functions :-)
This is a good strating point:
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/secauthz/security/authorization_functions.asp

This is defintely a good source for inspiration:
http://www.sysinternals.com/Utilities/AccessEnum.html
User avatar
Alextp
Power Member
Power Member
Posts: 2321
Joined: 2004-08-16, 22:35 UTC
Location: Russian Federation
Contact:

Post by *Alextp »

2Lefteous
Thanks, I'll take a look at it.
Post Reply