summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Added dos_errstr() function. Not all errors in list yet.Tim Potter2002-03-171-1/+1
* syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter2002-03-153-54/+96
* getpid() -> sys_getpid()Tim Potter2002-03-141-1/+1
* Backed out enumprinters stuff - leave it for another day.Tim Potter2002-03-141-1/+3
* Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter2002-03-121-6/+8
* Fix for machines that have their time changed forward, then back. EnsureJeremy Allison2002-03-071-6/+18
* Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length DEVMO...Jeremy Allison2002-02-271-1/+1
* FIXME: Use next_token rather than strtok!Martin Pool2002-02-261-0/+1
* 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
* merge from 2.2Gerald Carter2002-02-191-2/+2
* Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison2002-02-091-124/+230
* Removed version number from file header.Tim Potter2002-01-307-14/+7
* merge from APPLIANCE_HEADGerald Carter2002-01-261-35/+1
* These changes commited on a 'no less broken' basis.Andrew Bartlett2002-01-261-7/+5
* Change this code so that we don't do a lookup_name() on root.Andrew Bartlett2002-01-251-11/+3
* Fixed display of "remote downlevel document" in old print job submissionJeremy Allison2002-01-251-2/+12
* merge from 2.2Gerald Carter2002-01-231-3/+3
* merge from 2.2. ofGerald Carter2002-01-221-20/+19
* Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison2002-01-141-5/+3
* Round and round we go....Jeremy Allison2002-01-111-1/+1
* Latest attempt at changeid.Jeremy Allison2002-01-111-4/+5
* When re-writing tdb version numbers as little endian int32, we mustJeremy Allison2002-01-091-15/+18
* Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2002-01-092-20/+33
* My previous fix had a bug....Jeremy Allison2002-01-081-6/+11
* Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison2002-01-081-7/+14
* Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison2002-01-081-11/+12
* Added get_called_name() function, which replaces global_myname in printingJeremy Allison2002-01-081-10/+4
* Return called NetBIOS name if present in preference to global_myname.Jeremy Allison2002-01-071-5/+9
* Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter2002-01-071-1/+1
* Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2002-01-032-2/+2
* Removed extra lp_adduser() call.Jeremy Allison2001-12-291-0/+4
* Factor out a broadcast_printer_notify() routine.Martin Pool2001-12-211-7/+17