summaryrefslogtreecommitdiff
path: root/source3/printing
AgeCommit message (Expand)AuthorFilesLines
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-12-01don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ...Gerald Carter1-3/+5
2003-11-25allow users to delete jobs with cups printing backendGerald Carter2-1/+7
2003-11-24patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...Gerald Carter1-2/+7
2003-11-13* Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter1-2/+2
2003-11-12a small include file rearrangement that doesn't affect normalAndrew Tridgell5-0/+5
2003-11-03Fix more 64-bit printf warnings.Tim Potter2-9/+9
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-10-14updating version in copyrightGerald Carter1-1/+1
2003-09-19Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison1-3/+3
2003-09-11fix unitiailized timestamp where merging print_jobs and lpq listingGerald Carter1-0/+1
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 Allison2-5/+5
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-25More printf portability fixes. Got caught out by some gcc'isms lastTim Potter1-4/+4
2003-07-24More printf fixes - size_t is long on some architectures.Tim Potter1-2/+2
2003-07-24Some fclose -> x_fclose found by Tony Jago.Jeremy Allison1-2/+2
2003-07-14fix cache coherency bug in print handle print_info_2 cache.Gerald Carter1-17/+19
2003-07-10i guess i'm the only one this ever annyoed...Gerald Carter2-4/+4
2003-07-03Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison1-1/+1
2003-07-01fix typos in log messages and comments.Gerald Carter1-1/+1
2003-06-27Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison1-1/+1
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 Bokovoy2-6/+6
2003-05-11Fix VFS layer:Alexander Bokovoy2-6/+6
2003-05-09Elsewhere, we use a #define for this environment variable name, so do theAndrew Bartlett1-2/+2
2003-04-29removing printing = SOFTQ since no one knows what it isGerald Carter1-83/+0
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 Bartlett3-89/+85
2003-04-23Limit the number of outstanding print notify messages for a process toJeremy Allison1-1/+8
2003-04-16Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison1-0/+1
2003-04-14Array size fixup for construct_nt_devicemode() from HEAD.Tim Potter1-1/+1
2003-04-10Grr. Get rid of one of the extra NULL's that crept in from app-head.Jeremy Allison1-1/+1
2003-04-10Ensure we're not filtering our essential delete messages.Jeremy Allison1-11/+21
2003-04-09Ensure print queue array is zeroed out before returning.Jeremy Allison1-0/+1
2003-04-04Fix the new storage code to correctly convert from system queue info toJeremy Allison1-3/+15
2003-04-02Subtle changes to message handling after ENUMJOBS.Jeremy Allison2-11/+88
2003-03-26Fix extra NULL arg added during app-head merge.Jeremy Allison1-3/+3
2003-03-21Merge of new appliance-head scalable printing fixes.Jeremy Allison1-142/+287
2003-03-20lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison1-0/+5
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