Cope with old CIFSFS clients that use SMBunlink to remove
[ira/wip.git] / source3 / smbd / ipc.c
2009-08-08 Alexander BokovoyMerge branch 'master' of ssh://git.samba.org/data/git...
2009-08-07 Stefan Metzmachers3:smbd: add a smbd_server_connection pointer to connec...
2009-07-23 John H TerpstraMerge branch 'master' of ssh://jht@git.samba.org/data...
2009-07-21 Tim Proutys3: Change fsp->fsp_name to be an smb_filename struct!
2009-06-03 Stefan Metzmachers3:smbd: move tcon specific globals to struct smbd_serv...
2009-06-03 Stefan Metzmachers3:smbd: move some session specific globals to struct...
2009-04-10 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2009-04-09 Andrew TridgellMerge branch 'wspp-schema'
2009-04-05 Volker LendeckeFix smbd crash for close_on_completion
2009-03-31 Andrew TridgellMerge branch 'master' into wspp-schema
2009-03-26 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba
2009-03-25 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-23 Stefan Metzmachers3:smbd: use new simplified snb_signing code in the...
2009-03-20 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Andrew BartlettMerge branch 'master' of ssh://git.samba.org/data/git...
2009-03-20 Jelmer VernooijMerge branch 'master' of git://git.samba.org/samba...
2009-03-17 Volker LendeckeConvert np_read to tevent_req
2009-03-17 Volker LendeckeConvert np_write to tevent_req
2009-02-09 todd stecherS3: New module interface for SMB message statistics...
2009-02-05 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-31 Volker LendeckeConvert api_rpc_trans_reply to async np_*
2009-01-20 Volker LendeckeRemove some smb fsp knowledge from rpc_server/
2009-01-08 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2009-01-08 Stefan Metzmachers3:smbd: move all globals and static variables in globa...
2008-12-03 Andrew TridgellMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-28 Volker LendeckeConsolidate the buffer checks for the reply_trans style...
2008-11-28 Volker LendeckeRemove the variable "size" from reply_trans
2008-11-27 Volker LendeckeFix the offset checks in the trans routines
2008-11-11 Jeremy AllisonMerge branch 'master' of ssh://jra@git.samba.org/data...
2008-11-08 Volker LendeckeDo not write into inbuf for the transs request
2008-11-08 Volker LendeckeRemove direct inbuf refs from send_trans_reply
2008-11-02 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-11-02 Volker LendeckePass smb_request to send_trans_reply to match with...
2008-11-02 Volker LendeckeUse "vwv" in trans parsing
2008-11-02 Volker LendeckeRemove a bunch of direct inbuf references by adding...
2008-11-02 Volker LendeckeSimplify params of srvstr_pull_buf_talloc()
2008-11-01 Volker LendeckeRemove a bunch of direct inbuf references by adding...
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-13 Volker LendeckeUse "struct files_struct" for pipes instead of smb_np_s...
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-11 Volker LendeckeFix some nonempty blank lines
2008-10-11 Jelmer VernooijMerge branch 'master' of ssh://git.samba.org/data/git...
2008-10-09 Volker LendeckeFix a typo
2008-09-14 Stefan MetzmacherMerge Samba3 and Samba4 together
2008-06-28 Volker LendeckeLet send_trans_reply work on only the inbuf
2008-05-05 Volker LendeckeRemove connection_struct->mem_ctx, connection_struct...
2008-04-08 Jeremy AllisonRewrite the wrap checks to deal with gcc 4.x optimisations.
2008-02-01 Simo SorceMerge branch 'v3-2-test' of ssh://git.samba.org/data...
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 AllisonMerge branch 'v3-2-test' of ssh://jra@git.samba.org...
2008-01-04 Jeremy AllisonNow conn is part of smb_request, we don't need it as
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-12-10 Jeremy AllisonDon't need an fstring here, we can talloc.
2007-12-04 Jeremy AllisonFix crash bug with vl's new trans handling in old transs
2007-10-19 Jeremy AllisonRIP BOOL. Convert BOOL -> bool. I found a few interesting
2007-10-10 Jeremy Allisonr25103: Ensure we don't return unwritten memory (valgri...
2007-10-10 Volker Lendecker24320: Fix the wct checks in reply_trans2 and the...
2007-10-10 Volker Lendecker24244: Complete the conversion of reply_trans[s]
2007-10-10 Volker Lendecker24243: Remove reply_prep_legacy from api_reply
2007-10-10 Volker Lendecker24242: Remove reply_prep_legacy from api_rpc_trans_reply
2007-10-10 Volker Lendecker24241: Remove reply_prep_legacy from api_WNPHS and...
2007-10-10 Volker Lendecker24240: Push down reply_prep_legacy one level inside...
2007-10-10 Volker Lendecker24239: Push reply_prep_legacy into api_fd_reply
2007-10-10 Volker Lendecker24238: Push down reply_prep_legacy one level
2007-10-10 Volker Lendecker24237: Add send_trans_reply_new
2007-10-10 Volker Lendecker24236: Push reply_prep_legacy() into named_pipe()
2007-10-10 Volker Lendecker24235: Make handle_trans reply to errors itself
2007-10-10 Volker Lendecker24234: Reformatting -- SCNR
2007-10-10 Volker Lendecker24233: Push reply_prep_legacy into handle_trans
2007-10-10 Volker Lendecker24232: Push down reply_prep_legacy inside reply_transs
2007-10-10 Volker Lendecker24231: Push allocating InBuffer/OutBuffer into reply_t...
2007-10-10 Volker Lendecker24230: Push down reply_prep_legacy in reply_trans
2007-10-10 Volker Lendecker24229: Push allocating InBuffer/OutBuffer into reply_t...
2007-10-10 Volker Lendecker24224: Check wct in reply_trans
2007-10-10 Volker Lendecker23823: Memory leak fix from Atsushi Nakabayashi <nakab...
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 Volker Lendecker23726: Explicitly pass down the FLAGS2 field to srvstr...
2007-10-10 Jeremy Allisonr22391: Looks bigger than it is. Make "inbuf" available
2007-10-10 Volker Lendecker22059: Over-allocate and NULL out 100 bytes for lanman.c.
2007-10-10 James Peachr20237: Replace exit_server with exit_server_cleanly...
2007-10-10 Jeremy Allisonr20178: Ensure we allocate the intermediate trans structs
2007-10-10 Volker Lendecker17316: More C++ warnings -- 456 left
2007-10-10 Jeremy Allisonr16275: Start fixing up gcc4 -O6 warnings on an x86_64...
2007-10-10 Volker Lendecker15911: Make us survive rpc-authcontext committed next
2007-10-10 Volker Lendecker15266: Fix bug 3720. I wonder why -O1 compiles did...
2007-10-10 Jeremy Allisonr15018: Merge Volker's ipc/trans2/nttrans changes over
2007-10-10 Jeremy Allisonr14849: Fix >= that should be >. Too strict condition
2007-10-10 Volker Lendecker13980: Fix Coverity bug # 63. Jeremy, could you take...
2007-10-10 Jeremy Allisonr7882: Looks like a large patch - but what it actually...
2007-10-10 Gerald Carterr5165: BUG 2295: always use get_local_machine_name...
2007-10-10 Jeremy Allisonr4830: Fix for problem noticed by Guy Harris <gharris...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Jeremy Allisonr3666: Generalise fix for trans and nttrans multi-fragm...
2004-03-09 Rafal SzczesniakYet another '\n' termination of debug message.
2004-03-09 Rafal SzczesniakYet another '\n' termination of debug message.
next