summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-07-12We must ZERO_STRUCT before using the buffer in copy_unistr2.Jeremy Allison1-0/+3
2002-07-11added copyrightGerald Carter1-1/+1
2002-07-11last check in for tonight.Gerald Carter1-15/+10
2002-07-11all that is left to do is to actually perform theGerald Carter1-4/+24
2002-07-11intermediate work on DeletePrinterDriverEx(). This callGerald Carter1-19/+24
2002-07-08fix typoGerald Carter1-1/+1
2002-07-08added parsing routines for SPOOLSS_ADDPRINTERDRIVEREX andGerald Carter1-59/+95
2002-07-08* basic implementation of SPOOLSS_DELETEPRINTERDATAEX andGerald Carter1-0/+70
2002-07-02Address the string_sub problem by changing len = 0 to mean "no expand".Jeremy Allison1-1/+1
2002-07-02Merge of constant renames from APPLIANCE_HEAD.Tim Potter1-53/+53
2002-06-28Proper merge of all the working printing stuff from APPLIANCE_HEAD.Jeremy Allison1-344/+540
2002-06-24compile fixGerald Carter1-0/+1
2002-06-24printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter1-42/+95
2002-06-18more debug classess activatedSimo Sorce1-0/+3
2002-06-11merge from 2.2Gerald Carter1-0/+1
2002-06-06Fix compile error - doh!Tim Potter1-4/+0
2002-06-06Moved some notify related constants into srv_spoolss_nt.c sinceTim Potter1-0/+8
2002-06-06Fixed out of date comment for _spoolss_rffpcnex()Tim Potter1-4/+2
2002-05-24merge from SAMBA_2_2Gerald Carter1-1/+3
2002-05-24merge from SAMBA_2_2.Gerald Carter1-3/+5
2002-05-19Patch to only set SV_TYPE_PRINTQ_SERVER in default_server_announce if aTim Potter1-0/+3
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison1-1/+111
2002-04-22merge from SAMBA_2_2Gerald Carter1-7/+1
2002-04-18Fix found by Li Shao @ HP - XP clients don't bother to set the devmode_ptrJeremy Allison1-1/+1
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter1-12/+37
2002-04-11Correctly emulate NT in printer handle opening access rights.Jeremy Allison1-1/+6
2002-04-11s/werror_str/dos_errstr/g to fix compileGerald Carter1-3/+3
2002-04-11WERROR merge from SAMBA_2_2Gerald Carter1-16/+22
2002-04-09Fixed typo in debug statement.Tim Potter1-1/+1
2002-04-09Fixed some compiler warnings.Tim Potter1-5/+5
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