sync 3.0 into HEAD for the last time
[kai/samba.git] / source3 / rpc_client / cli_spoolss.c
2003-09-09 Gerald Cartersync 3.0 into HEAD for the last time
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-02-25 Tim PotterMore const fixes and flow on fixes from yesterday's...
2003-02-14 Jeremy AllisonEnsure that only parse_prs.c access internal members...
2003-01-02 Andrew BartlettBIG patch...
2002-11-06 Tim PotterClient side functions for enumprinterkey.
2002-10-21 Tim PotterFix a silly memset typo.
2002-10-21 Tim PotterZero tallocated memory in decode_printer_info, decode_d...
2002-09-09 Tim PotterReturn WERR_UNKNOWN_LEVEL for unknown info levels.
2002-09-09 Tim PotterReturn WERR_UNKNOWN_LEVEL for getprinterdriver level...
2002-09-06 Tim Pottercli_spoolss_enumprinterdrivers:
2002-09-03 Tim PotterConver cli_spoolss routines to use REGISTRY_VALUE and...
2002-09-03 Tim PotterChange JOB_INFO_CTR to return a pointer to an array...
2002-09-03 Tim PotterReturn data from enumprinterdataex by deep copying...
2002-09-02 Tim PotterImplemented some more client side spoolss functions:
2002-08-27 Tim PotterDon't try to convert enumprinters name to a unc name.
2002-08-27 Tim PotterPass the object name down to the enum_printers rpc...
2002-08-02 Tim PotterMoved rpc client routines from libsmb back to rpc_clien...
2002-06-18 Simo Sorcemore debug classess activated
2002-03-17 Tim PotterRenamed get_nt_error_msg() to nt_errstr().
2002-01-30 Tim PotterRemoved version number from file header.
2001-10-02 Tim PotterRemoved 'extern int DEBUGLEVEL' as it is now in the...
2001-08-27 Andrew Tridgellconverted another bunch of stuff to NTSTATUS
2001-07-25 Tim PotterHeld a shoot-out between NT_STATUS_NO_PROBLEMO and...
2001-07-04 Andrew Tridgellstrchr and strrchr are macros when compiling with optim...
2001-04-28 Gerald Carterfew cleanups to bring in line with 2.2
2001-03-15 Gerald Carteradded getdriver and enumdrivers commands. Also fixed
2001-03-09 Jeremy AllisonSerious (and I *mean* serious) attempt to fix little...
2001-02-28 Jeremy AllisonOoops - forgot to check the rpcclient and smbcacls...
2001-02-28 Jeremy AllisonMove to talloc control of SPOOL_XXX structs. Move to...
2000-10-06 Jeremy AllisonHerb's warning fixes. Also the POSIX locking fix.
2000-09-12 Gerald Carterspoolgetprinterdriver now returns "Windows NT x86"...
2000-08-31 Tim PotterRemoved compiler warning.
2000-08-18 Gerald Carterchanging some debug message levels
2000-08-12 Gerald CarterFIxed some unmarshalling problems with relstr and unist...
2000-08-10 Gerald CarterNeeded to add the SHARED attribute bit when creating...
2000-08-09 Gerald CarterMore work on AddPrinterDriver() and AddPrinterEx()...
2000-08-08 Gerald CarterAll changes related to rpcclient...
2000-08-04 Gerald Carterspoolss_addprinterex() was adding the printer and retur...
2000-08-04 Gerald Carterclunky support for calling AddPrinterEx(). The code...
2000-07-31 Gerald CarterMore work on rpcclient...
2000-07-26 Jean-François Mico... Found out that we are crashing spoolss in enumprinterdata.
2000-07-21 Gerald Carter* Added EnumPorts()
2000-07-18 Gerald CarterFixed some more client SPOOLSS functions. The following
2000-07-14 Gerald Cartercleaned up access to prs_struct variables. Replaced...
2000-07-07 Gerald CarterMore rpcclient merge issues:
1999-12-13 Andrew Tridgell2nd phase of head branch sync with SAMBA_2_0 - this...
1999-12-12 Luke Leightonfinal part of "first" phase converting over to msrpc...
1999-11-27 Luke Leightoncool! spooljobs works! this surprised me very much...
1999-11-27 Luke Leightonwell, i stuffed up the spooler commands.
1999-11-09 Luke Leightondebugging rpcclient spoolenum and spooljobs commands...
1999-11-06 Luke Leightonhorrible code to do SMBwriteX / SMBreadX for large...
1999-11-06 Luke Leightonmissed mem_grow_data call
1999-11-06 Luke Leightonadded command-completion printer enum code.
1999-11-06 Luke Leightonadded rpcclient spoolenum command. enumerates printers.
1999-11-06 Luke Leightonspoolss openprinterex / closeprinter client-code.