Fixed the printerdata code to return NO_MORE_ITEMS if a size is requested
[sfrench/samba-autobuild/.git] / source / rpc_server / srv_spoolss_nt.c
2000-09-07 Jeremy AllisonFixed the printerdata code to return NO_MORE_ITEMS...
2000-09-07 Jeremy AllisonAdded code to return NO_MORE_ENTRIES when trying to...
2000-09-06 Jeremy AllisonFix from John Reilly for double free of printer struct.
2000-09-05 Jeremy AllisonImplemented GETFORM tested and working using Gerald...
2000-09-01 David O'NeillChanges from APPLIANCE_HEAD (per Tim Potter):
2000-08-31 Jeremy AllisonImplemented DELETEFORM tested using Gerald's Win32...
2000-08-30 Jeremy AllisonFixed error returns for moving printer driver files...
2000-08-30 Jeremy AllisonImplemented AbortPrinter() from Gerald's Win32 test...
2000-08-28 Andrew Tridgellyipee!
2000-08-23 Jeremy AllisonTidied up some error returns from printing calls. Still...
2000-08-10 Jeremy AllisonAdded "add_printer_hook" call to update printer for...
2000-08-09 Andrew Tridgellgot error code right for printer update/add failure
2000-08-09 Andrew Tridgelladded printer admin option
2000-08-01 Jeremy AllisonAdded print job substitutions for %{printername}, ...
2000-07-31 Jeremy AllisonSave & restore the port name correctly.
2000-07-31 Jeremy AllisonAdded John Reilly's enumports/addprinter/delprinter...
2000-07-27 Jeremy AllisonOk - this is a *BIG* change - but it fixes the problems...
2000-07-26 Jean-François Mico... if no comment in TDB, use comment from print share.
2000-07-26 Tim PotterFixed memory leaks in _spoolss_addprinterdriver()
2000-07-25 Jeremy AllisonFixed up error checking and move printer file code...
2000-07-25 Jeremy AllisonAdded some error checking and returns to the new 'move...
2000-07-25 Jean-François Mico... A rather big change set ! (listed in no particular...
2000-07-25 Jeremy AllisonTidy up code to add printer. Always index in tdb by...
2000-07-22 Jeremy AllisonFixed open handle code in printers - 3 functions were...
2000-07-18 Jeremy Allisonrpc_parse/parse_prs.c: Removed extraneous ()'s.
2000-07-17 Tim PotterMissing var.
2000-07-17 Tim PotterFree security descriptor after access check in update_p...
2000-07-17 Tim PotterRenamed arguments to se_access_check()
2000-07-12 Jean-François Mico... - The printers are indexed by the sharename in both...
2000-07-10 Jeremy AllisonEnsure correct driver paths are returned in INFO_2...
2000-07-10 Tim PotterFixes for various compile warnings on Solaris 8.
2000-07-10 Tim PotterRe-instated lanman printing security checks (oops).
2000-07-06 Jeremy Allisonprinting/nt_printing.c: (From JF) use the driver name...
2000-07-06 Tim PotterPass either an authenticated pipe or SMB user in a...
2000-07-01 Jean-François Mico... reverting Jeremy's changes to enumprinterdata.
2000-07-01 Jean-François Mico... Found that the minimum priority is 1 and not 0 on NT.
2000-06-30 Jeremy AllisonFixed oops with missing MANGLE_PATH directive.
2000-06-29 Jeremy AllisonTidy up current spool code - added some JRATEST ifdefs...
2000-06-26 Jeremy AllisonChanging drivers using the properties page works -...
2000-06-24 Jeremy Allisonlib/util_sid.c: Uninitialized memory read.
2000-06-22 Jeremy AllisonChanged enumports to show printernames as ports. In...
2000-06-22 Jeremy Allisonlib/util_unistr.c: Removed ascii_to_unistr() as it...
2000-06-20 Jeremy AllisonFixes for Win2k "add printer driver" INFO_LEVEL_6 was...
2000-06-16 Tim PotterSimplified server pipe implementation by changing argum...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-06 Jeremy AllisonMemory leak fixes.
2000-06-06 Jeremy AllisonCreate elements in default, not in read.
2000-06-05 Jeremy AllisonSome tidyup fixes (memory leaks etc.). Still no progres...
2000-06-04 Andrew Tridgelladded a MANGLE_DRIVER_PATH define to chooose whether...
2000-06-03 Jeremy Allisonrpc_client/cli_lsarpc.c: Removed unused variable.
2000-06-02 Jeremy AllisonMore memory leak and PANIC action fixes.
2000-06-02 Jeremy AllisonMore memory leak fixes.
2000-06-02 Jeremy AllisonMore memory corruption (leaks etc.) fixes.
2000-06-02 Jeremy AllisonFixed null pointer indirect in addprinterex. Still...
2000-06-01 Jeremy AllisonMore insure found memory leak and corruption fixes.
2000-06-01 Jeremy Allisonparam/loadparm.c: Looks like someone ran indent on...
2000-06-01 Jeremy AllisonChanges I really don't want to lose whilst CVS is playi...
2000-05-29 Andrew Tridgellfixed some more crashes
2000-05-28 Andrew Tridgelldon't free a driver structure from the stack!
2000-05-28 Luke Leighton#ifdef not #if
2000-05-28 Luke Leightonmoved notif_y_table struct to spoolss_nt.c only used...
2000-05-27 Andrew Tridgellgetting and setting security descriptors on printers...
2000-05-27 Luke Leightonuninitialised variable "list"
2000-05-27 Luke Leightonunistr_to_dos not unistr_to_ascii
2000-05-27 Luke Leightonsecurity descs in spoolss. needs parse_sec.c nttrans...
2000-05-26 Jeremy AllisonCompile time warning fixes and a time_t -> uint32 conve...
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-22 Jeremy AllisonModify NT driver heirarchy to fix HP bug with duplicate...
2000-05-12 Andrew Tridgelladded spool_io_printer_driver_info_level_6()
2000-05-10 Jeremy Allisonlib/util_unistr.c:
2000-05-02 Andrew Tridgelladded support for deleting printers into the spoolss...
2000-05-02 Andrew Tridgellfixed a memory leak
2000-05-02 Jeremy AllisonAdded sys_fork() and sys_getpid() functions to stop...
2000-04-30 Andrew Tridgellfix handing of ascii_to_unistr
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-23 Andrew Tridgellmore pstring/fstring errors found by insure
2000-04-23 Andrew Tridgellanother fstring/pstring fix
2000-04-23 Andrew Tridgellfixed another spoolss memory leak
2000-04-23 Andrew Tridgellwe can't pass a fstring to a routine expecting a pstring
2000-04-16 Andrew Tridgell- put the job status in english not french!
2000-04-16 Andrew TridgellJF and Jeremy - please have a look at what I did to...
2000-04-10 Jean-François Mico... added checks to open both \\server\printer and \\server...
2000-04-06 Jeremy AllisonModified interfaces and added checks around *all* ...
2000-04-06 Jean-François Mico... filled the architecture table (useless for the moment).
2000-04-05 Jean-François Mico... changed all the status code to ERROR_xxx instead of...
2000-03-29 Jean-François Mico... split addprinterex in preparation for level 1 support...
2000-03-29 Jean-François Mico... rewrote getprinterdriver level 3, now correctly handle...
2000-03-16 Jean-François Mico... fix a bug in enumprinterdrivers
2000-03-13 Jean-François Mico... oops ! forgot smb.h in last commit
2000-03-13 Jean-François Mico... small fix for addprinterex at level 2
2000-03-13 Jean-François Mico... parse correctly getprinterdriver2
2000-03-11 Jeremy AllisonYou *must* use O_EXCL when using mktemp (security issue).
2000-03-10 Jeremy AllisonFixups for compiles with gcc flags -Wall -Wshadow ...
2000-03-10 Jean-François Mico... getprinter level 0: was to short, found most of the...
2000-03-07 Jean-François Mico... Enumprinters level 1: reply *exactly* like an NT server
2000-03-07 Jean-François Mico... fixed enumprinterdata.
2000-03-06 Jean-François Mico... changed prs_unistr to parse empty and non-empty strings...
2000-02-26 Jean-François Mico... added enumprintprocessordatatypes
2000-02-26 Jean-François Mico... rewrote enumprinterdata. still a bug in it but reproduc...
2000-02-24 Jean-François Mico... made dynamic the Printer struct. No more limits :-)
next