summaryrefslogtreecommitdiffstats
path: root/source3/rpc_client/cli_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* converted another bunch of stuff to NTSTATUSAndrew Tridgell2001-08-271-11/+11
* Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter2001-07-251-10/+10
* strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell2001-07-041-1/+1
* few cleanups to bring in line with 2.2Gerald Carter2001-04-281-1/+0
* added getdriver and enumdrivers commands. Also fixedGerald Carter2001-03-151-1/+1
* Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison2001-03-091-26/+26
* Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison2001-02-281-2/+2
* Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison2001-02-281-2/+0
* Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison2000-10-061-1/+1
* spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter2000-09-121-1/+1
* Removed compiler warning.Tim Potter2000-08-311-5/+5
* changing some debug message levelsGerald Carter2000-08-181-12/+12
* FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter2000-08-121-196/+157
* Needed to add the SHARED attribute bit when creating a printerGerald Carter2000-08-101-3/+6
* More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter2000-08-091-8/+10
* All changes related to rpcclient...Gerald Carter2000-08-081-0/+52
* spoolss_addprinterex() was adding the printer and returning theGerald Carter2000-08-041-23/+25
* clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter2000-08-041-11/+57
* More work on rpcclient...Gerald Carter2000-07-311-36/+101
* Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau2000-07-261-2/+2
* * Added EnumPorts()Gerald Carter2000-07-211-2/+68
* Fixed some more client SPOOLSS functions. The followingGerald Carter2000-07-181-40/+30
* cleaned up access to prs_struct variables. Replaced all callsGerald Carter2000-07-141-10/+553
* More rpcclient merge issues:Gerald Carter2000-07-071-0/+95
* 2nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1999-12-131-329/+0
* final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1999-12-121-1/+1
* cool! spooljobs works! this surprised me very much :-) helped toLuke Leighton1999-11-271-2/+2
* well, i stuffed up the spooler commands.Luke Leighton1999-11-271-17/+46
* debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1999-11-091-5/+78
* horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton1999-11-061-1/+1
* missed mem_grow_data callLuke Leighton1999-11-061-1/+1
* added command-completion printer enum code.Luke Leighton1999-11-061-1/+1
* added rpcclient spoolenum command. enumerates printers.Luke Leighton1999-11-061-0/+64
* spoolss openprinterex / closeprinter client-code.Luke Leighton1999-11-061-0/+163