summaryrefslogtreecommitdiff
path: root/source/rpc_server/srv_pipe_hnd.c
Commit message (Expand)AuthorAgeFilesLines
* Coverity fixesMarc VanHeyningen2008-03-181-3/+3
* Make smb_np_struct talloc'edVolker Lendecke2007-12-161-8/+11
* Remove unused codeVolker Lendecke2007-12-161-14/+0
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-13/+13
* [GLUE] Rsync SAMBA_3_2_0 SVN r25598 in order to create the v3-2-test branch.samba-misc-tags/initial-v3-2-testGerald (Jerry) Carter2007-10-101-0/+2
* r25118: More pstring elimination.Jeremy Allison2007-10-101-3/+3
* r25023: Coverity #455. Not actually a bug, but this clarifiesJeremy Allison2007-10-101-0/+1
* r24106: Pass fnum instead of buf/offset into get_rpc_pipe_pVolker Lendecke2007-10-101-3/+1
* r23991: Some constVolker Lendecke2007-10-101-1/+1
* r23801: The FSF has moved around a lot. This fixes their Mass Ave address.Andrew Tridgell2007-10-101-2/+1
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-101-1/+1
* r22001: change prototype of dump_data(), so that it takes unsigned char * now,Stefan Metzmacher2007-10-101-1/+1
* r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison2007-10-101-2/+7
* r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner2007-10-101-2/+2
* r14031: Coverity bug CID #110. Free all resources correctlyJeremy Allison2007-10-101-0/+2
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-1/+1
* r13316: Let the carnage begin....Gerald Carter2007-10-101-2/+3
* r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison2007-10-101-3/+3
* r11950: If we got a connection oriented cancel pdu we would spin processing it.Jeremy Allison2007-10-101-3/+78
* r11292: Missed merge from Samba 2.2 many years ago....Gerald Carter2007-10-101-5/+0
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-97/+120
* r6595: This is Volkers new-talloc patch. Just got the go-ahead fromJeremy Allison2007-10-101-3/+4
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-5/+3
* r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison2007-10-101-0/+16
* r1412: Fix password history list in tdbsam. Fix some memory leaks. AddJeremy Allison2007-10-101-3/+0
* r1338: A netlogon schannel failure is a normal event with XP clients. They ca...Volker Lendecke2007-10-101-1/+1
* r786: Memory leak fixes in (mostly) error code paths fromJeremy Allison2007-10-101-0/+1
* r238: Fix memleakVolker Lendecke2007-10-101-0/+3
* fix process_incoming_data() to return the number of bytes handled this call w...Gerald Carter2003-12-041-1/+3
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-1/+1
* Fix typo in debug statement.Tim Potter2003-11-041-1/+1
* Fix more 64-bit printf warnings.Tim Potter2003-11-031-1/+1
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-0/+2
* Merge the TNG netlogon schannel from HEAD.Volker Lendecke2003-04-061-4/+11
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-10/+5
* 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
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-151-8/+42
* 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