summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s3: smbd : Fix wildcard unlink to fail if we get an error rather than trying ...Jeremy Allison2014-04-301-1/+2
* s3:smbd: use smb1srv_open_lookup() in is_valid_writeX_buffer()Stefan Metzmacher2014-04-111-9/+20
* s3:smbd: let srvstr_pull_req_talloc() take 'const uint8_t *src'Stefan Metzmacher2014-04-021-9/+11
* smbd: Explicitly pass "file_id" to rename_share_filenameVolker Lendecke2014-03-211-1/+1
* smbd: Explicitly pass "file_id" to rename_open_filesVolker Lendecke2014-03-211-3/+5
* s3:smbd: fix the maxentries calculation depending on the max_send.Stefan Metzmacher2014-03-051-1/+1
* s3:smbd: simplify maxentries calculation in reply_search()Stefan Metzmacher2014-03-051-5/+4
* s3:smbd: fix the read numtoread calculation depending on the max_send.Stefan Metzmacher2014-03-051-9/+9
* s3:smbd: fix the lockread numtoread calculation depending on the max_send.Stefan Metzmacher2014-03-051-9/+9
* s3:smbd: pass the final numtoread reply_outbuf() for the lockread reply.Stefan Metzmacher2014-03-051-4/+5
* s3:smbd: fix lockread numtoread calculation to match reply_outbuf() arguments.Stefan Metzmacher2014-03-051-1/+1
* s3: smbd - smb1 - fix read of deleted memory in reply_writeclose().Noel Power2014-03-031-11/+13
* param: change fstype to use a constant stringGarming Sam2014-02-121-1/+1
* param: rename lp function and variable from 'dontdescend' to 'dont_descend'Garming Sam2014-02-071-2/+2
* smbd: Always use UCF_PREP_CREATEFILE for filename_convert calls to resolve a ...Jeremy Allison2013-12-091-4/+2
* smbd: change flag name from UCF_CREATING_FILE to UCF_PREP_CREATEFILEJeremy Allison2013-12-091-5/+5
* smbd: Remove a "set but unused" variableVolker Lendecke2013-11-271-1/+0
* smbd: Pull mtime handling into open_file_ntcreateVolker Lendecke2013-11-231-12/+0
* smbd: Point reply_open at the correct stat structVolker Lendecke2013-11-221-1/+4
* Rename the profile enums with a SAMBA_ prefix to avoid conflict with system f...Jeremy Allison2013-11-221-2/+2
* s3-smbd: smbclient shows no error if deleting a directory with del failedJeremy Allison2013-11-141-1/+1
* 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