summaryrefslogtreecommitdiff
path: root/source3/smbd/pipes.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison1-2/+2
2007-10-10[GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.Gerald (Jerry) Carter1-1/+1
2007-10-10r25118: More pstring elimination.Jeremy Allison1-5/+11
2007-10-10r24702: Remove the old API pointersVolker Lendecke1-3/+3
2007-10-10r24425: Convert reply_write to the new APIVolker Lendecke1-14/+15
2007-10-10r24326: Fix the build for Solaris CCVolker Lendecke1-1/+1
2007-10-10r24324: No reply_prep_legacy() in reply_pipe_read_and_XVolker Lendecke1-15/+18
2007-10-10r24278: Push down reply_prep_legacy in reply_write_and_XVolker Lendecke1-19/+26
2007-10-10r24106: Pass fnum instead of buf/offset into get_rpc_pipe_pVolker Lendecke1-4/+4
2007-10-10r23999: Convert reply_open_and_XVolker Lendecke1-21/+26
2007-10-10r23998: Convert reply_close to the new APIVolker Lendecke1-6/+8
2007-10-10r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke1-3/+3
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-1/+2
2007-10-10r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke1-1/+1
2007-10-10r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison1-6/+6
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-0/+17
2007-10-10r15911: Make us survive rpc-authcontext committed nextVolker Lendecke1-0/+10
2007-10-10r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison1-1/+1
2007-10-10r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison1-38/+51
2007-10-10r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember toJeremy Allison1-0/+2
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