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
/
rpc_server
/
srv_pipe_hnd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward port the change to talloc_init() to make all talloc contexts
Jeremy Allison
2002-12-20
1
-2
/
+2
*
Fix for systems that allow more than 65536 open files per process.
Jeremy Allison
2002-10-22
1
-4
/
+0
*
Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control.
Andrew Bartlett
2002-07-06
1
-2
/
+4
*
Added limit on SPOOLSS pipes from 2.2.x
Jeremy Allison
2002-06-28
1
-8
/
+31
*
more debug classess activated
Simo Sorce
2002-06-18
1
-0
/
+3
*
Fix my stupid compile bug in num_files_open.
Jeremy Allison
2002-04-23
1
-5
/
+6
*
Fix for a bug Jerry found with printing where a smbd connection may
Jeremy Allison
2002-04-23
1
-1
/
+6
*
merge from APPLIANCE_HEAD
Gerald Carter
2002-02-08
1
-1
/
+1
*
Removed version number from file header.
Tim Potter
2002-01-30
1
-2
/
+1
*
merge from appliance_head
Gerald Carter
2002-01-22
1
-2
/
+5
*
Kill off another ugly wart from the side of the passdb subsystem.
Andrew Bartlett
2002-01-20
1
-0
/
+11
*
This is the current patch from Luke Leighton <lckl@samba-tng.org> to add a
Andrew Bartlett
2002-01-20
1
-57
/
+207
*
Changed MAX_OPEN_PIPES to 2048.
Jeremy Allison
2001-11-05
1
-1
/
+1
*
Don't put a \n on the end of the arg to exit_server()
Tim Potter
2001-11-05
1
-1
/
+1
*
Raise simultaneous open pipes from 64 to 1024 for large print server
Jeremy Allison
2001-10-27
1
-1
/
+1
*
Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.
Tim Potter
2001-10-02
1
-3
/
+0
*
move to SAFE_FREE()
Simo Sorce
2001-09-17
1
-4
/
+4
*
converted another bunch of stuff to NTSTATUS
Andrew Tridgell
2001-08-27
1
-2
/
+2
*
Spaces -> Tabs.
Jeremy Allison
2001-08-26
1
-6
/
+7
*
Fix for filers sending -1 for the maximum read request length on the
Tim Potter
2001-08-23
1
-3
/
+7
*
Fixed typo in debug message.
Tim Potter
2001-06-19
1
-1
/
+1
*
Fix the W2KSP2 joining a Samba domain problem.
Jeremy Allison
2001-05-18
1
-2
/
+2
*
Move to a handle database per pipe name, not per pipe.
Jeremy Allison
2001-03-13
1
-1
/
+7
*
Ok - we're now sending back policy handles to bigendian AS/U correctly.
Jeremy Allison
2001-03-12
1
-1
/
+10
*
Looks like AS/U doesn't set the FIRST flag in a BIND packet.
Jeremy Allison
2001-03-12
1
-1
/
+5
*
Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"
Jeremy Allison
2001-03-11
1
-4
/
+6
*
Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMR
Jeremy Allison
2001-03-11
1
-20
/
+41
*
Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.
Jeremy Allison
2001-03-09
1
-13
/
+49
*
Roll back to using malloc/realloc on some of spoolss in head.
Jeremy Allison
2001-03-03
1
-2
/
+2
*
Added total memory allocated counter to talloc, so we can tell if a talloc
Jeremy Allison
2001-02-27
1
-12
/
+24
*
Fixed up the user/group contexts when using authenticated pipes.
Jeremy Allison
2000-08-04
1
-0
/
+3
*
Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...
Jeremy Allison
2000-08-01
1
-12
/
+1
*
Ok - this is a *BIG* change - but it fixes the problems with static strings
Jeremy Allison
2000-07-27
1
-164
/
+46
*
Some more sec_ctx changes. Modified some fields in the pipe_struct
Tim Potter
2000-07-03
1
-2
/
+8
*
Removed save directory argument to become_root() calls. Probably most of
Tim Potter
2000-06-23
1
-2
/
+2
*
Fixed memory leak in RPC parsing code.
Shirish Kalele
2000-05-26
1
-1
/
+6
*
Fixed bug I introduced last night (sorry). Now truncate incoming prs_struct
Jeremy Allison
2000-05-17
1
-0
/
+7
*
more merging voodoo
Andrew Tridgell
2000-05-10
1
-0
/
+3
*
rpc_server/srv_lsa.c: Bring into sync with 2.0.x.
Jeremy Allison
2000-05-04
1
-6
/
+6
*
- use full_name instead of real_name
Andrew Tridgell
2000-05-04
1
-1
/
+1
*
split the username in the vuser structure into a separate
Andrew Tridgell
2000-05-02
1
-2
/
+2
*
Added sys_fork() and sys_getpid() functions to stop the overhead
Jeremy Allison
2000-05-02
1
-2
/
+2
*
fixed a prs memory leak (weren't freeing input buffer)
Andrew Tridgell
2000-04-23
1
-0
/
+1
*
IRIX include fixes.
Jeremy Allison
2000-03-31
1
-0
/
+5
*
Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...
Jeremy Allison
2000-03-10
1
-33
/
+115
*
removed unused variable
Jean-François Micouleau
2000-03-10
1
-1
/
+0
*
Big update moving the multi-pdu support from 2.0.x into HEAD for JF
Jeremy Allison
2000-03-09
1
-62
/
+477
*
lib/system.c: Fixed gcc warnings.
Jeremy Allison
2000-02-23
1
-23
/
+23
*
made cvs main up-to-date with samba_tng, with addition of process id to
Luke Leighton
2000-01-21
1
-1
/
+1
*
modified smbd/msrpc credential transfer system. user session key
Luke Leighton
2000-01-11
1
-0
/
+10
[next]