r2133: Several fixes:
authorGerald Carter <jerry@samba.org>
Tue, 31 Aug 2004 15:11:41 +0000 (15:11 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 15:52:32 +0000 (10:52 -0500)
commit7474c6a446037f3ca2546cb6984d800bfc524029
tree986c0271e14f38c054c7f46fa4e8ecf6fa4fff59
parent30da4e777191c557226d5615cee5a9e28b198a8b
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