summaryrefslogtreecommitdiffstats
path: root/source/smbd/pipes.c
Commit message (Expand)AuthorAgeFilesLines
* Introduce is_known_pipenameVolker Lendecke2008-07-191-11/+1
* Refactor the crypto code after a very helpful conversationJeremy Allison2008-01-041-2/+1
* Add SMB encryption. Still fixing client decrypt butJeremy Allison2007-12-261-1/+2
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-2/+2
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-1/+1
* r25118: More pstring elimination.Jeremy Allison2007-10-101-5/+11
* r24702: Remove the old API pointersVolker Lendecke2007-10-101-3/+3
* r24425: Convert reply_write to the new APIVolker Lendecke2007-10-101-14/+15
* r24326: Fix the build for Solaris CCVolker Lendecke2007-10-101-1/+1
* r24324: No reply_prep_legacy() in reply_pipe_read_and_XVolker Lendecke2007-10-101-15/+18
* r24278: Push down reply_prep_legacy in reply_write_and_XVolker Lendecke2007-10-101-19/+26
* r24106: Pass fnum instead of buf/offset into get_rpc_pipe_pVolker Lendecke2007-10-101-4/+4
* r23999: Convert reply_open_and_XVolker Lendecke2007-10-101-21/+26
* r23998: Convert reply_close to the new APIVolker Lendecke2007-10-101-6/+8
* r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...Volker Lendecke2007-10-101-3/+3
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The nextVolker Lendecke2007-10-101-1/+2
* r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...Volker Lendecke2007-10-101-1/+1
* r22391: Looks bigger than it is. Make "inbuf" availableJeremy Allison2007-10-101-6/+6
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-0/+17
* r15911: Make us survive rpc-authcontext committed nextVolker Lendecke2007-10-101-0/+10
* r11511: A classic "friday night check-in" :-). This moves muchJeremy Allison2007-10-101-1/+1
* r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the tortureJeremy Allison2007-10-101-38/+51
* r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember toJeremy Allison2007-10-101-0/+2
* 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-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