summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
* r1384: ensure we remove the tdb entry for a job in the spooling stateGerald Carter2007-10-101-3/+0
* r1325: Always use GetTimeOfDay() (wrapper). Ensure ldap replicationJeremy Allison2007-10-101-1/+1
* r1295: To be able to send a message to the background queue updated, we need ...Volker Lendecke2007-10-101-3/+7
* r1230: (merges from HP PSA) fixing a couple of caching bugs in the printing c...Gerald Carter2007-10-101-0/+1
* r1085: Now it's had some proper user testing, merge in the deferred open fix....Jeremy Allison2007-10-101-6/+6
* r1011: fix bad merge (from a few months ago) and ensure that we always use td...Gerald Carter2007-10-101-2/+2
* r979: Implement the 'cups server' option. This makes it possible to have virtualVolker Lendecke2007-10-101-18/+29
* r925: add changes frpm trunk (r841 and r842) -- enable background queue updat...Gerald Carter2007-10-102-1/+96
* r783: fix bug in reading printer data from disk; all ow valuenames with embe...Gerald Carter2007-10-101-4/+10
* r689: removed unneeded forward declarationsGerald Carter2007-10-101-3/+0
* r560: Fix bugzilla 1279: cannot control individual print jobs using cupsJim McDonough2007-10-101-3/+3
* r555: Fix big-endian storage of jobids in jobs_changed list. Found duringJim McDonough2007-10-101-1/+3
* r551: BUG 1293: fix double free in printer publishing codeGerald Carter2007-10-101-2/+1
* r543: possible fix for BUG 1293 -- initialize pointer to NULL to ensure the f...Gerald Carter2007-10-101-0/+1
* r460: Fix for broken driver upload/delete path processing.Jeremy Allison2007-10-101-14/+46
* r242: adding 'cups options' parameter to allow raw printing without changing ...Gerald Carter2007-10-101-1/+13
* r196: merging struct uuid from trunkGerald Carter2007-10-101-9/+12
* r39: * importing .cvsignore filesGerald Carter2007-10-101-0/+0
* Added per-share parameter "store dos attributes". When set, will storeJeremy Allison2004-04-021-3/+3
* fixes for prnadmin.dll APIGerald Carter2004-03-241-1/+1
* merging print change notify fix from HP appliance. Also might address some o...Gerald Carter2004-03-161-2/+16
* fix byte ordering problem when storing the updating pid for the lpq cache; wa...Gerald Carter2004-03-151-2/+5
* Added strstr_m() function. Use in all places where we might run into mbJeremy Allison2004-03-091-3/+3
* fix compiler warningGerald Carter2004-03-051-1/+1
* Use a common function to parse all pathnames from the wire. This allowsJeremy Allison2004-03-031-5/+5
* allow the 'printing' parameter to be set on a per share basis.Gerald Carter2004-03-021-7/+29
* BUG 1147; bad pointer case in get_stored_queue_info() causing seg faultGerald Carter2004-03-011-1/+1
* merge from old APP_HEADGerald Carter2004-02-121-1/+2
* Fix up name canonicalization (needed for krb5 keytab support later).Jeremy Allison2004-01-301-1/+1
* bug 770; correct fix this time; Make sure that we send the SMBjobid for unix...Gerald Carter2004-01-141-9/+17
* bug 660; using byte order safe macros (or tdb_unpack) when reading 2 or 4 byt...Gerald Carter2004-01-141-16/+18
* auth/auth_util.c:Andrew Bartlett2003-12-311-2/+2
* Move to short lived TALLOC_CTX* for allocating printerGerald Carter2003-12-301-4/+22
* don't mistake pre-existing UNIX jobs for smb jobs; patch from SATOH Fumiyasu ...Gerald Carter2003-12-011-3/+5
* allow users to delete jobs with cups printing backendGerald Carter2003-11-252-1/+7
* patch from Matthias Hilbig for bug 467; use the dns name (or IP) as the origi...Gerald Carter2003-11-241-2/+7
* * Fix from SATOH Fumiyasu for bug 660 (failing to view printGerald Carter2003-11-131-2/+2
* a small include file rearrangement that doesn't affect normalAndrew Tridgell2003-11-125-0/+5
* Fix more 64-bit printf warnings.Tim Potter2003-11-032-9/+9
* Fixes to check for wraps which could cause coredumps.Jeremy Allison2003-10-291-5/+14
* make sure we have a devmode before copying a string to the devicename; patch ...Gerald Carter2003-10-201-3/+4
* updating version in copyrightGerald Carter2003-10-141-1/+1
* 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