summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2000-08-23Tidied up some error returns from printing calls. Still need to map UNIXJeremy Allison2-3/+12
2000-08-23Added code to do SID to uid/gid conversion. Needed for ACL support.Jeremy Allison1-2/+2
2000-08-22Patch from John Reilly <jreilly@hp.com> for not processing duplicate filesTim Potter1-0/+8
2000-08-10Tidied up security rights definitions.Jeremy Allison1-1/+1
2000-08-09Fixed bug in new printer access check code. If PRINTER_ALL_ACCESS is changedJeremy Allison1-0/+10
2000-08-09Fixed memory leak with NT tokens.Jeremy Allison1-41/+56
2000-08-09added printer admin optionAndrew Tridgell2-4/+18
2000-08-01Added print job substitutions for %{printername}, %{sharename} and %{portname}Jeremy Allison2-16/+71
2000-07-31Added John Reilly's enumports/addprinter/delprinter scripting code plus theJeremy Allison2-29/+44
2000-07-27fix the devmode.orientation being set to 0.Jean-François Micouleau1-2/+8
2000-07-27Ok - this is a *BIG* change - but it fixes the problems with static stringsJeremy Allison1-3/+20
2000-07-25Fixed up error checking and move printer file code. Fixed a memory leak.Jeremy Allison1-8/+33
2000-07-25Added some error checking and returns to the new 'move' code.Jeremy Allison1-12/+46
2000-07-25A rather big change set ! (listed in no particular order)Jean-François Micouleau1-31/+243
2000-07-22Fixed open handle code in printers - 3 functions were always being doneJeremy Allison1-12/+13
2000-07-19Code from John Reilly <jreilly@hp.com> to add tdb lookups into the Win95Jeremy Allison1-0/+55
2000-07-17Initialise current time to time(NULL) in add_a_printer_2()Tim Potter1-1/+4
2000-07-17Allow job owner to delete own print job.Tim Potter1-13/+28
2000-07-17Moved access check for nt_printing_setsec() up into rpc function.Tim Potter1-36/+59
2000-07-12we are now sure the printer_info_2 timestamp is updated everytimeJean-François Micouleau1-0/+5
2000-07-12- The printers are indexed by the sharename in both get_a_printer() andJean-François Micouleau1-15/+15
2000-07-11Allow name lookup to fail and fall back to using the "Everyone" SIDJeremy Allison1-3/+5
2000-07-10Moved winbind client functions from various odd locations toTim Potter1-25/+0
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