s3:smbd: Fix converity warning with _smb_setlen_large()
[metze/samba/wip.git] / source3 / smbd / reply.c
2018-05-16 Andreas Schneiders3:smbd: Fix converity warning with _smb_setlen_large()
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2018-03-01 Andreas Schneiders3:smbd: Add FALL_THROUGH statements in reply.c
2017-11-21 Jeremy Allisons3: smbd: Fix SMB1 use-after-free crash bug. CVE-2017...
2017-11-11 Uri Simchonismbd: remove calls to dptr_init_search_op()
2017-09-20 Jeremy AllisonCVE-2017-12163: s3:smbd: Prevent client short SMB1...
2017-07-11 Ralph Boehmes3/vfs: rename SMB_VFS_STRICT_LOCK to SMB_VFS_STRICT_LO...
2017-07-10 Ralph Boehmes3/vfs: remove SMB_VFS_STRICT_UNLOCK
2017-07-10 Stefan Metzmachers3:smbd: consistently use talloc_tos() memory for rpc_p...
2017-07-01 Jeremy AllisonS3: smbd: Finish plumbing struct smb_filename * through...
2017-05-22 Jeremy Allisons3: smbd: We can now remove the 'bool dfs_path' paramet...
2017-05-22 Jeremy Allisons3: smbd: Always use ucf_flags_from_smb_request() in...
2017-03-29 Gary Lockyerrpc: Always supply both the remote and local address...
2017-03-16 Aurelien Aptels3:smbd: exit early if srv_send_smb fails
2017-02-22 Chris LambCorrect "cleint" typos.
2016-12-07 Jeremy Allisons3: smbd: Add missing permissions check on destination...
2016-12-07 Jeremy Allisons3: smbd: rename - missing early error exit if source...
2016-10-25 Stefan Metzmachers3:smbd: only pass UCF_PREP_CREATEFILE to filename_conv...
2016-08-12 Uri Simchonismbd: get a valid file stat to disk_quotas
2016-06-18 Jeremy Allisons3: smbd: In reply_read_and_X() SMB1 server is overwrit...
2016-06-18 Jeremy Allisons3: smbd: Make setup_readX_header() externally accessible
2016-06-18 Jeremy Allisons3: smbd: Remove unused 'req' argument from setup_readX...
2016-04-27 Volker Lendeckesmbd: Avoid large reads beyond EOF
2016-03-24 Jeremy Allisons3: Filenames: Add uint32_t flags parameter to syntheti...
2016-03-14 Jeremy Allisons3: smbd: Remove the last lp_posix_pathnames() in the...
2016-03-10 Jeremy Allisons3: smbd: Simplify logic inside rename_internals_fsp...
2016-03-10 Jeremy Allisons3: smbd: Simplify logic inside rename_internals_fsp...
2016-03-10 Jeremy Allisons3:lib: Move internal lp_posix_pathnames() call out...
2016-03-10 Jeremy Allisons3:lib: Remove the const SMB_STRUCT_STAT * parameter...
2016-03-01 Jeremy Allisons3: smbd: Change dptr_create() to take a const struct...
2016-03-01 Jeremy Allisons3: smbd: Change OpenDir() to take a struct smb_filenam...
2015-12-23 Jeremy Allisons3: smbd: Replace most uses of lp_posix_pathnames(...
2015-12-23 Jeremy Allisons3: smbd: Now struct smb_request has a bool posix_pathn...
2015-12-23 Jeremy Allisons3: smbd: srvstr_get_path() is now only called when...
2015-12-23 Jeremy Allisons3: smbd: Add srvstr_get_path_posix().
2015-12-23 Jeremy Allisons3: smbd: We now know that srvstr_get_path_wcard()...
2015-12-23 Jeremy Allisons3: smbd: Add srvstr_get_path_wcard_posix().
2015-12-23 Jeremy Allisons3: smbd: Move lp_posix_pathnames() out into srvstr_get...
2015-12-23 Jeremy Allisons3: smbd: Move lp_posix_pathnames() out into srvstr_get...
2015-12-23 Jeremy Allisons3: smbd: Move lp_posix_pathnames() out of srvstr_get_p...
2015-12-23 Jeremy Allisons3: smbd: In reply.c, add in UCF_POSIX_PATHNAMES to...
2015-12-23 Jeremy Allisons3: smbd: In reply.c Use ucf_flags variable instead...
2015-12-16 Stefan MetzmacherMerge tag 'ldb-1.1.24' into master
2015-12-13 Jeremy Allisons3: smbd: Moving lp_posix_pathnames() out of the lower...
2015-12-01 Ralph Boehmevfs: remove posix_flags hack, bump interface version...
2015-12-01 Ralph Boehmes3:smbd: file_struct: seperate POSIX directory rename...
2015-12-01 Ralph Boehmes3:smbd: convert file_struct.posix_open to a bitmap...
2015-11-30 Volker Lendeckesmbd: Fix a comment
2015-11-30 Volker Lendeckesmbd: Simplify a boolean expression
2015-11-30 Volker Lendeckesmbd: Fix a typo
2015-11-24 Jeremy Allisons3: smbd: Change semantics of strict rename to search...
2015-11-05 Noel Powerfix 'Invalid read of size 1' in reply_search
2015-10-21 Jeremy Allisons3-smbd: Fix old DOS client doing wildcard delete ...
2015-10-12 Volker Lendeckelib: Move sys_rw* to lib/util
2015-05-16 Richard SharpeConvert the few instances of int32 there were to int32_t.
2015-05-06 Richard SharpeConvert all uses of uint8/16/32 to _t in source3/smbd.
2015-05-01 Richard SharpeConvert uint32/16/8 to 32_t/16_t/8_t in printing.h...
2015-02-17 David Disseldorps3/vfs: remove unused SMB_VFS_DISK_FREE() small_query...
2015-02-17 David Disseldorpsmbd/reply: convert free space to 16bit in dskattr...
2014-12-06 Volker Lendeckelib: Split out write_data[_iov]
2014-12-06 Volker Lendeckelib: read_data->read_data_ntstatus
2014-12-04 Ralph Boehmes3:vfs: add create tags to SMB_VFS_CREATEFILE
2014-10-03 Christof Schmittsmbd: Use MIN macro in fake_sendfile
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to open_was_deferred()
2014-09-19 Stefan Metzmachers3:smbd: use xconn->client->sconn in reply_special()
2014-09-19 Stefan Metzmachers3:smbd: pass smb_request to make_connection()
2014-09-19 Stefan Metzmachers3:smbd: use req->sconn in reply.c where possible
2014-09-19 Stefan Metzmachers3:smbd: pass smbXsrv_connection to srv_send_smb()
2014-09-15 Jeremy Allisons3: smbd: Change the function signature of srvstr_push...
2014-09-09 Volker Lendeckesmbd: Move make_dir_struct() to reply.c
2014-08-29 Christof Schmittsmbd: Add padding byte to readx response
2014-08-11 Volker Lendeckevfs3: Pass "lease" through SMB_VFS_CREATE_FILE
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to smbd_[un]lock_socket()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection explicitly to sendfile...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection explicitly to fake_sen...
2014-08-06 Stefan Metzmachers3:smbd: use req->xconn in reply.c
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to reply_readbraw_error()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to is_valid_writeX_buf...
2014-08-06 Stefan Metzmachers3:smbd: remove unused 'sconn' from is_encrypted_packet()
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to netbios_session_ret...
2014-08-06 Stefan Metzmachers3:smbd: pass smbXsrv_connection to reply_special()
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.echo_handler.* to xconn-...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.signing_state to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.sessions.* to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->smb1.negprot.* to xconn->smb1...
2014-08-06 Stefan Metzmachers3:smbd: move sconn->sock to xconn->transport.sock
2014-08-06 Stefan Metzmachers3:smbd: move sconn->nbt.* to xconn->transport.nbt.*
2014-08-06 Stefan Metzmachers3:smbd: avoid get_peer_addr() and use smbXsrv_connecti...
2014-07-22 Volker Lendeckesmbd: ?True:False is pretty pointless :-)
2014-07-22 Volker Lendeckesmbd: Add missing {}
2014-07-22 Volker Lendeckesmbd: Remove superfluous ()
2014-07-22 Volker Lendeckesmbd: Fix a typo
2014-07-22 Volker Lendeckesmbd: "err" is no longer set in get_lock_offset
2014-07-22 Volker Lendeckesmbd: Add comments
2014-07-22 Volker Lendeckesmbd/nmbd: Remove HAVE_LONGLONG
2014-07-04 Volker Lendeckesmbd: do_lock_cancel does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: do_lock does not need "blr" anymore
2014-07-04 Volker Lendeckesmbd: Remove two outdated comments
2014-07-04 Volker Lendeckesmbd: Factor out unlocking from smbd_do_locking
2014-04-30 Jeremy Allisons3: smbd : Fix wildcard unlink to fail if we get an...
next