summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
...
* s3/smbd: set_create_timespec_ea should create smb_fname with valid fspNoel Power2021-03-111-5/+10
* s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fspNoel Power2021-03-111-1/+21
* s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fspNoel Power2021-03-111-16/+27
* s3/smb3: ensure file_set_dosmode is passed valid smb_fname->fspNoel Power2021-03-111-5/+9
* s3/modules: ensure catia_set_dos_attributes passes on pathrefNoel Power2021-03-111-5/+11
* s3/smbd: posix_acls SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-7/+1
* s3/modules: posixacl convert from SMB_VFS_SETXATTR -> SMB_VFS_FSETXATTRNoel Power2021-03-111-1/+1
* s3/lib: adouble SMB_VFS_SETXATTR => SMB_VFS_FSETXATTRNoel Power2021-03-111-2/+1
* s3/smbd: set_ea SMB_VFS_FSETXATTR => SMB_VFS_FSETXATTRNoel Power2021-03-111-18/+5
* idmap_nss: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt2021-03-111-1/+5
* idmap_rfc2307: Do not return SID from unixids_to_sids on type mismatchChristof Schmitt2021-03-112-1/+5
* winbind: Only use unixid2sid mapping when module reports ID_MAPPEDChristof Schmitt2021-03-111-2/+4
* smbd: Ensure errno is preserved across fsp destructorSachin Prabhu2021-03-101-0/+3
* lib/util: Replace buggy string_sub_talloc() with talloc_string_sub() in lib/utilAndrew Bartlett2021-03-102-131/+0
* winbindd: Apply some const to normalize_name_map()Volker Lendecke2021-03-092-2/+2
* smbd: Fix a DEBUG messageVolker Lendecke2021-03-091-1/+1
* srvsrvc: Reload conf after changing a shareVolker Lendecke2021-03-091-0/+2
* lib: Fix file_ploadv_send/recv cleanupVolker Lendecke2021-03-091-14/+21
* g_lock: Add extensive debug informationVolker Lendecke2021-03-091-5/+28
* rpc_server: Use any_nt_status_not_ok() in srv_netlog_nt.cVolker Lendecke2021-03-091-50/+10
* rpc_server: Use direct struct initialization instead of ZERO_STRUCTVolker Lendecke2021-03-091-3/+1
* epmapper: talloc_stackframe() panics on failureVolker Lendecke2021-03-091-3/+0
* rpc_server: talloc_stackframe() panics on failureVolker Lendecke2021-03-091-4/+0
* rpc_client: Save a few lines with direct struct initializationVolker Lendecke2021-03-091-18/+5
* rpcclient: talloc_stackframe() panics on failureVolker Lendecke2021-03-091-8/+1
* lib: Fix an uninitialized variable readVolker Lendecke2021-03-091-1/+1
* smbd: Fix a typo (recieve->receive), reformat commentVolker Lendecke2021-03-091-2/+5
* rpc_server: Fix a typoVolker Lendecke2021-03-091-3/+4
* winbindd: Fix a typoVolker Lendecke2021-03-091-1/+1
* lib: Fix a typoVolker Lendecke2021-03-091-1/+1
* rpc_client: Fix a typoVolker Lendecke2021-03-091-1/+1
* lib: Fix a typoVolker Lendecke2021-03-091-1/+1
* rpc_server: Align integer typesVolker Lendecke2021-03-091-2/+3
* smbXsrv_client: move the connection passing to smb2srv_client_mc_negprot_send...Stefan Metzmacher2021-03-064-142/+458
* smbd: make sure that xconn is alive for the lifetime of smbXsrv_connection_sh...Stefan Metzmacher2021-03-062-0/+32
* smbXsrv_session: set session->db_rec = NULL after session->db_rec = local_recStefan Metzmacher2021-03-061-2/+8
* smbXsrv_tcon: explicitly set tcon->db_rec = NULL after tcon->db_rec = local_recStefan Metzmacher2021-03-061-0/+1
* smbd: introduce a smbXsrv_connection_destructor()Stefan Metzmacher2021-03-061-0/+7
* smbd: improve smbXsrv_connection_dbg() for debugging multi-channel problemsStefan Metzmacher2021-03-061-3/+10
* smbd: let smbd_request_guid() use smb1req->xconn->channel_idStefan Metzmacher2021-03-061-1/+1
* winbind: Remove noisy error message in wb_open_internal_pipe()Samuel Cabrero2021-03-062-2/+4
* g_lock: Fix uninitalized variable readsVolker Lendecke2021-03-051-2/+2
* locking: Fix an uninitialized variable readVolker Lendecke2021-03-051-1/+1
* vfs_aixacl2: Fix "mem_ctx" and "ppdesc" smb_fget_nt_acl_nfs4 argsVolker Lendecke2021-03-031-2/+2
* s3:modules:vfs_virusfilter: Recent talloc changes cause infinite start-up fai...Trever L. Adams2021-03-011-67/+95
* daemons: Do not notify systemd in child processes started by main sambaSamuel Cabrero2021-03-012-10/+16
* s3:libsmb: fix a typo in a commentBjörn Baumbach2021-03-011-1/+1
* vfs: update status of SMB_VFS_LISTXATTRNoel Power2021-02-262-2/+2
* VFS: Remove SMB_VFS_LISTXATTR, no longer usedNoel Power2021-02-2619-472/+3
* s3/smbd: Remove connection_struct from get_ea_names_from_fileNoel Power2021-02-264-6/+2