summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
2002-03-19Merge in JohnR's page count fixes.Jeremy Allison1-4/+31
2002-03-17Fix ability to compile with CUPS support.John Terpstra1-2/+2
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter3-54/+96
2002-03-14getpid() -> sys_getpid()Tim Potter1-1/+1
2002-03-14Backed out enumprinters stuff - leave it for another day.Tim Potter1-1/+3
2002-03-12Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter1-6/+8
2002-03-07Fix for machines that have their time changed forward, then back. EnsureJeremy Allison1-6/+18
2002-02-27Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length DEVMO...Jeremy Allison1-1/+1
2002-02-26FIXME: Use next_token rather than strtok!Martin Pool1-0/+1
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison1-17/+21
2002-02-25Merge of printing performance fixes from appliance.Tim Potter1-6/+6
2002-02-19 merge from 2.2Gerald Carter1-2/+2
2002-02-09Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison1-124/+230
2002-01-30Removed version number from file header.Tim Potter7-14/+7
2002-01-26merge from APPLIANCE_HEADGerald Carter1-35/+1
2002-01-26These changes commited on a 'no less broken' basis.Andrew Bartlett1-7/+5
2002-01-25Change this code so that we don't do a lookup_name() on root.Andrew Bartlett1-11/+3
2002-01-25Fixed display of "remote downlevel document" in old print job submissionJeremy Allison1-2/+12
2002-01-23merge from 2.2Gerald Carter1-3/+3
2002-01-22merge from 2.2. ofGerald Carter1-20/+19
2002-01-14Removed MAXSTATUS which was set incorrectly - thus causing tdb traversalJeremy Allison1-5/+3
2002-01-11Round and round we go....Jeremy Allison1-1/+1
2002-01-11Latest attempt at changeid.Jeremy Allison1-4/+5
2002-01-09When re-writing tdb version numbers as little endian int32, we mustJeremy Allison1-15/+18
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison2-20/+33
2002-01-08My previous fix had a bug....Jeremy Allison1-6/+11
2002-01-08Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison1-7/+14
2002-01-08Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison1-11/+12
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-10/+4
2002-01-07Return called NetBIOS name if present in preference to global_myname.Jeremy Allison1-5/+9
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter1-1/+1
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison2-2/+2
2001-12-29Removed extra lp_adduser() call.Jeremy Allison1-0/+4
2001-12-21Factor out a broadcast_printer_notify() routine.Martin Pool1-7/+17
2001-12-18Fixed uninitialised variable warning.Tim Potter1-1/+1
2001-12-14ChangeID fixe from APPLIANCE_HEADGerald Carter1-9/+37
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison1-0/+1
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison1-9/+18
2001-12-03Writing decimal constants as "02" has been shown to cause cancer inMartin Pool1-1/+1
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-1/+1
2001-11-26Merge from appliance-head: when creating a default security descriptorTim Potter1-1/+11
2001-11-24added "net join" commandAndrew Tridgell1-2/+1
2001-11-22merge oops fix from 2.2Gerald Carter1-4/+4
2001-11-22merge from 2.2Gerald Carter1-12/+30
2001-11-17Tidyups when I was doing the big merge...Jeremy Allison2-1/+2
2001-10-31This is a farily large patch (3300 lines) and reworks most of the AuthRewriteAndrew Bartlett1-6/+6
2001-10-18Merge the become_XXX -> change_to_XXX fixes from 2.2.2 to HEAD.Jeremy Allison1-7/+6
2001-10-16Optimisation to send only to correct processid.Jeremy Allison1-6/+16
2001-10-16very simple asynchronous "lpq" thread patchJean-François Micouleau1-2/+50