summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
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
2002-03-15syncing up printing code with SAMBA_2_2 (already done some mergesGerald Carter1-12/+54
2002-03-14Backed out enumprinters stuff - leave it for another day.Tim Potter1-1/+3
2002-03-12Merge of enumprinters vs getprinter naming patch from 2.2Tim Potter1-6/+8
2002-02-27Fix from JohnR - Fixed SetPrinterData(magic key) to support zero length DEVMO...Jeremy Allison1-1/+1
2002-02-19 merge from 2.2Gerald Carter1-2/+2
2002-02-09Bring printing in HEAD inline with 2.2.x and app-head.Jeremy Allison1-124/+230
2002-01-30Removed version number from file header.Tim Potter1-2/+1
2002-01-26merge from APPLIANCE_HEADGerald Carter1-35/+1
2002-01-26These changes commited on a 'no less broken' basis.Andrew Bartlett1-7/+5
2002-01-25Change this code so that we don't do a lookup_name() on root.Andrew Bartlett1-11/+3
2002-01-23merge from 2.2Gerald Carter1-3/+3
2002-01-22merge from 2.2. ofGerald Carter1-20/+19
2002-01-11Round and round we go....Jeremy Allison1-1/+1
2002-01-11Latest attempt at changeid.Jeremy Allison1-4/+5
2002-01-09When re-writing tdb version numbers as little endian int32, we mustJeremy Allison1-15/+18
2002-01-09Fixed all uses of tdb_fetch/store/_int to use explicit int32 little endianJeremy Allison1-8/+20
2002-01-08My previous fix had a bug....Jeremy Allison1-6/+11
2002-01-08Another attempt at getting changeid correct. Jerry / JF please check !Jeremy Allison1-7/+14
2002-01-08Caught one problem where a BOOL fn was returning 3 different values :-).Jeremy Allison1-11/+12
2002-01-08Added get_called_name() function, which replaces global_myname in printingJeremy Allison1-10/+4
2002-01-07Return called NetBIOS name if present in preference to global_myname.Jeremy Allison1-5/+9
2002-01-07Sed error. The status value in the PRINTER_INFO_2 structure isn't a WERRORTim Potter1-1/+1
2002-01-03Fixed nasty cast of tdb_delete in traversals.Jeremy Allison1-1/+1