summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2000-07-10Re-instated lanman printing security checks (oops).Tim Potter3-36/+115
2000-07-06printing/nt_printing.c: (From JF) use the driver name - already given to us.Jeremy Allison2-5/+2
2000-07-06Don't check NT permissions when printing from lanman.Tim Potter1-0/+8
2000-07-06Implemented NT printer descriptor checking. Yay!Tim Potter2-68/+115
2000-07-01Found that the minimum priority is 1 and not 0 on NT.Jean-François Micouleau1-1/+8
2000-06-29Tidy up current spool code - added some JRATEST ifdefs to allowJeremy Allison1-1/+1
2000-06-26Changing drivers using the properties page works - but only if getting/settingJeremy Allison1-4/+13
2000-06-23Some compile fixes.Tim Potter1-3/+0
2000-06-22lib/util_unistr.c: Removed ascii_to_unistr() as it does no codepage.Jeremy Allison1-11/+9
2000-06-20Fixes for Win2k "add printer driver" INFO_LEVEL_6 was wrong, also someJeremy Allison1-2/+10
2000-06-16Pass the vuid from the connection_struct to the printing back end functions.Tim Potter1-1/+1
2000-06-16Call print_access_check() function from printing back end.Tim Potter1-15/+45
2000-06-16Added print_access_check() function for checking printer securityTim Potter1-0/+71
2000-06-09untiltime should be 0 by default to cover the whole 24 hours.Jean-François Micouleau1-3/+3
2000-06-08make_sec_acl was passed pointer to static array ace[2], oops.Luke Leighton1-1/+1
2000-06-08Cause printer SD's to be displayed correctly (full control).Jeremy Allison1-7/+9
2000-06-07Fixing get/set of security descriptors.Jeremy Allison1-4/+17
2000-06-06fixed sizeof() typoAndrew Tridgell1-4/+4
2000-06-06fixed!!Andrew Tridgell1-10/+27
2000-06-06Create elements in default, not in read.Jeremy Allison1-0/+9
2000-06-05fixed a off by one bug in ntforms read from the databaseAndrew Tridgell1-1/+1
2000-06-04we no longer need the code to cope with setprinter having corruptedAndrew Tridgell1-6/+0
2000-06-04some printer parameters are getting corrupted, possibly by the clientAndrew Tridgell1-2/+12
2000-06-04fixed the pack/unpack of the devicemodeAndrew Tridgell1-50/+82
2000-06-04someone forgot a !Andrew Tridgell1-1/+1
2000-06-03fixed some ptr declarationsAndrew Tridgell1-2/+2
2000-06-03added %J and %T to run_print_command()Andrew Tridgell1-17/+25
2000-06-02More memory corruption (leaks etc.) fixes.Jeremy Allison1-0/+2
2000-06-01More insure found memory leak and corruption fixes.Jeremy Allison1-2/+19
2000-06-01param/loadparm.c: Looks like someone ran indent on this !Jeremy Allison1-5/+15
2000-06-01Back to building. Now to test with insure.Jeremy Allison1-3/+1
2000-06-01Getting back to a compilable state (not there yet but close).Jeremy Allison1-91/+186
2000-05-29if the tdb stored driver isn't formatted right then return a defaultAndrew Tridgell1-1/+1
2000-05-28fixed a couple of bugs in the driver return codeAndrew Tridgell1-1/+9
2000-05-27getting and setting security descriptors on printers now worksAndrew Tridgell1-16/+61
2000-05-27fixed return from nt_printing_init()Andrew Tridgell1-1/+4
2000-05-27fixed call of firstkey/nextkey to traverse driver databaseAndrew Tridgell1-4/+4
2000-05-27dummy trash in secdesc.Luke Leighton1-3/+7
2000-05-27bug-fix from tim (insure). dummy fn call for andrew to fill in.Luke Leighton1-1/+12
2000-05-27security descs in spoolss. needs parse_sec.c nttrans.c broken.Luke Leighton1-2/+2
2000-05-24a fairly big change in spoolss.Andrew Tridgell2-761/+465
2000-05-12added spool_io_printer_driver_info_level_6()Andrew Tridgell1-1/+76
2000-05-12While we're all making incompatible tdb changes, I changed the implementationTim Potter1-3/+3
2000-05-10fail a print start on a deleted auto printerAndrew Tridgell1-0/+6
2000-05-10more merging voodooAndrew Tridgell1-0/+4
2000-05-04 - use full_name instead of real_nameAndrew Tridgell1-10/+0
2000-05-02added support for deleting printers into the spoolss systemAndrew Tridgell1-0/+15
2000-05-02Added sys_fork() and sys_getpid() functions to stop the overheadJeremy Allison1-2/+2
2000-05-01handle tabs in printcap filesAndrew Tridgell1-2/+2
2000-04-25moved trans2.h and nterr.h into includes.h with all our other includesAndrew Tridgell1-1/+0