summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
...
| * fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter2002-08-181-1/+1
| * fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter2002-08-181-5/+62
| * * the printing code should now be back to the working state it wasGerald Carter2002-08-171-38/+19
| * Fairly large change to printing code.Gerald Carter2002-08-161-435/+311
| * one line merge from APP_HEADGerald Carter2002-08-081-1/+1
| * delete printer driver fix from APP_HEADGerald Carter2002-08-081-14/+37
| * printing change notification merge from APPLIANCE_HEADGerald Carter2002-08-082-19/+47
| * Merge of print notify fixes from APPLIANCE_HEAD.Tim Potter2002-08-021-6/+5
| * couple of minor formatting fixes to help me see better.Gerald Carter2002-07-291-4/+2
| * Merge from APPLIANCE_HEAD.Tim Potter2002-07-221-1/+1
| * Ensure we're root before opening a printer backend tdb.Jeremy Allison2002-07-221-0/+4
| * And a little more 'const'.Andrew Bartlett2002-07-201-1/+1
| * another intermediate checkin on the way to enumerating formsGerald Carter2002-07-201-5/+9
| * More fixes towards warnings on the IRIX compilerAndrew Bartlett2002-07-203-12/+7
| * Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-172-252/+121
| * Lanman print jobs are *16* bits, not 32. arggggh. Map them....Jeremy Allison2002-07-171-0/+79
| * Put printing tdbs in a subdirectory to prevent name collisions.Jeremy Allison2002-07-161-1/+6
* | [print notify fixes from APP_HEAD]Gerald Carter2002-11-262-279/+122
* | Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison2002-11-232-15/+25
* | Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison2002-11-121-18/+22
* | First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison2002-11-101-43/+80
* | 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