summaryrefslogtreecommitdiffstats
path: root/libcli/security/dom_sid.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe2012-03-141-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
* security: add local authority well-known SIDsChristian Ambach2011-11-241-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
* Remove unused "sid_equal"Volker Lendecke2011-08-171-1/+0
|
* Add dom_sid_parse_endpVolker Lendecke2011-04-131-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>
* Add dom_sid_string_bufVolker Lendecke2011-03-031-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.
* libcli/security: Make del_sid_from_array take a uint32_tVolker Lendecke2011-02-071-1/+2
| | | | | | This aligns it with add_sid_to_array Signed-off-by: Michael Adam <obnox@samba.org>
* libcli/security Add sid_blob_parse() to directly parse a binary SID blobAndrew Bartlett2010-12-161-0/+1
|
* libcli/security Use static SIDs rather than parsing from stringsAndrew Bartlett2010-10-141-0/+1
| | | | | | | | This should make the security_token_is_*() calls a little faster. Andrew Bartlett Signed-off-by: Andrew Tridgell <tridge@samba.org>
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-141-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>
* libcli: add dom_sid_compare_domain()Günther Deschner2010-09-201-0/+2
| | | | Guenther
* dom_sid.h: Include dependency security.h that provides the dom_sid struct.Jelmer Vernooij2009-03-011-0/+2
|
* shared: Move dom_sid_* utility functions to top levelKai Blin2009-02-011-0/+42