summaryrefslogtreecommitdiffstats
path: root/source/lib/display_sec.c
Commit message (Collapse)AuthorAgeFilesLines
* r21420: Looks big, but isn't really. Move internal namesJeremy Allison2007-02-181-5/+5
| | | | | | | | | of SEC_DESC over from grp_owner -> group_owner, ace -> aces and info.mask -> mask. Makes it *much* easier to move code within branches as they're now referring to the same names for the same things (which is what the NDR code also uses). Jeremy.
* r13948: Fix the build. Remove rpcclient.h include.Jim McDonough2006-03-071-1/+0
|
* r13945: Move display_sec.c to lib/ (as suggested by Volker).Günther Deschner2006-03-071-0/+187
Guenther