summaryrefslogtreecommitdiff
path: root/libcli/security/dom_sid.h
AgeCommit message (Collapse)AuthorFilesLines
2011-03-03Add dom_sid_string_bufVolker Lendecke1-0/+3
This prints into a fixed buffer with the same overflow semantics as snprintf has: Return required string length, regardless of whether it fit or not.
2011-02-07libcli/security: Make del_sid_from_array take a uint32_tVolker Lendecke1-1/+2
This aligns it with add_sid_to_array Signed-off-by: Michael Adam <obnox@samba.org>
2010-12-16libcli/security Add sid_blob_parse() to directly parse a binary SID blobAndrew Bartlett1-0/+1
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