summaryrefslogtreecommitdiff
path: root/source/rpc_client/cli_spoolss.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-3/+3
* starting to sync up for beta3Gerald Carter2003-07-161-16/+16
* More const fixes and flow on fixes from yesterday's const-fest.Tim Potter2003-02-251-8/+9
* Ensure that only parse_prs.c access internal members of the prs_struct.Jeremy Allison2003-02-141-10/+10
* BIG patch...Andrew Bartlett2003-01-021-8/+8
* Client side functions for enumprinterkey.Tim Potter2002-11-061-0/+100
* Fix a silly memset typo.Tim Potter2002-10-211-2/+2
* Zero tallocated memory in decode_printer_info, decode_driver_info,Tim Potter2002-10-211-0/+10
* Return WERR_UNKNOWN_LEVEL for unknown info levels.Tim Potter2002-09-091-3/+12
* Return WERR_UNKNOWN_LEVEL for getprinterdriver level 6 as we don'tTim Potter2002-09-091-0/+3
* cli_spoolss_enumprinterdrivers:Tim Potter2002-09-061-0/+4
* Conver cli_spoolss routines to use REGISTRY_VALUE and REGVAL_CTR code. Nice ...Tim Potter2002-09-031-67/+34
* Change JOB_INFO_CTR to return a pointer to an array rather than array of poin...Tim Potter2002-09-031-4/+47
* Return data from enumprinterdataex by deep copying on passed in tdb context.Tim Potter2002-09-031-1/+17
* Implemented some more client side spoolss functions:Tim Potter2002-09-021-1/+162
* Don't try to convert enumprinters name to a unc name.Tim Potter2002-08-271-11/+1
* Pass the object name down to the enum_printers rpc. By default this is theTim Potter2002-08-271-2/+8
* Moved rpc client routines from libsmb back to rpc_client where they belong.Tim Potter2002-08-021-633/+1969
* more debug classess activatedSimo Sorce2002-06-181-0/+3
* Renamed get_nt_error_msg() to nt_errstr().Tim Potter2002-03-171-13/+13
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-4/+0
* 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