Added addform, setform and deleteform commands. The only one I could get
authorTim Potter <tpot@samba.org>
Thu, 31 Jan 2002 11:36:30 +0000 (11:36 +0000)
committerTim Potter <tpot@samba.org>
Thu, 31 Jan 2002 11:36:30 +0000 (11:36 +0000)
commit1b70d2769a3e3c15b3483277468f6e643a74e0b6
tree41033ff3bd80034d04d90e7ca40f93d2fdd1dd52
parent10d47e3068598e6e2548b9d328c447417b123184
Added addform, setform and deleteform commands.  The only one I could get
to actually work was addform.  )-:

Removed a whole bunch of calls to werror_to_ntstatus() because there isn't
a one-to-one mapping of NTSTATUS values to WERROR values.  This function
maps WERR_ACCESS_DENIED to NTSTATUS_INVALID_LOCK_SEQUENCE or something
silly like that.
(This used to be commit 825b5c8bd6d0f114faf3b0fd91eb374cbfb8c8b7)
source3/rpcclient/cmd_spoolss.c