summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2023-11-16s3/utils: Detect (and report) failure to parse sddlNoel Power1-0/+5
2023-11-15s3/utils: Add support to smbcacls to restore dacls from fileNoel Power1-2/+166
2023-11-15s3/utils: Add functionality to smbcacls to save dacl(s) to a restore fileNoel Power1-1/+525
2023-11-15s3/utils: Add recursive option to smcaclsNoel Power1-0/+11
2023-11-15s3/utils: Add save and restore config switches (and help output)Noel Power1-0/+22
2023-11-15s3/utils: ensure sddl_encode/sddl_decode both use domain_sidNoel Power1-2/+2
2023-11-02s3:utils: Initialize flags (CID 1499396)Joseph Sutton1-1/+1
2023-11-02s3:utils: Remove condition that cannot be true (CID 1548341)Joseph Sutton1-1/+1
2023-11-02s3:utils: Check return value of samba_cmdline_init() (CID 1548345)Joseph Sutton1-3/+9
2023-11-02s3:utils: Fix code spellingJoseph Sutton1-1/+1
2023-11-02s3:utils: Remove unused‐but‐set variableJoseph Sutton1-2/+0
2023-10-27s3:utils: Initialize the memcache for smbpasswdAndreas Schneider1-0/+9
2023-10-27s3:utils: Initialize row variable in wspsearchAndreas Schneider1-1/+1
2023-10-25s3/utils: Add search clientNoel Power2-0/+837
2023-10-25s3:utils: Fix code spellingJoseph Sutton1-1/+1
2023-10-25s3:utils: Call gfree_all() before exit in smbtreeAndreas Schneider1-5/+6
2023-10-25s3:utils: Call gfree_all before exit in smbpasswdAndreas Schneider1-0/+3
2023-10-25s3:utils: Remove trailing white spaces in smbpasswd.cAndreas Schneider1-14/+14
2023-10-25s3:utils: Call gfree_all() before exit in smbgetAndreas Schneider1-0/+1
2023-10-25s3:utils: Call gfree_all() before exit in smbfilterAndreas Schneider1-0/+1
2023-10-25s3:utils: Remove trailing white spaces in smbfilter.cAndreas Schneider1-3/+3
2023-10-25s3:utils: Call gfree_all() before exit in smbcquotasAndreas Schneider1-0/+1
2023-10-25s3:utils: Call gfree_all() before exit in smbcontrolAndreas Schneider1-0/+1
2023-10-25s3:utils: Call gfree_all() before exit in smbcaclsAndreas Schneider1-0/+1
2023-10-25s3:utils: Call gfree_all() before exit in sharesecAndreas Schneider1-0/+1
2023-10-25s3:utils: Call gfree_all() before exit in regeditAndreas Schneider1-0/+2
2023-10-25s3:utils: Call gfree_all() before exit in pdbeditAndreas Schneider1-0/+1
2023-10-25s3:utils: Call gfree_all() before exit in ntlm_authAndreas Schneider1-1/+1
2023-10-25s3:utils: Call gfree_all() before exit in netAndreas Schneider1-0/+3
2023-10-13s3:utils: Check return value of cli_RNetServiceEnum() (CID 1273313)Joseph Sutton1-0/+4
2023-10-13s3:utils: Avoid integer overflow (CID 1035488)Joseph Sutton1-1/+1
2023-09-26s3-net_rpc: Make the struct user_token array the parent talloc contextAndrew Bartlett1-21/+24
2023-09-26s3-net_rpc: Use security_token_initialise() to create struct security_tokenAndrew Bartlett1-40/+45
2023-09-26libcli/security: Pass in claims evaluation state when building any security t...Andrew Bartlett1-1/+15
2023-09-26testparm: Allow idmap ranges overlap for idmap_nssSamuel Cabrero1-3/+8
2023-09-25libsmb: Pass neg contexts through sync smbXcli_negprot_recv()Volker Lendecke2-4/+12
2023-09-25libsmb: Remove a call to SMBC_errno()Volker Lendecke1-3/+6
2023-09-14s3:utils: Use lpcfg_set_cmdline() in smbpasswdPavel Kalugin1-4/+14
2023-09-14s3:net: Check return value of data_blob_talloc()Joseph Sutton1-0/+10
2023-09-11netapi: Pass net's cmdline credentials to libnetapi_net_init()Samuel Cabrero4-48/+8
2023-09-11netapi: Pass loadparm_context to libnetapi_net_init()Samuel Cabrero4-8/+8
2023-09-11s3:utils: Fix code spellingJoseph Sutton7-8/+8
2023-09-05s3:net: Allow to load ODJ blob from stdinSamuel Cabrero1-2/+24
2023-09-05s3:net: Load ODJ blob from file only if "loadfile" parameter is presentSamuel Cabrero1-5/+15
2023-09-05s3:net: Add "net offlinejoin composeodj" commandSamuel Cabrero2-0/+264
2023-09-05s3:libnetapi: Add some comments to document ODJ blob charset conversionsSamuel Cabrero1-0/+6
2023-08-23s3:utils: Use lpcfg_set_cmdline() in testparmPavel Kalugin1-1/+4
2023-08-23s3:utils: Use lpcfg_set_cmdline() in smbstatusPavel Kalugin1-1/+4
2023-08-23s3:utils: Remove trailing spaces in smbcquotas; no changesPavel Kalugin1-5/+5
2023-08-23s3:utils: Use lpcfg_set_cmdline() in smbcquotasPavel Kalugin1-3/+7