summaryrefslogtreecommitdiff
path: root/libcli/security/dom_sid.h
AgeCommit message (Collapse)AuthorFilesLines
2010-10-14libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett1-0/+1
This should make the security_token_is_*() calls a little faster. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett1-0/+50
This should ensure we only have one copy of these core functions in the tree. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
2010-09-20libcli: add dom_sid_compare_domain()Günther Deschner1-0/+2
Guenther
2009-03-01dom_sid.h: Include dependency security.h that provides the dom_sid struct.Jelmer Vernooij1-0/+2
2009-02-01shared: Move dom_sid_* utility functions to top levelKai Blin1-0/+42