summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* Ensure that dup_sec_desc copies the 'type' field correctly. This causedJeremy Allison2003-09-191-3/+3
* fix unitiailized timestamp where merging print_jobs and lpq listingGerald Carter2003-09-111-0/+1
* Fix a nasty mess, and also bug #296. passdb/pdb_ldap.c was not convertingJeremy Allison2003-09-101-5/+39
* More tuning from cachegrind. Change most trim_string() calls to trim_char(0,Jeremy Allison2003-09-052-5/+5
* make sure the printer data value exists before saying you deleted itGerald Carter2003-08-251-0/+5
* it never amazes me when some new things crawls out of the windowsGerald Carter2003-08-231-1/+6
* stupid...stupid...stupid....fix bug 294 by looking at the right arch stringGerald Carter2003-08-161-1/+1
* get rid of more compiler warningsHerb Lewis2003-08-151-2/+2
* fix bug 294; win9x driver lookups should always use version 0Gerald Carter2003-08-141-5/+16
* More printf portability fixes. Got caught out by some gcc'isms lastTim Potter2003-07-251-4/+4
* More printf fixes - size_t is long on some architectures.Tim Potter2003-07-241-2/+2
* Some fclose -> x_fclose found by Tony Jago.Jeremy Allison2003-07-241-2/+2
* fix cache coherency bug in print handle print_info_2 cache.Gerald Carter2003-07-141-17/+19
* i guess i'm the only one this ever annyoed...Gerald Carter2003-07-102-4/+4
* Removed strupper/strlower macros that automatically map to strupper_m/strlowe...Jeremy Allison2003-07-031-1/+1
* fix typos in log messages and comments.Gerald Carter2003-07-011-1/+1
* Some const correctness. Stop tdb being used as a remote backend. If anJeremy Allison2003-06-271-1/+1
* ifdef out some functions that are not used when HAVE_ADS is not definedGerald Carter2003-06-251-1/+1
* large change:Gerald Carter2003-06-251-5/+10
* Squash another compiler warning.Tim Potter2003-05-271-2/+2
* Prefix VFS API macros with SMB_ for consistency and to avoid problems with VF...Alexander Bokovoy2003-05-142-6/+6
* Fix VFS layer:Alexander Bokovoy2003-05-112-6/+6
* Elsewhere, we use a #define for this environment variable name, so do theAndrew Bartlett2003-05-091-2/+2
* removing printing = SOFTQ since no one knows what it isGerald Carter2003-04-291-83/+0
* Get credentials before publishing printers.Jim McDonough2003-04-251-0/+8
* Merge the 'safe' parts of my StrnCpy patch - many of the users really wantedAndrew Bartlett2003-04-233-89/+85
* Limit the number of outstanding print notify messages for a process toJeremy Allison2003-04-231-1/+8
* Fix mem leak. Spotted by tpot (thanks Tim).Jeremy Allison2003-04-161-0/+1
* Array size fixup for construct_nt_devicemode() from HEAD.Tim Potter2003-04-141-1/+1
* Grr. Get rid of one of the extra NULL's that crept in from app-head.Jeremy Allison2003-04-101-1/+1
* Ensure we're not filtering our essential delete messages.Jeremy Allison2003-04-101-11/+21
* Ensure print queue array is zeroed out before returning.Jeremy Allison2003-04-091-0/+1
* Fix the new storage code to correctly convert from system queue info toJeremy Allison2003-04-041-3/+15
* Subtle changes to message handling after ENUMJOBS.Jeremy Allison2003-04-022-11/+88
* Fix extra NULL arg added during app-head merge.Jeremy Allison2003-03-261-3/+3
* Merge of new appliance-head scalable printing fixes.Jeremy Allison2003-03-211-142/+287
* lib/messages.c: Check return from chainlock before modifying message queue.Jeremy Allison2003-03-201-0/+5
* Fix off by one bug noticed by Andrew Bartlett.Jeremy Allison2003-03-141-2/+2
* 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 for little-used lpq parser.Jeremy Allison2003-03-051-1/+1
* Ensure added jobs increment total_jobs.Jeremy Allison2003-03-011-0/+6
* Progress on CR 601Gerald Carter2003-02-251-152/+214
* Missed one in the previous merge - user_ok() and user_in_group() now takeAndrew Bartlett2003-02-241-1/+1
* Bit of a hack job to prevent smbprn.XXX jobs appearing in the queue if theJeremy Allison2003-02-191-9/+14
* * set PRINTER_ATTRIBUTE_RAW_ONLY; CR 1736Gerald Carter2003-02-152-4/+35
* off by one bug in string length; CR 1159Gerald Carter2003-02-141-1/+1
* Merge from HEAD: Fix NULL pointer de-reference in arguments to tdb_pack.Andrew Bartlett2003-02-121-4/+4
* Cleanups: (merge from HEAD)Andrew Bartlett2003-02-101-3/+3
* Ensure we return NOSPACE if we can't fast allocate a print job.Jeremy Allison2003-02-081-2/+7