summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_hnd.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-04Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison1-0/+3
2000-08-01Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison1-12/+1
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-164/+46
2000-07-03Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter1-2/+8
2000-06-23Removed save directory argument to become_root() calls. Probably most ofTim Potter1-2/+2
2000-05-26Fixed memory leak in RPC parsing code.Shirish Kalele1-1/+6
2000-05-17Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison1-0/+7
2000-05-10more merging voodooAndrew Tridgell1-0/+3
2000-05-04rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison1-6/+6
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-1/+1
2000-05-02split the username in the vuser structure into a separateAndrew Tridgell1-2/+2
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
2000-04-23fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell1-0/+1
2000-03-31IRIX include fixes.Jeremy Allison1-0/+5
2000-03-10Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison1-33/+115
2000-03-10removed unused variableJean-François Micouleau1-1/+0
2000-03-09Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison1-62/+477
2000-02-23lib/system.c: Fixed gcc warnings.Jeremy Allison1-23/+23
2000-01-21made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton1-1/+1
2000-01-11modified smbd/msrpc credential transfer system. user session keyLuke Leighton1-0/+10
2000-01-03simple mods to add msrpc pipe redirection. default behaviour: fall backLuke Leighton1-1/+50
1999-12-13first pass at updating head branch to be to be the same as the SAMBA_2_0 branchAndrew Tridgell1-209/+162
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-7/+7
1999-12-12delineation between smb and msrpc more marked. smbd now constructsLuke Leighton1-38/+73
1999-12-06the first independent msrpc daemon - lsarpcd.Luke Leighton1-0/+25
1999-10-15adding error checking in parsing codeLuke Leighton1-0/+1
1999-03-25SAM database "set user info".Luke Leighton1-1/+1
1999-03-21The line:Matthew Chapman1-2/+2
1999-02-09when multiple independent large rpc calls come in on the same pipe,Luke Leighton1-5/+2
1999-02-03corrections to get data stream for 2nd and subsequent pdus copied fromLuke Leighton1-19/+19
1999-02-03multiple dce/rpc PDUs failed to work after ntlmssp update was added.Luke Leighton1-31/+23
1998-10-20some quite important bug-fixes i missed because i transferred the wrongLuke Leighton1-6/+4
1998-10-16dce/rpcLuke Leighton1-0/+3
1998-10-16rpc client mods (ntlmssp flags)Luke Leighton1-2/+2
1998-10-15bug-fixing against:Luke Leighton1-0/+24
1998-10-08dce/rpcLuke Leighton1-9/+17
1998-10-07dce/rpcLuke Leighton1-1/+19
1998-10-07dce/rpcLuke Leighton1-0/+14
1998-09-30(Finally) implemented "max open files" as a global smb.conf parameter.Jeremy Allison1-5/+17
1998-09-29Got very strict about the differences and uses ofJeremy Allison1-1/+1
1998-09-23nttrans.c:Luke Leighton1-4/+28
1998-09-05some cleanups to use ZERO_STRUCT() and friendsAndrew Tridgell1-2/+2
1998-09-05tridge the destroyer returns!Andrew Tridgell1-9/+0
1998-08-17added some optimisation for the case where the number of open files isAndrew Tridgell1-15/+2
1998-08-17much cleaner chain pointer handling for both files and pipes.Andrew Tridgell1-10/+5
1998-08-17some cleanups from the conversion of Pipes[] to a linked list. I alsoAndrew Tridgell1-222/+210
1998-08-15this checkin gets rid of the global Files[] array and makes it localAndrew Tridgell1-2/+0
1998-08-14this is the bug change to using connection_struct* instead of cnum.Andrew Tridgell1-61/+56
1998-05-06compiler warning for unimportant uninitialised variableLuke Leighton1-4/+4
1998-04-24ABOUT time. dce/rpc long packet format now works, server-side.Luke Leighton1-2/+0