index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source3
/
smbd
/
pipes.c
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r4330: Fix for bug found by Rob Foehl <rwf@loonybin.net>. Remember to
Jeremy Allison
1
-0
/
+2
2002-07-15
updated the 3.0 branch from the head branch - ready for alpha18
Andrew Tridgell
1
-1
/
+1
2002-01-30
Removed version number from file header.
Tim Potter
1
-2
/
+1
2002-01-20
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
1
-7
/
+9
2001-12-18
Return NT_STATUS_OBJECT_NOT_FOUND or ERRbadpipe if pipe name not found.
Jeremy Allison
1
-1
/
+1
2001-10-02
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
1
-2
/
+0
2001-08-27
converted smbd to use NTSTATUS by default
Andrew Tridgell
1
-8
/
+8
2001-07-04
allow to use usrmgr/svrmgr tools in win95
Jean-François Micouleau
1
-5
/
+7
2001-04-18
a missing string conversion.
Jean-François Micouleau
1
-1
/
+1
2001-03-11
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
1
-3
/
+0
2000-06-07
Fixing get/set of security descriptors.
Jeremy Allison
1
-0
/
+2
2000-05-10
more merging voodoo
Andrew Tridgell
1
-0
/
+3
2000-04-25
moved trans2.h and nterr.h into includes.h with all our other includes
Andrew Tridgell
1
-1
/
+0
2000-03-11
Fix stupid logic bug in detecting start-of-pdu in writeX on pipe.
Jeremy Allison
1
-1
/
+2
2000-03-09
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
1
-22
/
+25
2000-01-03
simple mods to add msrpc pipe redirection. default behaviour: fall back
Luke Leighton
1
-2
/
+18
1999-12-13
first pass at updating head branch to be to be the same as the SAMBA_2_0 branch
Andrew Tridgell
1
-32
/
+32
1999-11-15
- added DCE/RPC "fault" PDU support.
Luke Leighton
1
-0
/
+41
1998-10-14
unused variable in pipe_smb_write_X
Luke Leighton
1
-1
/
+0
1998-10-09
dce/rpc
Luke Leighton
1
-1
/
+1
1998-10-08
- fixed a bunch of warnings and minor errors
Andrew Tridgell
1
-1
/
+0
1998-10-07
dce/rpc
Luke Leighton
1
-1
/
+1
1998-10-07
dce/rpc
Luke Leighton
1
-1
/
+46
1998-09-17
configure configure.in: Added tests for fseek64 and ftell64.
Jeremy Allison
1
-3
/
+0
1998-09-01
check that a valid pipe is passed before doing a pipe close.
Andrew Tridgell
1
-0
/
+4
1998-08-17
much cleaner chain pointer handling for both files and pipes.
Andrew Tridgell
1
-2
/
+0
1998-08-17
some cleanups from the conversion of Pipes[] to a linked list. I also
Andrew Tridgell
1
-100
/
+82
1998-08-15
this checkin gets rid of the global Files[] array and makes it local
Andrew Tridgell
1
-9
/
+4
1998-08-14
this is the bug change to using connection_struct* instead of cnum.
Andrew Tridgell
1
-12
/
+8
1998-07-31
As per a Andrew's message, I went through and removed the timestring()
Christopher R. Hertel
1
-3
/
+2
1998-07-16
Makefile: Added nttrans.o
Jeremy Allison
1
-1
/
+1
1998-04-25
This looks like a big change but really isn't.
Jeremy Allison
1
-1
/
+0
1998-03-11
"For I have laboured mightily on Luke's code, and hath broken
Jeremy Allison
1
-188
/
+54
1998-01-22
This is *not* a big change (although it looks like one).
Jeremy Allison
1
-3
/
+3
1997-11-06
following a cvs error, i am rewriting this monster-commit. with bad grace.
Luke Leighton
1
-0
/
+4
1997-10-30
storing pipe name state (from set named pipe handle state call) in the
Luke Leighton
1
-9
/
+6
1997-10-30
Makefile:
Luke Leighton
1
-77
/
+3
1997-10-30
removed mechanism that created actual files NETLOGON, lsarpc and the like,
Luke Leighton
1
-71
/
+100
1997-10-29
byteorder.h :
Luke Leighton
1
-1
/
+1
1997-10-19
pipes.c pipesrvsvc.c :
Luke Leighton
1
-80
/
+0
1997-10-15
ipc.c: Adding Andrews become_root code to the main branch.
Jeremy Allison
1
-2
/
+2
1997-10-15
added srvsvc basic pipe, straight from paul's code. does NETSHAREENUM
Luke Leighton
1
-0
/
+82
1997-10-13
split pipes.c down into util, netlog and ntlsa.
Luke Leighton
1
-1135
/
+1
1997-10-13
debugging... no idea what i'm doing.
Luke Leighton
1
-9
/
+10
1997-10-13
debug info added
Luke Leighton
1
-0
/
+4
1997-10-13
checked in a file with a compile error. oops!
Luke Leighton
1
-1
/
+0
1997-10-13
byteorder.h :
Luke Leighton
1
-292
/
+54
1997-10-12
getting somewhere.
Luke Leighton
1
-48
/
+61
1997-10-12
updated rpc header reply: callid wrong; alloc hint a uint32 not a uint16.
Luke Leighton
1
-21
/
+15
1997-10-12
ipc.c:
Luke Leighton
1
-36
/
+33
[next]