summaryrefslogtreecommitdiff
path: root/source3/utils/py_net.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-14s3:net: finally remove net_context->opt_{user_specified,user_name,password}Stefan Metzmacher1-2/+0
2024-05-14s3:net: remove unused net_context->opt_kerberosStefan Metzmacher1-1/+0
2024-05-14s3:net: add net_context->explicit_credentials to check if credentials were pa...Stefan Metzmacher1-0/+1
2024-05-14s3:libnet_join: pass down cli_credentials *admin_credentials to libnet_{Join,...Stefan Metzmacher1-9/+7
2023-11-20Use python.h from libreplaceAndreas Schneider1-1/+1
2023-08-08s3:utils: Fix code spellingJoseph Sutton1-1/+1
2022-05-25s3/util/py_net.c: fix samba-tool domain join&leave segfaultMichael Tokarev1-4/+6
2022-02-23s3:py_net: allow machinepass=None to py_net_join_member()Stefan Metzmacher1-1/+1
2021-12-06samba-tool: Create DNS entries on member joinDavid Mulder1-3/+21
2021-04-21s3: Add s3 net python bindingsDavid Mulder1-0/+349