CVS update: samba/source

Andrew Tridgell tridge at samba.anu.edu.au
Sat Nov 8 15:02:05 EST 1997


Date:	Saturday November 8, 1997 @ 15:02
Author:	tridge

Update of /data/cvs/samba/source
In directory samba:/tmp/cvs-serv13128

Modified Files:
	clientgen.c proto.h torture.c 
Log Message:
added two more sets of tests to the smbtorture test. The tests I added
are ones that I know Samba fails. They are:

  1) correct support for retaining locks over a close (ie. the server
     must not use posix semantics)
  2) support for lock timeouts
  3) the server supports multiple locking contexts on the one SMB
  connection, distinguished by PID.  
  4) the server correctly fails overlapping locks made by the same PID (this
     goes against POSIX behaviour, which is why it is tricky to implement)
  5) the server denies unlock requests by an incorrect client PID

I've been discussing with Jeremy ways that we can re-implement the
locking code to handle these correctly. This test code will be useful
to see that we have got it right.




More information about the samba-cvs mailing list