summaryrefslogtreecommitdiffstats
path: root/source3/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* merge from 2.2 (deleteprinterdriver RPC)Gerald Carter2001-05-181-8/+15
* merge from 2.2 DeletePrinterDriver() server side stud comingGerald Carter2001-05-171-0/+48
* Fixed up SAM_USERINFO_CTR dynamic stuff in cmd_samr_query_user()Tim Potter2001-05-151-8/+4
* Added arg to querygroupinfo.Tim Potter2001-05-141-8/+9
* Memory leak fixes plus general cleanup.Tim Potter2001-05-111-35/+20
* Fixed querydispinfo command.Tim Potter2001-05-081-12/+36
* iAdded querydispinfo and querydominfo functions.Tim Potter2001-05-071-3/+205
* Added queryaliasmem function.Tim Potter2001-05-041-4/+104
* Tidyup of server vs servername, username vs user to remove compilerTim Potter2001-05-041-24/+24
* Added cmd_samr_enum_dom_groups() function.Tim Potter2001-05-041-2/+86
* More usability fixes.Tim Potter2001-05-041-1/+3
* Allow ctrl-d to exit rpcclient.Tim Potter2001-05-041-4/+7
* rpcclient merge from 2.2 (including Jeremy's non-void return fix)Gerald Carter2001-04-284-87/+386
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-082-10/+10
* Changed usage message for query_groupmem and query_usergroups as they don'tTim Potter2001-03-281-2/+2
* Added Gerald's fixes.Jeremy Allison2001-03-231-2/+0
* More unused variables.Jeremy Allison2001-03-232-14/+6
* merge from 2.2 (reorder commands in array)Gerald Carter2001-03-191-1/+1
* fixed rpcclient readline codeAndrew Tridgell2001-03-191-16/+3
* addprinter and adddriver are working now :-)Gerald Carter2001-03-153-61/+459
* added getdriverdir and cleaned up the PRINTER_DRIVER_CTR structGerald Carter2001-03-151-1/+61
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-26/+355
* more updates. several spoolss commands added as placeholdersGerald Carter2001-03-154-15/+102
* set of changes in the beginning of bringing rpcclient changesGerald Carter2001-03-144-269/+294
* move charset_initialize() up in the food chain so that lp_load_servicesGerald Carter2001-03-131-1/+2
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-3/+0
* rpcclient functions for remaining samr and lsa functions. All functionsTim Potter2001-01-153-25/+458
* Pass correctly formatted args to cli_spoolss_open_printer_ex()Tim Potter2001-01-121-2/+7
* Memory leak fixes and uninitialised variables spotted by insure.Tim Potter2001-01-121-16/+18
* Memory leak fixes spotted by insure.Tim Potter2001-01-122-1/+14
* Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex()Tim Potter2001-01-121-1/+1
* Start of a rewrite of rpcclient based on the libsmb rpc client routines.Tim Potter2001-01-114-1598/+954
* Port of lsa_lookup_sids() and lsa_lookup_names() rpc client functions fromTim Potter2000-12-082-146/+177
* Modified argc passed to rpc_client cmd_* functions to include argv[0].Tim Potter2000-12-081-12/+12
* spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter2000-09-121-1/+9
* added -P (for no prompt) and -A <authfile> optionsGerald Carter2000-08-291-11/+10
* fixed an off by one error where I was tromping on memoryGerald Carter2000-08-181-1/+1
* FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter2000-08-121-2/+5
* Tidied up security rights definitions.Jeremy Allison2000-08-101-4/+4
* Working on spoolss_getprinterdriver() as it does not display all theGerald Carter2000-08-102-6/+21
* Needed to add the SHARED attribute bit when creating a printerGerald Carter2000-08-101-7/+9
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-091-44/+40
* Fixed AddPrinterDriver()Gerald Carter2000-08-091-1/+0
* All changes related to rpcclient...Gerald Carter2000-08-081-4/+235
* spoolss_addprinterex() was adding the printer and returning theGerald Carter2000-08-041-3/+3
* clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter2000-08-041-8/+10
* Tidyup removing many of the 0xC0000000 | NT_STATUS_XXX stuff (only need NT_ST...Jeremy Allison2000-08-012-5/+5
* More work on rpcclient...Gerald Carter2000-07-313-25/+121
* Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau2000-07-261-2/+2
* some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter2000-07-252-1/+119