summaryrefslogtreecommitdiffstats
path: root/source3/printing
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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