r13829: From the "It's not pretty but it works" category
authorGerald Carter <jerry@samba.org>
Sat, 4 Mar 2006 00:05:40 +0000 (00:05 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 16:10:56 +0000 (11:10 -0500)
commit5df58c38f3c29d87c5918d1611c17e016c6f7545
tree6ebf15c4db391bf5f167d8cfeaf4991437536e2a
parent889ff32b5eb6ac60bc6f490ceb85dceee77c18d9
r13829: From the "It's not pretty but it works" category

* Finish prototype of the "add port command" implementation
  Format is "addportcommand portname deviceURI"

* DeviceURI is either
  - socket://hostname:port/
  - lpr://hostname/queue
  depending on what the client sent in the request
(This used to be commit 6d74de7a676b71e83a3c3714743e6380c04e4425)
source3/include/nt_printing.h
source3/include/rpc_spoolss.h
source3/param/loadparm.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_spoolss_nt.c