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