summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2003-05-11Fix VFS layer:Alexander Bokovoy2-6/+6
2003-05-09Elsewhere, we use a #define for this environment variable name, so do theAndrew Bartlett1-2/+2
2003-04-29removing printing = SOFTQ since no one knows what it isGerald Carter1-83/+0
2003-04-25Get credentials before publishing printers.Jim McDonough1-0/+8
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett3-89/+85
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-1/+8
2003-04-16Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison1-0/+1
2003-04-14Array size fixup for construct_nt_devicemode() from HEAD.Tim Potter1-1/+1
2003-04-10Grr. Get rid of one of the extra NULL's that crept in from app-head.Jeremy Allison1-1/+1
2003-04-10Ensure we're not filtering our essential delete messages.Jeremy Allison1-11/+21
2003-04-09Ensure print queue array is zeroed out before returning.Jeremy Allison1-0/+1
2003-04-04Fix the new storage code to correctly convert from system queue info toJeremy Allison1-3/+15
2003-04-02Subtle changes to message handling after ENUMJOBS.Jeremy Allison2-11/+88
2003-03-26Fix extra NULL arg added during app-head merge.Jeremy Allison1-3/+3
2003-03-21Merge of new appliance-head scalable printing fixes.Jeremy Allison1-142/+287
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison1-0/+5
2003-03-14Fix off by one bug noticed by Andrew Bartlett.Jeremy Allison1-2/+2
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-05Writable string const fixes.Jeremy Allison1-6/+12
2003-03-05Fix for little-used lpq parser.Jeremy Allison1-1/+1
2003-03-01Ensure added jobs increment total_jobs.Jeremy Allison1-0/+6
2003-02-25Progress on CR 601Gerald Carter1-152/+214
2003-02-24Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett1-1/+1
2003-02-19Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison1-9/+14
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2-4/+35
2003-02-14off by one bug in string length; CR 1159Gerald Carter1-1/+1
2003-02-12Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack.Andrew Bartlett1-4/+4
2003-02-10Cleanups: (merge from HEAD)Andrew Bartlett1-3/+3
2003-02-08Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison1-2/+7
2003-02-05Collapse duplicate messages before sending.Jeremy Allison1-80/+132
2003-02-05CUPS patch to log client nameGerald Carter1-0/+4
2003-02-04Hold the lock for a much shorter time when allocating a new jobid.Jeremy Allison1-54/+67
2003-02-04Up the hash table size for printing tdb.cJeremy Allison1-1/+1
2003-02-04Ensure we only ever set fsp->conn in one place.Jeremy Allison1-1/+0
2003-01-30Add 3 second timeout when terminating server and sending print notifyJeremy Allison1-4/+4
2003-01-30More scalable print tdb fixes.Jeremy Allison1-13/+23
2003-01-28CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter1-2/+101
2003-01-15*lots of small merges form HEADGerald Carter2-8/+11
2003-01-14Merge from HEAD:Andrew Bartlett2-2/+2
2003-01-11[merge] make sure to update print queue cache during timeout_processing() to ...Gerald Carter1-6/+15
2003-01-10Don't delete jobs subitted after the lpq time.Jeremy Allison1-4/+4
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew Bartlett3-31/+31
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2-5/+5
2002-12-13Store printer guid in the dsspooler registry key so we don't have toJim McDonough1-72/+178
2002-12-13More printer publishing code.Jim McDonough1-6/+16
2002-12-05Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2-3/+7
2002-12-05More printer data to publishJim McDonough1-33/+89
2002-12-05The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2-7/+43
2002-12-04Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison1-2/+2
2002-12-04Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough1-1/+143