summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-05-25s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 sig...Stefan Metzmacher1-2/+2
2012-05-24s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher6-42/+63
2012-05-24s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2-2/+6
2012-05-24s3:smbd/files: split file_init_global() out of file_init()Stefan Metzmacher2-13/+35
2012-05-24s3:smbd: remove unused var in smbXsrv_connection_init_tables()Stefan Metzmacher1-2/+0
2012-05-24s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher4-1/+6
2012-05-24s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2-3/+3
2012-05-24s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher2-18/+43
2012-05-24s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1Stefan Metzmacher1-23/+39
2012-05-24s3:smbd/files: fix error path and correctly cleanupStefan Metzmacher1-7/+7
2012-05-23s3:smbd/proto.h: remove unused resolve_dfspath() prototypeStefan Metzmacher1-5/+0
2012-05-23s3:smbd/files: remove unused VALID_FNUM()Stefan Metzmacher1-2/+0
2012-05-23s3:smb2_server: make use of nt_status_np_pipe()Stefan Metzmacher3-3/+13
2012-05-23s3:smbd: use nt_status_np_pipe for smb1Stefan Metzmacher3-7/+28
2012-05-23s3:smbd: add nt_status_np_pipe()Stefan Metzmacher2-0/+12
2012-05-23s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoffStefan Metzmacher1-0/+5
2012-05-22s3:smbd: remove unused 'connection_struct->used'Michael Adam2-3/+0
2012-05-21s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variableStefan Metzmacher1-0/+10
2012-05-19Move the set_write_time() call to after get_existing_share_mode_lock() return...Jeremy Allison1-3/+15
2012-05-18s3:smbd: allow creating new spnego sessions only with a 0 vuidStefan Metzmacher1-0/+5
2012-05-18s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher1-1/+1
2012-05-18s3: Revert the serverid changes, they need more workVolker Lendecke3-42/+2
2012-05-17s3: Check for serverid_exists in close_directoryVolker Lendecke1-0/+3
2012-05-17s3: Check for serverid_exists in close_remove_share_modeVolker Lendecke1-0/+3
2012-05-17s3: Check for serverid_exists in find_oplock_typesVolker Lendecke1-0/+20
2012-05-17s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke1-0/+3
2012-05-17s3: Check for serverid_exists in open_mode_checkVolker Lendecke1-0/+5
2012-05-17s3: Check for serverid_exists in notify_deferred_opensVolker Lendecke1-2/+8
2012-05-17s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_...Stefan Metzmacher1-1/+1
2012-05-17s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B...Andrew Bartlett1-0/+35
2012-05-17s3-smbd: Consider a group with the same SID as sufficient duplicationAndrew Bartlett1-0/+7
2012-05-17s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...Andrew Bartlett1-39/+109
2012-05-17We need to split things up into a new helper function add_current_ace_to_acl(...Andrew Bartlett1-172/+184
2012-05-17This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...Jeremy Allison1-2/+5
2012-05-17s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACLAndrew Bartlett1-5/+12
2012-05-16s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher3-740/+0
2012-05-15s3: Fix a likely cut&paste errorVolker Lendecke1-1/+1
2012-05-15s3-auth: Rename to init_system_session_info().Andreas Schneider1-1/+1
2012-05-14s3:smb2_close: make the top level code async usingStefan Metzmacher1-39/+66
2012-05-14s3:smb2_close: add add smbd_smb2_close_send/recv as wrapperStefan Metzmacher1-0/+99
2012-05-14s3:smb2_close: don't do any marshalling in smbd_smb2_close() let the caller t...Stefan Metzmacher1-19/+71
2012-05-14s3:smb2_tcon: make the top level code async usingStefan Metzmacher1-24/+58
2012-05-14s3:smb2_tcon: add smbd_smb2_tree_connect_send/recv as wrapperStefan Metzmacher1-0/+79
2012-05-14s3: Make SMB_QUERY_FILE_UNIX_BASIC's devno work for filesVolker Lendecke1-2/+9
2012-05-13s3:smb2_sesssetup: make the top level code async usingStefan Metzmacher1-30/+62
2012-05-13s3:smb2_sesssetup: add smbd_smb2_session_setup_send/recv as wrapperStefan Metzmacher1-0/+105
2012-05-13s3:smb2_sesssetup: pass down in_flags to smbd_smb2_session_setup()Stefan Metzmacher1-1/+5
2012-05-13s3:smb2_sesssetup: pass down in_previous_session_id to all layersStefan Metzmacher1-2/+15
2012-05-12s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFOStefan Metzmacher1-0/+86
2012-05-12s3:smb2_ioctl: implement FSCTL_VALIDATE_NEGOTIATE_INFO_224Stefan Metzmacher1-0/+73