summaryrefslogtreecommitdiffstats
path: root/source3/libsmb/clioplock.c
Commit message (Expand)AuthorAgeFilesLines
* s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke2010-02-221-1/+1
* Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison2009-04-301-3/+4
* Make cli_oplock_ack asyncVolker Lendecke2009-04-061-29/+94
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-1/+1
* Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison2007-11-291-2/+3
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter2007-10-101-1/+1
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-1/+1
* r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter2007-10-101-2/+0
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison2002-01-111-1/+1
* 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 co...Andrew Tridgell2001-06-181-0/+72