A rather big change set ! (listed in no particular order)
authorJean-François Micouleau <jfm@samba.org>
Tue, 25 Jul 2000 13:15:16 +0000 (13:15 +0000)
committerJean-François Micouleau <jfm@samba.org>
Tue, 25 Jul 2000 13:15:16 +0000 (13:15 +0000)
commit5a5ef183799dd84ff453db849e929533e709fd0b
treecf2f652f9c383a5e181e7437b15c36cbf331b64c
parentb40175936ae3d7acd6eb3f386c467ba3f9868631
A rather big change set ! (listed in no particular order)

- changed the default forms flag to 2
- all short architecture name are uppercased
- get_short_archi() is now case unsensitive
- the drivers TDB is indexed by archi/version/name
- implemented code to move drivers from the upload area to the download
area. Someone else need to look at that code.
- don't return anymore a default driver if it doesn't exist in the TDB.
Instead return an error.
- cleaned prs_unistr.
- #ifdef out jeremy's new SD parsing in printer_info_2
- removed the unused MANGLE_CODE

- #ifdef out the security checking in update_printer() as it doesn't work
for me.

Zap your ntdrivers.tdb, it won't work anymore.

J.F.
(This used to be commit ac0a145acc0953a6f362497abbf4dfe70aa522a6)
source3/include/proto.h
source3/include/smb.h
source3/printing/nt_printing.c
source3/rpc_parse/parse_prs.c
source3/rpc_parse/parse_spoolss.c
source3/rpc_server/srv_spoolss.c
source3/rpc_server/srv_spoolss_nt.c
source3/rpcclient/cmd_spoolss.c
source3/smbd/reply.c