summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
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
2003-02-14Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison1-10/+10
2003-02-12initial server side privileges implementation, using a tdb. This needs to be ...Andrew Tridgell1-1/+1
2003-02-10added the 'lsaenumacctwithright' command to rpcclient. This allows youAndrew Tridgell1-0/+52
2003-02-01One more signed/unsigned fixAndrew Bartlett1-1/+1
2003-01-29Merge tpot's changes to request the correct sizes for user dispinfoJeremy Allison1-2/+35
2003-01-29Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter1-2/+35
2003-01-29Merge tridge's client priv code from HEAD.Jeremy Allison1-4/+49
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell1-0/+42
2003-01-28Merging tridge's privillage client changes from HEAD.Jeremy Allison1-0/+40
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell1-0/+43
2003-01-22Merge: remove dead function.Tim Potter1-10/+0
2003-01-17reverted this patch till I sort out the craziness with UNIHDRAndrew Tridgell1-8/+8
2003-01-17This removes the 3rd argument from init_unistr2(). There were 240Andrew Tridgell1-8/+8
2003-01-17Let's clean up client side ntlmssp!Tim Potter1-10/+0
2003-01-15merging some rpcclient and net functionality from HEADGerald Carter2-3/+62
2003-01-15added cli_lsa_enum_account_rights() call. Note that this is inAndrew Tridgell1-0/+57
2003-01-14Added comment about a SMB_ASSERT()Tim Potter1-0/+3
2003-01-13Make sure that those cleanups actually went in.Richard Sharpe1-2/+2
2003-01-13Now that I am running config.developer, I decided to get rif of some warnings:Richard Sharpe1-2/+2
2003-01-11[merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter1-0/+2
2003-01-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter1-0/+2
2003-01-04Merge from HEAD - idra's fix for the fact that the shutdown command takes two 1Andrew Bartlett1-2/+3
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett2-9/+9