r4103: lock timeout is in milliseconds (as in reply.c)
[tprouty/samba.git] / source / printing / printing.c
2007-10-10 Gerald Carterr4094: BUG 2107: fix memory bloating caused by large...
2007-10-10 Jeremy Allisonr4088: Get medieval on our ass about malloc.... :-...
2007-10-10 Gerald Carterr4028: * prevent the background LPQ daemon from updating
2007-10-10 Jeremy Allisonr3867: Fix from david.hu@hp.com - make a copy of an...
2007-10-10 Gerald Carterr3067: patch based on volker's initial work in trunk...
2007-10-10 Gerald Carterr2569: Patch from Rob Foehl <rwf@loonybin.net>:
2007-10-10 Gerald Carterr2191: ensure that we assign our pid to print jobs...
2007-10-10 Gerald Carterr2133: Several fixes:
2007-10-10 Gerald Carterr1885: tighten the cache consistency with the ntprinter...
2007-10-10 Gerald Carterr1384: ensure we remove the tdb entry for a job in...
2007-10-10 Volker Lendecker1295: To be able to send a message to the background...
2007-10-10 Gerald Carterr1230: (merges from HP PSA) fixing a couple of caching...
2007-10-10 Gerald Carterr925: add changes frpm trunk (r841 and r842) -- enable...
2007-10-10 Jim McDonoughr560: Fix bugzilla 1279: cannot control individual...
2007-10-10 Jim McDonoughr555: Fix big-endian storage of jobids in jobs_changed...
2004-03-16 Gerald Cartermerging print change notify fix from HP appliance....
2004-03-16 Gerald Cartermerging print change notify fix from HP appliance....
2004-03-15 Gerald Carterfix byte ordering problem when storing the updating...
2004-03-15 Gerald Carterfix byte ordering problem when storing the updating...
2004-03-05 Gerald Carterfix compiler warning
2004-03-05 Gerald Carterfix compiler warning
2004-03-02 Gerald Carterallow the 'printing' parameter to be set on a per share...
2004-03-02 Gerald Carterallow the 'printing' parameter to be set on a per share...
2004-03-01 Gerald CarterBUG 1147; bad pointer case in get_stored_queue_info...
2004-03-01 Gerald CarterBUG 1147; bad pointer case in get_stored_queue_info...
2004-01-14 Gerald Carterbug 770; correct fix this time; Make sure that we...
2004-01-14 Gerald Carterbug 770; correct fix this time; Make sure that we...
2004-01-14 Gerald Carterbug 660; using byte order safe macros (or tdb_unpack...
2004-01-14 Gerald Carterbug 660; using byte order safe macros (or tdb_unpack...
2004-01-13 Gerald Cartersync HEAD with recent changes in 3.0
2003-12-01 Gerald Carterdon't mistake pre-existing UNIX jobs for smb jobs;...
2003-12-01 Gerald Carterdon't mistake pre-existing UNIX jobs for smb jobs;...
2003-11-26 cvs2svn Import UserThis commit was manufactured by cvs2svn to create branc...
2003-11-25 Gerald Carterallow users to delete jobs with cups printing backend
2003-11-25 Gerald Carterallow users to delete jobs with cups printing backend
2003-11-13 Gerald Carter* Fix from SATOH Fumiyasu for bug 660 (failing to view...
2003-11-13 Gerald Carter* Fix from SATOH Fumiyasu for bug 660 (failing to view...
2003-11-12 Andrew Tridgella small include file rearrangement that doesn't affect...
2003-09-15 Tim PotterMerge from Samba 3.0:
2003-09-11 Gerald Carterfix unitiailized timestamp where merging print_jobs...
2003-07-16 Gerald Cartertrying to get HEAD building again. If you want the...
2003-07-10 Gerald Carteri guess i'm the only one this ever annyoed...
2003-07-01 Gerald Carterfix typos in log messages and comments.
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-10 Jeremy AllisonGrr. Get rid of one of the extra NULL's that crept...
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-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-01 Jeremy AllisonEnsure added jobs increment total_jobs.
2003-03-01 Jeremy AllisonEnsure added jobs increment total_jobs.
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-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-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-01-30 Jeremy AllisonMore scalable print tdb fixes.
2003-01-30 Jeremy AllisonMore scalable print tdb fixes.
2003-01-14 Andrew BartlettMerge from HEAD:
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-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 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-11-26 Gerald Carter[print notify fixes from APP_HEAD]
2002-11-26 Gerald Carter[print notify fixes from APP_HEAD]
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-23 Jeremy AllisonLots of fixes for error paths where tdb_fetch() data...
2002-11-10 Jeremy AllisonFirst cut of fix for changenotify on a print server...
2002-11-10 Jeremy AllisonFirst cut of fix for changenotify on a print server...
2002-11-10 Jeremy AllisonFix for scalable printing noticed by tpot. Don't loop...
2002-11-10 Jeremy AllisonFix for scalable printing noticed by tpot. Don't loop...
2002-11-07 Jeremy AllisonFix crash bug with overwriting memory.
2002-11-07 Jeremy AllisonFix crash bug with overwriting malloced memory.
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-11-07 Jeremy AllisonMerge of scalable printing code fix... Needs testing.
2002-10-31 Jeremy AllisonFix slowdown because of enumerating all print queues...
2002-10-31 Jeremy AllisonFix slowdown because of enumerating all print queues...
2002-10-26 Jeremy AllisonFix problem where an fd would be left open for every...
2002-10-26 Jeremy AllisonFix problem where an fd would be left open for every...
2002-10-21 Gerald Cartermerge from samba_3_0
next