summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_pipe.c
AgeCommit message (Expand)AuthorFilesLines
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
2003-04-28Use NTSTATUS as return value for smb_register_*() functions and init_module()Jelmer Vernooij1-4/+22
2003-04-22Setting the credentials for the netsec netlogon pipe connect upon eachVolker Lendecke1-0/+5
2003-04-16Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison1-2/+10
2003-04-15use the new modules system for the rpc modules (backport from HEAD)Jelmer Vernooij1-99/+7
2003-04-14Merge of rpcecho pipe for testing large dcerpc requests and responses.Tim Potter1-0/+5
2003-04-09Put the core schannel functions to parse_prs.c. They are also used byVolker Lendecke1-187/+2
2003-04-06Merge the TNG netlogon schannel from HEAD.Volker Lendecke1-28/+394
2003-03-03Fix const warning.Jeremy Allison1-1/+1
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-15/+11
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-40/+198
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett1-3/+3
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-9/+32
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-19/+19
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-2/+5
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-25Return correct RPC fault PDU on bad handle incoming.Jeremy Allison1-0/+7
2002-01-20Kill off another ugly wart from the side of the passdb subsystem.Andrew Bartlett1-0/+2
2002-01-09Better explanation message for dmalloc.Martin Pool1-1/+1
2002-01-05I've decided to move the auth code around a bit more...Andrew Bartlett1-4/+4
2001-12-27moving SAM_ACCOUNT to include a bit field for initializedGerald Carter1-8/+8
2001-11-24This is another rather major change to the samba authenticaionAndrew Bartlett1-2/+6
2001-11-09This change updates lp_guestaccount() to be a *global* paramater, rather thanAndrew Bartlett1-13/+5
2001-11-08Change to guest logon code.Andrew Bartlett1-29/+22
2001-11-04Fix up authenticated pipes in line with vuser changes. This ensures that globalAndrew Bartlett1-1/+4
2001-11-03Added NT_USER_TOKEN into server_info to fix extra groups problem.Jeremy Allison1-1/+1
2001-10-31... and clean up the unused variables.Andrew Bartlett1-3/+0
2001-10-31Small changes for guest authenticated pipes.Andrew Bartlett1-8/+7
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-41/+35
2001-10-29This commit is number 4 of 4.Andrew Bartlett1-1/+1
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-5/+2
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-2/+0
2001-09-29Fix up a number of intertwined issues:Andrew Bartlett1-3/+3
2001-09-21fixed character set for user name pullAndrew Tridgell1-4/+3