summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
Commit message (Expand)AuthorAgeFilesLines
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-7/+9
* Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.Jeremy Allison2001-12-181-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* converted smbd to use NTSTATUS by defaultAndrew Tridgell2001-08-271-8/+8
* allow to use usrmgr/svrmgr tools in win95Jean-François Micouleau2001-07-041-5/+7
* a missing string conversion.Jean-François Micouleau2001-04-181-1/+1
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* Fixing get/set of security descriptors.Jeremy Allison2000-06-071-0/+2
* more merging voodooAndrew Tridgell2000-05-101-0/+3
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-251-1/+0
* Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.Jeremy Allison2000-03-111-1/+2
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-091-22/+25
* simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton2000-01-031-2/+18
* first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1999-12-131-32/+32
* - added DCE/RPC "fault" PDU support.Luke Leighton1999-11-151-0/+41
* unused variable in pipe_smb_write_XLuke Leighton1998-10-141-1/+0
* dce/rpcLuke Leighton1998-10-091-1/+1
* - fixed a bunch of warnings and minor errorsAndrew Tridgell1998-10-081-1/+0
* dce/rpcLuke Leighton1998-10-071-1/+1
* dce/rpcLuke Leighton1998-10-071-1/+46
* configure configure.in: Added tests for fseek64 and ftell64.Jeremy Allison1998-09-171-3/+0
* check that a valid pipe is passed before doing a pipe close.Andrew Tridgell1998-09-011-0/+4
* much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1998-08-171-2/+0
* some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1998-08-171-100/+82
* this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1998-08-151-9/+4
* this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1998-08-141-12/+8
* As per a Andrew's message, I went through and removed the timestring()Christopher R. Hertel1998-07-311-3/+2
* Makefile: Added nttrans.oJeremy Allison1998-07-161-1/+1
* This looks like a big change but really isn't.Jeremy Allison1998-04-251-1/+0
* "For I have laboured mightily on Luke's code, and hath brokenJeremy Allison1998-03-111-188/+54
* This is *not* a big change (although it looks like one).Jeremy Allison1998-01-221-3/+3
* following a cvs error, i am rewriting this monster-commit. with bad grace.Luke Leighton1997-11-061-0/+4
* storing pipe name state (from set named pipe handle state call) in theLuke Leighton1997-10-301-9/+6
* Makefile:Luke Leighton1997-10-301-77/+3
* removed mechanism that created actual files NETLOGON, lsarpc and the like,Luke Leighton1997-10-301-71/+100
* byteorder.h :Luke Leighton1997-10-291-1/+1
* pipes.c pipesrvsvc.c :Luke Leighton1997-10-191-80/+0
* ipc.c: Adding Andrews become_root code to the main branch.Jeremy Allison1997-10-151-2/+2
* added srvsvc basic pipe, straight from paul's code. does NETSHAREENUMLuke Leighton1997-10-151-0/+82
* split pipes.c down into util, netlog and ntlsa.Luke Leighton1997-10-131-1135/+1
* debugging... no idea what i'm doing.Luke Leighton1997-10-131-9/+10
* debug info addedLuke Leighton1997-10-131-0/+4
* checked in a file with a compile error. oops!Luke Leighton1997-10-131-1/+0
* byteorder.h :Luke Leighton1997-10-131-292/+54
* getting somewhere.Luke Leighton1997-10-121-48/+61
* updated rpc header reply: callid wrong; alloc hint a uint32 not a uint16.Luke Leighton1997-10-121-21/+15
* ipc.c:Luke Leighton1997-10-121-36/+33
* added debugging macros (suitable eventually for use in tcpdump, hopefully)Luke Leighton1997-10-121-20/+25
* added api_lsa_sam_logon() and api_sam_logoff(). that's it. lots ofLuke Leighton1997-10-101-170/+216
* added lsa_reply_srv_pwset()Luke Leighton1997-10-101-66/+96