Implemented NT printer descriptor checking. Yay!
[kai/samba.git] / source3 / printing / nt_printing.c
2000-07-06 Tim PotterImplemented NT printer descriptor checking. Yay!
2000-07-01 Jean-François Mico... Found that the minimum priority is 1 and not 0 on NT.
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-23 Tim PotterSome compile fixes.
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 PotterAdded print_access_check() function for checking printe...
2000-06-09 Jean-François Mico... untiltime should be 0 by default to cover the whole...
2000-06-08 Luke Leightonmake_sec_acl was passed pointer to static array ace...
2000-06-08 Jeremy AllisonCause printer SD's to be displayed correctly (full...
2000-06-07 Jeremy AllisonFixing get/set of security descriptors.
2000-06-06 Andrew Tridgellfixed sizeof() typo
2000-06-06 Andrew Tridgellfixed!!
2000-06-06 Jeremy AllisonCreate elements in default, not in read.
2000-06-05 Andrew Tridgellfixed a off by one bug in ntforms read from the database
2000-06-04 Andrew Tridgellwe no longer need the code to cope with setprinter...
2000-06-04 Andrew Tridgellsome printer parameters are getting corrupted, possibly...
2000-06-04 Andrew Tridgellfixed the pack/unpack of the devicemode
2000-06-04 Andrew Tridgellsomeone forgot a !
2000-06-03 Andrew Tridgellfixed some ptr declarations
2000-06-02 Jeremy AllisonMore memory corruption (leaks etc.) fixes.
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 AllisonBack to building. Now to test with insure.
2000-06-01 Jeremy AllisonGetting back to a compilable state (not there yet but...
2000-05-29 Andrew Tridgellif the tdb stored driver isn't formatted right then...
2000-05-28 Andrew Tridgellfixed a couple of bugs in the driver return code
2000-05-27 Andrew Tridgellgetting and setting security descriptors on printers...
2000-05-27 Andrew Tridgellfixed return from nt_printing_init()
2000-05-27 Andrew Tridgellfixed call of firstkey/nextkey to traverse driver database
2000-05-27 Luke Leightondummy trash in secdesc.
2000-05-27 Luke Leightonbug-fix from tim (insure). dummy fn call for andrew...
2000-05-27 Luke Leightonsecurity descs in spoolss. needs parse_sec.c nttrans...
2000-05-24 Andrew Tridgella fairly big change in spoolss.
2000-05-12 Andrew Tridgelladded spool_io_printer_driver_info_level_6()
2000-05-02 Andrew Tridgelladded support for deleting printers into the spoolss...
2000-04-25 Andrew Tridgellmoved trans2.h and nterr.h into includes.h with all...
2000-04-24 Andrew Tridgellfixed another memory leak
2000-04-23 Andrew Tridgellfixed a memory leak I caused last week with my lines...
2000-04-18 Andrew Tridgelldon't parse blank lines
2000-04-18 Andrew Tridgellfixed some crash bugs in the nt forms parsing
2000-04-16 Andrew Tridgellgot rid of all the FILE* calls in the NT print system.
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 Jeremy AllisonJF - you might want to look at this patch.
2000-04-05 Jeremy AllisonAdded strerror at debug level 0 on file create/open...
2000-04-03 Jeremy AllisonFix for spoolss code from Alan Hourihane <Alan.Hourihan...
2000-03-22 Jeremy Allisonacconfig.h configure configure.in: Added check for...
2000-03-10 Jean-François Mico... getprinter level 0: was to short, found most of the...
2000-03-07 Jean-François Mico... fixed enumprinterdata.
2000-02-15 Jean-François Mico... fix the reply of rpc_alter_context
2000-02-07 Jean-François Mico... First commit of the spoolss code to the HEAD branch.
1999-12-13 Andrew Tridgell2nd phase of head branch sync with SAMBA_2_0 - this...
1999-12-12 Luke Leightondelineation between smb and msrpc more marked. smbd...
1999-09-27 Jean-François Mico... don't leak printer handles,
1999-09-25 Jean-François Mico... Don't duplicate forms anymore, just update the definition.
1999-07-01 Jean-François Mico... many small bugs...
1999-06-22 Jean-François Mico... Fixed most memory leak and big-endian bug in the spools...
1999-05-03 Jean-François Mico... last part of RPC api change.
1999-04-27 Jean-François Mico... Adding RPC spoolss code support and some new low-level...