Fix warning about unused label with no sendfile.
[ira/wip.git] / source3 / smbd / reply.c
2009-05-12 Jeremy AllisonFix warning about unused label with no sendfile.
2009-05-05 Volker LendeckeFix bug 6302: Give the VFS a chance to read from 0...
2009-04-20 Jelmer VernooijRemove smb_mkstemp() - libreplace will now provide...
2009-04-12 Volker LendeckeAdd "netbios retarget"
2009-04-12 Volker LendeckeExtract and print the server name type the client conne...
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-27 Björn Jackes3: ifdef sendfile code that's only used in other ifdef...
2009-03-26 Jelmer VernooijMerge branch 'copyright' of /home/jelmer/samba4
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-26 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-26 Jeremy AllisonEnsure we never enter VFS_CREATE without having initialized
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-19 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-19 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-03-19 Jeremy AllisonFix bug #6196 - Unable to serve files with colons to...
2009-03-15 Jelmer VernooijMerge branch 'sharedm4' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'nodiscard' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'tdr' of /home/jelmer/samba4
2009-03-15 Jelmer VernooijMerge branch 'checktalloc' of /home/jelmer/samba4
2009-03-13 Dave Richardss3: Add strict lock/unlock calls to the vfs layer to...
2009-03-05 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-01 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-02-26 Jeremy AllisonMake us pass the RAW-RENAME torture test I just added.
2009-02-25 Jeremy AllisonFix some NetBSD warnings.
2009-02-21 Tim Proutys3: If sendfile returns 0 bytes read, fall back to...
2009-02-19 todd stecherS3: Make changes to perfcount API set for when a single...
2009-02-14 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-02-13 Zack Kirschs3: Fix uninitialized variable warning (and bug).
2009-02-13 Zack KirschAdd VFS ops for Windows BRL: Lock, Unlock and Cancel:
2009-02-10 Steven Dannemans3: Added SMB_VFS_INIT_SEARCH_OP to initialize data...
2009-02-10 Steven DannemanPass stat buffer down through all levels of VFS_READDIR...
2009-02-10 Tim Proutys3 oplocks: Make the level2 oplock contention API more...
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-02-05 Jeremy AllisonFix bug #Bug 6090 renaming or deleting a "not matching...
2009-01-31 Volker Lendeckemake send_file_readbraw static
2009-01-31 Volker LendeckeRemove the global variable "chain_size"
2009-01-29 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-01-29 Tim Proutys3: Add a new SMB_VFS_GET_ALLOC_SIZE vfs operation
2009-01-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-24 todd stecherExtend NTIMES to allow setting create_time
2009-01-16 Volker LendeckeCorrectly calculate the offset for read&x
2009-01-13 Jeremy AllisonOnly call sendfile_short_read() if we need it.
2009-01-13 Jeremy AllisonFix bug noticed by Volker - if sendfile returns zero...
2009-01-13 Jeremy AllisonFix bug #6019 File corruption in Clustered SMB/NFS...
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2009-01-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-05 Tim Proutys3: Allow renames of streams via NTRENAME and fix strea...
2008-12-31 Volker LendeckeRename parent_dirname_talloc() to parent_dirname()
2008-12-31 Volker Lendeckerecvfile can't be used for printing so far
2008-12-31 Volker LendeckeFix an ancient uninitialized variable read
2008-12-19 Jelmer VernooijMerge branch 'pyregistry' of git://git.samba.org/jelmer...
2008-12-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-19 Jeremy AllisonFix bug #5986 - Editing a stream is broken (rename...
2008-12-16 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-10 Tim Proutys3: [3/3]: Fix a delete on close divergence from window...
2008-12-04 Tim Proutys3: Change SMB_VFS_CREATE_FILE to take a create_file_fl...
2008-12-04 Tim Proutys3: Modify direct callers of open_file_ntcreate and...
2008-12-04 Tim Proutys3: Modify direct callers of create_file_unix_path...
2008-12-04 Tim Proutys3: Add new "is_dos_path" argument to SMB_VFS_CREATE_FILE
2008-12-04 Tim Proutys3: Add SMB_VFS_CREATE_FILE to the vfs layer
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-12-01 Stefan Metzmachers3:smbd: give the correct error when trying to replace...
2008-12-01 Stefan Metzmachers3:smbd: correctly verify stream names to pass RAW...
2008-12-01 Stefan Metzmachers3:smbd: '|' isn't allowed in windows filenames
2008-11-21 Jeremy AllisonFirst part of fix for bug #5903 - vfs_streams_xattr...
2008-11-11 Jeremy AllisonFix bug 5889. "delete veto files = no" seems to break.
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-08 Volker Lendeckechange CHECK_READ to use smb_request instead of inbuf
2008-11-04 Volker LendeckeAdd construct_reply_common_req wrapper
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Volker LendeckeRemove some inbuf references by adding "cmd" to smb_request
2008-11-02 Volker LendeckeRemove the inbuf reference from map_checkpath_error()
2008-11-02 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-02 Volker LendeckeRename "inbuf" to "base_ptr" in srvstr_get_path_*
2008-11-02 Volker LendeckeRemove some direct inbuf references by adding smbreq_bufrem
2008-11-02 Volker LendeckeSimplify params of srvstr_pull_buf_talloc()
2008-11-02 Volker LendeckeAdd srvstr_get_path_req[_wcard]
2008-11-01 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-01 Volker LendeckeIn reply_copy, don't write to inbuf when splitting...
2008-11-01 Volker LendeckeIn reply_search(), don't write to inbuf when splitting...
2008-11-01 Volker LendeckeApply some const to get_lock_*()
2008-11-01 Volker LendeckeAdd a "buflen" struct member to smb_request
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Volker LendeckeFix nonempty blank lines
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Volker LendeckeInline the once-used macro "init_dfsroot"
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
next