summaryrefslogtreecommitdiff
path: root/source3/rpcclient
AgeCommit message (Expand)AuthorFilesLines
2001-06-20Added delete domain user rpcclient command.Tim Potter1-1/+84
2001-06-13Added some msdfs client routines.Tim Potter1-0/+291
2001-06-06Added stub dfs client commands to rpcclient.Tim Potter1-0/+2
2001-06-06Added stubs for dfs rpc client routines.Tim Potter1-0/+32
2001-06-06Fixups for new args to cli_samr_connect()Tim Potter1-35/+175
2001-06-04Added add domain user to rpcclient.Tim Potter1-0/+88
2001-05-31merge from 2.2Gerald Carter1-12/+28
2001-05-31merge from 2.2Gerald Carter1-0/+6
2001-05-31merge from 2.2Gerald Carter1-1/+1
2001-05-24Added srvinfo and partial logonctrl and logonctrl2 commands.Tim Potter2-2/+267
2001-05-24Fixed compiler warning.Tim Potter1-1/+0
2001-05-24Removed some level 0 debugs accidentally left in - oops.Tim Potter1-3/+0
2001-05-24Replaced next_command() with call to next_token().Tim Potter1-21/+5
2001-05-24Added stubs for SRVSVC and NETLOGON rpcclient commands.Tim Potter3-426/+61
2001-05-18merge from 2.2 (deleteprinterdriver RPC)Gerald Carter1-8/+15
2001-05-17merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter1-0/+48
2001-05-15Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter1-8/+4
2001-05-14Added arg to querygroupinfo.Tim Potter1-8/+9
2001-05-11Memory leak fixes plus general cleanup.Tim Potter1-35/+20
2001-05-08Fixed querydispinfo command.Tim Potter1-12/+36
2001-05-07iAdded querydispinfo and querydominfo functions.Tim Potter1-3/+205
2001-05-04Added queryaliasmem function.Tim Potter1-4/+104
2001-05-04Tidyup of server vs servername, username vs user to remove compilerTim Potter1-24/+24
2001-05-04Added cmd_samr_enum_dom_groups() function.Tim Potter1-2/+86
2001-05-04More usability fixes.Tim Potter1-1/+3
2001-05-04Allow ctrl-d to exit rpcclient.Tim Potter1-4/+7
2001-04-28rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter4-87/+386
2001-04-08Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2-10/+10
2001-03-28Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter1-2/+2
2001-03-23Added Gerald's fixes.Jeremy Allison1-2/+0
2001-03-23More unused variables.Jeremy Allison2-14/+6
2001-03-19merge from 2.2 (reorder commands in array)Gerald Carter1-1/+1
2001-03-19fixed rpcclient readline codeAndrew Tridgell1-16/+3
2001-03-15addprinter and adddriver are working now :-)Gerald Carter3-61/+459
2001-03-15added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter1-1/+61
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-26/+355
2001-03-15more updates. several spoolss commands added as placeholdersGerald Carter4-15/+102
2001-03-14set of changes in the beginning of bringing rpcclient changesGerald Carter4-269/+294
2001-03-13move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter1-1/+2
2001-03-11Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison1-3/+0
2001-01-15rpcclient functions for remaining samr and lsa functions. All functionsTim Potter3-25/+458
2001-01-12Pass correctly formatted args to cli_spoolss_open_printer_ex()Tim Potter1-2/+7
2001-01-12Memory leak fixes and uninitialised variables spotted by insure.Tim Potter1-16/+18
2001-01-12Memory leak fixes spotted by insure.Tim Potter2-1/+14
2001-01-12Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex()Tim Potter1-1/+1
2001-01-11Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter4-1598/+954
2000-12-08Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2-146/+177
2000-12-08Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter1-12/+12
2000-09-12spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter1-1/+9
2000-08-29added -P (for no prompt) and -A <authfile> optionsGerald Carter1-11/+10