summaryrefslogtreecommitdiff
path: root/source3/smbd
AgeCommit message (Expand)AuthorFilesLines
2013-04-16Cleanup. Remove unused function dptr_DirCacheAdd(). Make DirCacheAdd() static.Jeremy Allison2-12/+3
2013-04-15smbd: Fix an error return in change_dir_owner_to_parentVolker Lendecke1-1/+1
2013-04-12Remove the "Ugly hack" that was the second use of dirfd().Jeremy Allison1-13/+5
2013-04-12In the struct smb_Dir destructor, use the fsp back pointer to release resources.Jeremy Allison1-10/+13
2013-04-12Maintain a back-pointer to the fsp in struct smb_Dir when opening with FDOPEN...Jeremy Allison1-1/+5
2013-04-10s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...Ralph Wuerthner1-1/+7
2013-04-10s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner2-0/+14
2013-04-10s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...Ralph Wuerthner1-3/+10
2013-04-02Ensure EA value is allocated on the right context.Jeremy Allison1-1/+2
2013-04-02Final fix for bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison1-1/+1
2013-04-02Ensure we don't return uninitialized memory in the pad bytes.Jeremy Allison1-1/+7
2013-04-02Fix bug #9130 - Certain xattrs cause Windows error 0x800700FFJeremy Allison1-0/+9
2013-04-02Change estimate_ea_size() to correctly estimate the EA size over SMB2.Jeremy Allison1-0/+20
2013-04-02Modify fill_ea_chained_buffer() to be able to do size calculation only, no ma...Jeremy Allison1-12/+15
2013-04-02Ensure we can never return an uninitialized EA list.Jeremy Allison1-1/+2
2013-04-02Fix bad SMB2 opcode reading in server.Jeremy Allison1-5/+5
2013-03-28Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison1-15/+15
2013-03-27Call smb_panic when we try to exit the server uncleanly. This gives us the no...Richard Sharpe1-7/+1
2013-03-26smbd: Remove an optimization that became unnecessaryVolker Lendecke1-7/+6
2013-03-26smbd: We don't collect our own vnn anymoreVolker Lendecke1-3/+0
2013-03-26smbd: Slightly simplify notify_triggerVolker Lendecke1-0/+4
2013-03-26smbd: Slightly simplify notify_triggerVolker Lendecke1-6/+5
2013-03-26smbd: Avoid some talloc_realloc in notify_internalVolker Lendecke1-6/+16
2013-03-26smbd: Avoid sending 0-sized keys to dbwrapVolker Lendecke1-1/+8
2013-03-22smbd: Tune "dir" a bit.Volker Lendecke1-6/+19
2013-03-22Fix bug #9733 - smbcontrol close-share is not working.Jeremy Allison1-0/+3
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