summaryrefslogtreecommitdiffstats
path: root/source3/smbd/reply.c
Commit message (Expand)AuthorAgeFilesLines
* s3/vfs: remove unused SMB_VFS_DISK_FREE() small_query parameterDavid Disseldorp2015-02-171-1/+1
* smbd/reply: convert free space to 16bit in dskattr handlerDavid Disseldorp2015-02-171-1/+20
* lib: Split out write_data[_iov]Volker Lendecke2014-12-071-0/+1
* lib: read_data->read_data_ntstatusVolker Lendecke2014-12-071-1/+2
* s3:vfs: add create tags to SMB_VFS_CREATEFILERalph Boehme2014-12-041-10/+20
* smbd: Use MIN macro in fake_sendfileChristof Schmitt2014-10-041-5/+1
* s3:smbd: pass smbXsrv_connection to open_was_deferred()Stefan Metzmacher2014-09-191-7/+7
* s3:smbd: use xconn->client->sconn in reply_special()Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: pass smb_request to make_connection()Stefan Metzmacher2014-09-191-4/+2
* s3:smbd: use req->sconn in reply.c where possibleStefan Metzmacher2014-09-191-3/+3
* s3:smbd: pass smbXsrv_connection to srv_send_smb()Stefan Metzmacher2014-09-191-6/+5
* s3: smbd: Change the function signature of srvstr_push() from returning a len...Jeremy Allison2014-09-161-7/+23
* smbd: Move make_dir_struct() to reply.cVolker Lendecke2014-09-091-0/+46
* smbd: Add padding byte to readx responseChristof Schmitt2014-08-301-8/+13
* vfs3: Pass "lease" through SMB_VFS_CREATE_FILEVolker Lendecke2014-08-111-0/+10
* s3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()Stefan Metzmacher2014-08-061-5/+4
* s3:smbd: pass smbXsrv_connection explicitly to sendfile_short_send()Stefan Metzmacher2014-08-061-14/+30
* s3:smbd: pass smbXsrv_connection explicitly to fake_sendfile()Stefan Metzmacher2014-08-061-5/+5
* s3:smbd: use req->xconn in reply.cStefan Metzmacher2014-08-061-17/+16
* s3:smbd: pass smbXsrv_connection to reply_readbraw_error()Stefan Metzmacher2014-08-061-13/+11
* s3:smbd: pass smbXsrv_connection to is_valid_writeX_buffer()Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: remove unused 'sconn' from is_encrypted_packet()Stefan Metzmacher2014-08-061-1/+1
* s3:smbd: pass smbXsrv_connection to netbios_session_retarget()Stefan Metzmacher2014-08-061-3/+3
* s3:smbd: pass smbXsrv_connection to reply_special()Stefan Metzmacher2014-08-061-3/+3
* s3:smbd: move sconn->smb1.echo_handler.* to xconn->smb1.echo_handler.*Stefan Metzmacher2014-08-061-2/+2
* s3:smbd: move sconn->smb1.signing_state to xconn->smb1.signing_stateStefan Metzmacher2014-08-061-5/+6
* s3:smbd: move sconn->smb1.sessions.* to xconn->smb1.sessions.*Stefan Metzmacher2014-08-061-9/+14
* s3:smbd: move sconn->smb1.negprot.* to xconn->smb1.negprot.*Stefan Metzmacher2014-08-061-2/+4
* s3:smbd: move sconn->sock to xconn->transport.sockStefan Metzmacher2014-08-061-12/+14
* s3:smbd: move sconn->nbt.* to xconn->transport.nbt.*Stefan Metzmacher2014-08-061-2/+3
* s3:smbd: avoid get_peer_addr() and use smbXsrv_connection_dbg()Stefan Metzmacher2014-08-061-42/+55
* smbd: ?True:False is pretty pointless :-)Volker Lendecke2014-07-221-1/+1
* smbd: Add missing {}Volker Lendecke2014-07-221-1/+2
* smbd: Remove superfluous ()Volker Lendecke2014-07-221-1/+1
* smbd: Fix a typoVolker Lendecke2014-07-221-1/+1
* smbd: "err" is no longer set in get_lock_offsetVolker Lendecke2014-07-221-24/+3
* smbd: Add commentsVolker Lendecke2014-07-221-0/+6
* smbd/nmbd: Remove HAVE_LONGLONGVolker Lendecke2014-07-221-83/+0
* smbd: do_lock_cancel does not need "blr" anymoreVolker Lendecke2014-07-041-2/+1
* smbd: do_lock does not need "blr" anymoreVolker Lendecke2014-07-041-4/+1
* smbd: Remove two outdated commentsVolker Lendecke2014-07-041-5/+0
* smbd: Factor out unlocking from smbd_do_lockingVolker Lendecke2014-07-041-37/+55
* 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