summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe_hnd.c
Commit message (Expand)AuthorAgeFilesLines
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-201-2/+2
* Fix for systems that allow more than 65536 open files per process.Jeremy Allison2002-10-221-4/+0
* Copy the NT_TOKEN to the pipe, so the SAMR can use it for access control.Andrew Bartlett2002-07-061-2/+4
* Added limit on SPOOLSS pipes from 2.2.xJeremy Allison2002-06-281-8/+31
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Fix my stupid compile bug in num_files_open.Jeremy Allison2002-04-231-5/+6
* Fix for a bug Jerry found with printing where a smbd connection mayJeremy Allison2002-04-231-1/+6
* merge from APPLIANCE_HEADGerald Carter2002-02-081-1/+1
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* merge from appliance_headGerald Carter2002-01-221-2/+5
* Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett2002-01-201-0/+11
* This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett2002-01-201-57/+207
* Changed MAX_OPEN_PIPES to 2048.Jeremy Allison2001-11-051-1/+1
* Don't put a \n on the end of the arg to exit_server()Tim Potter2001-11-051-1/+1
* Raise simultaneous open pipes from 64 to 1024 for large print serverJeremy Allison2001-10-271-1/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-3/+0
* move to SAFE_FREE()Simo Sorce2001-09-171-4/+4
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-2/+2
* Spaces -> Tabs.Jeremy Allison2001-08-261-6/+7
* Fix for filers sending -1 for the maximum read request length on theTim Potter2001-08-231-3/+7
* Fixed typo in debug message.Tim Potter2001-06-191-1/+1
* Fix the W2KSP2 joining a Samba domain problem.Jeremy Allison2001-05-181-2/+2
* Move to a handle database per pipe name, not per pipe.Jeremy Allison2001-03-131-1/+7
* Ok - we're now sending back policy handles to bigendian AS/U correctly.Jeremy Allison2001-03-121-1/+10
* Looks like AS/U doesn't set the FIRST flag in a BIND packet.Jeremy Allison2001-03-121-1/+5
* Ensure we're checking for the "FIRST" flag in other types of PDU than "REQUEST"Jeremy Allison2001-03-111-4/+6
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-20/+41
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-13/+49
* Roll back to using malloc/realloc on some of spoolss in head.Jeremy Allison2001-03-031-2/+2
* Added total memory allocated counter to talloc, so we can tell if a tallocJeremy Allison2001-02-271-12/+24
* Fixed up the user/group contexts when using authenticated pipes.Jeremy Allison2000-08-041-0/+3
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-011-12/+1
* Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison2000-07-271-164/+46
* Some more sec_ctx changes. Modified some fields in the pipe_structTim Potter2000-07-031-2/+8
* Removed save directory argument to become_root() calls. Probably most ofTim Potter2000-06-231-2/+2
* Fixed memory leak in RPC parsing code.Shirish Kalele2000-05-261-1/+6
* Fixed bug I introduced last night (sorry). Now truncate incoming prs_structJeremy Allison2000-05-171-0/+7
* more merging voodooAndrew Tridgell2000-05-101-0/+3
* rpc_server/srv_lsa.c: Bring into sync with 2.0.x.Jeremy Allison2000-05-041-6/+6
* - use full_name instead of real_nameAndrew Tridgell2000-05-041-1/+1
* split the username in the vuser structure into a separateAndrew Tridgell2000-05-021-2/+2
* Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison2000-05-021-2/+2
* fixed a prs memory leak (weren't freeing input buffer)Andrew Tridgell2000-04-231-0/+1
* IRIX include fixes.Jeremy Allison2000-03-311-0/+5
* Fixups for compiles with gcc flags -Wall -Wshadow -Wstrict-prototypes -Wpoint...Jeremy Allison2000-03-101-33/+115
* removed unused variableJean-François Micouleau2000-03-101-1/+0
* Big update moving the multi-pdu support from 2.0.x into HEAD for JFJeremy Allison2000-03-091-62/+477
* lib/system.c: Fixed gcc warnings.Jeremy Allison2000-02-231-23/+23
* made cvs main up-to-date with samba_tng, with addition of process id toLuke Leighton2000-01-211-1/+1
* modified smbd/msrpc credential transfer system. user session keyLuke Leighton2000-01-111-0/+10