summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-14Array size fixup for construct_nt_devicemode() from HEAD.Tim Potter1-1/+1
2003-03-14Fix off by one bug noticed by Andrew Bartlett.Jeremy Allison1-2/+2
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-02-25Progress on CR 601Gerald Carter1-152/+214
2003-02-24Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett1-1/+1
2003-02-15* set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter1-2/+2
2003-01-15*lots of small merges form HEADGerald Carter1-2/+7
2003-01-14Merge from HEAD:Andrew Bartlett1-1/+1
2003-01-03Merge from HEAD - make Samba compile with -Wwrite-strings without additionalAndrew 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-33/+89
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 for NULL.Jeremy Allison1-0/+6
2002-10-21removed the following parametersGerald Carter1-62/+0
2002-10-04Add a timeout to tdb_lock_bystring(). Ensure we never have more thanJeremy Allison1-2/+2
2002-09-25sync'ing up for 3.0alpha20 releaseGerald Carter1-179/+436
2002-08-17Sync 3.0 branch with HEADJelmer Vernooij1-495/+387
2002-07-15updated the 3.0 branch from the head branch - ready for alpha18Andrew Tridgell1-100/+437
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