summaryrefslogtreecommitdiff
path: root/source/smbd/blocking.c
Commit message (Expand)AuthorAgeFilesLines
* Some more talloc_tos()Volker Lendecke2008-01-101-5/+5
* Fix %d / size_t printf arg missmatch.Jeremy Allison2008-01-051-2/+2
* Fix interesting bug found with make valgrindtest. When cancellingJeremy Allison2008-01-041-10/+14
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-13/+21
* Add new parameter, "min receivefile size" (by default setJeremy Allison2007-10-301-2/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-15/+15
* r24809: Consolidate the use of temporary talloc contexts.Volker Lendecke2007-10-101-2/+2
* r24791: Fix logic error in timeout of blocking lock processing found byJeremy Allison2007-10-101-22/+29
* r24702: Remove the old API pointersVolker Lendecke2007-10-101-3/+1
* r24404: Remove get_OutBuffer usage from blocking.cVolker Lendecke2007-10-101-27/+14
* r24163: Remove the send_trans2_replies_new wrapperVolker Lendecke2007-10-101-1/+1
* r24160: process_trans2 in smbd/blocking.c used send_trans2_replies.Volker Lendecke2007-10-101-6/+11
* r24070: Apply some constVolker Lendecke2007-10-101-1/+1
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-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
* r23510: Tidy calls to smb_panic by removing trailing newlines. Print theJames Peach2007-10-101-2/+2
* r23015: Make message_(de)register static to messages.cVolker Lendecke2007-10-101-19/+24
* r23014: For all branches, ensure that if we're blocked on a POSIXJeremy Allison2007-10-101-4/+21
* r22868: Replace some message_send_pid calls with messaging_send_pid calls. MoreVolker Lendecke2007-10-101-3/+3
* r22846: Chunk one to replace message_send_pid with messaging_send: Deep insideVolker Lendecke2007-10-101-4/+7
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-3/+3
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-3/+3
* r22389: Start preparing for multiple encryption contexts in theJeremy Allison2007-10-101-5/+7
* r21879: Move process_blocking_lock_queue to a timed event.Volker Lendecke2007-10-101-45/+71
* r21064: The core of this patch isVolker Lendecke2007-10-101-6/+12
* r21062: Should fix the build plus make all refactoredJeremy Allison2007-10-101-0/+17
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-101-3/+3
* r20124: clean up nested extern declaration warningsHerb Lewis2007-10-101-1/+2
* r18605: sync dlinklist.h with samba4, that means DLIST_ADD_END()Stefan Metzmacher2007-10-101-2/+2
* r17541: When returning a trans2 request, if the "max dataJeremy Allison2007-10-101-1/+2
* r17314: Optimisation for POSIX locking. If we're downgradingJeremy Allison2007-10-101-1/+1
* r17293: After the results from the cluster tests in Germany,Jeremy Allison2007-10-101-3/+0
* r17105: Fix the race Volker found - we had a non-lockedJeremy Allison2007-10-101-197/+64
* r17098: Samba3 now cleanly passes Samba4 RAW-LOCK tortureJeremy Allison2007-10-101-38/+166
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-20/+20
* r15083: Using talloc with destructors is nice and all, but in thisJeremy Allison2007-10-101-14/+14
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-63/+214
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-11/+13
* 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