CUPS 1.3svn Weekly Snapshot, r5643

Created at 21:00 Jun 11, 2006 by mike, last modified at 21:00 Jun 11, 2006

A new weekly snapshot of CUPS 1.3svn (r5643) is now available on the download page:

    http://www.cups.org/software.php

This snapshot contains pre-release software and should not be used on production systems.

Commit Log:

------------------------------------------------------------------------
r5642 | mike | 2006-06-07 11:24:37 -0400 (Wed, 07 Jun 2006) | 9 lines

Some configure --with options did not work (STR #1746)

Set the default Printcap and PrintcapFormat appropriately for
various OS's.

scheduler/conf.c:
    - ReadConfiguration(): Set the default PrintcapFormat based on
      the default Printcap setting.

------------------------------------------------------------------------
r5641 | mike | 2006-06-07 11:14:06 -0400 (Wed, 07 Jun 2006) | 6 lines

"Allow @IF(name)" didn't work if "name" wasn't the first network
interface (STR #1758)

scheduler/auth.c:
    - cupsdCheckAuth(): Fix @IF(name) loop.

------------------------------------------------------------------------
r5639 | mike | 2006-06-07 11:03:18 -0400 (Wed, 07 Jun 2006) | 6 lines

More fixes for Ricoh printer detection via SNMP (STR #1728)

backend/snmp.c:
    - probe_device(): Always initialize temporary make/model string,
      and add "/printer" as a possible URI resource to use.

------------------------------------------------------------------------
r5637 | mike | 2006-06-06 15:16:24 -0400 (Tue, 06 Jun 2006) | 9 lines

The lpstat command did not use the correct character set when
reporting the date and time (STR #1751)

berkeley/lpq.c:
    - main(): Remove excess whitespace.

systemv/lpstat.c:
    - main(): Add LC_TIME definition to use UTF-8 character set.

------------------------------------------------------------------------
r5636 | mike | 2006-06-06 14:47:00 -0400 (Tue, 06 Jun 2006) | 2 lines

Fix PPD writing - missing newlines!

------------------------------------------------------------------------
r5635 | mike | 2006-06-06 14:33:58 -0400 (Tue, 06 Jun 2006) | 4 lines

The cupsd.conf man page didn't describe the Listen domain socket
syntax (STR #1753)


------------------------------------------------------------------------
r5633 | mike | 2006-06-06 10:47:42 -0400 (Tue, 06 Jun 2006) | 5 lines

Move _http_s structure to http-private.h, and update source files
and dependencies accordingly.

Finalize design for new select() replacement code.

------------------------------------------------------------------------
r5631 | mike | 2006-06-06 08:16:49 -0400 (Tue, 06 Jun 2006) | 2 lines

Strawman design stuff for select() abstration/replacement in scheduler.

------------------------------------------------------------------------
r5629 | mike | 2006-06-05 14:07:50 -0400 (Mon, 05 Jun 2006) | 18 lines

CDSA (encryption) support fixes for MacOS X.

Read full buffer of backchannel data in MacOS X USB backend.

backend/usb-darwin.c:
    - read_thread(): Read full buffer.

cups/http.c:
    - _httpReadCDSA(): Fix result codes for 0 byte read and
      EPIPE.
    - _httpWriteCDSA(): Fix result codes for EPIPE.
    - http_setup_ssl(): Disable SSLv2 via CDSA.

scheduler/client.c:
    - encrypt_client(): Disable SSLv2 via CDSA, and report errors
      using cssmErrorString() function.


------------------------------------------------------------------------
r5627 | mike | 2006-06-05 11:24:20 -0400 (Mon, 05 Jun 2006) | 4 lines

The lppasswd program needs to be setuid to root to create and
update the /etc/cups/passwd.md5 file (STR #1735)


------------------------------------------------------------------------
r5626 | mike | 2006-06-05 10:17:41 -0400 (Mon, 05 Jun 2006) | 3 lines

32/64-bit library installation was broken (STR #1741)


------------------------------------------------------------------------
r5625 | mike | 2006-06-05 10:15:40 -0400 (Mon, 05 Jun 2006) | 4 lines

The USB backend now reports a "no such device" error when using
the old filename-based USB URIs instead of the "success" error.


------------------------------------------------------------------------
Download  ·  Home Page  ·  Listing

Comments

Submit Comment