summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison2002-11-101-13/+36
* Fix crash bug with overwriting malloced memory.Jeremy Allison2002-11-071-5/+3
* Keeping branches in sync....Jeremy Allison2002-11-071-1/+2
* Merge of scalable printing code fix... Needs testing.Jeremy Allison2002-11-072-30/+307
* Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2002-10-312-15/+18
* Check the long_archi name for NULL.Jeremy Allison2002-10-311-0/+6
* Fix problem where an fd would be left open for every printer queue.Jeremy Allison2002-10-261-0/+27
* removed the following parametersGerald Carter2002-10-212-73/+0
* Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison2002-10-161-1/+3
* SMB_ASSERT to check list terminates.Jeremy Allison2002-10-161-0/+3
* Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2002-10-042-9/+9
* sync'ing up for 3.0alpha20 releaseGerald Carter2002-09-255-308/+864
* sync 3.0 branch with headJelmer Vernooij2002-08-174-233/+185
* Sync 3.0 branch with HEADJelmer Vernooij2002-08-173-523/+432
* updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell2002-07-156-451/+1167
* This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User2002-07-141-0/+230
|\
| * added copyrightGerald Carter2002-07-111-0/+1
| * last check in for tonight.Gerald Carter2002-07-111-40/+128
| * all that is left to do is to actually perform theGerald Carter2002-07-111-15/+155
| * intermediate work on DeletePrinterDriverEx(). This callGerald Carter2002-07-111-71/+146
| * *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-114-155/+411
| * Fix for LPRng from James Henstridge james@daa.com.au.Jeremy Allison2002-07-081-0/+2
| * Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2002-07-022-9/+9
| * used findstatic.pl to make some variables static and remove some deadAndrew Tridgell2002-07-011-1/+1
| * Shut down printing tdb correctly - this will be more important when I goJeremy Allison2002-06-281-3/+17
| * Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2002-06-282-158/+435
| * It's fairly obvious that no one has tried to upload a driverGerald Carter2002-06-271-2/+2
| * replacing free() with SAFE_FREE() where possibleGerald Carter2002-06-241-8/+8
| * backing out changes for nowGerald Carter2002-06-241-11/+11
| * printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter2002-06-244-29/+34
| * Format tidyup before I start working on scalability fixes (one file perJeremy Allison2002-06-211-74/+134
| * Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett2002-06-071-2/+1
| * Ok, ok, I was too impatient...Jim McDonough2002-05-101-2/+2
| * Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE.Jim McDonough2002-05-101-2/+2
| * Merged in printing fixes... There were many missing !Jeremy Allison2002-05-091-0/+29
| * Added Martin's lpq parse fixes from 2.2.Jeremy Allison2002-04-191-20/+12
| * When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!).Jeremy Allison2002-04-191-2/+2
| * Merge of print server permission handling fixes from HEAD.Tim Potter2002-04-151-0/+16
| * when background printing wasn't enabled printing was completely brokenAndrew Tridgell2002-04-131-1/+4
* | printing merge from HEADGerald Carter2002-04-222-23/+18
* | Merge of print server permission handling fixes from HEAD.Tim Potter2002-04-151-0/+16
|/
* removed unnecessary memsetGerald Carter2002-04-111-2/+1
* specversion merge from SAMBA_2_2Gerald Carter2002-04-111-0/+2
* Stomped on some header file version numbers that have crept back in.Tim Potter2002-03-221-1/+1
* Ensure we don't do lp_servicename()'s in tdb traverse as thisJeremy Allison2002-03-201-5/+7
* Print queue entries *must* have queue names, not numbers - numbers areJeremy Allison2002-03-201-7/+30
* Remove the "stat open" code - make it inline. This should fix theJeremy Allison2002-03-201-1/+0
* Merge JohnR's fix.Jeremy Allison2002-03-191-5/+10
* Merge in JohnR's page count fixes.Jeremy Allison2002-03-191-4/+31
* Fix ability to compile with CUPS support.John Terpstra2002-03-171-2/+2