summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-6/+6
2002-11-11Add getdata and getdataex commandsJim McDonough1-38/+187
2002-11-09deldriver fixGerald Carter1-6/+11
2002-11-08Add enumdataex commandJim McDonough1-0/+80
2002-11-08Implement enumdata commandJim McDonough1-2/+85
2002-11-08Add enumkey command (EnumPrinterKey api)Jim McDonough1-0/+76
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-1/+1
2002-11-06Merge of get_dc_list() api change from HEAD.Tim Potter1-5/+4
2002-10-28Sync with head...Jelmer Vernooij1-12/+7
2002-10-17Added new error codes. Fix up connection code to retry in the same wayJeremy Allison1-1/+1
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter2-8/+2
2002-10-04This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+59
2002-10-04merge of working dsrolegetprimdominfo() client code from APP_HEADGerald Carter3-8/+61
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter11-91/+99
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter11-91/+99
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter5-102/+83
2002-09-05The new popt_common_debug code obviates the need to muck around withTim Potter1-10/+2
2002-09-04remove inet_aton()Gerald Carter1-1/+1
2002-09-03Fix setprinterdata rpcclient command to use new cli_spoolss_setprinterdataTim Potter1-6/+12
2002-09-03Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter1-2/+2
2002-08-30allow rpcclient's samlogon command to use cli_net_3().Jean-François Micouleau1-3/+11
2002-08-30added cli_net_auth_3 client code.Jean-François Micouleau2-8/+10
2002-08-29Forgot to remove old usage() functionJelmer Vernooij1-27/+5
2002-08-29Use popt for printing --help messageJelmer Vernooij1-11/+9
2002-08-27slprintf() takes a size argumentAndrew Tridgell1-1/+1
2002-08-27Don't try to convert enumprinters name to a unc name.Tim Potter1-2/+6
2002-08-27Pass the object name down to the enum_printers rpc. By default this is theTim Potter1-6/+9
2002-08-23Moved calculation of secure channel type into a new function.Tim Potter1-6/+3
2002-08-22Fix for change in cli_netlogon_sam_sync()Tim Potter1-1/+1
2002-08-22Added some new delta types discovered by Ronnie from ethereal"Tim Potter2-6/+5
2002-08-22added a 'net rpc samdump' command for dumping the whole sam viaAndrew Tridgell1-2/+2
2002-08-22A few fixes towards libsmbclient and rpcclient - get pointer types right andAndrew Bartlett1-7/+7
2002-08-22Move commentAndrew Bartlett1-2/+3
2002-08-19make rpcclient use print_guid()Andrew Tridgell1-9/+2
2002-08-17sync 3.0 branch with HEADJelmer Vernooij7-174/+477
2002-08-12Add lsaqueryinfo2, but keep under "lsaquery" command. It will autoselectJim McDonough1-9/+40
2002-08-12Use samr connect4, then fall back to samr connect if it fails. This isJim McDonough1-29/+46
2002-08-08Merge of incomplete rffpcnex testing code from APPLIANCE_HEAD.Tim Potter1-0/+80
2002-08-05This fixes a number of ADS problems, particularly with netbioslessAndrew Tridgell1-13/+5
2002-07-30Some crash fixes for netshareenum returning zero shares.Tim Potter1-1/+1
2002-07-29Our include popt is starting to get a bit old - fixed some compileTim Potter1-3/+3
2002-07-29We don't need this silly unix username stuff. NT username is basicly unused,Andrew Bartlett1-13/+3
2002-07-29Started to get samsync to insert account information in the passdb. It'sTim Potter1-110/+309
2002-07-29Use common popt definition for -d option.Tim Potter1-7/+1
2002-07-21Tpot missed one...Andrew Bartlett1-1/+1
2002-07-21Renamed all the new_cli_netlogon_* functions to cli_netlogon_*Tim Potter1-3/+3
2002-07-20If we can't connect, make sure its a level 0 so we see it, and the reason.Andrew Bartlett1-1/+1
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell7-270/+519
2002-07-14Apply patch from "Kai Krueger" <kai@kruegernetz.de> to make it easier toAndrew Bartlett1-51/+116
2002-07-09Added -I option to rpcclient.Tim Potter1-12/+20