summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe_hnd.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-22Fix for systems that allow more than 65536 open files per process.Jeremy Allison1-4/+0
2002-07-06Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control.Andrew Bartlett1-2/+4
2002-06-28Added limit on SPOOLSS pipes from 2.2.xJeremy Allison1-8/+31
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-04-23Fix my stupid compile bug in num_files_open.Jeremy Allison1-5/+6
2002-04-23Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison1-1/+6
2002-02-08merge from APPLIANCE_HEADGerald Carter1-1/+1
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-22merge from appliance_headGerald Carter1-2/+5
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-0/+11
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-57/+207
2001-11-05Changed MAX_OPEN_PIPES to 2048.Jeremy Allison1-1/+1
2001-11-05Don't put a \n on the end of the arg to exit_server()Tim Potter1-1/+1
2001-10-27Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison1-1/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-3/+0
2001-09-17move to SAFE_FREE()Simo Sorce1-4/+4
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-2/+2
2001-08-26Spaces -> Tabs.Jeremy Allison1-6/+7
2001-08-23Fix for filers sending -1 for the maximum read request length on theTim Potter1-3/+7
2001-06-19Fixed typo in debug message.Tim Potter1-1/+1
2001-05-18Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison1-2/+2
2001-03-13Move to a handle database per pipe name, not per pipe.Jeremy Allison1-1/+7
2001-03-12Ok - we're now sending back policy handles to bigendian AS/U correctly.Jeremy Allison1-1/+10
2001-03-12Looks like AS/U doesn't set the FIRST flag in a BIND packet.Jeremy Allison1-1/+5
2001-03-11Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"Jeremy Allison1-4/+6
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-20/+41
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-13/+49
2001-03-03Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison1-2/+2
2001-02-27Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison1-12/+24
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