Age | Commit message (Expand) | Author | Files | Lines |
2003-12-01 | don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ... | Gerald Carter | 1 | -3/+5 |
2003-11-25 | allow users to delete jobs with cups printing backend | Gerald Carter | 1 | -0/+2 |
2003-11-13 | * Fix from SATOH Fumiyasu for bug 660 (failing to view print | Gerald Carter | 1 | -2/+2 |
2003-09-15 | Merge from Samba 3.0: | Tim Potter | 1 | -0/+1 |
2003-07-16 | trying to get HEAD building again. If you want the code | Gerald Carter | 1 | -3/+3 |
2003-04-16 | Fix mem leak. Spotted by tpot (thanks Tim). | Jeremy Allison | 1 | -0/+1 |
2003-04-04 | Fix the new storage code to correctly convert from system queue info to | Jeremy Allison | 1 | -3/+15 |
2003-04-02 | Subtle changes to message handling after ENUMJOBS. | Jeremy Allison | 1 | -10/+84 |
2003-03-31 | Fix a botched merge from appliance-head... | Andrew Bartlett | 1 | -1/+1 |
2003-03-26 | Fix extra NULL arg added during app-head merge. | Jeremy Allison | 1 | -3/+3 |
2003-03-21 | Merge of new appliance-head scalable printing fixes. | Jeremy Allison | 1 | -142/+287 |
2003-03-20 | lib/messages.c: Check return from chainlock before modifying message queue. | Jeremy Allison | 1 | -0/+5 |
2003-03-01 | Ensure added jobs increment total_jobs. | Jeremy Allison | 1 | -0/+6 |
2003-02-19 | Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if the | Jeremy Allison | 1 | -9/+14 |
2003-02-08 | Ensure we return NOSPACE if we can't fast allocate a print job. | Jeremy Allison | 1 | -2/+7 |
2003-02-04 | Hold the lock for a much shorter time when allocating a new jobid. | Jeremy Allison | 1 | -54/+67 |
2003-01-30 | More scalable print tdb fixes. | Jeremy Allison | 1 | -13/+23 |
2003-01-11 | [merge] make sure to updatre print queue cache during timeout_processing() to... | Gerald Carter | 1 | -7/+16 |
2003-01-10 | Fix lpq_cache time check (missed from yesterday). | Jeremy Allison | 1 | -4/+4 |
2003-01-02 | BIG patch... | Andrew Bartlett | 1 | -6/+6 |
2002-12-05 | Fix debugs for rap mapping. Delete job on map fail. | Jeremy Allison | 1 | -2/+5 |
2002-12-05 | The element in fsp->print_job should be a RAP jobid, not a uint32 RPC | Jeremy Allison | 1 | -4/+24 |
2002-11-26 | [print notify fixes from APP_HEAD] | Gerald Carter | 1 | -279/+35 |
2002-11-23 | Lots of fixes for error paths where tdb_fetch() data need freeing. | Jeremy Allison | 1 | -7/+14 |
2002-11-10 | First cut of fix for changenotify on a print server handle. Use the connectio... | Jeremy Allison | 1 | -43/+80 |
2002-11-10 | Fix for scalable printing noticed by tpot. Don't loop infinately | Jeremy Allison | 1 | -13/+36 |
2002-11-07 | Fix crash bug with overwriting memory. | Jeremy Allison | 1 | -5/+3 |
2002-11-07 | Merge of scalable printing code fix... Needs testing. | Jeremy Allison | 1 | -0/+248 |
2002-10-31 | Fix slowdown because of enumerating all print queues on every smbd startup. | Jeremy Allison | 1 | -14/+11 |
2002-10-26 | Fix problem where an fd would be left open for every printer queue. | Jeremy Allison | 1 | -0/+27 |
2002-10-21 | merge from samba_3_0 | Gerald Carter | 1 | -11/+0 |
2002-10-16 | Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-). | Jeremy Allison | 1 | -1/+3 |
2002-10-16 | SMB_ASSERT to check list terminates. | Jeremy Allison | 1 | -0/+3 |
2002-10-04 | Add a timeout to tdb_lock_bystring(). Ensure we never have more than | Jeremy Allison | 1 | -7/+7 |
2002-09-25 | merge from APP_HEAD | Gerald Carter | 1 | -8/+32 |
2002-09-24 | Hold lock on NEXTJOB record for a very short time. Jerry needs to add code | Jeremy Allison | 1 | -29/+52 |
2002-09-18 | printjob merge from APP_HEAD regarding device modes | Gerald Carter | 1 | -26/+130 |
2002-09-10 | AbortPrinter() fix merged from APP_HEAD. | Gerald Carter | 1 | -3/+31 |
2002-09-05 | Remove donotify as notifies are cheap now. | Jeremy Allison | 1 | -11/+11 |
2002-09-04 | Added better error code on out of space. Removed total jobs check - not | Jeremy Allison | 1 | -48/+1 |
2002-09-04 | Add bcast_msg_flags to connection struct. Allows sender to filter when | Jeremy Allison | 1 | -12/+18 |
2002-08-27 | Move to reference counting rather than lock counting. | Jeremy Allison | 1 | -35/+57 |
2002-08-27 | Handle locking correctly. | Jeremy Allison | 1 | -2/+6 |
2002-08-27 | Allow us to "lock" printer tdb entries in memory to stop them being | Jeremy Allison | 1 | -18/+61 |
2002-07-22 | Merge from APPLIANCE_HEAD. | Tim Potter | 1 | -1/+1 |
2002-07-22 | Ensure we're root before opening a printer backend tdb. | Jeremy Allison | 1 | -0/+4 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 1 | -249/+118 |
2002-07-17 | Lanman print jobs are *16* bits, not 32. arggggh. Map them.... | Jeremy Allison | 1 | -0/+79 |
2002-07-16 | Put printing tdbs in a subdirectory to prevent name collisions. | Jeremy Allison | 1 | -1/+6 |
2002-07-11 | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 1 | -138/+396 |