summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
2003-08-01Update my copyrights according to my agreement with IBMJim McDonough1-1/+1
2003-07-31working on transtive trusts issue:Gerald Carter1-0/+5
2003-07-30Save us from possibly uninitialised variable (caught by gcc).Jeremy Allison1-4/+4
2003-07-30add a few more tidy ups. Now onto winbinddGerald Carter1-0/+8
2003-07-30add support for DsEnumerateDomainTrusted for enumerating all theGerald Carter1-2/+53
2003-07-25domain in schannel bind credentials must be the dest domain, not oursGerald Carter1-1/+3
2003-07-25Schannel, once setup, may be used on *ANY* TCP/IP connection until theAndrew Bartlett1-3/+52
2003-07-23Fix out of date comment.Tim Potter1-2/+1
2003-07-17In the presense of RPC fragments, schannel is not strictly request/reply,Andrew Bartlett1-5/+0
2003-07-16Fix up our auth_pipe code to always cope with fragmented datagrams,Andrew Bartlett1-64/+41
2003-07-15fix schannel processing on fragmented PDUs. 'net rpc vampire' works again.Gerald Carter1-1/+1
2003-07-14Fix compile error noticed by Ken Cross, use the utility function insteadAndrew Bartlett1-14/+4
2003-07-14Jeremy requested that I get my NTLMSSP patch into CVS. He didn't requestAndrew Bartlett1-564/+493
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2-19/+19
2003-06-12Fix for bug#3. Show comments when doing 'net group -l'.Volker Lendecke1-0/+51
2003-06-09Add some basic DEBUG statements at level 10 so we can see what is beingJeremy Allison1-0/+54
2003-05-16Clarify a comment: The secure channel connection must be opened on theTim Potter1-4/+4
2003-05-12Fix two bugs that were stopping net rpc vampire from working over secureTim Potter1-2/+10
2003-05-11Ok, this is a hack. On a netsec bind reply I did not see anythingVolker Lendecke1-0/+20
2003-05-08This puts real netlogon connection caching to winbind. This becomesVolker Lendecke2-26/+22
2003-05-07Always initialise this - it helps callers who use this in a loop...Andrew Bartlett1-0/+2
2003-05-01Turn down some DEBUG()s and remove some duplicate code spotted by dfenwick.Andrew Bartlett1-1/+1
2003-04-28Fixes from Ronan Waide <waider@waider.ie> for large RPC writes.Jeremy Allison1-2/+2
2003-04-25Minor cleanup of enum domain groups/aliases:Tim Potter1-12/+18
2003-04-24Merge from HEAD - always initailise this to zero - helps callers in loops.Andrew Bartlett1-0/+3
2003-04-21Merge from HEAD - save the type of channel used to contact the DC.Andrew Bartlett1-18/+0
2003-04-16Fixes for multi-PDU schannel - based on Volker's code. This code needsJeremy Allison1-9/+36
2003-04-16Fixes to make SCHANNEL work in 3.0 against a W2K DC. Still need to fixJeremy Allison1-13/+24
2003-04-14Merge: remove unused variables.Tim Potter1-2/+0
2003-04-14Merge: incorrect arg to debug.Tim Potter1-1/+1
2003-04-14Merge of samr lookup domain rpc client call from HEAD.Tim Potter1-0/+46
2003-04-13This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+187
2003-04-11A new RPC pipe! The \pipe\echo named pipe is for testing large RPCTim Potter1-0/+187
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-18/+305
2003-04-09This is the netlogon schannel client code. Try aVolker Lendecke1-18/+305
2003-04-09Auth2, not also Auth3 sends us flags back, although all the callersVolker Lendecke1-4/+5
2003-04-09Auth2, not also Auth3 sends us flags back, although all the callersVolker Lendecke1-4/+5
2003-04-04SAMR lookupdomain rpc client patches from amber palekar <amber@nu3.net>Tim Potter1-0/+46
2003-03-24(merge from HEAD)Andrew Bartlett1-1/+12
2003-03-23NTLM Authentication:Andrew Bartlett1-1/+12
2003-03-18This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+3
2003-03-18Ignore .po and .po32 files.Martin Pool1-0/+3
2003-02-26Merge of exit path cleanup for EnumDomainUsers.Tim Potter1-41/+23
2003-02-25Merge: const fixes.Tim Potter5-19/+24
2003-02-25More const fixes and flow on fixes from yesterday's const-fest.Tim Potter5-19/+24
2003-02-24Merge:Tim Potter1-7/+5
2003-02-21Exit path cleanup for cli_samr_enum_dom_users()Tim Potter1-34/+18
2003-02-19Merge NTSTATUS vs WERROR return for cli_srvsvc_net_srv_get_info()Tim Potter1-11/+7
2003-02-17Return a WERROR instead of a NTSTATUS like the rest of the srvsvcTim Potter1-11/+7
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-10/+10