summaryrefslogtreecommitdiffstats
path: root/source/printing/printing.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gone back to explicit queue number passing as snum - removed encoding ofJeremy Allison2002-07-171-249/+118
* 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
* *Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison2002-07-111-138/+396
* 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-281-158/+205
* printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter2002-06-241-10/+10
* Format tidyup before I start working on scalability fixes (one file perJeremy Allison2002-06-211-74/+134
* 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
* When opening a tdb fails - don't expect to be able to do tdb_errstr ! (Doh!).Jeremy Allison2002-04-191-2/+2
* when background printing wasn't enabled printing was completely brokenAndrew Tridgell2002-04-131-1/+4
* 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
* Merge in JohnR's page count fixes.Jeremy Allison2002-03-191-4/+31
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-151-6/+6
* getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
* Fix for machines that have their time changed forward, then back. EnsureJeremy Allison2002-03-071-6/+18
* Fixup the sending of printer change messages from job changes.Jeremy Allison2002-02-261-17/+21
* Merge of printing performance fixes from appliance.Tim Potter2002-02-251-6/+6
* Removed version number from file header.Tim Potter2002-01-301-2/+1
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-141-5/+3
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-091-12/+13
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-031-1/+1
* Factor out a broadcast_printer_notify() routine.Martin Pool2001-12-211-7/+17
* Fixed uninitialised variable warning.Tim Potter2001-12-181-1/+1
* Use print_queue_length() by preference if we don't need a queueJeremy Allison2001-12-051-0/+1
* Improved efficiency of enumerating print queue's under a particularJeremy Allison2001-12-051-9/+18
* Optimisation to send only to correct processid.Jeremy Allison2001-10-161-6/+16
* very simple asynchronous "lpq" thread patchJean-François Micouleau2001-10-161-2/+50
* Removed 'extern int DEBUGLEVEL' as it is now in the smb.h header.Tim Potter2001-10-021-2/+0
* got rid of USE_TDB_MMAP_FLAG as its not needed any moreAndrew Tridgell2001-09-061-1/+1
* the next stage in the NTSTATUS/WERROR change. smbd and nmbd now compile, but ...Andrew Tridgell2001-09-041-4/+4
* more NTSTATUS/WERROR conversionAndrew Tridgell2001-09-031-11/+11
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-231-2/+2
* Merge in the NT drivers changes from 2.2.Jeremy Allison2001-08-101-1/+1
* Replaced the duplicate DOS constants with appropriate ones from doserr.h toTim Potter2001-08-101-9/+9
* Fix for incorrect creation of print job names, based on a patch byJeremy Allison2001-07-161-2/+2
* The big character set handling changeover!Andrew Tridgell2001-07-041-13/+4
* Properly instrument print_job_start()/print_job_end() so every fail caseJeremy Allison2001-06-281-4/+20
* use LDSHFLAGS not -shared in several placesAndrew Tridgell2001-06-041-1/+1
* Removed mktemp from HEAD - same as done in 2.2.Jeremy Allison2001-04-181-16/+7
* Got "medieval on our ass" about adding the -1 to slprintf.Jeremy Allison2001-04-081-10/+10
* Fix from Dave Collier Brown to log a debug at level zero on common misconfigure.Jeremy Allison2001-03-261-1/+13
* Added Michael Sweet's CUPS patch to call directly into the CUPS backend.Jeremy Allison2001-03-161-157/+29
* Merge of new 2.2 code into HEAD (Gerald I hate you :-) :-). Allows new SAMRJeremy Allison2001-03-111-4/+0
* include/rpc_spoolss.h: Added JOB_STATUS_XXX defines.Jeremy Allison2001-02-231-50/+50