r2942: Add client-side support of triggering ads printer publishing over msrpc
authorGünther Deschner <gd@samba.org>
Wed, 13 Oct 2004 01:40:35 +0000 (01:40 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:57 +0000 (10:52 -0500)
commit3eff1f48d5806aeb0347f13c50e7620bbdc04dd5
tree8720d02fa53dd9e11cd4d461264757e2785c9730
parente66c8217f8c8944fde00e3cb944d7d27065c40a9
r2942: Add client-side support of triggering ads printer publishing over msrpc
setprinter calls inside the net-tool.

This is usefull to mimic the same queries a windows-client does. At
least win2k returns WERR_IO_PENDING when printer is published via
setprinter, samba returns WERR_OK but this does not hurt.

Guenther
(This used to be commit 69b745fb98b8054d1f52e8a3fe3b933fb04336db)
source3/include/doserr.h
source3/libsmb/doserr.c
source3/utils/net_help.c
source3/utils/net_rpc.c
source3/utils/net_rpc_printer.c