summaryrefslogtreecommitdiff
path: root/libcli/security/util_sid.c
AgeCommit message (Expand)AuthorFilesLines
2012-03-14Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe1-0/+2
2011-11-24security: add local authority well-known SIDsChristian Ambach1-0/+2
2011-08-17Adapt del_sid_from_array to Samba coding styleVolker Lendecke1-1/+2
2011-08-17Fix a typoVolker Lendecke1-1/+1
2011-08-17Remove unused "sid_equal"Volker Lendecke1-9/+0
2011-08-17Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke1-2/+2
2011-03-10Quite some callers of sid_split_rid do not care about the ridVolker Lendecke1-1/+3
2011-02-07libcli/security: Make add_sid_to_array_unique use a uin32_t counterVolker Lendecke1-1/+1
2011-02-07libcli/security: Make del_sid_from_array take a uint32_tVolker Lendecke1-2/+3
2011-01-10libcli/security: fix sid_type_lookup().Günther Deschner1-7/+5
2010-12-17libcli/security: remove unused variable.Günther Deschner1-1/+0
2010-12-16libcli/security Add sid_blob_parse() to directly parse a binary SID blobAndrew Bartlett1-3/+13
2010-10-14libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett1-0/+371