summaryrefslogtreecommitdiff
path: root/source3/utils
AgeCommit message (Expand)AuthorFilesLines
2020-11-04libsmb: Remove "mntpoint" argument from cli_list() callbackVolker Lendecke2-2/+2
2020-11-03auth:creds: Rename CRED_USE_KERBEROS valuesAndreas Schneider3-6/+6
2020-10-24notifyd: Factor out notify_walk() into its own fileVolker Lendecke1-10/+2
2020-10-21smbcacls: Use direct struct initializationVolker Lendecke1-9/+7
2020-10-21smbcacls: Use ISDOT[DOT] instead of strequalVolker Lendecke1-2/+1
2020-10-17printing: move archi_table declarations into nt_printing.hBjörn Jacke1-14/+0
2020-10-09s3:libsmb: Pass cli_credentials to cli_resolve_path(), using helper variables.Andreas Schneider1-6/+9
2020-10-02vfs: remove dirfsp arg from SMB_VFS_CREATE_FILE()Ralph Boehme1-1/+0
2020-09-24s3:util:net_conf - allow empty path for [homes]Andrew1-4/+12
2020-09-15s3: libsmb: Rename get_sorted_dc_list_sa() -> get_sorted_dc_list().Jeremy Allison1-1/+1
2020-09-15s3: utils: Make net_lookup_dc() use get_sorted_dc_list_sa().Jeremy Allison1-5/+5
2020-09-15s3: libsmb: Rename get_kdc_list_sa() back to get_kdc_list().Jeremy Allison1-2/+2
2020-09-15s3: utils: Make net_lookup_kdc() use get_kdc_list_sa().Jeremy Allison1-5/+5
2020-09-15lib: addns: Fix ads_dns_lookup_ns(), ads_dns_query_dcs(), ads_dns_query_gcs()...Jeremy Allison2-2/+2
2020-09-15s3: libsmb: Convert the WINS and broadcast name functions to return size_t * ...Jeremy Allison1-1/+1
2020-09-15s3: libsmb: Convert node_status_query() and associated functions and callers ...Jeremy Allison1-1/+2
2020-09-07s3: libsmb: Rename get_sorted_dc_list_talloc() -> get_sorted_dc_list()Jeremy Allison1-1/+1
2020-09-07s3: net lookup: Move callers of get_sorted_dc_list() -> get_sorted_dc_list_ta...Jeremy Allison1-3/+10
2020-09-07s3: libads: Rename get_kdc_list_talloc() -> get_kdc_list().Jeremy Allison1-2/+2
2020-09-07s3: utils: net_lookup. Convert to use get_kdc_list_talloc().Jeremy Allison1-5/+11
2020-09-07s3: libsmb: Cleanup - ensure we initialize all stack variables to 'safe' valu...Jeremy Allison1-1/+2
2020-08-31s3/utils: restore client share connection after call to sec_desc_parseNoel Power1-0/+27
2020-08-31s3/utils: If dfs path is an ordinary path then really just return itNoel Power1-2/+46
2020-08-31add new '--propagate-inheritance' option for smbcaclsNoel Power1-17/+736
2020-08-28s3: safe_string: do not include string_wrappers.hMatthew DeVore16-0/+16
2020-08-19s3:utils: Remove obsolete force encryption from smbcquotasAndreas Schneider1-11/+0
2020-08-19s3:utils: Remove obsolete force encryption from mdfindAndreas Schneider1-7/+0
2020-08-19s3:utils: Remove obsolete force encryption from smbaclsAndreas Schneider1-10/+0
2020-08-19s3:net: Use cli_credentials_set_smb_encryption()Andreas Schneider1-10/+6
2020-08-19s3:libsmb: Remove signing_state from cli_full_connection_creds()Andreas Schneider6-17/+7
2020-08-19s3:libsmb: Introduce CLI_FULL_CONNECTION_IPCAndreas Schneider4-5/+13
2020-08-07s3: net: Add new 'net ads dns async <name>' command.Jeremy Allison1-0/+82
2020-08-04s3: libsmb: Cleanup - put talloc parameter first in name_resolve_bcast().Jeremy Allison1-3/+5
2020-08-03lib: relicense smb_strtoul(l) under LGPLv3Ralph Boehme6-0/+6
2020-07-13net: ignore possible SIGPIPE upon ldap_unbind when over TLSIsaac Boukris1-0/+3
2020-07-07s3:smbcacls: Add support for DFS pathAnubhav Rakshit1-4/+19
2020-06-15net: Align integer typesVolker Lendecke1-2/+4
2020-06-04net: Align integer types, move variable closer to its useVolker Lendecke1-2/+1
2020-06-04net: Copy hires timestamps in net_copy_fileattr()Volker Lendecke1-19/+28
2020-06-04s3: libsmb: Change cli_getattrE() and async versions to return a 32-bit attri...Jeremy Allison1-1/+1
2020-06-04s3: libsmb: In struct file_info rename mode -> attr.Jeremy Allison1-1/+1
2020-05-29Add net-ads-join dnshostname=fqdn optionIsaac Boukris1-1/+8
2020-05-28smbcacls: Fix typo "inherated"->"inherited"Volker Lendecke1-1/+4
2020-05-28smbcacls: Align integer typesVolker Lendecke1-2/+2
2020-05-28smbcacls: Remove the CREATE_ACCESS_READ #defineVolker Lendecke1-4/+1
2020-05-28smbcacls: Reformat a call to cli_ntcreate()Volker Lendecke1-3/+13
2020-05-28s3:net: make use of net_context_creds() in net_ads_printer_publish()Stefan Metzmacher1-4/+12
2020-05-28s3:netlookup: make use of cli_credentials_init_anon()Stefan Metzmacher1-23/+10
2020-05-28s3:net: make use of net_context_creds() in connect_to_service()Stefan Metzmacher1-21/+10
2020-05-28s3:net: make use of cli_credentials_init_anon() in connect_to_ipc_anonymous()Stefan Metzmacher1-3/+9