summaryrefslogtreecommitdiff
path: root/libcli/security/dom_sid.h
AgeCommit message (Collapse)AuthorFilesLines
2012-03-14Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe1-0/+1
Signed-off-by: Jeremy Allison <jra@samba.org> Autobuild-User: Jeremy Allison <jra@samba.org> Autobuild-Date: Wed Mar 14 02:26:34 CET 2012 on sn-devel-104
2011-11-24security: add local authority well-known SIDsChristian Ambach1-0/+1
add the S-1-2 well-known SID family Autobuild-User: Christian Ambach <ambi@samba.org> Autobuild-Date: Thu Nov 24 19:01:08 CET 2011 on sn-devel-104
2011-08-17Remove unused "sid_equal"Volker Lendecke1-1/+0
2011-04-13Add dom_sid_parse_endpVolker Lendecke1-0/+2
This returns a pointer to the first non-parsed character, along the lines of strtoul for example. Signed-off-by: Jeremy Allison <jra@samba.org>
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