2010-01-14 Jean-Louis Martineau * perl/Makefile.am: typo. 2010-01-14 Paul C. Mantz * server-src/amreport_new.pl: amreport rewrite in perl * perl/Amanda/Report.pm perl/Amanda/Report/human.pm perl/Amanda/Report/xml.pm: factored out output formats and added legacy format * perl/Makefile.am server-src/Makefile.am: makefile changes * contrib/amreport.rnc: amreport xml spec in RelaxNG 2010-01-13 Dustin J. Mitchell * device-src/device.c perl/Amanda/Device.pod perl/Amanda/Device.swg: make device_listen and device_accept callable anywhere; be explicit about conn refcount from accept * device-src/ndmp-device.c: don't call device_use_connection, as that method requires ACCESS_NULL * restore-src/restore.c: fix typo 2010-01-13 Dustin J. Mitchell * server-src/taper.pl: fix taper writing status too quickly 2010-01-13 Dustin J. Mitchell * client-src/client_util.c: fix to send the --direct-tcp and --data-path arguments to applications * client-src/sendbackup.c: add a bit of debugging to sendbackup 2010-01-13 Dustin J. Mitchell * restore-src/restore.c: add missing htonl to restore.c for ipv4 address; fix typo 2010-01-13 Dustin J. Mitchell * ndmp-src/ndmpconnobj.c ndmp-src/ndmpconnobj.h: better debugging messages, including a fancy connection ID to help debug problems using the wrong NDMP connection at the wrong time 2010-01-13 Dustin J. Mitchell * device-src/ndmp-device.c: work around record_size bug in ndmjob 2010-01-13 Dustin J. Mitchell * installcheck/amfetchdump.pl: check restored files more closely 2010-01-13 Dustin J. Mitchell * installcheck/taper.pl: taper installcheck to run multiple dumps on a spanned NDMP device 2010-01-13 Dustin J. Mitchell * installcheck/Installcheck/Dumpcache.pm: Add an 'ndmp' dumpcache * installcheck/Installcheck/Mock.pm: add a way to revive it for recovery tests * installcheck/amfetchdump.pl: use it 2010-01-13 Dustin J. Mitchell * device-src/ndmp-device.c: correctly handle devices while they are coming online after a load 2010-01-13 Dustin J. Mitchell * ndmp-src/scsiconst.h: fix typo in constant name 2010-01-13 Dustin J. Mitchell * perl/Amanda/Changer/robot.pm: don't mark unknown but loaded tapes as 'blank', mark them as unknown 2010-01-13 Dustin J. Mitchell * perl/Amanda/Changer/ndmp.pm: use the first MTE found, in systems with several 2010-01-13 Dustin J. Mitchell * perl/Amanda/Changer/ndmp.pm: add more SCSI error handling 2010-01-13 Dustin J. Mitchell * perl/Amanda/Changer/ndmp.pm: use scsi data dir 'none' for MOVE MEDIUM 2010-01-13 Dustin J. Mitchell * device-src/ndmp-device.c: fix parsing of device node in ndmp-device 2010-01-13 Dustin J. Mitchell * device-src/ndmp-device.c: fix dangling reference