summaryrefslogtreecommitdiff
path: root/source3/smbd/ipc.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r24236: Push reply_prep_legacy() into named_pipe()Volker Lendecke1-46/+46
2007-10-10r24235: Make handle_trans reply to errors itselfVolker Lendecke1-47/+29
2007-10-10r24234: Reformatting -- SCNRVolker Lendecke1-49/+20
2007-10-10r24233: Push reply_prep_legacy into handle_transVolker Lendecke1-34/+16
2007-10-10r24232: Push down reply_prep_legacy inside reply_transsVolker Lendecke1-25/+35
2007-10-10r24231: Push allocating InBuffer/OutBuffer into reply_transsVolker Lendecke1-9/+20
2007-10-10r24230: Push down reply_prep_legacy in reply_transVolker Lendecke1-52/+62
2007-10-10r24229: Push allocating InBuffer/OutBuffer into reply_transsVolker Lendecke1-18/+32
2007-10-10r24224: Check wct in reply_transVolker Lendecke1-4/+19
2007-10-10r23823: Memory leak fix from Atsushi Nakabayashi <nakabayashi@miraclelinux.com>Volker Lendecke1-0/+2
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-10r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke1-2/+2
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-53/+126
2007-10-10r22059: Over-allocate and NULL out 100 bytes for lanman.c.Volker Lendecke1-4/+8
2007-10-10r20237: Replace exit_server with exit_server_cleanly where appropriate. AllJames Peach1-2/+2
2007-10-10r20178: Ensure we allocate the intermediate trans structsJeremy Allison1-1/+2
2007-10-10r17316: More C++ warnings -- 456 leftVolker Lendecke1-2/+2
2007-10-10r16275: Start fixing up gcc4 -O6 warnings on an x86_64 box. size_t != unsigne...Jeremy Allison1-4/+4
2007-10-10r15911: Make us survive rpc-authcontext committed nextVolker Lendecke1-0/+6
2007-10-10r15266: Fix bug 3720. I wonder why -O1 compiles did not catch this...Volker Lendecke1-2/+2
2007-10-10r15018: Merge Volker's ipc/trans2/nttrans changes overJeremy Allison1-181/+271
2007-10-10r14849: Fix >= that should be >. Too strict conditionJeremy Allison1-2/+2
2007-10-10r13980: Fix Coverity bug # 63. Jeremy, could you take a look at this?Volker Lendecke1-5/+16
2007-10-10r7882: Looks like a large patch - but what it actually does is make SambaJeremy Allison1-1/+1
2007-10-10r5165: BUG 2295: always use get_local_machine_name() rather than digging in t...Gerald Carter1-5/+6
2007-10-10r4830: Fix for problem noticed by Guy Harris <gharris@apple.com>, returnJeremy Allison1-2/+4
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-4/+4
2007-10-10r3666: Generalise fix for trans and nttrans multi-fragment requests.Jeremy Allison1-2/+2
2004-03-09Yet another '\n' termination of debug message.Rafal Szczesniak1-1/+1
2003-12-01Ensure the server can cope with multiple secondary transJeremy Allison1-0/+8
2003-10-21Fix for bug #64, Win9x Nexus tools not working against Samba3.0. MissingJeremy Allison1-1/+9
2003-10-17Typo broke win9x logins.Jeremy Allison1-1/+1
2003-10-16Tidyup wrap checking.Jeremy Allison1-6/+14
2003-08-02More fixes for client and server side signing. Ensure sequence numbersJeremy Allison1-3/+2
2003-08-02Add the same signing code to the server. Ensure we use identical sessionJeremy Allison1-0/+6
2003-04-14Whitespace syncup.Tim Potter1-3/+3
2003-03-18Merge signed/unsigned fix from HEAD.Andrew Bartlett1-1/+1
2003-03-11We use unsigned now, so use %u.Jeremy Allison1-1/+1
2003-03-07Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison1-1/+1
2003-03-07Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison1-0/+3
2003-03-07Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison1-27/+74
2002-11-07Stop using hardcoded smbtrans subcommandsJim McDonough1-3/+3
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-6/+8
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-5/+5
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-1/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-14/+8
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-19/+9