summaryrefslogtreecommitdiff
path: root/source3/lib/util_sd.c
AgeCommit message (Expand)AuthorFilesLines
2025-06-16libsmb: Remove "source3/libsmb/libsmb.h"Volker Lendecke1-1/+2
2023-01-12lib: Fix out-of-bounds access in print_ace_flags()Volker Lendecke1-3/+4
2023-01-12lib: Use talloc_asprintf_addbuf() in print_ace_flags()Volker Lendecke1-29/+9
2022-09-15s3: libsmb: In cli_lsa_lookup_name() replace cli_state_save_tcon()/cli_state_...Jeremy Allison1-6/+3
2022-09-15s3: libsmb: In cli_lsa_lookup_sid() replace cli_state_save_tcon()/cli_state_r...Jeremy Allison1-6/+3
2022-02-04sharesec: Add SEC_DIR_DELETE_CHILD to CHANGE permissionsVolker Lendecke1-0/+1
2021-03-09lib: Fix an uninitialized variable readVolker Lendecke1-1/+1
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore1-0/+1
2018-03-01s3:lib: Add FALL_THROUGH statements in util_sd.cAndreas Schneider1-0/+2
2017-06-17s3: libsmb: Correctly save and restore connection tcon in smbclient, smbcacls...Jeremy Allison1-4/+20
2017-06-17s3: libsmb: Widen cli_state_get_tid() / cli_state_set_tid() to 32-bits.Jeremy Allison1-2/+2
2016-12-09s3:libsmb: don't pass 'passlen' to cli_tree_connect[_send]() and allow pass=NULLStefan Metzmacher1-2/+2
2016-02-20util_sd: Also accept hex input for ALLOW/DENIEDChristof Schmitt1-10/+27
2015-05-21s3: lib: util: Ensure we read a hex number as %x, not %u.Jeremy Allison1-1/+1
2015-05-13Convert all uint32/16/8 to _t in source3/lib.Richard Sharpe1-5/+5
2015-04-25util_sd: Make server conncection optionalChristof Schmitt1-1/+5
2015-04-25smbcacls: Move sec_desc_print to common fileChristof Schmitt1-0/+82
2015-04-25smbcacls: Move print_ace and parse_ace to common fileChristof Schmitt1-0/+354
2015-04-25smbcacls: Move StringToSid to common fileChristof Schmitt1-0/+61
2015-04-25smbcacls: Move SidToString to common fileChristof Schmitt1-0/+113