summaryrefslogtreecommitdiff
path: root/source3/rpc_client
AgeCommit message (Expand)AuthorFilesLines
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-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-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-29Pass down max_size parameter to cli_samr_query_dispinfo() instead ofTim Potter1-2/+35
2003-01-28added LsaRemoveAccountRightsAndrew Tridgell1-0/+42
2003-01-28cleaned up the lsa_enum_acct_rights function and added aAndrew Tridgell1-0/+43
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-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-11[merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter1-0/+2
2003-01-02BIG patch...Andrew Bartlett2-9/+9
2002-12-30the shutdown call does not have a 16 bit flags, but 2 byte representing booleansSimo Sorce1-2/+3
2002-12-08make querygroup in rpcclient working, same fix as per 2.2 treeSimo Sorce1-3/+3
2002-11-27fix cli_ds_getprimarydominfo(); merge from SAMBA_3_0Gerald Carter1-1/+1
2002-11-19Merge from appliance:Tim Potter1-6/+16
2002-11-15A cool idea from mbp: create a big shared library of all Samba objectsTim Potter1-4/+3
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2-24/+17
2002-11-07What is wrong with you, Jim? Check in the final version, not an interim one...Jim McDonough1-139/+17
2002-11-07Allow multiple fragment RPC's to be sent.Jim McDonough1-18/+175
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-2/+2
2002-11-06Client side functions for enumprinterkey.Tim Potter1-0/+100
2002-11-02Display pipe name in rpc bind failure debug.Tim Potter1-1/+2
2002-11-01Tidyup of some DCERPC pipe connection debugs. The new LSA_DS stuffTim Potter1-4/+3
2002-10-21Fix a silly memset typo.Tim Potter1-2/+2
2002-10-21Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter1-0/+10
2002-10-17Do a SMB_ASSERT() in cli_nt_session_open() when the pipe index is outTim Potter1-2/+3
2002-10-08merge from APP_HEADGerald Carter1-0/+16
2002-10-04merge native_mode flag in winbindd_domain struct from app-headGerald Carter1-31/+11
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2-1/+64
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter2-30/+79
2002-09-10change notify merge from APP_HEADGerald Carter1-0/+3
2002-09-09Return WERR_UNKNOWN_LEVEL for unknown info levels.Tim Potter1-3/+12
2002-09-09Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don'tTim Potter1-0/+3
2002-09-06cli_spoolss_enumprinterdrivers:Tim Potter1-0/+4
2002-09-03Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ...Tim Potter1-67/+34
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter1-4/+47
2002-09-03Return data from enumprinterdataex by deep copying on passed in tdb context.Tim Potter1-1/+17
2002-09-02Implemented some more client side spoolss functions:Tim Potter1-1/+162
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau1-13/+96
2002-08-27Don't try to convert enumprinters name to a unc name.Tim Potter1-11/+1
2002-08-27Pass the object name down to the enum_printers rpc. By default this is theTim Potter1-2/+8
2002-08-23Moved calculation of secure channel type into a new function.Tim Potter1-0/+18