summaryrefslogtreecommitdiff
path: root/source3/smbd/blocking.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke1-2/+2
2007-10-10r24791: Fix logic error in timeout of blocking lock processing found byJeremy Allison1-22/+29
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-3/+1
2007-10-10r24404: Remove get_OutBuffer usage from blocking.cVolker Lendecke1-27/+14
2007-10-10r24163: Remove the send_trans2_replies_new wrapperVolker Lendecke1-1/+1
2007-10-10r24160: process_trans2 in smbd/blocking.c used send_trans2_replies.Volker Lendecke1-6/+11
2007-10-10r24070: Apply some constVolker Lendecke1-1/+1
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-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-10r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach1-2/+2
2007-10-10r23015: Make message_(de)register static to messages.cVolker Lendecke1-19/+24
2007-10-10r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison1-4/+21
2007-10-10r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke1-3/+3
2007-10-10r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke1-4/+7
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-3/+3
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-3/+3
2007-10-10r22389: Start preparing for multiple encryption contexts in theJeremy Allison1-5/+7
2007-10-10r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke1-45/+71
2007-10-10r21064: The core of this patch isVolker Lendecke1-6/+12
2007-10-10r21062: Should fix the build plus make all refactoredJeremy Allison1-0/+17
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-3/+3
2007-10-10r20124: clean up nested extern declaration warningsHerb Lewis1-1/+2
2007-10-10r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher1-2/+2
2007-10-10r17541: When returning a trans2 request, if the "max dataJeremy Allison1-1/+2
2007-10-10r17314: Optimisation for POSIX locking. If we're downgradingJeremy Allison1-1/+1
2007-10-10r17293: After the results from the cluster tests in Germany,Jeremy Allison1-3/+0
2007-10-10r17105: Fix the race Volker found - we had a non-lockedJeremy Allison1-197/+64
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