summaryrefslogtreecommitdiffstats
path: root/source/rpcclient
Commit message (Expand)AuthorAgeFilesLines
* 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
* A rather big change set ! (listed in no particular order)Jean-François Micouleau2000-07-251-1/+1
* Added EnumPorts() and fixed up some problemsGerald Carter2000-07-213-0/+96
* Fixed unitilized secdesc pointer which was causing spoolgetprinterGerald Carter2000-07-201-2/+2
* Fixed some more SPOOLSS functions. The followingGerald Carter2000-07-181-5/+4
* adding more spoolss command into rpcclient. They don't all workGerald Carter2000-07-142-2/+368
* More rpcclient merge issues:Gerald Carter2000-07-075-1/+1222
* first pass at merging rpcclient from TNG to HEAD. You can get aGerald Carter2000-07-031-745/+16
* just enough to get rpcclient to compile. Look for #if 0Gerald Carter2000-06-234-3/+13
* Linux kernel oplocks now seem to work, but need a _lot_ of testingAndrew Tridgell2000-06-111-1/+1
* moved secrets fns into secrets.cAndrew Tridgell2000-06-031-2/+2
* Added the NETDFS pipe to allow remote administration of the msdfs symlinksShirish Kalele2000-05-181-1/+1
* the beginnings of a new scheme I've working on to allow an easierAndrew Tridgell2000-05-091-3/+3
* added secrets.tdb and changed storage of trust account password to useAndrew Tridgell2000-05-081-2/+4
* moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell2000-04-256-6/+0