2010-08-23 Dustin J. Mitchell * server-src/amvault.pl: add --fulls-only option * man/xml-source/amvault.8.xml: document 2010-08-23 Dan Locks * packaging/deb/control: add ca-certificates and procps 2010-08-21 Dustin J. Mitchell * common-src/fileheader.c: remove incorrect validations for CONT_FILENAME and APPLICATION 2010-08-20 Dan Locks * The error fixed here was reported by ssgelm. * packaging/common/substitute.pl: Use FULL_VERSION instead of VERSION. * packaging/rpm/amanda.spec.src: renamed from amanda.spec, added %%VERSION%% macro for substitute.pl, fixed glib2 requires typo * packaging/rpm/buildpkg: refactored into "do_thing" functions, added substitute.pl machinery. 2010-08-20 Dan Locks * packaging/rpm/amanda.spec: add openSuSE 11 detection and buildrequires glib2-devel, as written by ssgelm 2010-08-13 Dustin J. Mitchell * config/amanda/debugging.m4: make the default for syntax-checks "disabled", add a warning when enabling * perl/Makefile.am config/automake/scripts.am: don't do any checks that require linking perl extension modules unless SYNTAX_CHECKS is set * installcheck/Makefile.am: always skip syntax checks * application-src/amlog-script.pl application-src/amraw.pl application-src/amsamba.pl application-src/amsuntar.pl application-src/amzfs-sendrecv.pl application-src/amzfs-snapshot.pl application-src/script-email.pl common-src/amgetconf.pl device-src/amdevcheck.pl device-src/amtapetype.pl installcheck/Amanda_Changer.pl installcheck/Amanda_Changer_ndmp.pl installcheck/Amanda_Changer_null.pl installcheck/Amanda_Changer_rait.pl installcheck/Amanda_Changer_robot.pl installcheck/Amanda_Changer_single.pl installcheck/Amanda_Cmdline.pl installcheck/Amanda_Config.pl installcheck/Amanda_Curinfo.pl installcheck/Amanda_Debug.pl installcheck/Amanda_Device.pl installcheck/Amanda_Disklist.pl installcheck/Amanda_Feature.pl installcheck/Amanda_Header.pl installcheck/Amanda_Logfile.pl installcheck/Amanda_NDMP.pl installcheck/Amanda_Process.pl installcheck/Amanda_Recovery_Scan.pl installcheck/Amanda_Tapelist.pl installcheck/Amanda_Taper_Scribe.pl installcheck/Amanda_Xfer.pl installcheck/amadmin.pl installcheck/amarchiver.pl installcheck/amcheck-device.pl installcheck/amcheck.pl installcheck/amcheckdump.pl installcheck/amdevcheck.pl installcheck/amdump.pl installcheck/amgetconf.pl installcheck/amlabel.pl installcheck/amoverview.pl installcheck/amrmtape.pl installcheck/amservice.pl installcheck/amstatus.pl installcheck/amtape.pl installcheck/amtapetype.pl installcheck/amvault.pl installcheck/bigint.pl installcheck/mock_mtx.pl installcheck/taper.pl server-src/amcheckdump.pl server-src/amcleanup.pl server-src/amlabel.pl server-src/amtape.pl server-src/amvault.pl: add strict and/or warnings, and fix (trivial) resulting warnings 2010-08-13 Nikhil Bhupale * AUTHORS: add Nikhil * device-src/ndmp-device.c: add READ_BLOCK_SIZE support * installcheck/Amanda_Device.pl: test it * man/xml-source/amanda-devices.7.xml: document it 2010-08-11 Dustin J. Mitchell * perl/Amanda/Util.pod perl/Amanda/Util.swg: add split_quoted_strings_friendly * installcheck/Amanda_Util.pl: test it * application-src/amsamba.pl: use it to parse amandapass 2010-08-10 Dustin J. Mitchell * server-src/find.c: parse old SUCCESS lines properly * perl/Amanda/DB/Catalog.pm: same * installcheck/Amanda_DB_Catalog.pl: test old SUCCESS lines 2010-08-10 Dustin J. Mitchell * amandad-src/amandad.c: unset SUN_PERSONALITY on startup * client-src/rundump.c client-src/runtar.c: remove unsetenvs for SUN_PERSONALITY 2010-08-10 Dustin J. Mitchell * server-src/amlogroll.pl: ignore arguments after the first 2010-08-06 Dustin J. Mitchell * installcheck/amvault.pl: correct test count * perl/Amanda/Taper/Scribe.pm: fix nparts calculation 2010-08-06 Stephen Gelman * AUTHORS: add Stephen * client-src/rundump.c client-src/runtar.c: unset SUN_PERSONALITY in runtar and rundump, to shut off Nexenta's tendency to magically run Sun binaries 2010-08-05 Dustin J. Mitchell * server-src/amvault.pl: rewrite to use scribe, clerk * installcheck/amvault.pl: check results better * server-src/logfile.c server-src/logfile.h: add log_add_full * perl/Amanda/Logfile.pod perl/Amanda/Logfile.swg: add log_add_full and make_stats methods