summaryrefslogtreecommitdiff
path: root/source3/rpc_server/srv_spoolss_nt.c
AgeCommit message (Expand)AuthorFilesLines
2002-12-17* fix memory leak when constructing an driver_level_6 structureGerald Carter1-1/+7
2002-12-13Store printer guid in the dsspooler registry key so we don't have toJim McDonough1-34/+9
2002-12-13More printer publishing code.Jim McDonough1-5/+41
2002-12-04Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough1-53/+154
2002-12-04[merge from app_head]Gerald Carter1-2/+15
2002-11-12Removed global_myworkgroup, global_myname, global_myscope. Added liberalJeremy Allison1-3/+1
2002-11-11fix for CR 601. Only call addprinter command when the port, driver, comment,...Gerald Carter1-2/+8
2002-11-10First cut of fix for changenotify on a print server handle. Use the connectio...Jeremy Allison1-11/+29
2002-11-09deldriver fixGerald Carter1-0/+6
2002-11-09re-enable ffpcn on print server handleGerald Carter1-1/+1
2002-11-07Merge of scalable printing code fix... Needs testing.Jeremy Allison1-7/+31
2002-10-25merge PURGE_PRINTER fix from APP_HEADGerald Carter1-2/+0
2002-10-16merge from app_head to commit re-init'd printer to diskGerald Carter1-0/+6
2002-10-15merge from APP_HEAD to use GMT in job submission notificationGerald Carter1-1/+1
2002-10-09print job properties fix from APP_HEAD. a null devmode is not a failure.Gerald Carter1-11/+5
2002-10-09add_printer_hook() fix from APP_HEADGerald Carter1-6/+17
2002-10-08merge from APP_HEAD of winbindd's domain local group fixGerald Carter1-7/+1
2002-10-04merge of new client side support the Win2k LSARPC UUID in rpcbindGerald Carter1-1/+1
2002-10-02Missing break meant getprintprocessordirectory always returned UNKNOWN_LEVEL.Jeremy Allison1-0/+1
2002-10-01syncing up with HEAD. Seems to be a lot of differences creeping inGerald Carter1-5/+5
2002-09-27It turns out that Windows allows delete printer on a handleJeremy Allison1-0/+14
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-687/+1211
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-625/+534
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-414/+916
2002-04-22printing merge from HEADGerald Carter1-8/+2
2002-04-15Whoops, removed debug 0 that snuck in.Tim Potter1-4/+0
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter1-12/+41
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