summaryrefslogtreecommitdiffstats
path: root/source/libsmb/clioplock.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed version number from file header.Tim Potter2002-01-301-2/+1
| | | | Changed "SMB/Netbios" to "SMB/CIFS" in file header.
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
| | | | Jeremy.
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
|
* added a oplock break handler hook to the client code, this allows for more ↵Andrew Tridgell2001-06-181-0/+72
complete testing of oplocks from smbtorture and would also be essential if a client app ever really did want to use oplocks properly