summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s3-rpc_cli: pass down ndr_interface_table to rpc_pipe_open_interface().Günther Deschner2013-08-051-1/+1
* smbd: Fix a profile problemVolker Lendecke2013-07-091-23/+25
* smbd: Remove unused reply_to_oplock_break_requestsVolker Lendecke2013-04-261-2/+0
* Fix bug in old create temp SMB request. Only use VFS functions.Jeremy Allison2013-04-201-53/+64
* smbd: Convert rename_internals_fsp to synthetic_smb_fnameVolker Lendecke2013-04-171-4/+4
* smbd: Convert copy_file to cp_smb_filenameVolker Lendecke2013-04-171-3/+3
* smbd: Convert rename_internals_fsp to cp_smb_filenameVolker Lendecke2013-04-171-2/+3
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_pull_req_ta...Ralph Wuerthner2013-04-101-1/+7
* s3:smbd: convert srvstr_pull_req_talloc() into a functionRalph Wuerthner2013-04-101-0/+12
* s3:smbd: do not access data behind req->buf+req->buflen in srvstr_get_path_re...Ralph Wuerthner2013-04-101-3/+10
* Optimization suggested by Volker. Don't do a stat system call on normal read ...Jeremy Allison2013-03-281-15/+15
* s3:smbd: Add functions calc_max_read_pdu()/calc_read_size() to work out the l...Jeremy Allison2013-03-201-25/+86
* s3:smbd: Remove server_will_accept_large_read() and erroneous comment.Jeremy Allison2013-03-201-28/+1
* Fix bug #9724 - is_encrypted_packet() function incorrectly used inside server.Jeremy Allison2013-03-161-3/+2
* Fix bug #9587 - archive flag is always set on directories.Jeremy Allison2013-01-251-1/+2
* Fix bug #9572 - File corruption during SMB1 read by Mac OSX 10.8.2 clients.Jeremy Allison2013-01-241-2/+30
* Revert "s3:smbd: SMB ReadX with size > 0xffff should only possible for samba ...Jeremy Allison2013-01-241-10/+1
* s3-smbd: Check return code of SMB_VFS_{L}STAT.Andreas Schneider2012-12-211-2/+7
* s3:smbd: pass the current time to make_connection[_smb1]()Stefan Metzmacher2012-11-051-2/+3
* s3:smbd: update sconn->remote_hostname after the netbios session requestStefan Metzmacher2012-10-191-0/+13
* s3:smbd: add support for SMB_EXTENDED_SIGNATURES in SMBtconXStefan Metzmacher2012-08-041-1/+9
* s3:smbd: setup the application session key with the first tcon on a sessionStefan Metzmacher2012-08-041-1/+85
* s3:smbd: add a optional_support helper variable to reply_tcon_and_X()Stefan Metzmacher2012-08-011-4/+7
* s3:smbd: make use of TCONX_FLAG_DISCONNECT_TID defineStefan Metzmacher2012-08-011-1/+1
* Fix compiler warning.Jeremy Allison2012-07-241-1/+1
* Fix problem found by Andrew Bartlett - correctly check encrypted flag.Jeremy Allison2012-07-231-2/+6
* s3-smb1: Postpone close_file until all aio is handledVolker Lendecke2012-07-181-1/+81
* s3: Slightly simplify reply_close()Volker Lendecke2012-07-181-25/+13
* loadparm: make the source3/ lp_ functions take an explicit TALLOC_CTX *.Rusty Russell2012-07-181-7/+9
* s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher2012-06-251-5/+21
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-4/+54
* s3:smbd: change reply.c to use fsp_fnum_dbg() for fsp->fnum logging.Michael Adam2012-06-151-50/+50
* s3:include: change smb_request->vuid to uint64_tStefan Metzmacher2012-06-061-3/+4
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-1/+1
* s3:smbd: use print_spool_rap_jobid() in reply_ioctl()Stefan Metzmacher2012-06-061-5/+2
* 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-221-2/+0
* s3:smbd: SMBtdis should return ERRSRV, ERRinvnid instead of NETWORK_NAME_DELETEDStefan Metzmacher2012-05-181-1/+1
* build: Remove SMB_OFF_T, replace with off_tAndrew Bartlett2012-04-061-29/+29
* build: #ifdef LARGE_SMB_OFF_T as off_t is now always 64 bitsAndrew Bartlett2012-04-051-53/+0
* Second part of bugfix for bug #8837 - smbd crashes when deleting directory an...Jeremy Allison2012-04-041-2/+6
* s3: Remove "req_wct_ofs()"Volker Lendecke2012-03-101-1/+1
* s3: Remove chain_replyVolker Lendecke2012-03-101-8/+0
* s3: Make sure the andX chains are ended correctlyVolker Lendecke2012-03-101-0/+13
* s3: Move the drain_socket on error to reply_write_and_XVolker Lendecke2012-03-051-0/+9
* s3: Use "goto out;" in reply_write_and_XVolker Lendecke2012-03-051-18/+9
* s3-auth: Remove security=share (depricated since 3.6).Andrew Bartlett2012-03-041-34/+4
* Add open_dir_with_privilege() to ensure we're opening the correct directory w...Jeremy Allison2012-03-011-0/+1
* s3: get_share_mode_lock->get_existing_share_mode_lockVolker Lendecke2012-02-191-1/+1
* Fix a bunch of "unused variable" warnings.Jeremy Allison2012-02-181-2/+0