summaryrefslogtreecommitdiff
path: root/source3/libsmb/clioplock.c
AgeCommit message (Expand)AuthorFilesLines
2011-01-10s3: Remove superfluous ;Volker Lendecke1-1/+1
2010-09-20s3-build: only include async headers where needed.Günther Deschner1-0/+1
2010-02-22s3: Add a talloc_move for the inbuf to cli_smb_recvVolker Lendecke1-1/+1
2009-04-30Get medieval on our ass about SMB1 file descriptors being 16 bits, not an int.Jeremy Allison1-3/+4
2009-04-06Make cli_oplock_ack asyncVolker Lendecke1-29/+94
2007-12-26Add SMB encryption. Still fixing client decrypt butJeremy Allison1-1/+1
2007-11-29Remove the explicit TALLOC_CTX * from cli_struct.Jeremy Allison1-2/+3
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-3/+3
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-1/+1
2007-10-10r8572: Remove crufty #define NO_SYSLOG as it's not used at all anymore.Tim Potter1-2/+0
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-11Same fix as went into 2.2 (I'm waiting for jerry to finish some code).Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-06-18added a oplock break handler hook to the client code, this allows for more co...Andrew Tridgell1-0/+72