summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2013-03-20s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...Jeremy Allison1-25/+86
2013-03-20s3:smbd: Remove server_will_accept_large_read() and erroneous comment.Jeremy Allison1-28/+1
2013-03-20s3:smbd: Fix off-by 4 error in wrap protection code in create_outbuf()Jeremy Allison1-6/+11
2013-03-20s3:smbd: add some const to req_is_in_chain()Stefan Metzmacher2-2/+2
2013-03-20s3:smbd: remove silly (SMB_OFF_T_BITS == 64) checksStefan Metzmacher1-3/+2
2013-03-20s3:smbd: keep global_client_caps and max_send from the first successful sessi...Stefan Metzmacher1-4/+10
2013-03-16Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison1-3/+2
2013-03-15s3-smbd/process.c: Cast pid_t result to int for GNU/Solaris buildAndrew Bartlett1-1/+1
2013-03-14smbd: Fix a typoVolker Lendecke1-1/+1
2013-03-10smbd:posix_acls Remove incorrectly added lp_create_mask() and lp_dir_mask() c...Andrew Bartlett1-17/+0
2013-03-06Make sure to set umask() before calling mkstemp().Andreas Schneider1-0/+4
2013-02-28s3:smbd: fix missing space in debug message in initial_break_processing()Michael Adam1-1/+1
2013-02-22s3-smbd: Don't leak subcntarr array.Andreas Schneider1-1/+1
2013-02-19s3:smbd: s/event_add_fd/tevent_add_fd and s/EVENT_FD_/TEVENT_FD_Stefan Metzmacher3-5/+5
2013-02-19s3:smbd: s/struct fd_event/struct tevent_fdStefan Metzmacher4-7/+7
2013-02-19s3:smbd: s/EVENT_FD/TEVENT_FDStefan Metzmacher1-4/+4
2013-02-19s3:smbd: s/struct timed_event/struct tevent_timerStefan Metzmacher8-14/+14
2013-02-19s3:smbd: s/struct event_context/struct tevent_contextStefan Metzmacher11-17/+17
2013-02-19s3:smbd: preserve file type mode bits in file_set_dosmode()Michael Adam1-0/+3
2013-02-19s3:smbXsrv_open: add smbXsrv_open_global_traverse()Gregor Beck2-0/+77
2013-02-19s3:smbXsrv_tcon: pass record in smbXsrv_tcon_global_traverse()Gregor Beck1-0/+1
2013-02-19s3:smbXsrv_session: pass record in smbXsrv_session_global_traverse()Gregor Beck1-0/+1
2013-02-19s3:smbd:smb2: fix segfault (access after free) in durable disconnect codeMichael Adam2-0/+2
2013-02-18s3:smbd: add debugging to close code (regarding disconnect of a durable)Michael Adam1-0/+14
2013-02-18s3:smbd: use smbXsrv_open_close() instead of smbXsrv_open_update()Stefan Metzmacher1-1/+11
2013-02-12Fix bug 9519 - Samba returns unexpected error on SMB posix open.Jeremy Allison1-2/+9
2013-02-08s3: Make SMB2_GETINFO multi-volume aware.Ira Cooper3-9/+20
2013-01-30smbd: Fix a typoVolker Lendecke1-1/+1
2013-01-28Fix bug #9571 - Unlink after open causes smbd to panic.Pavel Shilovsky1-3/+3
2013-01-28Fix bug #9588 - ACLs are not inherited to directories for DFS shares.Jeremy Allison1-0/+13
2013-01-25Fix bug #9587 - archive flag is always set on directories.Jeremy Allison1-1/+2
2013-01-24Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.Jeremy Allison1-2/+30
2013-01-24Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...Jeremy Allison1-10/+1
2013-01-23smbd: Fix a NULL vs false return errorVolker Lendecke1-1/+1
2013-01-19Fix warnings with mismatched sizes in arguments to DEBUG statements.Jeremy Allison1-8/+8
2013-01-18Remove locking across the lifetime of the copychunk call.Jeremy Allison1-116/+1
2013-01-18Add additional copychunk checks.Jeremy Allison1-0/+22
2013-01-18Move handle checking code to copychunk_check_handles().Jeremy Allison1-21/+37
2013-01-17smb2_ioctl: copychunk request max output validationDavid Disseldorp1-0/+12
2013-01-16smb2_ioctl: track copychunk response output stateDavid Disseldorp1-16/+38
2013-01-16smb2_ioctl: copychunk CHECK_READ and CHECK_WRITEDavid Disseldorp1-0/+25
2013-01-16smb2_ioctl: only pass through to VFS on a valid fspDavid Disseldorp1-13/+17
2013-01-16smb2_ioctl: perform locking around copychunk requestsDavid Disseldorp1-17/+137
2013-01-16smbd: split out file_fsp_get from file_fsp_smb2David Disseldorp2-10/+27
2013-01-16smb2_ioctl: remove ioctl error response assumptionsDavid Disseldorp1-17/+57
2013-01-16smb2_ioctl: add support for FSCTL_SRV_COPYCHUNKDavid Disseldorp1-4/+231
2013-01-16s3-vfs: add copy_chunk vfs hooksDavid Disseldorp1-2/+24
2013-01-16smb2_ioctl: add FSCTL_SRV_REQUEST_RESUME_KEY supportDavid Disseldorp1-2/+47
2013-01-16smb2_ioctl: split ioctl handler code on device typeDavid Disseldorp6-355/+676
2013-01-16smb2_ioctl: split ioctl handlers into separate funtionsDavid Disseldorp1-154/+173