summaryrefslogtreecommitdiff
path: root/source3/smbd/blocking.c
Commit message (Expand)AuthorAgeFilesLines
* r7963: Add aio support to 3.0.Jeremy Allison2007-10-101-6/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-2/+2
* r1980: Re-apply (remember to remove entry from list on delete this time :-).Jeremy Allison2007-10-101-49/+25
* r1978: Roll it back until I do it right.... :-).Jeremy Allison2007-10-101-24/+49
* r1976: Simplify, use standard dlist interface.Jeremy Allison2007-10-101-49/+24
* r1154: Change default setting for case sensitivity to "auto". If set to autoJeremy Allison2007-10-101-1/+1
* Patch from Stefan Metzmacher <metze@metzemix.de> to fix signing problemsJeremy Allison2003-10-211-1/+1
* Ensure cancelling a blocking lock returns the correct error message.Jeremy Allison2003-10-101-1/+1
* Changes to allow Samba3 to pass the Samba4 RAW-READ tests.Jeremy Allison2003-10-091-6/+8
* Turns out I had my packet sequences wrong for oplock break code.Jeremy Allison2003-08-071-1/+1
* Ensure everywhere we defer an incoming SMB request (blocking lock queue,Jeremy Allison2003-07-241-248/+250
* Fix for very subtle POSIX lock interaction race condition found byJeremy Allison2003-04-041-6/+6
* Fix to allow blocking lock notification to be done rapidly (no waitJeremy Allison2003-02-271-7/+71
* Fixed nasty bug where file writes with start offsets in the rangeJeremy Allison2002-12-031-8/+8
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-251-7/+27
* Sync 3.0 branch with headJelmer Vernooij2002-08-171-10/+13
* include/smb_macros.h: Don't round up an allocation if the size is zero.Jeremy Allison2002-03-131-3/+3
* failed timed locks always give LOCK_CONFLICT not LOCK_NOT_GRANTEDAndrew Tridgell2002-03-101-0/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-2/+2
* Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison2001-10-181-5/+5
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+1
* move to SAFE_FREE()Simo Sorce2001-09-171-3/+3
* this was a stupid typo,Simo Sorce2001-08-301-1/+1
* started converting NTSTATUS to be a structure on systems with gcc in order to...Andrew Tridgell2001-08-271-4/+4
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-243/+231
* Fixed the nastiest locking bug to track down.... smb_pids are sent in theJeremy Allison2001-07-021-4/+8
* next_token() was supposed to be a reentrant replacement for strtok(),Andrew Tridgell2001-06-211-3/+6
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-10/+12
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* more merging voodooAndrew Tridgell2000-05-101-0/+4
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-041-2/+2
* include/byteorder.h: ALIGN4/ALIGN2 macros.Jeremy Allison2000-04-111-6/+6
* finally got sick of the "extern int Client" code and the stupidAndrew Tridgell2000-04-111-3/+2
* First set of speed improvements from Ying Chen <ying@almaden.ibm.com>.Jeremy Allison2000-01-251-1/+0
* Added "inherit permissions" patch.Jeremy Allison2000-01-141-1/+7
* changes to reflect the new syntax of the locking calls.Andrew Tridgell2000-01-131-3/+3
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-25/+30
* Small update to clitar.c to omit warnings about servers notRichard Sharpe1998-09-261-3/+3
* Ok - this is the 'expose 64 bit to the clients' checkin.Jeremy Allison1998-09-111-2/+2
* Added ssize_t to configure code.Jeremy Allison1998-09-111-13/+37
* Fixes for the problem in blocking locks with file_fsp returning theJeremy Allison1998-08-211-29/+40
* Turning on blocking locking code. NB. Blocking lock requests that are notJeremy Allison1998-08-201-35/+249
* Blocking lock code split out...Jeremy Allison1998-08-191-0/+375