Merge from HEAD - always initailise this to zero - helps callers in loops.
[ira/wip.git] / source3 / printing /
2003-04-23 Andrew BartlettMerge the 'safe' parts of my StrnCpy patch - many of...
2003-04-23 Jeremy AllisonLimit the number of outstanding print notify messages...
2003-04-16 Jeremy AllisonFix mem leak. Spotted by tpot (thanks Tim).
2003-04-16 Jeremy AllisonFix mem leak. Spotted by tpot (thanks Tim).
2003-04-14 Tim PotterArray size fixup for construct_nt_devicemode() from...
2003-04-13 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-10 Jeremy AllisonGrr. Get rid of one of the extra NULL's that crept...
2003-04-10 Jeremy AllisonEnsure we're not filtering our essential delete messages.
2003-04-10 Jeremy AllisonEnsure we're not filtering our essential delete messages.
2003-04-09 Jeremy AllisonEnsure print queue array is zeroed out before returning.
2003-04-09 Jeremy AllisonEnsure print queue array is zeroed out before returning.
2003-04-07 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-04-04 Jeremy AllisonFix the new storage code to correctly convert from...
2003-04-04 Jeremy AllisonFix the new storage code to correctly convert from...
2003-04-02 Jeremy AllisonSubtle changes to message handling after ENUMJOBS.
2003-04-02 Jeremy AllisonSubtle changes to message handling after ENUMJOBS.
2003-03-31 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-31 Andrew BartlettFix a botched merge from appliance-head...
2003-03-29 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-27 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-26 Jeremy AllisonFix extra NULL arg added during app-head merge.
2003-03-26 Jeremy AllisonFix extra NULL arg added during app-head merge.
2003-03-21 Jeremy AllisonMerge of new appliance-head scalable printing fixes.
2003-03-21 Jeremy AllisonMerge of new appliance-head scalable printing fixes.
2003-03-20 Jeremy Allisonlib/messages.c: Check return from chainlock before...
2003-03-20 Jeremy Allisonlib/messages.c: Check return from chainlock before...
2003-03-19 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-03-14 Jeremy AllisonFix off by one bug noticed by Andrew Bartlett.
2003-03-06 Gerald Carteradd #define for the max device name length in a DEVICEMODE
2003-03-06 Gerald Carteradd #define for the max device name length in a DEVICEMODE
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-03-05 Jeremy AllisonWritable string const fixes.
2003-03-05 Jeremy AllisonFix for little-used lpq parser.
2003-03-04 Andrew BartlettFix another 'off by one' bug with safe_strcpy(). It...
2003-03-01 Jeremy AllisonEnsure added jobs increment total_jobs.
2003-03-01 Jeremy AllisonEnsure added jobs increment total_jobs.
2003-02-25 Gerald CarterProgress on CR 601
2003-02-25 Gerald CarterProgress on CR 601
2003-02-24 Andrew BartlettMissed one in the previous merge - user_ok() and user_i...
2003-02-19 Jeremy AllisonBit of a hack job to prevent smbprn.XXX jobs appearing...
2003-02-19 Jeremy AllisonBit of a hack job to prevent smbprn.XXX jobs appearing...
2003-02-18 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-02-17 Andrew BartlettThis patch fixes one of my longest-standing pet hates...
2003-02-15 Gerald Carter* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
2003-02-15 Gerald Carter* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736
2003-02-14 Gerald Carteroff by one bug in string length; CR 1159
2003-02-14 Gerald Carteroff by one bug in string length; CR 1159
2003-02-12 Andrew BartlettMerge from HEAD: Fix NULL pointer de-reference in argum...
2003-02-12 Andrew BartlettPrevent NULL-pointer induced segfaults.
2003-02-10 Andrew BartlettCleanups: (merge from HEAD)
2003-02-10 Andrew BartlettFailure to find a CUPS printer, when auto-adding printe...
2003-02-08 Jeremy AllisonEnsure we return NOSPACE if we can't fast allocate...
2003-02-08 Jeremy AllisonEnsure we return NOSPACE if we can't fast allocate...
2003-02-05 Jeremy AllisonCollapse duplicate messages before sending.
2003-02-05 Jeremy AllisonCollapse duplicate messages before sending.
2003-02-05 Gerald CarterCUPS patch to log client name
2003-02-05 Gerald CarterCUPS patch to log client name
2003-02-04 Jeremy AllisonHold the lock for a much shorter time when allocating...
2003-02-04 Jeremy AllisonHold the lock for a much shorter time when allocating...
2003-02-04 Jeremy AllisonUp the hash table size for printing tdb.c
2003-02-04 Jeremy AllisonUp the hash table size for printing tdb.c
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2003-02-04 Jeremy AllisonEnsure we only ever set fsp->conn in one place.
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-30 Jeremy AllisonAdd 3 second timeout when terminating server and sendin...
2003-01-30 Jeremy AllisonMore scalable print tdb fixes.
2003-01-30 Jeremy AllisonMore scalable print tdb fixes.
2003-01-28 Gerald CarterCUPS-PRINTER_CLASS patch from Michael Sweet
2003-01-28 Gerald CarterCUPS-PRINTER_CLASS patch from Michael Sweet
2003-01-15 Gerald Carter*lots of small merges form HEAD
2003-01-15 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-15 Andrew BartlettFix warnings by getting the function into a shape the...
2003-01-15 Andrew BartlettCrash fixes:
2003-01-14 Andrew BartlettMerge from HEAD:
2003-01-14 Andrew BartlettThe last of the fstring/pstring mixups, and an extra...
2003-01-11 Gerald Carter[merge] make sure to update print queue cache during...
2003-01-11 Gerald Carter[merge] make sure to updatre print queue cache during...
2003-01-10 Jeremy AllisonFix lpq_cache time check (missed from yesterday).
2003-01-10 Jeremy AllisonDon't delete jobs subitted after the lpq time.
2003-01-03 Andrew BartlettMerge from HEAD - make Samba compile with -Wwrite-strin...
2003-01-02 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-01-02 Andrew BartlettBIG patch...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-20 Jeremy AllisonForward port the change to talloc_init() to make all...
2002-12-13 Jim McDonoughStore printer guid in the dsspooler registry key so...
2002-12-13 Jim McDonoughStore printer guid in the dsspooler registry key so...
2002-12-13 Jim McDonoughMore printer publishing code.
2002-12-13 Jim McDonoughMore printer publishing code.
2002-12-05 Jeremy AllisonFix debugs for rap mapping. Delete job on map fail.
2002-12-05 Jeremy AllisonFix debugs for rap mapping. Delete job on map fail.
2002-12-05 Jim McDonoughMore printer data to publish
2002-12-05 Jim McDonoughMore printer data to publish
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-05 Jeremy AllisonThe element in fsp->print_job should be a RAP jobid...
2002-12-04 Jim McDonoughMore attributes to publish. All DsSpooler attributes...
2002-12-04 Jeremy AllisonJanitor for tpot yet again... Merging in memory leak...
2002-12-04 Jeremy AllisonJanitor for tpot yet again... Merging in memory leak...
next