summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2021-07-14s3-net: add "net offlinejoin" commandGünther Deschner4-0/+305
2021-05-28s3:utils: Use connection and credentials parser in net utilAndreas Schneider8-356/+112
2021-05-28s3:utils: Add cli_credentials and loadparm_context to net_contextAndreas Schneider1-0/+2
2021-05-28s3:utils: Migrate net to new cmdline option parserAndreas Schneider2-13/+24
2021-05-28s3:utils: Remove '-l' for '--long' from netAndreas Schneider1-1/+0
2021-05-28s3:utils: Migrate smbtree to new cmdline option parserAndreas Schneider2-17/+26
2021-05-28s3:utils: Migrate smbcquotas to the new cmdline option parserAndreas Schneider2-14/+34
2021-05-28s3:utils: Rename --user to --quota-user in smbcquotasAndreas Schneider1-1/+1
2021-05-28s3:utils: Use samba_cmdline_burn() in smbgetAndreas Schneider2-3/+3
2021-05-28s3:utils: Migrate samba-regedit to new cmdline option parserAndreas Schneider2-7/+35
2021-05-28s3:utils: Migrate smbcacls to new cmdline option parserAndreas Schneider2-20/+25
2021-05-28s3:utils: Use cli_credentials in 'struct cacl_callback_state'Andreas Schneider1-4/+4
2021-05-28s3:utils: Pass cli_credentials to connect_one()Andreas Schneider1-5/+5
2021-05-25s3:utils: Migrate pdbedit to the new cmdline option parserAndreas Schneider2-10/+22
2021-05-25s3:utils: Migrate sharesec to new cmdline option parserAndreas Schneider2-6/+23
2021-05-25s3:utils: Remove '-V' for '--viewsddl' from sharesecAndreas Schneider1-3/+3
2021-05-25s3:utils: Migrate spilt_tokens to new cmdline option parserAndreas Schneider2-12/+25
2021-05-25s3:utils: Migrate smbcontrol to new cmdline option parserAndreas Schneider2-8/+23
2021-05-25s3:utils: Migrate dbwrap_torture to new cmdline option parserAndreas Schneider2-7/+24
2021-05-25s3:utils: Migrate smbstatus to new cmdline option parserAndreas Schneider2-25/+34
2021-05-25s3:utils: Migrate ntlm_auth to new cmdline option parserAndreas Schneider2-29/+21
2021-05-25s3:utils: Migrate mdfind to new cmdline option parserAndreas Schneider2-54/+42
2021-05-25s3:utils: Migrate testparm to new cmdline option parserAndreas Schneider2-10/+31
2021-05-25s3:utils: Migrate nmblookup to new cmdline option parserAndreas Schneider2-11/+22
2021-05-25s3:utils: Remove duplicate '-R' option from nmblookupAndreas Schneider1-3/+7
2021-05-25s3:utils: Migrate dbwrap_tool to new cmdline option parserAndreas Schneider2-6/+25
2021-05-25s3:utils: Migrate profiles to new cmdline option parserAndreas Schneider2-7/+21
2021-05-20s3:utils: Migrate tevent_glib_tracker to new cmdline option parserAndreas Schneider1-7/+17
2021-05-07s3: utils: Remove debug2html utility. Not used, installed or tested.Richard Sharpe3-569/+0
2021-04-29s3:utils: Tell users that workgroup/realm is required for ADS modeAndreas Schneider1-0/+22
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_gensec_features()Andreas Schneider1-1/+3
2021-04-28auth:creds: Add obtained arg to cli_credentials_set_kerberos_state()Andreas Schneider3-6/+15
2021-04-28s3:utils: Link py_net only against needed cmdline_contexts libraryAndreas Schneider1-1/+1
2021-04-21s3: Add s3 net python bindingsDavid Mulder3-0/+383
2021-03-30s3:utils: The 'net ads keytab' commands should use machine credentialsAndreas Schneider1-0/+13
2021-03-30s3:utils: Use secrets_store_creds() in net utilityAndreas Schneider1-12/+9
2021-03-30s3:utils: Use libnetapi_set_creds() in net_domAndreas Schneider1-4/+9
2021-03-30s3:utils: Use libnetapi_set_creds() in net_rpc_shellAndreas Schneider1-4/+11
2021-03-30s3:utils: Use libnetapi_set_creds() in net_rpcAndreas Schneider1-23/+51
2021-03-30s3:utils: Fix net_context_creds() with machine passwordAndreas Schneider1-1/+7
2021-03-29Rename mdfind to mdsearchMathieu Parent2-3/+3
2021-03-26build: Consolidate --with-dnsupdate with --with-ads (which implied HAVE_KRB5)Andrew Bartlett3-8/+8
2021-03-19lib: Properly return errno from open_socket_in()Volker Lendecke2-9/+13
2021-03-19mdfind: Use cli_rpc_pipe_open_noauth() in mdfind utilVolker Lendecke1-4/+1
2021-03-16lib: Remove init_names()Volker Lendecke3-14/+0
2021-02-09s3:testparm: Warn about 'server schannel = no'Andreas Schneider1-0/+7
2021-02-05net: remove NT_STATUS_STOPPED_ON_SYMLINK status code check from openat_pathre...Ralph Boehme1-3/+0
2021-01-22sharesec: Simplify add_ace()Volker Lendecke1-12/+12
2021-01-22smbcacls: Simplify add_ace_with_ctx()Volker Lendecke1-18/+16
2021-01-22smbcacls: Simplify sec_desc_parse()Volker Lendecke1-15/+20