summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-05Fix Gerry bug - MajorVersion should be 2 not 3.Jeremy Allison1-1/+1
2002-03-28merge from SAMBA_2_2Gerald Carter1-1/+6
2002-03-26OpenPrinter() merge from 2.2Gerald Carter1-7/+125
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-2/+1
2002-03-20merge from APPLIANCE_HEADGerald Carter1-12/+1
2002-03-20resetprinter merge from SAMBA_2_2Gerald Carter1-0/+22
2002-03-20Merge from app-head:Tim Potter1-2/+2
2002-03-19Merge in JohnR's page count fixes.Jeremy Allison1-4/+31
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-7/+7
2002-03-17Renamed get_nt_error_msg() to nt_errstr().Tim Potter1-1/+1
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-142/+290
2002-03-14Backed out enumprinters stuff - leave it for another day.Tim Potter1-24/+10
2002-03-12Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter1-14/+30
2002-03-08merge from 2.2Gerald Carter1-3/+3
2002-03-08merge from 2.2Gerald Carter1-2/+2
2002-03-08Turns out an Admin user shouldn't always have access on a handle.Jeremy Allison1-7/+0
2002-03-07Merge in the change to do per-handle access checks on setdata/setform etc.Jeremy Allison1-70/+138
2002-02-26Fixup the sending of printer change messages from job changes.Jeremy Allison1-9/+16
2002-02-25Merge of printing performance fixes from appliance.Tim Potter1-40/+61
2002-02-21merge from 2.2Gerald Carter1-1/+1
2002-02-21merge from 2.2Gerald Carter1-0/+5
2002-02-20merge from 2.2Gerald Carter1-5/+8
2002-02-15merge from APPLIANCE_HEADGerald Carter1-75/+18
2002-02-12merge from 2.2Gerald Carter1-15/+7
2002-02-12merge from 2.2Gerald Carter1-4/+18
2002-02-09Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison1-171/+320
2002-01-31Added administrator access check for server side add, delete and setformTim Potter1-10/+34
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26merge from APPLIANCE_HEADGerald Carter1-3/+3
2002-01-26Fixed ADDPRINTEREX to take a devmode and a security descriptor...Jeremy Allison1-6/+4
2002-01-25Make systemtime work for spooling on bigendian systems. Fix fromJeremy Allison1-3/+20
2002-01-23Sync up startpageprinter with appliance.Tim Potter1-5/+5
2002-01-22Merge of fixes from 2.2.Jeremy Allison1-1/+1
2002-01-20This is the current patch from Luke Leighton <lckl@samba-tng.org> to add aAndrew Bartlett1-1/+1
2002-01-15Missing assign fix from Bernt Nilsson bkn@ida.liu.se.Jeremy Allison1-1/+1
2002-01-12Added PRINTER_INFO_4/PRINTER_INFO_5, we're seeing level 5 requested on the wi...Jeremy Allison1-0/+113
2002-01-11Round and round we go....Jeremy Allison1-1/+2
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-19/+17
2001-12-21Add an output parameter to message_send_all that says how manyMartin Pool1-1/+1
2001-12-14ChangeID fixe from APPLIANCE_HEADGerald Carter1-0/+5
2001-12-14FALSE -> FalseTim Potter1-1/+1
2001-12-13merge from appliance_headGerald Carter1-0/+4
2001-12-10Added client and server code for the GetPrintProcessorDirectory SPOOLSSTim Potter1-0/+86
2001-12-05Use print_queue_length() by preference if we don't need a queueJeremy Allison1-21/+3
2001-12-05Improved efficiency of enumerating print queue's under a particularJeremy Allison1-9/+2
2001-11-30merge from APPLIANCE_HEADGerald Carter1-16/+20
2001-11-30Check error returns.Jeremy Allison1-4/+12
2001-11-30Gerald's fix.Jeremy Allison1-6/+2
2001-11-30Renamed sid field in SEC_ACE to trustee to be more in line with MS'sTim Potter1-2/+2
2001-11-28merge from APPLIANCE_HEADGerald Carter1-12/+9