summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-18/+22
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison1-43/+80
2002-11-10Fix for scalable printing noticed by tpot. Don't loop infinatelyJeremy Allison1-13/+36
2002-11-07Fix crash bug with overwriting malloced memory.Jeremy Allison1-5/+3
2002-11-07Keeping branches in sync....Jeremy Allison1-1/+2
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison2-30/+307
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison2-15/+18
2002-10-31Check the long_archi name for NULL.Jeremy Allison1-0/+6
2002-10-26Fix problem where an fd would be left open for every printer queue.Jeremy Allison1-0/+27
2002-10-21removed the following parametersGerald Carter2-73/+0
2002-10-16Never do a ZERO_STRUCT on a structure in a linked list, it's dumb :-).Jeremy Allison1-1/+3
2002-10-16SMB_ASSERT to check list terminates.Jeremy Allison1-0/+3
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison2-9/+9
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter5-308/+864
2002-08-17sync 3.0 branch with headJelmer Vernooij4-233/+185
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij3-523/+432
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell6-451/+1167
2002-07-14This commit was manufactured by cvs2svn to create branch 'SAMBA_3_0'.(This us...cvs2svn Import User1-0/+230
2002-07-11added copyrightGerald Carter1-0/+1
2002-07-11last check in for tonight.Gerald Carter1-40/+128
2002-07-11all that is left to do is to actually perform theGerald Carter1-15/+155
2002-07-11intermediate work on DeletePrinterDriverEx(). This callGerald Carter1-71/+146
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison4-155/+411
2002-07-08Fix for LPRng from James Henstridge james@daa.com.au.Jeremy Allison1-0/+2
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison2-9/+9
2002-07-01used findstatic.pl to make some variables static and remove some deadAndrew Tridgell1-1/+1
2002-06-28Shut down printing tdb correctly - this will be more important when I goJeremy Allison1-3/+17
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison2-158/+435
2002-06-27It's fairly obvious that no one has tried to upload a driverGerald Carter1-2/+2
2002-06-24replacing free() with SAFE_FREE() where possibleGerald Carter1-8/+8
2002-06-24backing out changes for nowGerald Carter1-11/+11
2002-06-24printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter4-29/+34
2002-06-21Format tidyup before I start working on scalability fixes (one file perJeremy Allison1-74/+134
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-2/+1
2002-05-10Ok, ok, I was too impatient...Jim McDonough1-2/+2
2002-05-10Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE.Jim McDonough1-2/+2
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison1-0/+29
2002-04-22printing merge from HEADGerald Carter2-23/+18
2002-04-19Added Martin's lpq parse fixes from 2.2.Jeremy Allison1-20/+12
2002-04-19When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!).Jeremy Allison1-2/+2
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter1-0/+16
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter1-0/+16
2002-04-13when background printing wasn't enabled printing was completely brokenAndrew Tridgell1-1/+4
2002-04-11removed unnecessary memsetGerald Carter1-2/+1
2002-04-11specversion merge from SAMBA_2_2Gerald Carter1-0/+2
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-1/+1
2002-03-20Ensure we don't do lp_servicename()'s in tdb traverse as thisJeremy Allison1-5/+7
2002-03-20Print queue entries *must* have queue names, not numbers - numbers areJeremy Allison1-7/+30
2002-03-20Remove the "stat open" code - make it inline. This should fix theJeremy Allison1-1/+0
2002-03-19Merge JohnR's fix.Jeremy Allison1-5/+10