summaryrefslogtreecommitdiffstats
path: root/source/smbd/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* Fix the offset checks in the trans routinesVolker Lendecke2008-11-171-3/+3
* Rewrite the wrap checks to deal with gcc 4.x optimisations.Jeremy Allison2008-04-081-33/+45
* Now conn is part of smb_request, we don't need it asJeremy Allison2008-01-041-2/+4
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-23/+30
* Don't need an fstring here, we can talloc.Jeremy Allison2007-12-101-9/+8
* Fix crash bug with vl's new trans handling in old transsJeremy Allison2007-12-041-5/+6
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-3/+3
* r25103: Ensure we don't return unwritten memory (valgrind caught).Jeremy Allison2007-10-101-3/+9
* r24320: Fix the wct checks in reply_trans2 and the reply_trans callsVolker Lendecke2007-10-101-2/+2
* r24244: Complete the conversion of reply_trans[s]Volker Lendecke2007-10-101-62/+63
* r24243: Remove reply_prep_legacy from api_replyVolker Lendecke2007-10-101-14/+4
* r24242: Remove reply_prep_legacy from api_rpc_trans_replyVolker Lendecke2007-10-101-24/+10
* r24241: Remove reply_prep_legacy from api_WNPHS and api_SNPHSVolker Lendecke2007-10-101-57/+23
* r24240: Push down reply_prep_legacy one level inside api_fd_replyVolker Lendecke2007-10-101-19/+54
* r24239: Push reply_prep_legacy into api_fd_replyVolker Lendecke2007-10-101-51/+38
* r24238: Push down reply_prep_legacy one levelVolker Lendecke2007-10-101-8/+25
* r24237: Add send_trans_reply_newVolker Lendecke2007-10-101-0/+18
* r24236: Push reply_prep_legacy() into named_pipe()Volker Lendecke2007-10-101-46/+46
* r24235: Make handle_trans reply to errors itselfVolker Lendecke2007-10-101-47/+29
* r24234: Reformatting -- SCNRVolker Lendecke2007-10-101-49/+20
* r24233: Push reply_prep_legacy into handle_transVolker Lendecke2007-10-101-34/+16
* r24232: Push down reply_prep_legacy inside reply_transsVolker Lendecke2007-10-101-25/+35
* r24231: Push allocating InBuffer/OutBuffer into reply_transsVolker Lendecke2007-10-101-9/+20
* r24230: Push down reply_prep_legacy in reply_transVolker Lendecke2007-10-101-52/+62
* r24229: Push allocating InBuffer/OutBuffer into reply_transsVolker Lendecke2007-10-101-18/+32
* r24224: Check wct in reply_transVolker Lendecke2007-10-101-4/+19
* r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke2007-10-101-0/+2
* 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
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-2/+2
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-53/+126
* r22059: Over-allocate and NULL out 100 bytes for lanman.c.Volker Lendecke2007-10-101-4/+8
* r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach2007-10-101-2/+2
* r20178: Ensure we allocate the intermediate trans structsJeremy Allison2007-10-101-1/+2
* r17316: More C++ warnings -- 456 leftVolker Lendecke2007-10-101-2/+2
* r16275: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne...Jeremy Allison2007-10-101-4/+4
* r15911: Make us survive rpc-authcontext committed nextVolker Lendecke2007-10-101-0/+6
* r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...Volker Lendecke2007-10-101-2/+2
* r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison2007-10-101-181/+271
* r14849: Fix >= that should be >. Too strict conditionJeremy Allison2007-10-101-2/+2
* r13980: Fix Coverity bug # 63. Jeremy, could you take a look at this?Volker Lendecke2007-10-101-5/+16
* r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison2007-10-101-1/+1
* r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter2007-10-101-5/+6
* r4830: Fix for problem noticed by Guy Harris <gharris@apple.com>, returnJeremy Allison2007-10-101-2/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-4/+4
* r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison2007-10-101-2/+2
* Yet another '\n' termination of debug message.Rafal Szczesniak2004-03-091-1/+1
* Ensure the server can cope with multiple secondary transJeremy Allison2003-12-011-0/+8
* Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison2003-10-211-1/+9
* Typo broke win9x logins.Jeremy Allison2003-10-171-1/+1