summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2003-03-06add #define for the max device name length in a DEVICEMODEGerald Carter1-1/+1
2003-03-05Writable string const fixes.Jeremy Allison1-6/+12
2003-03-04Fix another 'off by one' bug with safe_strcpy(). It is unclear if the intentAndrew Bartlett1-2/+2
2003-02-25Progress on CR 601Gerald Carter1-152/+214
2003-02-17This patch fixes one of my longest-standing pet hates with Samba :-).Andrew Bartlett1-1/+1
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter1-2/+2
2003-01-15Crash fixes:Andrew Bartlett1-2/+7
2003-01-14The last of the fstring/pstring mixups, and an extra 'static'.Andrew Bartlett1-1/+1
2003-01-02BIG patch...Andrew Bartlett1-21/+21
2002-12-20Forward port the change to talloc_init() to make all talloc contextsJeremy Allison1-4/+4
2002-12-13Store printer guid in the dsspooler registry key so we don't have toJim McDonough1-72/+178
2002-12-13More printer publishing code.Jim McDonough1-6/+16
2002-12-05More printer data to publishJim McDonough1-71/+68
2002-12-04More attributes to publish. All DsSpooler attributes except REG_MULTI_SZ one...Jim McDonough1-3/+62
2002-12-04Janitor for tpot yet again... Merging in memory leak fix.Jeremy Allison1-2/+2
2002-12-04Automatic printer publishing when using APW or choosing 'list in the director...Jim McDonough1-1/+143
2002-11-23Lots of fixes for error paths where tdb_fetch() data need freeing.Jeremy Allison1-8/+11
2002-11-07Keeping branches in sync....Jeremy Allison1-1/+2
2002-10-31Fix slowdown because of enumerating all print queues on every smbd startup.Jeremy Allison1-1/+7
2002-10-31Check the long_archi name is not null.Jeremy Allison1-0/+6
2002-10-21merge from samba_3_0Gerald Carter1-62/+0
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-2/+2
2002-09-18printjob merge from APP_HEAD regarding device modesGerald Carter1-2/+2
2002-09-04DeletePrinterDriver[Ex]() fixes from APP_HEADGerald Carter1-147/+125
2002-08-30fix up print portion of registry. Merge from APP_HEAD.Gerald Carter1-2/+2
2002-08-30merge of phant0m key fix from APP_HEADGerald Carter1-7/+152
2002-08-18* Fix DeletePrinterDataEx() to work with arbitrary registry keysGerald Carter1-24/+101
2002-08-18fix GetPrinterDataEx() to work with registry subkeys using a depth > 1Gerald Carter1-1/+1
2002-08-18fix to allow EnumPrinterKey() to enumerate multiple levels of subkeys.Gerald Carter1-5/+62
2002-08-17* the printing code should now be back to the working state it wasGerald Carter1-38/+19
2002-08-16Fairly large change to printing code.Gerald Carter1-435/+311
2002-08-08one line merge from APP_HEADGerald Carter1-1/+1
2002-08-08delete printer driver fix from APP_HEADGerald Carter1-14/+37
2002-08-08printing change notification merge from APPLIANCE_HEADGerald Carter1-1/+11
2002-07-29couple of minor formatting fixes to help me see better.Gerald Carter1-4/+2
2002-07-20another intermediate checkin on the way to enumerating formsGerald Carter1-5/+9
2002-07-11added copyrightGerald Carter1-0/+1
2002-07-11last check in for tonight.Gerald Carter1-40/+128
2002-07-11all that is left to do is to actually perform theGerald Carter1-15/+155
2002-07-11intermediate work on DeletePrinterDriverEx(). This callGerald Carter1-71/+146
2002-07-11*Experimental* new large-scaling printer code. Splits printing.tdb intoJeremy Allison1-4/+4
2002-06-27It's fairly obvious that no one has tried to upload a driverGerald Carter1-2/+2
2002-06-24printing merge from SAMBA_2_2. Ther server code looks to be in sync now.Gerald Carter1-7/+12
2002-06-07Globally replace 'global_sam_sid' with get_global_sam_sid(), a selfAndrew Bartlett1-2/+1
2002-05-09Merged in printing fixes... There were many missing !Jeremy Allison1-0/+29
2002-04-15Merge of print server permission handling fixes from HEAD.Tim Potter1-0/+16
2002-04-11removed unnecessary memsetGerald Carter1-2/+1
2002-04-11specversion merge from SAMBA_2_2Gerald Carter1-0/+2
2002-03-22Stomped on some header file version numbers that have crept back in.Tim Potter1-1/+1
2002-03-17Added dos_errstr() function. Not all errors in list yet.Tim Potter1-1/+1