summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2012-05-29s3:smb2_ioctl: verify credit chargeStefan Metzmacher1-0/+25
2012-05-29s3:smb2_ioctl: add more validation checksStefan Metzmacher1-6/+67
2012-05-29s3:smb2_ioctl: add some more validation checksStefan Metzmacher1-7/+36
2012-05-29s3:smbd/smb2_find add a debug messageChristian Ambach1-0/+4
2012-05-29s3:smbd/smb2_getinfo add a debug messageChristian Ambach1-0/+8
2012-05-29s3:smbd/smb2_setinfo add a debug messageChristian Ambach1-0/+4
2012-05-29s3:smbd/smb2_read improve debug messageChristian Ambach1-1/+2
2012-05-28s3:smbd: fix reply_open_pipe_and_X() to behave like windows (2008 R2)Stefan Metzmacher1-11/+15
2012-05-28s3:smbd: only strip \\ off the name if present (for ntcreatex)Stefan Metzmacher1-2/+4
2012-05-28s3:smb2_create: do not remove leading backslash from pipe namesStefan Metzmacher1-5/+0
2012-05-25Ensure we only return NT_STATUS_DELETE_PENDING if the share modes are valid.Jeremy Allison1-3/+20
2012-05-25s3: Check for serverid_exists in close_directoryVolker Lendecke1-0/+3
2012-05-25s3: Check for serverid_exists in close_remove_share_modeVolker Lendecke1-0/+3
2012-05-25s3: Check for serverid_exists in find_oplock_typesVolker Lendecke1-0/+18
2012-05-25s3: Check for serverid_exists in smb_posix_unlinkVolker Lendecke1-0/+3
2012-05-25s3: Check for serverid_exists in open_mode_checkVolker Lendecke1-0/+5
2012-05-25s3: Check for serverid_exists in notify_deferred_opensVolker Lendecke1-2/+8
2012-05-25s3:smbd: move global smbd_msg_state to smbXsrv_connectionStefan Metzmacher3-18/+21
2012-05-25s3:smbd: move global koplocks to smbd_server_connectionStefan Metzmacher3-4/+20
2012-05-25s3:smbd: pass smbd_server_connection to should_notify_deferred_opens()Stefan Metzmacher3-3/+3
2012-05-25s3:smbd: move global oplocks vars to smbd_server_connectionStefan Metzmacher3-16/+21
2012-05-25s3:smbd: remove unused get_number_of_exclusive_open_oplocks()Stefan Metzmacher2-10/+0
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