summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
AgeCommit message (Expand)AuthorFilesLines
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-7/+9
2001-12-18Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-08-27converted smbd to use NTSTATUS by defaultAndrew Tridgell1-8/+8
2001-07-04allow to use usrmgr/svrmgr tools in win95Jean-François Micouleau1-5/+7
2001-04-18a missing string conversion.Jean-François Micouleau1-1/+1
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-0/+2
2000-05-10more merging voodooAndrew Tridgell1-0/+3
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0
2000-03-11Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison1-1/+2
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-22/+25
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-2/+18
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-32/+32
1999-11-15- added DCE/RPC "fault" PDU support.Luke Leighton1-0/+41
1998-10-14unused variable in pipe_smb_write_XLuke Leighton1-1/+0
1998-10-09dce/rpcLuke Leighton1-1/+1
1998-10-08- fixed a bunch of warnings and minor errorsAndrew Tridgell1-1/+0
1998-10-07dce/rpcLuke Leighton1-1/+1
1998-10-07dce/rpcLuke Leighton1-1/+46
1998-09-17configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1-3/+0
1998-09-01check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1-0/+4
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-2/+0
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-100/+82
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-9/+4
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-12/+8
1998-07-31As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1-3/+2
1998-07-16Makefile: Added nttrans.oJeremy Allison1-1/+1
1998-04-25This looks like a big change but really isn't.Jeremy Allison1-1/+0
1998-03-11"For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1-188/+54
1998-01-22This is *not* a big change (although it looks like one).Jeremy Allison1-3/+3
1997-11-06following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton1-0/+4
1997-10-30storing pipe name state (from set named pipe handle state call) in theLuke Leighton1-9/+6
1997-10-30Makefile:Luke Leighton1-77/+3
1997-10-30removed mechanism that created actual files NETLOGON, lsarpc and the like,Luke Leighton1-71/+100
1997-10-29byteorder.h :Luke Leighton1-1/+1
1997-10-19pipes.c pipesrvsvc.c :Luke Leighton1-80/+0
1997-10-15ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1-2/+2
1997-10-15added srvsvc basic pipe, straight from paul's code. does NETSHAREENUMLuke Leighton1-0/+82
1997-10-13split pipes.c down into util, netlog and ntlsa.Luke Leighton1-1135/+1
1997-10-13debugging... no idea what i'm doing.Luke Leighton1-9/+10
1997-10-13debug info addedLuke Leighton1-0/+4
1997-10-13checked in a file with a compile error. oops!Luke Leighton1-1/+0
1997-10-13byteorder.h :Luke Leighton1-292/+54
1997-10-12getting somewhere.Luke Leighton1-48/+61
1997-10-12updated rpc header reply: callid wrong; alloc hint a uint32 not a uint16.Luke Leighton1-21/+15
1997-10-12ipc.c:Luke Leighton1-36/+33
1997-10-12added debugging macros (suitable eventually for use in tcpdump, hopefully)Luke Leighton1-20/+25