summaryrefslogtreecommitdiffstats
path: root/source3/smbd
Commit message (Expand)AuthorAgeFilesLines
...
* s3:smb2_create: do not remove leading backslash from pipe namesStefan Metzmacher2012-05-281-5/+0
* Ensure we only return NT_STATUS_DELETE_PENDING if the share modes are valid.Jeremy Allison2012-05-251-3/+20
* s3: Check for serverid_exists in close_directoryVolker Lendecke2012-05-251-0/+3
* s3: Check for serverid_exists in close_remove_share_modeVolker Lendecke2012-05-251-0/+3
* s3: Check for serverid_exists in find_oplock_typesVolker Lendecke2012-05-251-0/+18
* s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke2012-05-251-0/+3
* s3: Check for serverid_exists in open_mode_checkVolker Lendecke2012-05-251-0/+5
* s3: Check for serverid_exists in notify_deferred_opensVolker Lendecke2012-05-251-2/+8
* s3:smbd: move global smbd_msg_state to smbXsrv_connectionStefan Metzmacher2012-05-253-18/+21
* s3:smbd: move global koplocks to smbd_server_connectionStefan Metzmacher2012-05-253-4/+20
* s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()Stefan Metzmacher2012-05-253-3/+3
* s3:smbd: move global oplocks vars to smbd_server_connectionStefan Metzmacher2012-05-253-16/+21
* s3:smbd: remove unused get_number_of_exclusive_open_oplocks()Stefan Metzmacher2012-05-252-10/+0
* s3:smbd/signing: use smbd_server_connection as talloc parent for its smb1 sig...Stefan Metzmacher2012-05-251-2/+2
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-246-42/+63
* s3:smbd: only call file_init_global() in the parent smbdStefan Metzmacher2012-05-242-2/+6
* s3:smbd/files: split file_init_global() out of file_init()Stefan Metzmacher2012-05-242-13/+35
* s3:smbd: remove unused var in smbXsrv_connection_init_tables()Stefan Metzmacher2012-05-241-2/+0
* s3:smbd/msdfs: pass allow_broken_path to resolve_dfspath_wcard()Stefan Metzmacher2012-05-244-1/+6
* s3:smbd/msdfs: pass 'allow_broken_path' to get_referred_path()Stefan Metzmacher2012-05-242-3/+3
* s3:smbd/msdfs: let create_conn_struct() also fake the 'smbd_server_connection'Stefan Metzmacher2012-05-242-18/+43
* s3:smbd/files: work without sconn->file_bmap and assign fsp->fnum = -1Stefan Metzmacher2012-05-241-23/+39
* s3:smbd/files: fix error path and correctly cleanupStefan Metzmacher2012-05-241-7/+7
* s3:smbd/proto.h: remove unused resolve_dfspath() prototypeStefan Metzmacher2012-05-231-5/+0
* s3:smbd/files: remove unused VALID_FNUM()Stefan Metzmacher2012-05-231-2/+0
* s3:smb2_server: make use of nt_status_np_pipe()Stefan Metzmacher2012-05-233-3/+13
* s3:smbd: use nt_status_np_pipe for smb1Stefan Metzmacher2012-05-233-7/+28
* s3:smbd: add nt_status_np_pipe()Stefan Metzmacher2012-05-232-0/+12
* s3:smbd: use reply_force_doserror(req, ERRSRV, ERRbaduid) on SMBulogoffStefan Metzmacher2012-05-231-0/+5
* s3:smbd: remove unused 'connection_struct->used'Michael Adam2012-05-222-3/+0
* s3:smb2_ioctl: Fix Coverity ID 701771 Uninitialized scalar variableStefan Metzmacher2012-05-211-0/+10
* Move the set_write_time() call to after get_existing_share_mode_lock() return...Jeremy Allison2012-05-191-3/+15
* s3:smbd: allow creating new spnego sessions only with a 0 vuidStefan Metzmacher2012-05-181-0/+5
* s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher2012-05-181-1/+1
* s3: Revert the serverid changes, they need more workVolker Lendecke2012-05-183-42/+2
* s3: Check for serverid_exists in close_directoryVolker Lendecke2012-05-171-0/+3
* s3: Check for serverid_exists in close_remove_share_modeVolker Lendecke2012-05-171-0/+3
* s3: Check for serverid_exists in find_oplock_typesVolker Lendecke2012-05-171-0/+20
* s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke2012-05-171-0/+3
* s3: Check for serverid_exists in open_mode_checkVolker Lendecke2012-05-171-0/+5
* s3: Check for serverid_exists in notify_deferred_opensVolker Lendecke2012-05-171-2/+8
* s3:smb2_sesssetup: make use of nt_status_squash() in smbd_smb2_session_setup_...Stefan Metzmacher2012-05-171-1/+1
* s3-smbd: Avoid creating a UID ACL entry for SIDs that are mapped as ID_TYPE_B...Andrew Bartlett2012-05-171-0/+35
* s3-smbd: Consider a group with the same SID as sufficient duplicationAndrew Bartlett2012-05-171-0/+7
* s3-smbd: Handle ID_TYPE_BOTH by mapping to both a group ACL entry and file ow...Andrew Bartlett2012-05-171-39/+109
* We need to split things up into a new helper function add_current_ace_to_acl(...Andrew Bartlett2012-05-171-172/+184
* This covers a case where an ID_TYPE_BOTH mapping creates group permissions, b...Jeremy Allison2012-05-171-2/+5
* s3-smbd: Do not merge UID ACE values with GID ACE values for posix ACLAndrew Bartlett2012-05-171-5/+12
* s3:onefs: remove all onefs related code as it not maintained anymoreStefan Metzmacher2012-05-163-740/+0
* s3: Fix a likely cut&paste errorVolker Lendecke2012-05-151-1/+1