summaryrefslogtreecommitdiffstats
path: root/source3/smbd/ipc.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Tidyup wrap checking.Jeremy Allison2003-10-161-6/+14
* More fixes for client and server side signing. Ensure sequence numbersJeremy Allison2003-08-021-3/+2
* Add the same signing code to the server. Ensure we use identical sessionJeremy Allison2003-08-021-0/+6
* Whitespace syncup.Tim Potter2003-04-141-3/+3
* Merge signed/unsigned fix from HEAD.Andrew Bartlett2003-03-181-1/+1
* We use unsigned now, so use %u.Jeremy Allison2003-03-111-1/+1
* Use ERROR_NT, not ERROR_DOS as Andrew Bartlett pointed out.Jeremy Allison2003-03-071-1/+1
* Fix noticed by Corny.Bondad@hp.com. Ensure we free up memory on error exit.Jeremy Allison2003-03-071-0/+3
* Found at Connectathon, .NET RC1 arranges trans/trans2/nttrans parametersJeremy Allison2003-03-071-27/+74
* Stop using hardcoded smbtrans subcommandsJim McDonough2002-11-071-3/+3
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-6/+8
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-5/+5
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-1/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-14/+8
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-19/+9
* The big character set handling changeover!Andrew Tridgell2001-07-041-1/+1
* Win9x weirdness. When setting the named pipe handle state on a UnicodeTim Potter2001-06-291-2/+10
* *Wonderful* patch from Andrew Bartlett that will help ensure tdb's areJeremy Allison2001-06-091-3/+6
* Fix from Jim McDonough of IBM for using Win9x user manager.Jeremy Allison2001-03-131-2/+9
* this patch does a number of things:Andrew Tridgell2001-03-131-2/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-2/+0
* changes to sync with 2.2. treeHerb Lewis2000-10-111-2/+12
* fixed error code for buffer_too_large in trans replyAndrew Tridgell2000-05-121-1/+1
* more merging voodooAndrew Tridgell2000-05-101-0/+2
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* patch from luke to split out lanman code from ipc.c into lanman.cAndrew Tridgell2000-04-191-3147/+1
* - got rid of the "passive" optionAndrew Tridgell2000-04-191-7/+7
* converted a bunch more functions to use a fd instead of a FILE*Andrew Tridgell2000-04-161-91/+59
* removed old commentsAndrew Tridgell2000-04-161-2/+0
* use some symbolic names for print queue statusAndrew Tridgell2000-04-161-11/+17