2010-07-28 Dustin J. Mitchell * server-src/amcheckdump.pl: actually open /dev/null directly, instead of expecting open3 to do so (it won't) 2010-07-28 Jean-Louis Martineau * common-src/krb5-security.c (krb5_tcpm_recv_token): New function, a copy of tcpm_recv_token. * common-src/security-util.c: New tcpm_recv_token without a timeout. * common-src/security-util.h: Add field to keep a buffer in tcp_conn. 2010-07-28 Jean-Louis Martineau * perl/Amanda/Script_App.pm: Print restore message to STDERR. 2010-07-27 Dustin J. Mitchell * application-src/ampgsql.pl: also check PG-DATADIR 2010-07-26 Dustin J. Mitchell * installcheck/Amanda_DB_Catalog.pl installcheck/Amanda_Recovery_Planner.pl installcheck/amidxtaped.pl installcheck/taper.pl server-src/amrestore.pl: skip perl's stdio buffering when writing holding-file headers 2010-07-26 Jean-Louis Martineau * server-src/planner.c: Ignore the FORCE command if strategy is INCRONLY. 2010-07-26 Jean-Louis Martineau * application-src/ampgsql.pl: Do not do the pg_start_backup if the connect fail. 2010-07-25 Orion Poplawski * server-src/amoverview.pl: fix host iteration and handle case of only one write_timestamp 2010-07-24 Dustin J. Mitchell * perl/Amanda/Changer/robot.pm: use correct device field volume_header 2010-07-23 Dustin J. Mitchell * perl/Amanda/Changer/ndmp.pm: increase the REQUEST ELEMENT STATUS timeout to 60s and set CURDATA=1 to use cached state 2010-07-23 Dustin J. Mitchell * device-src/xfer-dest-taper-splitter.c: actually use guint64 for commit made yesterday, as claimed, rather than (signed) off_t 2010-07-23 Jean-Louis Martineau * perl/Amanda/Changer/disk.pm: unlink drive if pid not in state file. * perl/Amanda/Taper/Scribe.pm: Release scribe reservation and devhandling reservation. * server-src/taper.pl: Write quit error meesage to debug file. 2010-07-22 Dustin J. Mitchell * device-src/xfer-dest-taper-splitter.c: use guint64 instead of gsize for on-disk counts 2010-07-19 Jean-Louis Martineau * server-src/taper.pl: Use ' to quote label in 'wrote label' line. * server-src/amstatus.pl: Parse it. * installcheck/amstatus.pl: Check it. 2010-07-16 Dustin J. Mitchell * man/xml-source/amrecover.8.xml recover-src/amrecover.c: add a -h parameter that sets the initial host * installcheck/amrecover.pl: use it, so tests run even at 30,000 feet with no net connection 2010-07-16 Dustin J. Mitchell * config/amanda/syshacks.m4: Mac OS X 10.6 (Snow Leopard) supported * config/amanda/tape.m4: fix bugs causing tape support to always be built (symbols aren't defined in Snow Leopard) * device-src/device.c: fix bug * perl/Amanda/Device.swg: return undef for undefined properties, rather than crashing * installcheck/Amanda_Changer_single.pl installcheck/amdevcheck.pl: do not assume tape device is defined 2010-07-16 Dustin J. Mitchell * config/macro-archive/ac_prog_swig.m4: fix swig version detection - swig-2.0.0 works fine 2010-07-16 Dustin J. Mitchell * perl/Amanda/Tapelist.swg: better fix for temp filename 2010-07-15 Satya Ganga * config/amanda/progs.m4: Use correct search path for mt binary. 2010-07-15 Jean-Louis Martineau * perl/Amanda/Report/human.pm: Correcly compute 'Filesystem taped' for incremental. * installcheck/amreport.pl: Test it. 2010-07-14 Dustin J. Mitchell * perl/Amanda/Tapelist.swg: append a slash to dirname() and make error messages better 2010-07-14 Dustin J. Mitchell * configure.in config/amanda/shmem.m4: remove unnecessary config checks 2010-07-13 Dustin J. Mitchell