]> git.ipfire.org Git - thirdparty/cups-filters.git/log
thirdparty/cups-filters.git
17 years agoRe-add HideImplicitMembers directive that was accidentally removed in r6055
mike [Thu, 20 Mar 2008 03:07:20 +0000 (03:07 +0000)] 
Re-add HideImplicitMembers directive that was accidentally removed in r6055
(STR #2760)

17 years ago"make check" didn't return a non-zero exit code on error (STR #2758)
mike [Wed, 19 Mar 2008 22:43:36 +0000 (22:43 +0000)] 
"make check" didn't return a non-zero exit code on error (STR #2758)

17 years agoDon't log AUTH_foo environment variables (STR #2751)
mike [Wed, 19 Mar 2008 22:39:54 +0000 (22:39 +0000)] 
Don't log AUTH_foo environment variables (STR #2751)

17 years agoSave work on updated raster API documentation.
mike [Wed, 19 Mar 2008 21:07:45 +0000 (21:07 +0000)] 
Save work on updated raster API documentation.

Update media size definitions.

17 years agoThe image filters inverted PBM files (STR #2746)
mike [Sat, 8 Mar 2008 01:13:26 +0000 (01:13 +0000)] 
The image filters inverted PBM files (STR #2746)

17 years agocupsctl would crash if the scheduler was not running (STR #2741)
mike [Sat, 8 Mar 2008 01:08:32 +0000 (01:08 +0000)] 
cupsctl would crash if the scheduler was not running (STR #2741)

17 years agoThe scheduler could crash when printing using a port monitor (STR #2742)
mike [Sat, 8 Mar 2008 01:04:59 +0000 (01:04 +0000)] 
The scheduler could crash when printing using a port monitor (STR #2742)

17 years agoClean up ICC profile registration, specifically some memory leaks of
mike [Fri, 7 Mar 2008 22:51:18 +0000 (22:51 +0000)] 
Clean up ICC profile registration, specifically some memory leaks of
CFStringRefs, better ColorModel and DefaultColorSpace support, and proper
selection of a default profile.

17 years agoThe scheduler would crash if PAM was broken (STR #2734)
mike [Tue, 4 Mar 2008 19:42:01 +0000 (19:42 +0000)] 
The scheduler would crash if PAM was broken (STR #2734)

17 years agoWeak-link to ApplicationServices since that framework is not always available.
mike [Tue, 4 Mar 2008 19:40:13 +0000 (19:40 +0000)] 
Weak-link to ApplicationServices since that framework is not always available.

17 years agoUse APHelpBook instead of APBookFile.
mike [Tue, 4 Mar 2008 16:55:32 +0000 (16:55 +0000)] 
Use APHelpBook instead of APBookFile.

17 years agoMissed a copyright notice...
mike [Mon, 3 Mar 2008 23:35:28 +0000 (23:35 +0000)] 
Missed a copyright notice...

17 years agoAdd proper cupsICCProfile validation and update man page.
mike [Mon, 3 Mar 2008 23:35:06 +0000 (23:35 +0000)] 
Add proper cupsICCProfile validation and update man page.

17 years agoUpdate dependencies.
mike [Mon, 3 Mar 2008 22:24:27 +0000 (22:24 +0000)] 
Update dependencies.

17 years agoDo some API cleanup and make some useful private functions globally
mike [Mon, 3 Mar 2008 22:19:24 +0000 (22:19 +0000)] 
Do some API cleanup and make some useful private functions globally
accessible.

Fix color profile registration on Mac OS X.

17 years agoFix DEBUG_printf stuff.
mike [Mon, 3 Mar 2008 20:51:37 +0000 (20:51 +0000)] 
Fix DEBUG_printf stuff.

Add proper Expect: handling in new streaming APIs.

17 years agoAllow /etc/hostconfig to override LPD sharing.
mike [Fri, 29 Feb 2008 19:28:10 +0000 (19:28 +0000)] 
Allow /etc/hostconfig to override LPD sharing.

17 years agoFix get_integer() warnings - strtol returns a long, not an int...
mike [Fri, 29 Feb 2008 19:27:50 +0000 (19:27 +0000)] 
Fix get_integer() warnings - strtol returns a long, not an int...

17 years agoAdd NULL checks for _cupsConnect().
mike [Fri, 29 Feb 2008 19:01:35 +0000 (19:01 +0000)] 
Add NULL checks for _cupsConnect().

17 years agoFix apple_hash_name implementation.
mike [Fri, 29 Feb 2008 18:48:05 +0000 (18:48 +0000)] 
Fix apple_hash_name implementation.

17 years agoAdd --with-ldarchflags configure option.
mike [Fri, 29 Feb 2008 18:36:27 +0000 (18:36 +0000)] 
Add --with-ldarchflags configure option.

17 years agoFix Adobe CMYK JPEG file printing (STR #2727)
mike [Thu, 28 Feb 2008 20:49:40 +0000 (20:49 +0000)] 
Fix Adobe CMYK JPEG file printing (STR #2727)

17 years agoSet default LPDConfigFile and SMBConfigFile.
mike [Thu, 28 Feb 2008 01:51:49 +0000 (01:51 +0000)] 
Set default LPDConfigFile and SMBConfigFile.

Fix xinetd config file writer.

17 years agoAdd -Wl,-pie option when building with --enable-pie.
mike [Thu, 28 Feb 2008 00:53:56 +0000 (00:53 +0000)] 
Add -Wl,-pie option when building with --enable-pie.

17 years agoMore fixes for USB backend on Mac OS X - map make and model names in
mike [Wed, 27 Feb 2008 20:18:48 +0000 (20:18 +0000)] 
More fixes for USB backend on Mac OS X - map make and model names in
copy_deviceinfo so that both find_device_cb and list_devices_cb see the
same thing.

17 years agoManage ICC profiles for printers.
mike [Wed, 27 Feb 2008 04:18:21 +0000 (04:18 +0000)] 
Manage ICC profiles for printers.

17 years agoChange SNMP timeouts from integer milliseconds to double seconds to be
mike [Tue, 26 Feb 2008 23:23:47 +0000 (23:23 +0000)] 
Change SNMP timeouts from integer milliseconds to double seconds to be
consistent with the other CUPS APIs.

17 years agoAdd "trickle" data mode to backend test program.
mike [Tue, 26 Feb 2008 22:51:43 +0000 (22:51 +0000)] 
Add "trickle" data mode to backend test program.

17 years agoRename betest to testbackend.
mike [Tue, 26 Feb 2008 17:44:09 +0000 (17:44 +0000)] 
Rename betest to testbackend.

Add side-channel tests.

17 years agoThe Mac OS X USB backend did not work with printers that did not report a
mike [Mon, 25 Feb 2008 21:32:31 +0000 (21:32 +0000)] 
The Mac OS X USB backend did not work with printers that did not report a
make or model.

17 years agoAdd preliminary support for SNMP supply and page counter info to the socket
mike [Mon, 25 Feb 2008 19:02:09 +0000 (19:02 +0000)] 
Add preliminary support for SNMP supply and page counter info to the socket
backend.

17 years agoThe job-sheets option was not encoded properly (STR #2715)
mike [Sat, 23 Feb 2008 00:42:43 +0000 (00:42 +0000)] 
The job-sheets option was not encoded properly (STR #2715)

17 years agoInstall lppasswd without setuid permissions, and document the change.
mike [Sat, 23 Feb 2008 00:37:07 +0000 (00:37 +0000)] 
Install lppasswd without setuid permissions, and document the change.

17 years agoAdd printer-state-reasons stuff from hrPrinterDetectedErrorState.
mike [Sat, 23 Feb 2008 00:26:15 +0000 (00:26 +0000)] 
Add printer-state-reasons stuff from hrPrinterDetectedErrorState.

Add caching of SNMP lookups.

Drop timeout to 500ms.

17 years agoDon't retry authentication indefinitely.
mike [Fri, 22 Feb 2008 22:02:20 +0000 (22:02 +0000)] 
Don't retry authentication indefinitely.

17 years agoUpdate CUPS API documentation.
mike [Fri, 22 Feb 2008 04:44:04 +0000 (04:44 +0000)] 
Update CUPS API documentation.

Update stylesheets.

17 years agoDon't show install errors for missing translations.
mike [Wed, 20 Feb 2008 21:03:59 +0000 (21:03 +0000)] 
Don't show install errors for missing translations.

17 years agoDon't install i18n.h.
mike [Wed, 20 Feb 2008 20:18:27 +0000 (20:18 +0000)] 
Don't install i18n.h.

17 years agoSpeed up install of doc translations.
mike [Wed, 20 Feb 2008 00:42:24 +0000 (00:42 +0000)] 
Speed up install of doc translations.

17 years agoThe scheduler incorrectly complained about missing LSB PPD directories.
mike [Wed, 20 Feb 2008 00:40:48 +0000 (00:40 +0000)] 
The scheduler incorrectly complained about missing LSB PPD directories.

17 years agoRemove Java scripting support from CUPS 1.4.
mike [Tue, 19 Feb 2008 18:34:11 +0000 (18:34 +0000)] 
Remove Java scripting support from CUPS 1.4.

17 years agoAdd SNMP supply reporting functions.
mike [Tue, 19 Feb 2008 00:39:16 +0000 (00:39 +0000)] 
Add SNMP supply reporting functions.

17 years agoUse pkg-config for DBUS function check - otherwise we don't see that we have
mike [Mon, 18 Feb 2008 18:59:36 +0000 (18:59 +0000)] 
Use pkg-config for DBUS function check - otherwise we don't see that we have
DBUS 1.0 and barf on FreeBSD.

17 years agoFix Mac OS X restart commands.
mike [Sat, 16 Feb 2008 00:43:18 +0000 (00:43 +0000)] 
Fix Mac OS X restart commands.

17 years agoDebug printf fixes.
mike [Sat, 16 Feb 2008 00:39:34 +0000 (00:39 +0000)] 
Debug printf fixes.

17 years agoIncrease read buffer by 1 byte.
mike [Sat, 16 Feb 2008 00:37:35 +0000 (00:37 +0000)] 
Increase read buffer by 1 byte.

17 years agoFix side-channel handling and localization in Mac OS X USB backend.
mike [Fri, 15 Feb 2008 23:24:41 +0000 (23:24 +0000)] 
Fix side-channel handling and localization in Mac OS X USB backend.

Fix copyright notices.

17 years agoMake some stuff const to minimize data segment use.
mike [Fri, 15 Feb 2008 22:29:27 +0000 (22:29 +0000)] 
Make some stuff const to minimize data segment use.

17 years agoLog correct build variables.
mike [Fri, 15 Feb 2008 22:27:13 +0000 (22:27 +0000)] 
Log correct build variables.

17 years agoEliminate compiler warning.
mike [Fri, 15 Feb 2008 22:26:48 +0000 (22:26 +0000)] 
Eliminate compiler warning.

Place test files and results in a "test" subdirectory instead of "images".

17 years agoSpeed up template installation.
mike [Fri, 15 Feb 2008 21:36:04 +0000 (21:36 +0000)] 
Speed up template installation.

17 years agoFix RPM build issues and various makefile buglets.
mike [Fri, 15 Feb 2008 21:26:01 +0000 (21:26 +0000)] 
Fix RPM build issues and various makefile buglets.

17 years agoNeed to build filter before driver.
mike [Fri, 15 Feb 2008 20:43:32 +0000 (20:43 +0000)] 
Need to build filter before driver.

17 years agoFix packaging files.
mike [Fri, 15 Feb 2008 18:50:49 +0000 (18:50 +0000)] 
Fix packaging files.

Add missing locale.

17 years agoUse localedir for PPD compiler message catalogs.
mike [Fri, 15 Feb 2008 04:51:26 +0000 (04:51 +0000)] 
Use localedir for PPD compiler message catalogs.

Package driver interface and data files.

17 years agoAdd DDK message catalogs and man pages, packaging files.
mike [Fri, 15 Feb 2008 04:39:33 +0000 (04:39 +0000)] 
Add DDK message catalogs and man pages, packaging files.

17 years agoAdd DDK drivers.
mike [Fri, 15 Feb 2008 00:52:38 +0000 (00:52 +0000)] 
Add DDK drivers.

17 years agoFix PPD compiler Makefile.
mike [Thu, 14 Feb 2008 23:26:32 +0000 (23:26 +0000)] 
Fix PPD compiler Makefile.

17 years agoAdd missing data files for PPD compiler.
mike [Thu, 14 Feb 2008 01:52:22 +0000 (01:52 +0000)] 
Add missing data files for PPD compiler.

Use CUPS_DATADIR to locate PPDC include and PO files.

17 years agoStart adding PPD compiler to CUPS trunk (not finished!)
mike [Wed, 13 Feb 2008 17:31:20 +0000 (17:31 +0000)] 
Start adding PPD compiler to CUPS trunk (not finished!)

17 years agoFix single printer/class display.
mike [Wed, 13 Feb 2008 00:27:52 +0000 (00:27 +0000)] 
Fix single printer/class display.

17 years agoFix "Use Kerberos Authentication" check box (STR #2703)
mike [Tue, 12 Feb 2008 18:06:02 +0000 (18:06 +0000)] 
Fix "Use Kerberos Authentication" check box (STR #2703)

17 years agoThe scheduler unconditionally overwrote the printer-state-message with
mike [Tue, 12 Feb 2008 00:50:02 +0000 (00:50 +0000)] 
The scheduler unconditionally overwrote the printer-state-message with
"process-name failed" when a filter or backend failed, preventing a useful
error message from being shown to the user.

17 years agoFix typo in template header.
mike [Tue, 12 Feb 2008 00:27:36 +0000 (00:27 +0000)] 
Fix typo in template header.

17 years agoPolicies on CUPS-Move-Job didn't work as expected (STR #2699)
mike [Tue, 12 Feb 2008 00:18:23 +0000 (00:18 +0000)] 
Policies on CUPS-Move-Job didn't work as expected (STR #2699)

17 years agoAllow D-BUS to be used on other platforms (STR #2702)
mike [Mon, 11 Feb 2008 22:43:14 +0000 (22:43 +0000)] 
Allow D-BUS to be used on other platforms (STR #2702)

17 years agoSupport </LimitExcept> for <LimitExcept FOO> (STR #2701)
mike [Mon, 11 Feb 2008 21:30:03 +0000 (21:30 +0000)] 
Support </LimitExcept> for <LimitExcept FOO> (STR #2701)

17 years agoFix comments for cupsdLogPage().
mike [Mon, 11 Feb 2008 21:20:35 +0000 (21:20 +0000)] 
Fix comments for cupsdLogPage().

17 years agoSet the job-hold-until attribute, if specified, to "no-hold" once we decide to
mike [Mon, 11 Feb 2008 21:19:03 +0000 (21:19 +0000)] 
Set the job-hold-until attribute, if specified, to "no-hold" once we decide to
print it.

17 years agoAdd PSX spec.
mike [Fri, 8 Feb 2008 03:22:49 +0000 (03:22 +0000)] 
Add PSX spec.

17 years agoFix cupsSNMPOpen() help.
mike [Wed, 6 Feb 2008 20:35:55 +0000 (20:35 +0000)] 
Fix cupsSNMPOpen() help.

17 years agoAdd address family argument to cupsSNMPOpen() so that we can support SNMP
mike [Wed, 6 Feb 2008 01:39:05 +0000 (01:39 +0000)] 
Add address family argument to cupsSNMPOpen() so that we can support SNMP
over IPv6.

17 years agoAdd cupsSNMPDefaultCommunity() and cupsSNMPWalk() APIs.
mike [Mon, 4 Feb 2008 20:52:58 +0000 (20:52 +0000)] 
Add cupsSNMPDefaultCommunity() and cupsSNMPWalk() APIs.

Add backend functions to filter & backend docos.

Finalize SNMP and filter documentation.

17 years agoFix encoding of OID subidentifiers larger than 127.
mike [Sat, 2 Feb 2008 05:34:45 +0000 (05:34 +0000)] 
Fix encoding of OID subidentifiers larger than 127.

17 years agoFix problems with SNMP backend (NULL address) and use new -1 terminated OIDs.
mike [Fri, 1 Feb 2008 23:57:39 +0000 (23:57 +0000)] 
Fix problems with SNMP backend (NULL address) and use new -1 terminated OIDs.

Use -1 to terminate OID arrays so that OIDs with 0's can be used.

Add "walk" mode to SNMP test program.

More work on SNMP docos.

17 years agoAdd SNMP functions to filter and backend programming guide.
mike [Fri, 1 Feb 2008 01:10:56 +0000 (01:10 +0000)] 
Add SNMP functions to filter and backend programming guide.

Update stylesheet for API help.

17 years agoCast size to int.
mike [Thu, 31 Jan 2008 17:07:40 +0000 (17:07 +0000)] 
Cast size to int.

17 years agoUpdate filter and backend documentation.
mike [Thu, 31 Jan 2008 08:37:11 +0000 (08:37 +0000)] 
Update filter and backend documentation.

17 years agoFinish initial version of Introduction to CUPS Programming.
mike [Thu, 31 Jan 2008 07:07:37 +0000 (07:07 +0000)] 
Finish initial version of Introduction to CUPS Programming.

17 years agoAdd beginning of Introduction to CUPS Programming doco.
mike [Thu, 31 Jan 2008 05:51:54 +0000 (05:51 +0000)] 
Add beginning of Introduction to CUPS Programming doco.

17 years agoUpdate file and directory API docos.
mike [Thu, 31 Jan 2008 01:50:44 +0000 (01:50 +0000)] 
Update file and directory API docos.

17 years agoUpdate PPD API docos.
mike [Thu, 31 Jan 2008 01:23:09 +0000 (01:23 +0000)] 
Update PPD API docos.

17 years agoUpdate printable stylesheet and raster API docos.
mike [Wed, 30 Jan 2008 22:21:30 +0000 (22:21 +0000)] 
Update printable stylesheet and raster API docos.

17 years agoThe Kerberos credentials provided by some Windows KDCs were still too large -
mike [Wed, 30 Jan 2008 21:06:17 +0000 (21:06 +0000)] 
The Kerberos credentials provided by some Windows KDCs were still too large -
now use a dynamic buffer to support credentials up to 64k in size (STR #2695)

This adds a 0-length token check on the client side and implements the
dynamic buffer on the server side.

17 years agoAdd ppdLocalizeMarkerName() and tests.
mike [Wed, 30 Jan 2008 19:29:28 +0000 (19:29 +0000)] 
Add ppdLocalizeMarkerName() and tests.

17 years agoAdd cupsMarkerName attribute to PPD spec.
mike [Wed, 30 Jan 2008 19:12:20 +0000 (19:12 +0000)] 
Add cupsMarkerName attribute to PPD spec.

Add marker-change-time attribute to IPP spec.

Add marker-change-time to scheduler.

17 years agoThe scheduler did not support printer supply attributes (STR #1307)
mike [Wed, 30 Jan 2008 06:09:28 +0000 (06:09 +0000)] 
The scheduler did not support printer supply attributes (STR #1307)

17 years agoUpdate copyright.
mike [Wed, 30 Jan 2008 06:00:48 +0000 (06:00 +0000)] 
Update copyright.

17 years agoSwitch to a dynamic buffer for Kerberos credentials and allow them to be up
mike [Tue, 29 Jan 2008 20:05:55 +0000 (20:05 +0000)] 
Switch to a dynamic buffer for Kerberos credentials and allow them to be up
to 64k in size.

17 years agoFix title of filter programming docos.
mike [Tue, 29 Jan 2008 02:18:19 +0000 (02:18 +0000)] 
Fix title of filter programming docos.

Fix typo in cups/util.c...

17 years agoUpdate stylesheet to use specific fonts first.
mike [Tue, 29 Jan 2008 02:15:29 +0000 (02:15 +0000)] 
Update stylesheet to use specific fonts first.

Update array API help.

17 years agoUpdate CUPS API help.
mike [Tue, 29 Jan 2008 00:34:20 +0000 (00:34 +0000)] 
Update CUPS API help.

17 years agoDon't write "Allow localhost" lines, they are not needed and were just
mike [Mon, 28 Jan 2008 23:18:37 +0000 (23:18 +0000)] 
Don't write "Allow localhost" lines, they are not needed and were just
multiplying...

17 years ago"lprm" by itself didn't work (STR #2691).
mike [Mon, 28 Jan 2008 23:09:31 +0000 (23:09 +0000)] 
"lprm" by itself didn't work (STR #2691).

Update cupsCancelJob2() to take printer name, add "-1" to mean "cancel all
jobs", and set purge-job/purge-jobs value accordingly.

17 years agoPrinting a test page from the web interface incorrectly defaulted to the
mike [Mon, 28 Jan 2008 22:30:44 +0000 (22:30 +0000)] 
Printing a test page from the web interface incorrectly defaulted to the
"guest" user (STR #2688)

17 years agoFix the remaining option dequoting cases (STR #2690)
mike [Mon, 28 Jan 2008 22:26:04 +0000 (22:26 +0000)] 
Fix the remaining option dequoting cases (STR #2690)

17 years agoProgramming help update using new mxmldoc.
mike [Mon, 28 Jan 2008 00:15:05 +0000 (00:15 +0000)] 
Programming help update using new mxmldoc.

17 years agoStart updates of developer documentation.
mike [Fri, 25 Jan 2008 02:42:47 +0000 (02:42 +0000)] 
Start updates of developer documentation.

17 years agoAllow writes to /Library/Caches.
mike [Fri, 25 Jan 2008 00:48:54 +0000 (00:48 +0000)] 
Allow writes to /Library/Caches.

17 years agoAdd printer-dns-sd-name attribute, track changes to the registered name.
mike [Wed, 23 Jan 2008 23:13:49 +0000 (23:13 +0000)] 
Add printer-dns-sd-name attribute, track changes to the registered name.