lib: Make sid_parse return the parsed length
[samba.git] / libcli / security / util_sid.c
2019-03-12 Volker Lendeckelib: Make sid_parse return the parsed length
2018-12-05 Ralph Boehmelibcli/security: add dom_sid_lookup_is_predefined_domain()
2018-03-16 Stefan Metzmacherlibcli/security: fix some SID values in comments
2018-02-21 Stefan Metzmacherlibcli/security: add dom_sid_lookup_predefined_{sid...
2017-11-13 Volker Lendeckelib: Save a few bytes of .text
2017-11-13 Volker Lendeckelibcli: Fix a signed/unsigned hickup
2017-03-23 Stefan Metzmacherlibcli/security: add SID_NAME_LABEL to sid_type_lookup()
2017-01-23 Volker Lendeckelibcli: Add an overflow check
2017-01-23 Volker Lendeckelibcli: Do not overwrite pointer on realloc failure
2016-09-29 Steve Frenchlib: Annotate well known SID names
2016-01-15 Günther Deschnersecurity: Add Asserted Identity sids (S-1-18)
2015-08-26 Volker Lendeckelib: Remove unused sid_blob_parse
2015-08-26 Volker Lendeckelib: Make sid_parse take a uint8_t
2015-08-20 Volker Lendeckelib: Use dom_sid_equal where appropriate
2014-12-04 Ralph Boehmelibcli/security: add NFS SID mappings
2014-05-27 Volker Lendeckelibcli: Avoid an explicit memset call
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-03-14 Richard SharpeFix bug #8795 - Samba does not handle the Owner Rights...
2011-11-24 Christian Ambachsecurity: add local authority well-known SIDs
2011-08-17 Volker LendeckeAdapt del_sid_from_array to Samba coding style
2011-08-17 Volker LendeckeFix a typo
2011-08-17 Volker LendeckeRemove unused "sid_equal"
2011-08-17 Volker LendeckeReplace calls to sid_equal with calls to dom_sid_equal
2011-03-10 Volker LendeckeQuite some callers of sid_split_rid do not care about...
2011-02-07 Volker Lendeckelibcli/security: Make add_sid_to_array_unique use a...
2011-02-07 Volker Lendeckelibcli/security: Make del_sid_from_array take a uint32_t
2011-01-10 Günther Deschnerlibcli/security: fix sid_type_lookup().
2010-12-17 Günther Deschnerlibcli/security: remove unused variable.
2010-12-16 Andrew Bartlettlibcli/security Add sid_blob_parse() to directly parse...
2010-10-14 Andrew Bartlettlibcli/auth Merge source4/libcli/security and util_sid...