Apply some const to get_lock_*()
[samba.git] / source3 / smbd / blocking.c
2008-11-01 Volker LendeckeApply some const to get_lock_*()
2008-10-21 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-19 Jelmer VernooijMerge branch 'selftest' of git://git.samba.org/jelmer...
2008-10-14 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-13 Jelmer VernooijUse {u,}int64_t instead of SMB_BIG_{U,}INT.
2008-10-13 Volker LendeckeRemove the chain_fsp global
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-12 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-10 Volker LendeckeSome more talloc_tos()
2008-01-05 Jelmer VernooijMerge branch 'v3-2-test' of ssh://git.samba.org/data...
2008-01-05 Steve FrenchMerge branch 'v3-2-test' of git://git.samba.org/samba...
2008-01-05 Jeremy AllisonFix %d / size_t printf arg missmatch.
2008-01-05 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonFix interesting bug found with make valgrindtest. When...
2008-01-04 Jeremy AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonRefactor the crypto code after a very helpful conversation
2007-10-30 Jeremy AllisonAdd new parameter, "min receivefile size" (by default set
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Volker Lendecker24809: Consolidate the use of temporary talloc contexts.
2007-10-10 Jeremy Allisonr24791: Fix logic error in timeout of blocking lock...
2007-10-10 Volker Lendecker24702: Remove the old API pointers
2007-10-10 Volker Lendecker24404: Remove get_OutBuffer usage from blocking.c
2007-10-10 Volker Lendecker24163: Remove the send_trans2_replies_new wrapper
2007-10-10 Volker Lendecker24160: process_trans2 in smbd/blocking.c used send_tra...
2007-10-10 Volker Lendecker24070: Apply some const
2007-10-10 Volker Lendecker23997: Check in the infrastructure for getting rid...
2007-10-10 Andrew Tridgellr23784: use the GPLv3 boilerplate as recommended by...
2007-10-10 Jeremy Allisonr23779: Change from v2 or later to v3 or later.
2007-10-10 James Peachr23510: Tidy calls to smb_panic by removing trailing...
2007-10-10 Volker Lendecker23015: Make message_(de)register static to messages.c
2007-10-10 Jeremy Allisonr23014: For all branches, ensure that if we're blocked...
2007-10-10 Volker Lendecker22868: Replace some message_send_pid calls with messag...
2007-10-10 Volker Lendecker22846: Chunk one to replace message_send_pid with...
2007-10-10 Volker Lendecker22736: Start to merge the low-hanging fruit from the...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Jeremy Allisonr22389: Start preparing for multiple encryption context...
2007-10-10 Volker Lendecker21879: Move process_blocking_lock_queue to a timed...
2007-10-10 Volker Lendecker21064: The core of this patch is
2007-10-10 Jeremy Allisonr21062: Should fix the build plus make all refactored
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Herb Lewisr20124: clean up nested extern declaration warnings
2007-10-10 Stefan Metzmacherr18605: sync dlinklist.h with samba4, that means DLIST_...
2007-10-10 Jeremy Allisonr17541: When returning a trans2 request, if the "max...
2007-10-10 Jeremy Allisonr17314: Optimisation for POSIX locking. If we're downgr...
2007-10-10 Jeremy Allisonr17293: After the results from the cluster tests in...
2007-10-10 Jeremy Allisonr17105: Fix the race Volker found - we had a non-locked
2007-10-10 Jeremy Allisonr17098: Samba3 now cleanly passes Samba4 RAW-LOCK torture
2007-10-10 Jeremy Allisonr16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
2007-10-10 Jeremy Allisonr15083: Using talloc with destructors is nice and all...
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Gerald Carterr10656: BIG merge from trunk. Features not copied...
2007-10-10 Jeremy Allisonr7963: Add aio support to 3.0.
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr1980: Re-apply (remember to remove entry from list...
2007-10-10 Jeremy Allisonr1978: Roll it back until I do it right.... :-).
2007-10-10 Jeremy Allisonr1976: Simplify, use standard dlist interface.
2007-10-10 Jeremy Allisonr1154: Change default setting for case sensitivity...
2003-10-21 Jeremy AllisonPatch from Stefan Metzmacher <metze@metzemix.de> to...
2003-10-21 Jeremy AllisonPatch from Stefan Metzmacher <metze@metzemix.de> to...
2003-10-10 Jeremy AllisonEnsure cancelling a blocking lock returns the correct...
2003-10-10 Jeremy AllisonEnsure cancelling a blocking lock returns the correct...
2003-10-09 Jeremy AllisonChanges to allow Samba3 to pass the Samba4 RAW-READ...
2003-10-09 Jeremy AllisonChanges to allow Samba3 to pass the Samba4 RAW-READ...
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-08-07 Jeremy AllisonTurns out I had my packet sequences wrong for oplock...
2003-08-02 Simo Sorceport latest changes from SAMBA_3_0 tree
2003-07-24 Jeremy AllisonEnsure everywhere we defer an incoming SMB request...
2003-04-04 Jeremy AllisonFix for very subtle POSIX lock interaction race conditi...
2003-04-04 Jeremy AllisonFix for very subtle POSIX lock interaction race conditi...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2003-02-27 Jeremy AllisonFix to allow blocking lock notification to be done...
2002-12-03 Jeremy AllisonFixed nasty bug where file writes with start offsets...
2002-12-03 Jeremy AllisonFixed nasty bug where file writes with start offsets...
2002-09-25 Gerald Cartersync'ing up for 3.0alpha20 release
2002-09-25 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-18 Andrew Tridgelladded exact timing semantics on blocking locks
2002-08-17 Andrew Tridgellget the error code right in case of a blocking lock...
2002-08-17 Andrew Tridgellamazing! we've had a reversed comparison in our blockin...
2002-08-17 Jelmer VernooijSync 3.0 branch with head
2002-08-17 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-08-12 Jeremy AllisonBugfix for problem pointed out by Sean Trace <Sean...
2002-04-12 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2002-03-13 Jeremy Allisoninclude/smb_macros.h: Don't round up an allocation...
2002-03-10 Andrew Tridgellfailed timed locks always give LOCK_CONFLICT not LOCK_N...
2002-01-30 Tim PotterRemoved version number from file header.
2001-11-05 Tim PotterDon't put a \n on the end of the arg to exit_server()
2001-10-18 Jeremy AllisonMerge the become_XXX -> change_to_XXX fixes from 2...
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-09-17 Simo Sorcemove to SAFE_FREE()
2001-08-30 Simo Sorcethis was a stupid typo,
2001-08-27 Andrew Tridgellstarted converting NTSTATUS to be a structure on system...
2001-08-27 Andrew Tridgellconverted smbd to use NTSTATUS by default
2001-07-02 Jeremy AllisonFixed the nastiest locking bug to track down.... smb_pi...
2001-06-21 Andrew Tridgellnext_token() was supposed to be a reentrant replacement...
2001-06-09 Jeremy Allison*Wonderful* patch from Andrew Bartlett that will help...
2001-03-11 Jeremy AllisonMerge ... new 2.2 code into HEAD (Gerald I hate you...
2000-05-10 Andrew Tridgellmore merging voodoo
2000-05-04 Jeremy Allisonrpc_server/srv_lsa.c: Bring into sync with 2.0.x.
next