summaryrefslogtreecommitdiff
path: root/source3/lib/util_sd.c
Commit message (Expand)AuthorAgeFilesLines
* s3:lib: Add FALL_THROUGH statements in util_sd.cAndreas Schneider2018-03-011-0/+2
* s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison2017-06-171-4/+20
* s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison2017-06-171-2/+2
* s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher2016-12-091-2/+2
* util_sd: Also accept hex input for ALLOW/DENIEDChristof Schmitt2016-02-201-10/+27
* s3: lib: util: Ensure we read a hex number as %x, not %u.Jeremy Allison2015-05-211-1/+1
* Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe2015-05-131-5/+5
* util_sd: Make server conncection optionalChristof Schmitt2015-04-251-1/+5
* smbcacls: Move sec_desc_print to common fileChristof Schmitt2015-04-251-0/+82
* smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt2015-04-251-0/+354
* smbcacls: Move StringToSid to common fileChristof Schmitt2015-04-251-0/+61
* smbcacls: Move SidToString to common fileChristof Schmitt2015-04-251-0/+113