python:tests: Store keys as bytes rather than as lists of ints
[samba.git] / source3 / lib / util_sd.c
2023-01-12 Volker Lendeckelib: Fix out-of-bounds access in print_ace_flags()
2023-01-12 Volker Lendeckelib: Use talloc_asprintf_addbuf() in print_ace_flags()
2022-09-15 Jeremy Allisons3: libsmb: In cli_lsa_lookup_name() replace cli_state_...
2022-09-15 Jeremy Allisons3: libsmb: In cli_lsa_lookup_sid() replace cli_state_s...
2022-02-04 Volker Lendeckesharesec: Add SEC_DIR_DELETE_CHILD to CHANGE permissions
2021-03-09 Volker Lendeckelib: Fix an uninitialized variable read
2020-08-28 Matthew DeVores3: safe_string: do not include string_wrappers.h
2018-03-01 Andreas Schneiders3:lib: Add FALL_THROUGH statements in util_sd.c
2017-06-17 Jeremy Allisons3: libsmb: Correctly save and restore connection tcon...
2017-06-17 Jeremy Allisons3: libsmb: Widen cli_state_get_tid() / cli_state_set_t...
2016-12-09 Stefan Metzmachers3:libsmb: don't pass 'passlen' to cli_tree_connect...
2016-02-19 Christof Schmittutil_sd: Also accept hex input for ALLOW/DENIED
2015-05-21 Jeremy Allisons3: lib: util: Ensure we read a hex number as %x, not %u.
2015-05-13 Richard SharpeConvert all uint32/16/8 to _t in source3/lib.
2015-04-24 Christof Schmittutil_sd: Make server conncection optional
2015-04-24 Christof Schmittsmbcacls: Move sec_desc_print to common file
2015-04-24 Christof Schmittsmbcacls: Move print_ace and parse_ace to common file
2015-04-24 Christof Schmittsmbcacls: Move StringToSid to common file
2015-04-24 Christof Schmittsmbcacls: Move SidToString to common file