summaryrefslogtreecommitdiff
path: root/libcli/security/util_sid.c
Commit message (Expand)AuthorAgeFilesLines
* libcli/security: add dom_sid_lookup_predefined_{sid,name}()Stefan Metzmacher2018-02-271-0/+499
* lib: Save a few bytes of .textVolker Lendecke2017-11-131-1/+1
* libcli: Fix a signed/unsigned hickupVolker Lendecke2017-11-131-1/+1
* libcli/security: add SID_NAME_LABEL to sid_type_lookup()Stefan Metzmacher2017-03-231-1/+2
* libcli: Add an overflow checkVolker Lendecke2017-01-231-0/+4
* libcli: Do not overwrite pointer on realloc failureVolker Lendecke2017-01-231-3/+5
* lib: Annotate well known SID namesSteve French2016-09-291-1/+35
* security: Add Asserted Identity sids (S-1-18)Günther Deschner2016-01-151-0/+8
* lib: Remove unused sid_blob_parseVolker Lendecke2015-08-261-14/+6
* lib: Make sid_parse take a uint8_tVolker Lendecke2015-08-261-1/+1
* lib: Use dom_sid_equal where appropriateVolker Lendecke2015-08-201-1/+2
* libcli/security: add NFS SID mappingsRalph Boehme2014-12-041-0/+17
* libcli: Avoid an explicit memset callVolker Lendecke2014-05-271-4/+4
* Fix bug #8795 - Samba does not handle the Owner Rights permissions at allRichard Sharpe2012-03-141-0/+2
* security: add local authority well-known SIDsChristian Ambach2011-11-241-0/+2
* Adapt del_sid_from_array to Samba coding styleVolker Lendecke2011-08-171-1/+2
* Fix a typoVolker Lendecke2011-08-171-1/+1
* Remove unused "sid_equal"Volker Lendecke2011-08-171-9/+0
* Replace calls to sid_equal with calls to dom_sid_equalVolker Lendecke2011-08-171-2/+2
* Quite some callers of sid_split_rid do not care about the ridVolker Lendecke2011-03-101-1/+3
* libcli/security: Make add_sid_to_array_unique use a uin32_t counterVolker Lendecke2011-02-071-1/+1
* libcli/security: Make del_sid_from_array take a uint32_tVolker Lendecke2011-02-071-2/+3
* libcli/security: fix sid_type_lookup().Günther Deschner2011-01-101-7/+5
* libcli/security: remove unused variable.Günther Deschner2010-12-171-1/+0
* libcli/security Add sid_blob_parse() to directly parse a binary SID blobAndrew Bartlett2010-12-161-3/+13
* libcli/auth Merge source4/libcli/security and util_sid.c into the common codeAndrew Bartlett2010-10-141-0/+371