Date:   Thu Aug  7 02:59:52 2003
Author: jra

Update of /data/cvs/samba/source/smbd
In directory dp.samba.org:/tmp/cvs-serv30356/smbd

Modified Files:
      Tag: SAMBA_3_0
        blocking.c notify.c oplock.c process.c 
Log Message:
Turns out I had my packet sequences wrong for oplock break code.
I was storing the mid of the oplock break - I should have been
storing the mid from the open. There are thus 2 types of deferred
packet sequence returns - ones that increment the sequence number
(returns from oplock causing opens) and ones that don't (change notify
returns etc). Running with signing forced on does lead to some
interesting tests :-).
Jeremy.


Revisions:
blocking.c              1.28.2.6 => 1.28.2.7
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/blocking.c.diff?r1=1.28.2.6&r2=1.28.2.7
notify.c                1.14.2.4 => 1.14.2.5
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/notify.c.diff?r1=1.14.2.4&r2=1.14.2.5
oplock.c                1.64.2.6 => 1.64.2.7
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/oplock.c.diff?r1=1.64.2.6&r2=1.64.2.7
process.c               1.92.2.21 => 1.92.2.22
        
http://www.samba.org/cgi-bin/cvsweb/samba/source/smbd/process.c.diff?r1=1.92.2.21&r2=1.92.2.22

Reply via email to