Age | Commit message (Expand) | Author | Files | Lines |
2001-05-18 | merge from 2.2 (deleteprinterdriver RPC) | Gerald Carter | 1 | -8/+15 |
2001-05-17 | merge from 2.2 DeletePrinterDriver() server side stud coming | Gerald Carter | 1 | -0/+48 |
2001-05-04 | Tidyup of server vs servername, username vs user to remove compiler | Tim Potter | 1 | -24/+24 |
2001-04-28 | rpcclient merge from 2.2 (including Jeremy's non-void return fix) | Gerald Carter | 1 | -31/+192 |
2001-04-08 | Got "medieval on our ass" about adding the -1 to slprintf. | Jeremy Allison | 1 | -6/+6 |
2001-03-19 | merge from 2.2 (reorder commands in array) | Gerald Carter | 1 | -1/+1 |
2001-03-15 | addprinter and adddriver are working now :-) | Gerald Carter | 1 | -20/+292 |
2001-03-15 | added getdriverdir and cleaned up the PRINTER_DRIVER_CTR struct | Gerald Carter | 1 | -1/+61 |
2001-03-15 | added getdriver and enumdrivers commands. Also fixed | Gerald Carter | 1 | -26/+355 |
2001-03-15 | more updates. several spoolss commands added as placeholders | Gerald Carter | 1 | -9/+77 |
2001-03-14 | set of changes in the beginning of bringing rpcclient changes | Gerald Carter | 1 | -45/+24 |
2001-01-12 | Pass correctly formatted args to cli_spoolss_open_printer_ex() | Tim Potter | 1 | -2/+7 |
2001-01-12 | Memory leak fixes spotted by insure. | Tim Potter | 1 | -1/+6 |
2001-01-12 | Use MAXIMUM_ALLOWED_ACCESS when doing a cli_spoolss_open_printer_ex() | Tim Potter | 1 | -1/+1 |
2001-01-11 | Start of a rewrite of rpcclient based on the libsmb rpc client routines. | Tim Potter | 1 | -782/+344 |
2000-12-08 | Modified argc passed to rpc_client cmd_* functions to include argv[0]. | Tim Potter | 1 | -12/+12 |
2000-09-12 | spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0" | Gerald Carter | 1 | -1/+9 |
2000-08-29 | added -P (for no prompt) and -A <authfile> options | Gerald Carter | 1 | -11/+10 |
2000-08-18 | fixed an off by one error where I was tromping on memory | Gerald Carter | 1 | -1/+1 |
2000-08-12 | FIxed some unmarshalling problems with relstr and unistr arrays | Gerald Carter | 1 | -2/+5 |
2000-08-10 | Working on spoolss_getprinterdriver() as it does not display all the | Gerald Carter | 1 | -0/+6 |
2000-08-10 | Needed to add the SHARED attribute bit when creating a printer | Gerald Carter | 1 | -7/+9 |
2000-08-09 | More work on AddPrinterDriver() and AddPrinterEx() client RPC's | Gerald Carter | 1 | -44/+40 |
2000-08-09 | Fixed AddPrinterDriver() | Gerald Carter | 1 | -1/+0 |
2000-08-08 | All changes related to rpcclient... | Gerald Carter | 1 | -4/+235 |
2000-08-04 | spoolss_addprinterex() was adding the printer and returning the | Gerald Carter | 1 | -3/+3 |
2000-08-04 | clunky support for calling AddPrinterEx(). The code currently reports | Gerald Carter | 1 | -8/+10 |
2000-07-31 | More work on rpcclient... | Gerald Carter | 1 | -23/+68 |
2000-07-26 | Found out that we are crashing spoolss in enumprinterdata. | Jean-François Micouleau | 1 | -2/+2 |
2000-07-25 | some initial code for AddPrinterEx() project. Most is ifdef'd out | Gerald Carter | 1 | -1/+115 |
2000-07-25 | A rather big change set ! (listed in no particular order) | Jean-François Micouleau | 1 | -1/+1 |
2000-07-21 | Added EnumPorts() and fixed up some problems | Gerald Carter | 1 | -0/+22 |
2000-07-20 | Fixed unitilized secdesc pointer which was causing spoolgetprinter | Gerald Carter | 1 | -2/+2 |
2000-07-18 | Fixed some more SPOOLSS functions. The following | Gerald Carter | 1 | -5/+4 |
2000-07-14 | adding more spoolss command into rpcclient. They don't all work | Gerald Carter | 1 | -0/+368 |
2000-07-07 | More rpcclient merge issues: | Gerald Carter | 1 | -0/+96 |
1999-12-13 | 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that... | Andrew Tridgell | 1 | -264/+0 |
1999-12-08 | ABOUT TIME!!!!!!!! | Luke Leighton | 1 | -1/+1 |
1999-11-29 | renamed PRINTER_HND to POLICY_HND. | Luke Leighton | 1 | -2/+2 |
1999-11-27 | well, i stuffed up the spooler commands. | Luke Leighton | 1 | -61/+50 |
1999-11-24 | ok. *whew*. this is the first completed part of the restructure. | Luke Leighton | 1 | -4/+5 |
1999-11-22 | another two. | Luke Leighton | 1 | -5/+9 |
1999-11-22 | okay :) all cmd_() functions now take int argc, char **argv :) that | Luke Leighton | 1 | -3/+3 |
1999-11-09 | debugging rpcclient spoolenum and spooljobs commands. oh, did i forget | Luke Leighton | 1 | -6/+121 |
1999-11-08 | const feeding frenzy | Luke Leighton | 1 | -1/+1 |
1999-11-06 | added command-completion printer enum code. | Luke Leighton | 1 | -16/+36 |
1999-11-06 | fixed string function for reading in printer_info_N. | Luke Leighton | 1 | -5/+9 |
1999-11-06 | added rpcclient spoolenum command. enumerates printers. | Luke Leighton | 1 | -0/+40 |
1999-11-06 | spoolss openprinterex / closeprinter client-code. | Luke Leighton | 1 | -0/+91 |