Cope with old CIFSFS clients that use SMBunlink to remove
[ira/wip.git] / source3 / smbd / reply.c
2009-10-08 Jeremy AllisonCope with old CIFSFS clients that use SMBunlink to...
2009-10-02 Jeremy AllisonRemove lots of duplicate code and move it into one
2009-08-28 Aravind Srinivasans3: Add a new VFS op called SMB_VFS_TRANSLATE_NAME
2009-08-27 Stefan Metzmachers3:streams: check for :$DATA only in the backend (fix...
2009-08-12 Jeremy AllisonAdd "store create time" parameter (docs to follow)
2009-08-10 Jeremy AllisonRefactor the use of create_time and change time to go
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: move dptr globals into struct smbd_server_conn...
2009-08-07 Stefan Metzmachers3:smbd: remove dirptr and dirpath from connection_struct
2009-08-07 Stefan Metzmachers3:smbd: add a smbd_server_connection pointer to connec...
2009-07-28 Jeremy AllisonAdded prefer_ipv4 bool parameter to resolve_name().
2009-07-25 Tim Proutys3: Convert a few callers of unix_convert() over to...
2009-07-24 Tim Proutys3: Simplify rename_internals() by passing in smb_filen...
2009-07-24 Tim Proutys3: Allow filename_convert() to pass through unix_conve...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Remove unnecessary callers of get_full_smb_filename
2009-07-21 Tim Proutys3: Remove the now unused fname parameter from filename...
2009-07-21 Tim Proutys3: Plumb smb_filename through map_open_params_to_ntcreate
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-07-15 Jeremy AllisonFix bug #6551 - win98 clients cannot connect after...
2009-07-14 Volker LendeckeCreate a talloc_stackframe for each file in wildcard...
2009-07-11 Jeremy AllisonRemove reply_unixerror() - no longer needed. Should...
2009-07-10 Stefan Metzmachers3:smbd: make smbd_do_locking() non static
2009-07-10 Stefan Metzmachers3:smbd: abstract the main locking logic from the Locki...
2009-07-09 Tim Proutys3: Repace a char * with an smb_filename struct in...
2009-07-09 Tim Proutys3: Change the share_mode_lock struct to store a base_n...
2009-07-09 Tim Proutys3: Plumb smb_filename through dos_mode() and related...
2009-07-09 Jeremy AllisonRename update_stat_ex_writetime() -> update_stat_ex_mtime()
2009-07-09 Jeremy AllisonThe migration to struct stat_ex broke the calculation of
2009-07-07 Stefan Metzmachers3:smbd: cancel all locks that are made before the...
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_NTIMES
2009-07-06 Tim Proutys3: Plumb smb_filename around SMB_VFS_CHFLAGS
2009-07-06 Tim Proutys3: Change some filename_convert to pass in NULL for...
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_UNLINK
2009-07-06 Tim Proutys3: Plumb smb_filename through SMB_VFS_RENAME
2009-07-01 Stefan Metzmachers3:smbd: remove unused variables passed to parent_dirname()
2009-06-25 Tim Proutys3: Plumb smb_filename through SMB_VFS_STAT and SMB_VFS...
2009-06-18 Jeremy AllisonAdd some const to the stat struct in the dosmode calls.
2009-06-18 Jeremy AllisonReplace the boilerplate calls to :
2009-06-17 Jeremy AllisonFix msdfs after the change to smb_filename struct....
2009-06-12 Tim Proutys3: Plumb smb_filename through SMB_VFS_CREATE_FILE
2009-06-11 Tim Proutys3: Prepare the rename path for passing smb_filename...
2009-06-11 Tim Proutys3: Prepare the do_unlink path for passing smb_filname...
2009-06-11 Tim Proutys3: refactor utility function to handle splitting the...
2009-06-10 Tim Proutys3: Prepare the first set of SMB_VFS_CREATE_FILE caller...
2009-06-10 Tim Proutys3: Make all callers of SMB_VFS_CREATEFILE call unix_co...
2009-06-04 Stefan Metzmachers3:smbd: fix potential fsp leak if print_fsp_open(...
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move more session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move some session specific globals to struct...
2009-06-03 Stefan Metzmachers3:smbd: move already_got_session to struct smbd_server...
2009-06-03 Stefan Metzmachers3:smbd: move max_recv to struct smbd_server_connection
2009-06-03 Stefan Metzmachers3:smbd: move negprot related globals to struct smbd_se...
2009-05-28 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-05-26 Volker LendeckeIntroduce "struct stat_ex" as a replacement for SMB_STR...
2009-05-26 Stefan Metzmachers3:smbd: move SMB1 specific stuff into a substructure...
2009-05-24 Volker LendeckeTALLOC_FREE happily lives with a NULL ptr. Tim, please...
2009-05-21 Tim Proutys3: Change unix_convert (and its callers) to use struct...
2009-05-19 Tim Proutys3 sendfile: Fix two bugs in sendfile
2009-05-14 Jeremy AllisonRemove one use of mangle_is_8_3(), not needed.
2009-05-14 Volker LendeckeFix a type-punned warning
2009-05-13 Tim Proutys3: Fix strict locking with chained reads
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...
next