index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
pipes.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
r23998: Convert reply_close to the new API
Volker Lendecke
2007-10-10
1
-6
/
+8
*
r23997: Check in the infrastructure for getting rid of the global InBuffer/Ou...
Volker Lendecke
2007-10-10
1
-3
/
+3
*
r23784: use the GPLv3 boilerplate as recommended by the FSF and the license text
Andrew Tridgell
2007-10-10
1
-2
/
+1
*
r23779: Change from v2 or later to v3 or later.
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r23726: Explicitly pass down the FLAGS2 field to srvstr_pull_buf. The next
Volker Lendecke
2007-10-10
1
-1
/
+2
*
r22736: Start to merge the low-hanging fruit from the now 7000-line cluster p...
Volker Lendecke
2007-10-10
1
-1
/
+1
*
r22391: Looks bigger than it is. Make "inbuf" available
Jeremy Allison
2007-10-10
1
-6
/
+6
*
r16945: Sync trunk -> 3.0 for 3.0.24 code. Still need
Jeremy Allison
2007-10-10
1
-0
/
+17
*
r15911: Make us survive rpc-authcontext committed next
Volker Lendecke
2007-10-10
1
-0
/
+10
*
r11511: A classic "friday night check-in" :-). This moves much
Jeremy Allison
2007-10-10
1
-1
/
+1
*
r8219: Merge the new open code from HEAD to 3.0. Haven't yet run the torture
Jeremy Allison
2007-10-10
1
-38
/
+51
*
r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember to
Jeremy Allison
2007-10-10
1
-0
/
+2
*
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
2002-07-15
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
2002-01-20
1
-7
/
+9
*
Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.
Jeremy Allison
2001-12-18
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-2
/
+0
*
converted smbd to use NTSTATUS by default
Andrew Tridgell
2001-08-27
1
-8
/
+8
*
allow to use usrmgr/svrmgr tools in win95
Jean-François Micouleau
2001-07-04
1
-5
/
+7
*
a missing string conversion.
Jean-François Micouleau
2001-04-18
1
-1
/
+1
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-3
/
+0
*
Fixing get/set of security descriptors.
Jeremy Allison
2000-06-07
1
-0
/
+2
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+3
*
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
2000-04-25
1
-1
/
+0
*
Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.
Jeremy Allison
2000-03-11
1
-1
/
+2
*
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
2000-03-09
1
-22
/
+25
*
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
2000-01-03
1
-2
/
+18
*
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1999-12-13
1
-32
/
+32
*
- added DCE/RPC "fault" PDU support.
Luke Leighton
1999-11-15
1
-0
/
+41
*
unused variable in pipe_smb_write_X
Luke Leighton
1998-10-14
1
-1
/
+0
*
dce/rpc
Luke Leighton
1998-10-09
1
-1
/
+1
*
- fixed a bunch of warnings and minor errors
Andrew Tridgell
1998-10-08
1
-1
/
+0
*
dce/rpc
Luke Leighton
1998-10-07
1
-1
/
+1
*
dce/rpc
Luke Leighton
1998-10-07
1
-1
/
+46
*
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1998-09-17
1
-3
/
+0
*
check that a valid pipe is passed before doing a pipe close.
Andrew Tridgell
1998-09-01
1
-0
/
+4
*
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1998-08-17
1
-2
/
+0
*
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1998-08-17
1
-100
/
+82
*
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1998-08-15
1
-9
/
+4
*
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1998-08-14
1
-12
/
+8
*
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1998-07-31
1
-3
/
+2
*
Makefile: Added nttrans.o
Jeremy Allison
1998-07-16
1
-1
/
+1
*
This looks like a big change but really isn't.
Jeremy Allison
1998-04-25
1
-1
/
+0
*
"For I have laboured mightily on Luke's code, and hath broken
Jeremy Allison
1998-03-11
1
-188
/
+54
*
This is *not* a big change (although it looks like one).
Jeremy Allison
1998-01-22
1
-3
/
+3
*
following a cvs error, i am rewriting this monster-commit. with bad grace.
Luke Leighton
1997-11-06
1
-0
/
+4
*
storing pipe name state (from set named pipe handle state call) in the
Luke Leighton
1997-10-30
1
-9
/
+6
*
Makefile:
Luke Leighton
1997-10-30
1
-77
/
+3
*
removed mechanism that created actual files NETLOGON, lsarpc and the like,
Luke Leighton
1997-10-30
1
-71
/
+100
*
byteorder.h :
Luke Leighton
1997-10-29
1
-1
/
+1
[prev]
[next]