summaryrefslogtreecommitdiff
path: root/source3/utils/net_offlinejoin.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-13s3-utils: Fix CID #1517309 Resource leak in net offlinejoin code.Günther Deschner1-0/+4
2024-05-14s3:net_offlinejoin: we don't need to call libnetapi_set_use_kerberos() as we ...Stefan Metzmacher1-4/+0
2024-04-16lib: Give lib/util/util_file.c its own header fileVolker Lendecke1-0/+1
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 Cabrero1-6/+1
2023-09-11netapi: Pass loadparm_context to libnetapi_net_init()Samuel Cabrero1-1/+1
2023-09-11s3:utils: Fix code spellingJoseph Sutton1-1/+1
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 Cabrero1-0/+262
2023-09-05s3:libnetapi: Add some comments to document ODJ blob charset conversionsSamuel Cabrero1-0/+6
2023-08-03s3:utils: Fix code spellingAndreas Schneider1-1/+1
2022-12-13CVE-2022-38023 s3:net: add and use net_warn_member_options() helperStefan Metzmacher1-0/+2
2022-12-05s3:utils: Fix stack smashing in net offlinejoinAndreas Schneider1-3/+8
2021-07-14s3-net: add "net offlinejoin" commandGünther Deschner1-0/+288