summaryrefslogtreecommitdiff
path: root/source3/printing/nt_printing.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison1-6/+6
2007-10-10r783: fix bug in reading printer data from disk; all ow valuenames with embe...Gerald Carter1-4/+10
2007-10-10r689: removed unneeded forward declarationsGerald Carter1-3/+0
2007-10-10r551: BUG 1293: fix double free in printer publishing codeGerald Carter1-2/+1
2007-10-10r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the f...Gerald Carter1-0/+1
2007-10-10r460: Fix for broken driver upload/delete path processing.Jeremy Allison1-14/+46
2007-10-10r196: merging struct uuid from trunkGerald Carter1-9/+12
2004-04-02Added per-share parameter "store dos attributes". When set, will storeJeremy Allison1-3/+3
2004-03-24fixes for prnadmin.dll APIGerald Carter1-1/+1
2004-03-03Use a common function to parse all pathnames from the wire. This allowsJeremy Allison1-5/+5
2004-01-30Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison1-1/+1
2003-12-31auth/auth_util.c:Andrew Bartlett1-2/+2
2003-12-30Move to short lived TALLOC_CTX* for allocating printerGerald Carter1-4/+22
2003-11-03Fix more 64-bit printf warnings.Tim Potter1-8/+8
2003-10-29Fixes to check for wraps which could cause coredumps.Jeremy Allison1-5/+14
2003-10-20make sure we have a devmode before copying a string to the devicename; patch ...Gerald Carter1-3/+4
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-3/+3
2003-09-10Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison1-5/+39
2003-09-05More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison1-1/+1
2003-08-25make sure the printer data value exists before saying you deleted itGerald Carter1-0/+5
2003-08-23it never amazes me when some new things crawls out of the windowsGerald Carter1-1/+6
2003-08-16stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter1-1/+1
2003-08-15get rid of more compiler warningsHerb Lewis1-2/+2
2003-08-14fix bug 294; win9x driver lookups should always use version 0Gerald Carter1-5/+16
2003-07-14fix cache coherency bug in print handle print_info_2 cache.Gerald Carter1-17/+19
2003-06-25ifdef out some functions that are not used when HAVE_ADS is not definedGerald Carter1-1/+1
2003-06-25large change:Gerald Carter1-5/+10
2003-05-27Squash another compiler warning.Tim Potter1-2/+2
2003-05-14Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy1-5/+5
2003-05-11Fix VFS layer:Alexander Bokovoy1-5/+5
2003-05-09Elsewhere, we use a #define for this environment variable name, so do theAndrew Bartlett1-2/+2
2003-04-25Get credentials before publishing printers.Jim McDonough1-0/+8
2003-04-23Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett1-54/+50
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