summaryrefslogtreecommitdiff
path: root/source3/utils/net.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-05s3:utils: 'net ads kerberos kinit' should use also default ccache name from k...Pavel Filipenský1-10/+26
2026-01-05s3-net: properly setup krb5 ccache name via --use-krb5-ccacheGünther Deschner1-7/+12
2025-09-05s3:net: Pass down the server from cmdline to sync_pw2keytabs()Andreas Schneider1-4/+6
2025-07-24s3-net: fix "net ads kerberos" krb5ccname handlingGünther Deschner1-0/+15
2024-09-13sync machine password to keytab: handle FreeIPA use caseAlexander Bokovoy1-0/+8
2024-07-26s3: Sync machine account password in secrets_{prepare,finish}_password_changePavel Filipenský1-2/+15
2024-06-04lib: Use cli_credentials_add_gensec_features in a few placesVolker Lendecke1-6/+4
2024-05-14s3:net: finally remove net_context->opt_{user_specified,user_name,password}Stefan Metzmacher1-7/+0
2024-05-14s3:net: remove unused net_context->smb_encryptStefan Metzmacher1-4/+0
2024-05-14s3:net: remove unused net_context->opt_kerberosStefan Metzmacher1-4/+0
2024-05-14s3:net: remove useless net_prompt_pass() wrapperStefan Metzmacher1-1/+1
2024-05-14s3:net: make use of c->explicit_credentials in order to check for valid crede...Stefan Metzmacher1-1/+1
2024-05-14s3:net: add net_context->explicit_credentials to check if credentials were pa...Stefan Metzmacher1-0/+11
2024-05-14s3:net: correctly implement --use-ccache as legacy for --use-winbind-ccache f...Stefan Metzmacher1-2/+8
2024-01-26s3:utils: add 'net witness force-response'Stefan Metzmacher1-0/+6
2024-01-26s3:utils: add 'net witness client-move' and 'net witness share-move'Stefan Metzmacher1-0/+19
2024-01-26s3:utils: add 'net witness list' commandStefan Metzmacher1-0/+39
2023-10-25s3:utils: Call gfree_all() before exit in netAndreas Schneider1-0/+3
2023-08-23s3:utils: Use lpcfg_set_cmdline() in netPavel Kalugin1-3/+4
2023-03-03net: add new --dns-ttl option to specify the ttl of dns recordsBjörn Baumbach1-0/+7
2022-12-13CVE-2022-38023 s3:net: add and use net_warn_member_options() helperStefan Metzmacher1-0/+6
2022-08-26s3:net: Zero password in secrets_fetch_ipc_userpass() callersPavel Filipenský1-2/+2
2022-08-26s3:net: Fix trailing whitespace in net.cPavel Filipenský1-1/+1
2021-07-14s3-net: add "net offlinejoin" commandGünther Deschner1-0/+7
2021-05-28s3:utils: Use connection and credentials parser in net utilAndreas Schneider1-110/+36
2021-05-28s3:utils: Migrate net to new cmdline option parserAndreas Schneider1-12/+22
2021-05-28s3:utils: Remove '-l' for '--long' from netAndreas Schneider1-1/+0
2021-03-30s3:utils: Use secrets_store_creds() in net utilityAndreas Schneider1-12/+9
2021-03-16lib: Remove init_names()Volker Lendecke1-3/+0
2021-01-05s3:utils - explicitly free cmdline_messaging_contextAndrew Walker1-0/+1
2020-07-13net: ignore possible SIGPIPE upon ldap_unbind when over TLSIsaac Boukris1-0/+3
2019-12-02lib: Remove duplicate get_pass() prototypesVolker Lendecke1-0/+1
2019-07-12s3:net: add 'vfs' hierarchy with 'stream2adouble' commandRalph Boehme1-0/+27
2019-01-28s3:utils: Use C99 initializer in functable in netAndreas Schneider1-9/+15
2019-01-28s3:utils: Use C99 initializer for poptOption in netAndreas Schneider1-50/+302
2018-12-07net: Use dom_sid_str_bufVolker Lendecke1-8/+10
2018-11-30net: Add support for a credentials fileOlly Betts1-0/+25
2018-11-06gencache: Remove transaction-based tdbVolker Lendecke1-2/+0
2018-10-19lib: Remove gencache.h from proto.hVolker Lendecke1-0/+1
2018-09-22s3: net: implement json output for ads infoPhilipp Gesang1-0/+1
2018-09-07s3:net: Use cmdline_messaging_contextChristof Schmitt1-27/+2
2018-09-07s3:lib: Move popt_common_credentials to separate fileChristof Schmitt1-1/+1
2018-07-30s3:libads: Add net ads leave keep-account optionJustin Stephenson1-1/+2
2018-03-29net: Fix CID 1128559 Dereference null return valueVolker Lendecke1-3/+7
2017-06-27net: make use of secrets_*_password_change() for "net changesecretpw"Stefan Metzmacher1-7/+44
2017-06-27net: add "net primarytrust dumpinfo" command that dumps the details of the wo...Stefan Metzmacher1-0/+85
2017-06-27s3:secrets: rename secrets_delete() to secrets_delete_entry()Stefan Metzmacher1-3/+3
2017-05-08net: Add net tdb command to print information from tdb recordsChristof Schmitt1-0/+8
2016-11-16s3:net: Use messaging_init_client()Andreas Schneider1-5/+17
2015-12-22s3: fix encryption help messagesRalph Boehme1-1/+1