changed prs_unistr to parse empty and non-empty strings the same way.
authorJean-François Micouleau <jfm@samba.org>
Mon, 6 Mar 2000 11:13:40 +0000 (11:13 +0000)
committerJean-François Micouleau <jfm@samba.org>
Mon, 6 Mar 2000 11:13:40 +0000 (11:13 +0000)
commit78d7ba5ca021518ec5c088eb492b36710e556c31
tree6e1181444ca5220bb185861bb8f68376d30670a9
parent5eae8c7b0225aa4f4818edc1becbf399bb4cd42e
changed prs_unistr to parse empty and non-empty strings the same way.
fixed typo in SPOOLSS_SYNT
some cleanup of unused functions
wrote make_spoolss_enumprinter and make_spoolss_openprinterex for
rpcclient as I'm trying to keep in sync the parsing code between HEAD and
TNG.

Will commit changes to TNG after lunch.

J.F.
(This used to be commit 025cdb345f6de287a41d4449b2662dbc5e762bf2)
source3/include/proto.h
source3/include/rpc_spoolss.h
source3/lib/util.c
source3/rpc_parse/parse_prs.c
source3/rpc_parse/parse_rpc.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_spoolss_nt.c