summaryrefslogtreecommitdiff
path: root/source3/rpc_client/cli_spoolss.c
AgeCommit message (Expand)AuthorFilesLines
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-13/+13
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2001-10-02Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter1-4/+0
2001-08-27converted another bunch of stuff to NTSTATUSAndrew Tridgell1-11/+11
2001-07-25Held a shoot-out between NT_STATUS_NO_PROBLEMO and NT_STATUS_NOPROBLEMO.Tim Potter1-10/+10
2001-07-04strchr and strrchr are macros when compiling with optimisation in gcc, so we ...Andrew Tridgell1-1/+1
2001-04-28few cleanups to bring in line with 2.2Gerald Carter1-1/+0
2001-03-15added getdriver and enumdrivers commands. Also fixedGerald Carter1-1/+1
2001-03-09Serious (and I *mean* serious) attempt to fix little/bigendian RPC issues.Jeremy Allison1-26/+26
2001-02-28Ooops - forgot to check the rpcclient and smbcacls compile with the newJeremy Allison1-2/+2
2001-02-28Move to talloc control of SPOOL_XXX structs. Move to talloc control ofJeremy Allison1-2/+0
2000-10-06Herb's warning fixes. Also the POSIX locking fix.Jeremy Allison1-1/+1
2000-09-12spoolgetprinterdriver now returns "Windows NT x86" and "Windows 4.0"Gerald Carter1-1/+1
2000-08-31Removed compiler warning.Tim Potter1-5/+5
2000-08-18changing some debug message levelsGerald Carter1-12/+12
2000-08-12FIxed some unmarshalling problems with relstr and unistr arraysGerald Carter1-196/+157
2000-08-10Needed to add the SHARED attribute bit when creating a printerGerald Carter1-3/+6
2000-08-09More work on AddPrinterDriver() and AddPrinterEx() client RPC'sGerald Carter1-8/+10
2000-08-08All changes related to rpcclient...Gerald Carter1-0/+52
2000-08-04spoolss_addprinterex() was adding the printer and returning theGerald Carter1-23/+25
2000-08-04clunky support for calling AddPrinterEx(). The code currently reportsGerald Carter1-11/+57
2000-07-31More work on rpcclient...Gerald Carter1-36/+101
2000-07-26Found out that we are crashing spoolss in enumprinterdata.Jean-François Micouleau1-2/+2
2000-07-21* Added EnumPorts()Gerald Carter1-2/+68
2000-07-18Fixed some more client SPOOLSS functions. The followingGerald Carter1-40/+30
2000-07-14cleaned up access to prs_struct variables. Replaced all callsGerald Carter1-10/+553
2000-07-07More rpcclient merge issues:Gerald Carter1-0/+95
1999-12-132nd phase of head branch sync with SAMBA_2_0 - this delets all the files that...Andrew Tridgell1-329/+0
1999-12-12final part of "first" phase converting over to msrpc daemon architecture.Luke Leighton1-1/+1
1999-11-27cool! spooljobs works! this surprised me very much :-) helped toLuke Leighton1-2/+2
1999-11-27well, i stuffed up the spooler commands.Luke Leighton1-17/+46
1999-11-09debugging rpcclient spoolenum and spooljobs commands. oh, did i forgetLuke Leighton1-5/+78
1999-11-06horrible code to do SMBwriteX / SMBreadX for large MSRPC reads. ARGH!Luke Leighton1-1/+1
1999-11-06missed mem_grow_data callLuke Leighton1-1/+1
1999-11-06added command-completion printer enum code.Luke Leighton1-1/+1
1999-11-06added rpcclient spoolenum command. enumerates printers.Luke Leighton1-0/+64
1999-11-06spoolss openprinterex / closeprinter client-code.Luke Leighton1-0/+163