summaryrefslogtreecommitdiff
path: root/source3/smbd/blocking.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison1-38/+166
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-20/+20
2007-10-10r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison1-14/+14
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-63/+214
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-11/+13
2007-10-10r7963: Add aio support to 3.0.Jeremy Allison1-6/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-2/+2
2007-10-10r1980: Re-apply (remember to remove entry from list on delete this time :-).Jeremy Allison1-49/+25
2007-10-10r1978: Roll it back until I do it right.... :-).Jeremy Allison1-24/+49
2007-10-10r1976: Simplify, use standard dlist interface.Jeremy Allison1-49/+24
2007-10-10r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison1-1/+1
2003-10-21Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison1-1/+1
2003-10-10Ensure cancelling a blocking lock returns the correct error message.Jeremy Allison1-1/+1
2003-10-09Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison1-6/+8
2003-08-07Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison1-1/+1
2003-07-24Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison1-248/+250
2003-04-04Fix for very subtle POSIX lock interaction race condition found byJeremy Allison1-6/+6
2003-02-27Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison1-7/+71
2002-12-03Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison1-8/+8
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-7/+27
2002-08-17Sync 3.0 branch with headJelmer Vernooij1-10/+13
2002-03-13include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison1-3/+3
2002-03-10failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTEDAndrew Tridgell1-0/+6
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-2/+2
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-5/+5
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+1
2001-09-17move to SAFE_FREE()Simo Sorce1-3/+3
2001-08-30this was a stupid typo,Simo Sorce1-1/+1
2001-08-27started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell1-4/+4
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-243/+231
2001-07-02Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison1-4/+8
2001-06-21next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell1-3/+6
2001-06-09*Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison1-10/+12
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-4/+0
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison1-2/+2
2000-04-11include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison1-6/+6
2000-04-11finally got sick of the "extern int Client" code and the stupidAndrew Tridgell1-3/+2
2000-01-25First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison1-1/+0
2000-01-14Added "inherit permissions" patch.Jeremy Allison1-1/+7
2000-01-13changes to reflect the new syntax of the locking calls.Andrew Tridgell1-3/+3
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-25/+30
1998-09-26Small update to clitar.c to omit warnings about servers notRichard Sharpe1-3/+3
1998-09-11Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1-2/+2
1998-09-11Added ssize_t to configure code.Jeremy Allison1-13/+37
1998-08-21Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1-29/+40
1998-08-20Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1-35/+249
1998-08-19Blocking lock code split out...Jeremy Allison1-0/+375