summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:netapi: Remove use_ccache from 'struct libnetapi_ctx'Andreas Schneider2021-03-243-4/+4
* s3:netapi: Remove use_kerberos from struct libnetapi_ctxAndreas Schneider2021-03-243-5/+5
* s3:netapi: Remove workgroup from 'struct libnetapi_ctx'Andreas Schneider2021-03-242-7/+0
* s3:netapi: Remove password from 'struct libnetapi_ctx'Andreas Schneider2021-03-242-7/+0
* s3:netapi: Remove username from 'struct libnetapi_ctx'Andreas Schneider2021-03-242-19/+0
* s3:netapi: Use public functions for username/passwordAndreas Schneider2021-03-242-7/+27
* s3:netapi: Get username/password from cli_credentials in joindomain.cAndreas Schneider2021-03-241-4/+10
* s3:netapi: Get username/password from cli_credentials in netapi.cAndreas Schneider2021-03-241-2/+2
* s3:netapi: Fill also cli_credentials with netapi settersAndreas Schneider2021-03-241-0/+39
* s3:netapi: Add a cli_credentials pointer to struct libnetapi_ctxAndreas Schneider2021-03-242-0/+20
* s3:netapi: Remove unused ctx->krb5_cc_envAndreas Schneider2021-03-242-8/+0
* s3:netapi: Make 'struct libnetapi_ctx' opaqueAndreas Schneider2021-03-243-14/+17
* s3:netapi: Use public getters in getjoinableous exampleAndreas Schneider2021-03-241-2/+17
* s3:netapi: Use public getters in remote_machine exampleAndreas Schneider2021-03-241-2/+17
* s3:netapi: Implement public libnetapi_get_(username|password) functionsAndreas Schneider2021-03-244-3/+53
* s3: vxfs: Remove unused vxfs_setxattr_path().Jeremy Allison2021-03-222-26/+0
* s3: vxfs: Remove unused vxfs_listxattr_path().Jeremy Allison2021-03-222-18/+0
* s3:modules:vfs_virusfilter: Recent New_VFS changes break vfs_virusfilter_openat.Trever L. Adams2021-03-221-6/+2
* s3: VFS: default: vfswrap_create_dfs_pathat() isn't restricted to dirfsp->con...Jeremy Allison2021-03-221-3/+1
* s3: VFS: time_audit: Log full pathname as smb_time_audit_create_dfs_pathat() ...Jeremy Allison2021-03-221-2/+12
* s3: VFS: full_audit: Log full pathname as smb_full_audit_create_dfs_pathat() ...Jeremy Allison2021-03-221-1/+10
* s3: VFS: gluster: vfs_gluster_create_dfs_pathat() isn't restricted to dirfsp-...Jeremy Allison2021-03-221-2/+8
* s3: VFS: ceph: cephwrap_create_dfs_pathat() isn't restricted to dirfsp->conn-...Jeremy Allison2021-03-221-3/+9
* s3:param: Fix segfault trying to add pcap printer without a [printers] shareAndreas Schneider2021-03-191-1/+4
* s3: Remove last vestiges of Tru64 ACL support (missed in earlier patch).Jeremy Allison2021-03-192-45/+0
* messaging: Fix receiving file descriptorsVolker Lendecke2021-03-191-22/+14
* lib: Properly return errno from open_socket_in()Volker Lendecke2021-03-198-152/+142
* rpcclient: Enable ncalrpc: transportVolker Lendecke2021-03-193-121/+194
* mdfind: Use cli_rpc_pipe_open_noauth() in mdfind utilVolker Lendecke2021-03-191-4/+1
* rpcclient: Let rpc_pipe_open_ncalrpc() figure out the dst sock itselfVolker Lendecke2021-03-193-22/+87
* rpc_client: Factor out rpccli_epm_map_interface() from rpc_pipe_get_tcp_port()Volker Lendecke2021-03-191-85/+155
* rpcclient: No need to use an object id in epm_mapVolker Lendecke2021-03-191-2/+1
* rpcclient: Don't put a port into the epm_map requestVolker Lendecke2021-03-191-1/+1
* rpcclient: Remove pipe_default_auth globalsVolker Lendecke2021-03-191-142/+232
* smbd: free open_rec state in remove_deferred_open_message_smb2_internal()Ralph Boehme2021-03-181-0/+1
* smbd: cancel pending poll open timer in poll_open_done()Ralph Boehme2021-03-181-0/+1
* smbd: reset dangling watch_req pointer in poll_open_doneRalph Boehme2021-03-181-0/+2
* s3: tests: Change logfile for printing expansion tests.Jeremy Allison2021-03-182-2/+2
* py bindings: write 'bytes', not 'PY_DESC_PY3_BYTES'Douglas Bagnall2021-03-171-3/+3
* pdb_samba_dsdb: remove #if 0 blockDouglas Bagnall2021-03-171-81/+0
* smb2_sesssetup: validate that sign_algo and encryption_cipher match on a sess...Stefan Metzmacher2021-03-171-0/+14
* smb2_sesssetup: a session bind with a different user results in ACCESS_DENIEDStefan Metzmacher2021-03-171-1/+1
* smb2_sesssetup: a bind dialect mismatch should always result in INVALID_PARAM...Stefan Metzmacher2021-03-171-25/+7
* smb2_sesssetup: only set NT_STATUS_MORE_PROCESSING_REQUIRED if a reauth can s...Stefan Metzmacher2021-03-171-3/+4
* smb2_sesssetup: don't shutdown a session on failure when it's not valid yet o...Stefan Metzmacher2021-03-171-0/+15
* smb2_server: fallback global session lookup if the session belongs to a diffe...Stefan Metzmacher2021-03-174-0/+148
* smbXsrv_session: split out smbXsrv_session_remove_channel()Stefan Metzmacher2021-03-172-46/+53
* s3:selftest: pass alice credentials to the smb2.session tests for ad_dcStefan Metzmacher2021-03-171-2/+3
* s3:libsmb: fill in smb3_capabilities.ciphersStefan Metzmacher2021-03-171-1/+9
* libcli/smb: pass smb3_capabilities to smbXcli_conn_create()Stefan Metzmacher2021-03-172-2/+5