summaryrefslogtreecommitdiffstats
path: root/source/printing
Commit message (Expand)AuthorAgeFilesLines
* Squash another compiler warning.Tim Potter2003-05-271-2/+2
* removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-291-83/+0
* Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-231-1/+8
* Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
* Ensure we're not filtering our essential delete messages.Jeremy Allison2003-04-101-11/+21
* Ensure print queue array is zeroed out before returning.Jeremy Allison2003-04-091-0/+1
* Fix the new storage code to correctly convert from system queue info toJeremy Allison2003-04-041-3/+15
* Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-022-11/+88
* Fix a botched merge from appliance-head...Andrew Bartlett2003-03-311-1/+1
* Fix extra NULL arg added during app-head merge.Jeremy Allison2003-03-261-3/+3
* Merge of new appliance-head scalable printing fixes.Jeremy Allison2003-03-211-142/+287
* lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-0/+5
* add #define for the max device name length in a DEVICEMODEGerald Carter2003-03-061-1/+1
* Writable string const fixes.Jeremy Allison2003-03-052-7/+13
* Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intentAndrew Bartlett2003-03-041-2/+2
* Ensure added jobs increment total_jobs.Jeremy Allison2003-03-011-0/+6
* Progress on CR 601Gerald Carter2003-02-251-152/+214
* Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison2003-02-191-9/+14
* This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett2003-02-171-1/+1
* * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2003-02-152-4/+35
* off by one bug in string length; CR 1159Gerald Carter2003-02-141-1/+1
* Prevent NULL-pointer induced segfaults.Andrew Bartlett2003-02-121-4/+4
* Failure to find a CUPS printer, when auto-adding printers is not a level 0 er...Andrew Bartlett2003-02-101-3/+3
* Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison2003-02-081-2/+7
* Collapse duplicate messages before sending.Jeremy Allison2003-02-051-80/+132
* CUPS patch to log client nameGerald Carter2003-02-051-0/+4
* Hold the lock for a much shorter time when allocating a new jobid.Jeremy Allison2003-02-041-54/+67
* Up the hash table size for printing tdb.cJeremy Allison2003-02-041-1/+1
* Ensure we only ever set fsp->conn in one place.Jeremy Allison2003-02-041-1/+0
* Add 3 second timeout when terminating server and sending print notifyJeremy Allison2003-01-301-4/+4
* More scalable print tdb fixes.Jeremy Allison2003-01-301-13/+23
* CUPS-PRINTER_CLASS patch from Michael SweetGerald Carter2003-01-281-2/+101
* Fix warnings by getting the function into a shape the autoprototyper willAndrew Bartlett2003-01-151-6/+4
* Crash fixes:Andrew Bartlett2003-01-151-2/+7
* The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett2003-01-141-1/+1
* [merge] make sure to updatre print queue cache during timeout_processing() to...Gerald Carter2003-01-111-7/+16
* Fix lpq_cache time check (missed from yesterday).Jeremy Allison2003-01-101-4/+4
* BIG patch...Andrew Bartlett2003-01-023-31/+31
* Forward port the change to talloc_init() to make all talloc contextsJeremy Allison2002-12-202-5/+5
* Store printer guid in the dsspooler registry key so we don't have toJim McDonough2002-12-131-72/+178
* More printer publishing code.Jim McDonough2002-12-131-6/+16
* Fix debugs for rap mapping. Delete job on map fail.Jeremy Allison2002-12-052-3/+7
* More printer data to publishJim McDonough2002-12-051-71/+68
* The element in fsp->print_job should be a RAP jobid, not a uint32 RPCJeremy Allison2002-12-052-7/+43
* More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one...Jim McDonough2002-12-041-3/+62
* Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison2002-12-041-2/+2
* Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough2002-12-041-1/+143
* [print notify fixes from APP_HEAD]Gerald Carter2002-11-263-279/+326
* No need to #include smb.h, when we already #include include.hAndrew Bartlett2002-11-243-4/+0
* Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-232-15/+25