r2133: Several fixes:
commit48c947dbb9c6402c2f553c649e3e10c820f9c29f
authorGerald Carter <jerry@samba.org>
Tue, 31 Aug 2004 15:11:41 +0000 (31 15:11 +0000)
committerGerald Carter <jerry@samba.org>
Tue, 31 Aug 2004 15:11:41 +0000 (31 15:11 +0000)
tree96f5dbc5c76df61cf3d30176bef9bc4f21eb02e8
parent4d293913cd172fe9cfd31654253d757d41afc2b0
r2133: Several fixes:

* BUG 1627: fix for NIS compiles on HPUX 11.00, AIX 4.3 and 5.1
  patch from Olaf Flebbe <o.flebbe@science-computing.de>.
  Will need to watch this one in the build farm.

* Fix bug found by rwf@loonybin.net where the PRINT_ATTRIBUTE_PUBLISHED
  was getting reset by attempts to sanitize the defined attributes
  (PRINTER_ATTRIBUTE_SAMBA)

* Resolve name conflict on DEC OSF-5.1 (inspired by patch from
  Adharsh Praveen <rprav@india.hp.com>)

* Work around parsing error in the print change notify code
  (not that the alignment bug is still there but reording the
   entries in the array works around it).

* remove duplicate declaration of getprintprocdir from rpcclient.
source/include/includes.h
source/include/rpc_spoolss.h
source/lib/util.c
source/modules/vfs_full_audit.c
source/printing/notify.c
source/printing/nt_printing.c
source/printing/printing.c
source/rpc_server/srv_spoolss_nt.c
source/rpcclient/cmd_spoolss.c