2009-05-26 Jean-Louis Martineau * application-src/amgtar.c: Set MAX_LEVEL to 399. * common-src/amanda.h: Set DUMP_LEVELS to 400. * client-src/amandates.h: Remove DUMP_LEVELS. * server-src/infofile.h: Remove DUMP_LEVELS * server-src/amtrmidx.c: Fix for level with more than one digit. * server-src/amindexd.c, server-src/find.c server-src/reporter.c: Use DUMP_LEVELS. 2009-05-25 Dustin J. Mitchell * device-src/xfer-dest-taper.c: make the pointers, not the objects, volatile 2009-05-25 Jean-Louis Martineau * common-src/fileheader.c: use %zu for a size_t argument. 2009-05-25 Jean-Louis Martineau * configure.in: Use AMANDA_WERROR_FLAGS and AMANDA_SWIG_ERROR. * perl/Makefile.am: Add AMANDA_SWIG_PERL_CFLAGS to AM_CFLAGS. * config/amanda/flags.m4: New AMANDA_WERROR_FLAGS and AMANDA_SWIG_ERROR. 2009-05-24 Dustin J. Mitchell * perl/Makefile.am perl/Amanda/IPC/LineProtocol.pm: new package * perl/Amanda/Util.swg: add split_quoted_strings * common-src/util.c: handle NULL string correctly * installcheck/Amanda_IPC_LineProtocol.pl installcheck/Amanda_Util.pl installcheck/Makefile.am: tests for all 2009-05-24 Dustin J. Mitchell * installcheck/amservice.pl: call $testconfig->write(); 2009-05-24 Dustin J. Mitchell * device-src/xfer-dest-taper.c: make sure max_slabs >1; improve slab size heuristic; handle the case where extra slabs are still in memory when rewinding a disk-cached part; add 'volatile' and make memory access safer; use a cache directory, not file * device-src/xfer-device.h: use a cache directory, not file * installcheck/Amanda_Xfer_serveronly.pl: use cache directory * perl/Amanda/Xfer.swg: use cache directory * perl/Amanda/XferServer.swg: use cache directory 2009-05-23 Dustin J. Mitchell * common-src/fileheader.c: use %zd for a size_t argument 2009-05-23 Dustin J. Mitchell * common-src/fileheader.c: don't automatically call dump_fileheader_t in build_header * server-src/dumper.c server-src/holding.c server-src/taper.c server-src/chunker.c: add debug messages as necessary 2009-05-23 Dustin J. Mitchell * device-src/amdevcheck.pl: move from server-src/ * device-src/Makefile.am server-src/Makefile.am: move script 2009-05-23 Dustin J. Mitchell * perl/Amanda/Changer/compat.pm: run a full manual scan on update() * installcheck/Amanda_Changer_compat.pl: test it 2009-05-23 Dustin J. Mitchell * amandad-src/Makefile.am application-src/Makefile.am oldrecover-src/Makefile.am recover-src/Makefile.am restore-src/Makefile.am: remove LIB_EXTENSION * config/amanda/defaults.m4 config/amanda/devprefix.m4 config/amanda/dumpers.m4 config/amanda/flags.m4 config/amanda/ipv6.m4 config/amanda/lfs.m4 config/amanda/libs.m4 config/amanda/progs.m4 config/amanda/ps.m4 config/amanda/swig.m4 config/amanda/syshacks.m4 config/amanda/tape.m4 config/amanda/userid.m4 configure.in: use AC_CANONICAL_HOST, rather than AC_CANONICAL_TARGET (which is for compilers!) 2009-05-22 Jean-Louis Martineau * restore-src/amfetchdump.c: Fix sort_needed_tapes_by_write_timestamp. 2009-05-22 Jean-Louis Martineau * client-src/sendbackup.c: Compatibity with 2.4.2 server. 2009-05-22 Dustin J. Mitchell * device-src/vfs-device.c: close the tapelabel file after reading it