summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2000-08-04spoolss_addprinterex() was adding the printer and returning theGerald Carter1-3/+3
2000-08-04clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter1-8/+10
2000-07-31More work on rpcclient...Gerald Carter1-23/+68
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau1-2/+2
2000-07-25some initial code for AddPrinterEx() project. Most is ifdef'd outGerald Carter1-1/+115
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-1/+1
2000-07-21Added EnumPorts() and fixed up some problemsGerald Carter1-0/+22
2000-07-20Fixed unitilized secdesc pointer which was causing spoolgetprinterGerald Carter1-2/+2
2000-07-18Fixed some more SPOOLSS functions. The followingGerald Carter1-5/+4
2000-07-14adding more spoolss command into rpcclient. They don't all workGerald Carter1-0/+368
2000-07-07More rpcclient merge issues:Gerald Carter1-0/+96
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-264/+0
1999-12-08ABOUT TIME!!!!!!!!Luke Leighton1-1/+1
1999-11-29renamed PRINTER_HND to POLICY_HND.Luke Leighton1-2/+2
1999-11-27well, i stuffed up the spooler commands.Luke Leighton1-61/+50
1999-11-24ok. *whew*. this is the first completed part of the restructure.Luke Leighton1-4/+5
1999-11-22another two.Luke Leighton1-5/+9
1999-11-22okay :) all cmd_() functions now take int argc, char **argv :) thatLuke Leighton1-3/+3
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-6/+121
1999-11-08const feeding frenzyLuke Leighton1-1/+1
1999-11-06added command-completion printer enum code.Luke Leighton1-16/+36
1999-11-06fixed string function for reading in printer_info_N.Luke Leighton1-5/+9
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-0/+40
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-0/+91