2010-06-23 Dustin J. Mitchell * application-src/ampgsql.pl: conditionalize some checks on property being set 2010-06-22 Dustin J. Mitchell * server-src/amfetchdump.pl: fix parsing levels and -p 2010-06-22 Dustin J. Mitchell * common-src/amaespipe.sh: change head to dd; thanks to Angelo Höngens and Marco Poli 2010-06-22 Jean-Louis Martineau * device-src/tape-device.c: Handle write returning 0 for LEOM. 2010-06-18 Jean-Louis Martineau * perl/Amanda/IPC/LineProtocol.pm: Fix for multiline. 2010-06-17 Dustin J. Mitchell * server-src/Makefile.am changer-src/Makefile.am: remove READLINE_LIBS 2010-06-17 Dustin J. Mitchell * common-src/bsd-security.c common-src/bsdtcp-security.c common-src/bsdudp-security.c common-src/local-security.c common-src/security-util.c common-src/ssh-security.c: zero out new structures, and protect logtime messages from NULL dereferences 2010-06-16 Dustin J. Mitchell * installcheck/Makefile.am: use chmod a-x instead of chmod -x 2010-06-16 Dustin J. Mitchell * installcheck/Makefile.am: remove comment from Makefile rule 2010-06-16 Jean-Louis Martineau * server-src/taper.pl: Don't call check_data_path for a FILE-WRITE. 2010-06-16 Dustin J. Mitchell * installcheck/Makefile.am: add chmod -x for more recent Test::Harness implementations that are confused by executable tests 2010-06-15 Jean-Louis Martineau * perl/Amanda/Report.pm, perl/Amanda/Report/human.pm: 'FAIL planner' line should result in FAILED dump (not MISSING dump). * installcheck/amreport.pl: Test it. 2010-06-12 Dustin J. Mitchell * perl/Amanda/Report.pm: POD overhaul 2010-06-11 Dustin J. Mitchell * common-src/fileheader-test.c: don't expect partnum=0 on dumpfiles * common-src/fileheader.c: don't put partnum=1 on tape headers, etc. 2010-06-11 Dustin J. Mitchell * common-src/fileheader.c: fix inaccurate partnum in such headers * installcheck/Amanda_Recovery_Clerk.pl: add test for recovering with DUMPFILE headers 2010-06-11 Dustin J. Mitchell * device-src/s3-device.c: add S3_STORAGE_CLASS property * device-src/s3.c device-src/s3.h: add storage_class * installcheck/Amanda_Device.pl: set the property * man/xml-source/amanda-devices.7.xml: document it 2010-06-10 Dustin J. Mitchell * perl/Amanda/Recovery/Planner.pm: fix matching on filelists - fixes problems with amidxtaped: "Specified file list matches multiple dumps" 2010-06-09 Jean-Louis Martineau * perl/Amanda/Report.pm: Set dump_failed and dump_strange flags. * server-src/amreport.pl: Add STRANGE or MISSING to email subject. * installcheck/Amanda_Report.pl: Test new flags. 2010-06-09 Jean-Louis Martineau * perl/Amanda/Report.pm: Rename 'tries' to 'dumps', it is a hash of timestamps, each value is an array of try. * perl/Amanda/Report/human.pm: Use 'dumps'. * perl/Amanda/Report/postscript.pm: Use 'dumps'. * perl/Amanda/Report/xml.pm: Use 'dumps'. * contrib/amreport.rnc: Add 'dumps' * server-src/amreport.pl: Use 'dumps' * installcheck/amreport.pl: Check 'dumps' * installcheck/Amanda_Report.pl: Check 'dumps' 2010-06-09 Dan Locks * packaging/rpm/amanda.spec: remove Provides from main section, remove amanda-client from server provides section. 2010-06-09 Jean-Louis Martineau * perl/Amanda/Taper/Scribe.pm (check_data_path): New method to check the data_path. * server-src/driver.c: Check FAILED result after PORT command. * server-src/driverio.c: Send data_path in taper PORT-WRITE command. * server-src/taper.pl: Parse data_path in PORT-WRITE command, call the scribe check_data_path method. * installcheck/taper.pl: Test it. 2010-06-09 Jean-Louis Martineau * common-src/conffile.c: Allow negative etimeout. 2010-06-07 Dustin J. Mitchell