> From [EMAIL PROTECTED] Tue Jul  6 11:13:17 2004
> Date: Sat, 3 Jul 2004 09:40:27 -0700 (PDT)
> From: Patrick Powell <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: LPRng: CUPS -> LPRng Gateway ?
>
> > From [EMAIL PROTECTED] Fri Jul  2 16:30:57 2004
> > Date: Fri, 02 Jul 2004 09:01:06 +0200 (CEST)
> > From: Helmut Jarausch <[EMAIL PROTECTED]>
> > Subject: Re: LPRng: CUPS -> LPRng Gateway ?
> > To: [EMAIL PROTECTED]
> >
> > On 30 Jun, Patrick Powell wrote:
> > > One of the LPRng users has just invoked his 'Make it so, Dr.
Powell'
> > > clause
> > > of the support contract.
> > > 
> > > I will be adding IPP support in the next major release.
> > > 
> >
> > Hi Patrick,
> > that's good news!
> > I don't want to be impudent, but is there any
> > time horizont for such a release?
> >
> > Many thanks,
> > Helmut.
> >
> > -- 
> > Helmut Jarausch
> >
> > Lehrstuhl fuer Numerische Mathematik
> > RWTH - Aachen University
> > D 52056 Aachen, Germany
> >
>
> I reviewed the overall software design on my plane trip,  and
> will be imlementing it in stages:
>
> a) modification of the low level IO to handle SSL, Kerberized,
>    socket, and UNIX socket connections.  This will allows
>    SSL to be supported.
> b) BSWS (Bloody Stupid Web Server) to be ported to LPRng to provide
>    Web Pages for LPQ, etc.
> c) IPP low level protocol support
> d) IPP high level protocol support
> e) Job Submission
>
> I may also include some patches for Samba to better support
> LPRng.
>

a) is now done.  As a side effect,  I now have the following support:

lpr over TCP - AKA RFC 1179:
  connect to port 515, use RFC1179 protocol
  lp=lpr://host[:515]/printer?options
    options=bk  (Berkeley Kompatible - restricted Control file format,
options,
      etc.)

lpr over SSL:
  lp=lprs://host[:515]/printer?options
  lp=lpr://host[:515]/printer?auth=ssl
  (note the reuse of port 515)

lpr over KRB4:
  lp=lprk4://host[:515]/printer?options
  lp=lpr://host[:515]/printer?auth=krb4
  (note the reuse of port 515)

lpr over KRB5:
  lp=lprk5://host[:515]/printer?options
  lp=lpr://host[:515]/printer?auth=krb5
  (note the reuse of port 515)

lpr + pgp:
  lp=lpr://host[:515]/printer?auth=pgp

lpr + md5:
  lp=lpr://host[:515]/printer?auth=md5

lprng: sends the new 'job ticket' AKA hold file rather than the control
file.
  lp=lprng://host[:515]/printer
  lp=lprngs://host[:515]/printer
  lp=lprngk4://host[:515]/printer
  lp=lprngk5://host[:515]/printer
 and
  lp=lprng://host[:515]/printer?auth=[ssl,krb4,krb5,pgp,md5]


I am now updating the documentation and the Printing Cookbook to reflect
this.

Patrick ("Typitty type") Powell




-----------------------------------------------------------------------------
YOU MUST BE A LIST MEMBER IN ORDER TO POST TO THE LPRng MAILING LIST
The address you post from or your Reply-To address MUST be your
subscription address

If you need help, send email to [EMAIL PROTECTED] (or lprng-requests
or lprng-digest-requests) with the word 'help' in the body.
To subscribe to a list with name LIST,  send mail to [EMAIL PROTECTED]
with:                           | example:
subscribe LIST <mailaddr>       |  subscribe lprng-digest [EMAIL PROTECTED]
unsubscribe LIST <mailaddr>     |  unsubscribe lprng [EMAIL PROTECTED]

If you have major problems,  call Patrick Powell or one of the friendly
staff at Astart Technologies for help.  Astart also does support for LPRng.
Also, check the Web Page at: http://www.lprng.com for any announcements.
Astart Technologies  (LPRng - Print Spooler http://www.lprng.com)
6741 Convoy Court
San Diego, CA 92111
858-874-6543 FAX 858-751-2435
-----------------------------------------------------------------------------

Reply via email to