Age | Commit message (Expand) | Author | Files | Lines |
2002-08-18 | fix GetPrinterDataEx() to work with registry subkeys using a depth > 1 | Gerald Carter | 1 | -1/+1 |
2002-08-18 | fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys. | Gerald Carter | 1 | -5/+62 |
2002-08-17 | * the printing code should now be back to the working state it was | Gerald Carter | 1 | -38/+19 |
2002-08-16 | Fairly large change to printing code. | Gerald Carter | 1 | -435/+311 |
2002-08-08 | one line merge from APP_HEAD | Gerald Carter | 1 | -1/+1 |
2002-08-08 | delete printer driver fix from APP_HEAD | Gerald Carter | 1 | -14/+37 |
2002-08-08 | printing change notification merge from APPLIANCE_HEAD | Gerald Carter | 2 | -19/+47 |
2002-08-02 | Merge of print notify fixes from APPLIANCE_HEAD. | Tim Potter | 1 | -6/+5 |
2002-07-29 | couple of minor formatting fixes to help me see better. | Gerald Carter | 1 | -4/+2 |
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-20 | And a little more 'const'. | Andrew Bartlett | 1 | -1/+1 |
2002-07-20 | another intermediate checkin on the way to enumerating forms | Gerald Carter | 1 | -5/+9 |
2002-07-20 | More fixes towards warnings on the IRIX compiler | Andrew Bartlett | 3 | -12/+7 |
2002-07-17 | Gone back to explicit queue number passing as snum - removed encoding of | Jeremy Allison | 2 | -252/+121 |
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 | added copyright | Gerald Carter | 1 | -0/+1 |
2002-07-11 | last check in for tonight. | Gerald Carter | 1 | -40/+128 |
2002-07-11 | all that is left to do is to actually perform the | Gerald Carter | 1 | -15/+155 |
2002-07-11 | intermediate work on DeletePrinterDriverEx(). This call | Gerald Carter | 1 | -71/+146 |
2002-07-11 | *Experimental* new large-scaling printer code. Splits printing.tdb into | Jeremy Allison | 4 | -155/+411 |
2002-07-08 | Fix for LPRng from James Henstridge james@daa.com.au. | Jeremy Allison | 1 | -0/+2 |
2002-07-02 | Address the string_sub problem by changing len = 0 to mean "no expand". | Jeremy Allison | 2 | -9/+9 |
2002-07-01 | used findstatic.pl to make some variables static and remove some dead | Andrew Tridgell | 1 | -1/+1 |
2002-06-28 | Shut down printing tdb correctly - this will be more important when I go | Jeremy Allison | 1 | -3/+17 |
2002-06-28 | Proper merge of all the working printing stuff from APPLIANCE_HEAD. | Jeremy Allison | 2 | -158/+435 |
2002-06-27 | It's fairly obvious that no one has tried to upload a driver | Gerald Carter | 1 | -2/+2 |
2002-06-24 | replacing free() with SAFE_FREE() where possible | Gerald Carter | 1 | -8/+8 |
2002-06-24 | backing out changes for now | Gerald Carter | 1 | -11/+11 |
2002-06-24 | printing merge from SAMBA_2_2. Ther server code looks to be in sync now. | Gerald Carter | 4 | -29/+34 |
2002-06-21 | Format tidyup before I start working on scalability fixes (one file per | Jeremy Allison | 1 | -74/+134 |
2002-06-07 | Globally replace 'global_sam_sid' with get_global_sam_sid(), a self | Andrew Bartlett | 1 | -2/+1 |
2002-05-10 | Ok, ok, I was too impatient... | Jim McDonough | 1 | -2/+2 |
2002-05-10 | Fix build. Changed MSG_PRINTER_UPDATE to MSG_PRINTER_DRVUPGRADE. | Jim McDonough | 1 | -2/+2 |
2002-05-09 | Merged in printing fixes... There were many missing ! | Jeremy Allison | 1 | -0/+29 |
2002-04-19 | Added Martin's lpq parse fixes from 2.2. | Jeremy Allison | 1 | -20/+12 |
2002-04-19 | When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!). | Jeremy Allison | 1 | -2/+2 |
2002-04-15 | Merge of print server permission handling fixes from HEAD. | Tim Potter | 1 | -0/+16 |
2002-04-13 | when background printing wasn't enabled printing was completely broken | Andrew Tridgell | 1 | -1/+4 |
2002-04-11 | removed unnecessary memset | Gerald Carter | 1 | -2/+1 |
2002-04-11 | specversion merge from SAMBA_2_2 | Gerald Carter | 1 | -0/+2 |
2002-03-22 | Stomped on some header file version numbers that have crept back in. | Tim Potter | 1 | -1/+1 |
2002-03-20 | Ensure we don't do lp_servicename()'s in tdb traverse as this | Jeremy Allison | 1 | -5/+7 |
2002-03-20 | Print queue entries *must* have queue names, not numbers - numbers are | Jeremy Allison | 1 | -7/+30 |
2002-03-20 | Remove the "stat open" code - make it inline. This should fix the | Jeremy Allison | 1 | -1/+0 |
2002-03-19 | Merge JohnR's fix. | Jeremy Allison | 1 | -5/+10 |
2002-03-19 | Merge in JohnR's page count fixes. | Jeremy Allison | 1 | -4/+31 |
2002-03-17 | Fix ability to compile with CUPS support. | John Terpstra | 1 | -2/+2 |
2002-03-17 | Added dos_errstr() function. Not all errors in list yet. | Tim Potter | 1 | -1/+1 |