summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r18789: Replace the winreg server code with the libndr parsing code.Gerald Carter1-1/+1
2007-10-10r18654: Rename "struct uuid" => "struct GUID" for consistency.Jelmer Vernooij1-2/+2
2007-10-10r18572: Use the autogenerated client and server for the echo interface and im...Jelmer Vernooij1-2/+2
2007-10-10r17348: Some C++ warningsVolker Lendecke1-3/+4
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-49/+56
2007-10-10r16785: BUG 3908: Fix rpc bin authentication failure which broke user passwor...Gerald Carter1-0/+3
2007-10-10r16582: Fix Klocwork #1997 and all generic class of problemsJeremy Allison1-3/+12
2007-10-10r15129: Separate out mechanism and policy for NTLMSSP auth/sign/seal.Jeremy Allison1-1/+22
2007-10-10r14597: Merge DCERPC_FAULT constants from Samba 4.Günther Deschner1-5/+5
2007-10-10r13915: Fixed a very interesting class of realloc() bugs found by Coverity.Jeremy Allison1-1/+4
2007-10-10r13571: Replace all calls to talloc_free() with thye TALLOC_FREE()Gerald Carter1-3/+3
2007-10-10r13557: (Hopefully) get the creds store/restore key right fromJeremy Allison1-1/+7
2007-10-10r13552: Make sure we're using the same name to load the storedJeremy Allison1-1/+1
2007-10-10r13519: Fix the credentials chaining across netlogon pipe disconnects.Jeremy Allison1-15/+8
2007-10-10r13316: Let the carnage begin....Gerald Carter1-2/+3
2007-10-10r13293: Rather a big patch I'm afraid, but this should fix bug #3347Jeremy Allison1-7/+8
2007-10-10r13176: Fix show-stopper bug for 3.0.21b where 4 leg NTLMSSP SPNEGOJeremy Allison1-1/+24
2007-10-10r11950: If we got a connection oriented cancel pdu we would spin processing it.Jeremy Allison1-0/+49
2007-10-10r11137: Compile with only 2 warnings (I'm still working on that code) on a gcc4Jeremy Allison1-14/+14
2007-10-10r10792: Fix the "schannel not stored across client disconnects" problem.Jeremy Allison1-15/+14
2007-10-10r10656: BIG merge from trunk. Features not copied overGerald Carter1-623/+1240
2007-10-10r9080: If we don't understand the auth, bind nak not pdu fault.Jeremy Allison1-15/+13
2007-10-10r8805: Merge a duplicate struct. Get ready to support SPNEGO rpc binds.Jeremy Allison1-60/+65
2007-10-10r7708: Hint from Luke Howard (thanks Luke). Ensure the schannel authenticator...Jeremy Allison1-1/+1
2007-10-10r7385: Rewrite the RPC bind parsing functions to follow the spec. I haven't yetJeremy Allison1-3/+3
2007-10-10r7217: Only allow schannel connections if a successful Auth2 has been doneVolker Lendecke1-0/+7
2007-10-10r6225: get rid of warnings from my compiler about nested externsHerb Lewis1-2/+3
2007-10-10r6014: rather large change set....Gerald Carter1-0/+7
2007-10-10r4088: Get medieval on our ass about malloc.... :-). Take control of all our ...Jeremy Allison1-13/+8
2007-10-10r1492: Rework our random number generation system.Andrew Bartlett1-1/+1
2007-10-10r1415: One more memory leak, found by valgrind..Jeremy Allison1-0/+3
2007-10-10r1414: Memory leak fixes found by valgrind whilst checking the password histo...Jeremy Allison1-17/+17
2007-10-10r1338: A netlogon schannel failure is a normal event with XP clients. They ca...Volker Lendecke1-1/+1
2007-10-10r704: BUG 1315: fix for schannel client connections to server's that don't su...Gerald Carter1-6/+9
2007-10-10r475: Don't add ss padding length to the sent length as this is comparedJeremy Allison1-1/+1
2007-10-10r473: Fix for Microsoft hotfix MS04-011 password change breakage.Jeremy Allison1-26/+52
2007-10-10r196: merging struct uuid from trunkGerald Carter1-2/+2
2007-10-10r115: finally checking in tridge's winbindd_schannel patch for connectionsGerald Carter1-2/+2
2003-11-22Changes all over the shop, but all towards:Andrew Bartlett1-3/+9
2003-10-01commit sign only patch from Andrew; bug 167; tested using 2k & XP clientsprev...Gerald Carter1-11/+19
2003-08-15get rid of some sompiler warnings on IRIXHerb Lewis1-2/+2
2003-08-14fix buildGerald Carter1-0/+2
2003-08-14Attempt at fixing bug #283. There however is no solution.Gerald Carter1-60/+135
2003-08-08Format tidyup.Jeremy Allison1-4/+4
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-08-01Fix copyright statements for various pieces of Anthony Liguori's work.Jim McDonough1-1/+1
2003-07-17In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett1-5/+0
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-14/+26
2003-07-03This patch takes the work the jerry did for beta2, and generalises it:Andrew Bartlett1-1/+1
2003-05-12And finally IDMAP in 3_0Simo Sorce1-8/+2