summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2025-04-18s3:libsmb: introduce smbsock_connect.hStefan Metzmacher1-0/+1
2025-04-18s3:smbstatus: provide the transport type via json outputStefan Metzmacher1-0/+28
2025-04-18s3:libsmb: pass struct smb_transports to cli_full_connection_creds()Stefan Metzmacher7-8/+30
2025-04-18s3:libsmb: pass struct smb_transports to cli_connect_nb()Stefan Metzmacher2-2/+8
2025-04-11s3/smb_prometheus_endpoint: add authentication metricsRalph Boehme1-1/+37
2025-04-11smbprofile: Count failed requestsVolker Lendecke2-1/+53
2025-04-11utils: Initial version of smb_prometheus_endpointVolker Lendecke2-0/+481
2025-04-11profile: Add time buckets to smbprofile_stats_iobytesVolker Lendecke1-0/+32
2025-04-11s3:net: 'net ads keytab list' should only list default keytabAndreas Schneider1-1/+1
2025-04-11s3:net: Remove `net ads keytab flush`Andreas Schneider1-42/+0
2025-04-09s3/locking: remove now unused private_options from share_mode_entryRalph Boehme1-2/+2
2025-04-09s3/locking: store NTCREATEX_FLAG_DENY_[DOS|FCB] as share_entry_flagsRalph Boehme1-4/+4
2025-03-27net: Remove a call to SMB_VFS_STAT and dirfsp==NULL in create_fileVolker Lendecke1-11/+17
2025-03-27net: Fix a panic in "net vfs getntacl"Volker Lendecke1-0/+1
2025-03-27lib: Avoid a VFS_STAT call in "net vfs stream2adouble"Volker Lendecke1-10/+0
2025-03-27lib: Convert ad_unconvert() to NTSTATUSVolker Lendecke1-8/+11
2025-03-10s3:utils: Remove call of ads_startup() from net_ads_keytab_create()Pavel Filipenský1-11/+0
2025-02-24s3:testparm: make it clear that 'client use krb5 netlogon' is experimentalStefan Metzmacher1-0/+13
2025-02-20s3/utils: Add a check for "winbind varlink service"Samuel Cabrero1-0/+10
2025-02-17s3:rpc_client: Use cli_rpc_pipe_reopen_np_noauth() for OpenPolicy fallbackStefan Metzmacher3-6/+6
2025-02-04s3:utils: Fix 'Usage:' for 'net ads enctypes'Pavel Filipenský1-6/+6
2025-02-04s3:utils: Fix 'Usage:' for 'net ads setspn'Pavel Filipenský1-6/+6
2025-01-27docs: Fix the documentation for NET ADS DNS (UN)REGISTERPavel Filipenský1-6/+6
2025-01-10sharesec: Check if share exists in configurationVinit Agnihotri1-6/+5
2025-01-10sharesec: Add function to check existence of share from configVinit Agnihotri1-0/+76
2025-01-10sharesec: Fix warning frame not freed in orderVinit Agnihotri1-0/+1
2025-01-02testparm: do not fail if /run/samba does not existMichael Tokarev1-4/+2
2024-12-17net: Fix Coverity ID 1508974 Use of 32-bit time_tVolker Lendecke1-2/+3
2024-12-17eventlog: Fix Coverity ID 1508977 Use of 32-bit time_tVolker Lendecke1-2/+6
2024-12-05s3:cli_pipe: pass target_service to cli_rpc_pipe_open_with_creds()Stefan Metzmacher1-0/+1
2024-12-05s3:utils: let net_rpc_testjoin() work for ad domains and no ipv4 addressStefan Metzmacher1-1/+20
2024-12-02pdbedit: Avoid a use of convert_time_t_to_uint32_t()Volker Lendecke1-2/+2
2024-12-02net: Fix Coverity ID 1509022 Use of 32-bit time_tVolker Lendecke1-2/+2
2024-11-19ntlm_auth: Fix Coverity ID 240750 Resource leakVolker Lendecke1-1/+2
2024-11-19ntlm_auth: Fix Coverity ID 240749 Resource leakVolker Lendecke1-1/+2
2024-11-19ntlm_auth: Fix Coverity ID 240748 Resource leakVolker Lendecke1-1/+2
2024-11-19ntlm_auth: Fix Coverity ID 240747 Resource leakVolker Lendecke1-1/+3
2024-11-19ntlm_auth: Fix Coverity ID 240743 Resource leakVolker Lendecke1-1/+2
2024-11-12net: filename_convert_dirfsp() needs mangling initializedVolker Lendecke1-0/+1
2024-11-11libads: Pass "required_flags" through ads_cldap_netlogon_5()Volker Lendecke1-3/+6
2024-11-05s3/locking: add share_entry_forall_read() and share_entry_forall() varientsRalph Boehme1-1/+1
2024-11-05s3/g_lock: add g_lock_locks() and g_lock_locks_read() varientsRalph Boehme1-2/+2
2024-10-25net_ads: Fix indentation in net_ads_cldap_netlogon_jsonVolker Lendecke1-4/+7
2024-10-24s3:utils: Fix memory leak in test_lmv2_ntlmv2_broken()Andreas Schneider1-0/+2
2024-10-24s3:utils: Fix memory leak in ntlm_auth_diagnosticsAndreas Schneider1-0/+5
2024-10-24s3:utils: Remove trailing spaces in ntlm_auth_diagnostics.cAndreas Schneider1-51/+51
2024-10-24s3:utils: Fix memory leak in ntlm_authAndreas Schneider1-1/+1
2024-10-06utils: Fix up 14a533680245Volker Lendecke1-2/+2
2024-10-02lib: Factor out ADD_TO_MALLOC_ARRAY()Volker Lendecke1-2/+2
2024-09-26s3:rpc_client: remember rpc_pipe_client->print_usernameStefan Metzmacher1-2/+1