summaryrefslogtreecommitdiff
path: root/source3/smbd/reply.c
AgeCommit message (Expand)AuthorFilesLines
2013-08-05s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner1-1/+1
2013-07-09smbd: Fix a profile problemVolker Lendecke1-23/+25
2013-04-26smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke1-2/+0
2013-04-20Fix bug in old create temp SMB request. Only use VFS functions.Jeremy Allison1-53/+64
2013-04-17smbd: Convert rename_internals_fsp to synthetic_smb_fnameVolker Lendecke1-4/+4
2013-04-17smbd: Convert copy_file to cp_smb_filenameVolker Lendecke1-3/+3
2013-04-17smbd: Convert rename_internals_fsp to cp_smb_filenameVolker Lendecke1-2/+3
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 Wuerthner1-0/+12
2013-04-10s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...Ralph Wuerthner1-3/+10
2013-03-28Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison1-15/+15
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-16Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison1-3/+2
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
2012-12-21s3-smbd: Check return code of SMB_VFS_{L}STAT.Andreas Schneider1-2/+7
2012-11-05s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher1-2/+3
2012-10-19s3:smbd: update sconn->remote_hostname after the netbios session requestStefan Metzmacher1-0/+13
2012-08-04s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconXStefan Metzmacher1-1/+9
2012-08-04s3:smbd: setup the application session key with the first tcon on a sessionStefan Metzmacher1-1/+85
2012-08-01s3:smbd: add a optional_support helper variable to reply_tcon_and_X()Stefan Metzmacher1-4/+7
2012-08-01s3:smbd: make use of TCONX_FLAG_DISCONNECT_TID defineStefan Metzmacher1-1/+1
2012-07-24Fix compiler warning.Jeremy Allison1-1/+1
2012-07-23Fix problem found by Andrew Bartlett - correctly check encrypted flag.Jeremy Allison1-2/+6
2012-07-18s3-smb1: Postpone close_file until all aio is handledVolker Lendecke1-1/+81
2012-07-18s3: Slightly simplify reply_close()Volker Lendecke1-25/+13
2012-07-18loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell1-7/+9
2012-06-25s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher1-5/+21
2012-06-25s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher1-4/+54
2012-06-15s3:smbd: change reply.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam1-50/+50
2012-06-06s3:include: change smb_request->vuid to uint64_tStefan Metzmacher1-3/+4
2012-06-06s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher1-1/+1
2012-06-06s3:smbd: use print_spool_rap_jobid() in reply_ioctl()Stefan Metzmacher1-5/+2
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 Adam1-2/+0
2012-05-18s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher1-1/+1
2012-04-06build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett1-29/+29
2012-04-05build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett1-53/+0
2012-04-04Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison1-2/+6
2012-03-10s3: Remove "req_wct_ofs()"Volker Lendecke1-1/+1
2012-03-10s3: Remove chain_replyVolker Lendecke1-8/+0
2012-03-10s3: Make sure the andX chains are ended correctlyVolker Lendecke1-0/+13
2012-03-05s3: Move the drain_socket on error to reply_write_and_XVolker Lendecke1-0/+9
2012-03-05s3: Use "goto out;" in reply_write_and_XVolker Lendecke1-18/+9
2012-03-04s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett1-34/+4
2012-03-01Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison1-0/+1
2012-02-19s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke1-1/+1
2012-02-18Fix a bunch of "unused variable" warnings.Jeremy Allison1-2/+0