summaryrefslogtreecommitdiffstats
path: root/source3/smbd/durable.c
Commit message (Expand)AuthorAgeFilesLines
* smbd:smb2: fix durable reconnect: set fsp->fnum from the smbXsrv_open->local_idMichael Adam2014-01-301-0/+1
* smbd: Remove separate oplock_type parameter from set_file_oplockVolker Lendecke2013-10-241-1/+1
* smbd: Unify parameters to set_oplock_typeVolker Lendecke2013-10-241-1/+1
* s3:smbd: remove old comment about scavenger timer from vfs_default_durable_re...Michael Adam2013-06-041-14/+0
* smbd: Remove the unused fsp->pending_break_messages arrayVolker Lendecke2013-04-261-4/+0
* smbd: Convert vfs_default_durable_reconnect to synthetic_smb_fnameVolker Lendecke2013-04-171-6/+4
* s3:smbd:durable: remove a TODO comment about write time updatesMichael Adam2012-10-291-2/+0
* s3:smbd:durable: factor stat checks out into vfs_default_durable_reconnect_ch...Michael Adam2012-10-251-392/+261
* s3:smbd:durable: store stat info for disconnected durables and check at recon...Michael Adam2012-10-191-0/+456
* s3:smbd/durable: remove an extra blank line from vfs_default_durable_reconnect()Michael Adam2012-10-191-1/+0
* s3:smbd/durable: add write_time specific stuff to vfs_default_durable_cookieStefan Metzmacher2012-10-191-0/+12
* s3:smbd/durable: update the low level write_time before disconnecting the file.Stefan Metzmacher2012-10-191-0/+19
* s3:smbd/durable: trigger pending write_time updates before disconnecting the ...Stefan Metzmacher2012-10-191-0/+8
* s3:smbd:smb2: initialize variable in vfs_default_durable_reconnect()Michael Adam2012-09-221-1/+1
* s3:vfs_default: add basic support for durable handle request and reconnectMichael Adam2012-09-081-0/+569