summaryrefslogtreecommitdiffstats
path: root/source3/rpc_server/srv_pipe.c
Commit message (Expand)AuthorAgeFilesLines
* r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner2007-10-101-5/+5
* r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison2007-10-101-1/+4
* r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter2007-10-101-3/+3
* r13557: (Hopefully) get the creds store/restore key right fromJeremy Allison2007-10-101-1/+7
* r13552: Make sure we're using the same name to load the storedJeremy Allison2007-10-101-1/+1
* r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison2007-10-101-15/+8
* 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-7/+8
* r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGOJeremy Allison2007-10-101-1/+24
* r11950: If we got a connection oriented cancel pdu we would spin processing it.Jeremy Allison2007-10-101-0/+49
* r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison2007-10-101-14/+14
* r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison2007-10-101-15/+14
* r10656: BIG merge from trunk. Features not copied overGerald Carter2007-10-101-623/+1240
* r9080: If we don't understand the auth, bind nak not pdu fault.Jeremy Allison2007-10-101-15/+13
* r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison2007-10-101-60/+65
* r7708: Hint from Luke Howard (thanks Luke). Ensure the schannel authenticator...Jeremy Allison2007-10-101-1/+1
* r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison2007-10-101-3/+3
* r7217: Only allow schannel connections if a successful Auth2 has been doneVolker Lendecke2007-10-101-0/+7
* r6225: get rid of warnings from my compiler about nested externsHerb Lewis2007-10-101-2/+3
* r6014: rather large change set....Gerald Carter2007-10-101-0/+7
* r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison2007-10-101-13/+8
* r1492: Rework our random number generation system.Andrew Bartlett2007-10-101-1/+1
* r1415: One more memory leak, found by valgrind..Jeremy Allison2007-10-101-0/+3
* r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison2007-10-101-17/+17
* r1338: A netlogon schannel failure is a normal event with XP clients. They ca...Volker Lendecke2007-10-101-1/+1
* r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter2007-10-101-6/+9
* r475: Don't add ss padding length to the sent length as this is comparedJeremy Allison2007-10-101-1/+1
* r473: Fix for Microsoft hotfix MS04-011 password change breakage.Jeremy Allison2007-10-101-26/+52
* r196: merging struct uuid from trunkGerald Carter2007-10-101-2/+2
* r115: finally checking in tridge's winbindd_schannel patch for connectionsGerald Carter2007-10-101-2/+2
* Changes all over the shop, but all towards:Andrew Bartlett2003-11-221-3/+9
* commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter2003-10-011-11/+19
* get rid of some sompiler warnings on IRIXHerb Lewis2003-08-151-2/+2
* fix buildGerald Carter2003-08-141-0/+2
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-60/+135
* Format tidyup.Jeremy Allison2003-08-081-4/+4
* Update my copyrights according to my agreement with IBMJim McDonough2003-08-011-1/+1
* Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough2003-08-011-1/+1
* In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett2003-07-171-5/+0
* Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett2003-07-141-14/+26
* This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett2003-07-031-1/+1
* And finally IDMAP in 3_0Simo Sorce2003-05-121-8/+2
* Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij2003-04-281-4/+22
* Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke2003-04-221-0/+5
* Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison2003-04-161-2/+10
* use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij2003-04-151-99/+7
* Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter2003-04-141-0/+5
* Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke2003-04-091-187/+2
* Merge the TNG netlogon schannel from HEAD.Volker Lendecke2003-04-061-28/+394
* Fix const warning.Jeremy Allison2003-03-031-1/+1