2010-07-29 Dustin J. Mitchell * server-src/amvault.pl: only run as dumpuser 2010-07-29 Dustin J. Mitchell * man/xml-source/amanda-auth.7.xml: consistently use the same username in examples (thanks to Amar Takhar) 2010-07-29 Dustin J. Mitchell * xfer-src/filter-process.c: handle fd's <= 2 correctly 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-28 Dustin J. Mitchell * config/amanda/progs.m4: require SWIG-1.3.39 * (all .c files): #include amanda.h first * perl/amglue/amglue.swg: use %begin to include config.h first 2010-07-28 Dustin J. Mitchell * device-src/amtapetype.pl: detect LEOM and add appropriate comments * device-src/xfer-dest-device.c device-src/xfer-device.h: add cancel_at_leom constructor arg * installcheck/Amanda_Device.pl installcheck/Amanda_Recovery_Clerk.pl installcheck/Amanda_Xfer.pl installcheck/amrestore.pl perl/Amanda/Xfer.pod perl/Amanda/XferServer.swg server-src/amvault.pl: pass new argument 2010-07-28 Dustin J. Mitchell * device-src/tape-device.c device-src/tape-device.h: autodetect the LEOM property, and handle various operating systems' LEOM indications * device-src/tape-aix.c device-src/tape-posix.c device-src/tape-uware.c device-src/tape-xenix.c: set LEOM property to FALSE by default 2010-07-27 Jean-Louis Martineau * server-src/find.c (find_result_t): Add a write_timestamp. * server-src/find.h: Set the write_timestamp. * server-src/amcheckdump.pl: Use the write_timestamp. * server-src/amidxtaped.pl: write_timestamp is undef. * server-src/cmdline.h (dumpspec_t): Add a write_timestamp. * server-src/cmdline.c (dumpspec_new): New write_timestamp argument. * perl/Amanda/Logfile.swg (find_result_t): Add a write_timestamp. * perl/Amanda/Cmdline.swg (dumpspec_t): Add a write_timestamp. * perl/Amanda/Cmdline.pod: Document write_timestamp. * perl/Amanda/DB/Catalog.pm (get_parts_and_dumps): Filter with dumpspec write_timestamp. * installcheck/Amanda_Cmdline.pl: Fix and check new api. * installcheck/Amanda_DB_Catalog.pl: Fix and check new api. * installcheck/Amanda_Logfile.pl: Fix and check new api. * installcheck/Amanda_Recovery_Planner.pl: Fix and check new api. 2010-07-27 Dustin J. Mitchell * configure.in perl/amglue/Makefile.am: new Makefile for libamglue * perl/Makefile.am: use SUBDIRS to build libamglue before any SWIG modules, as automake does not get inter-library dependencies right at install time if the libraries are all built in the same directory 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 Dustin J. Mitchell * installcheck/Amanda_Xfer.pl: *real* correct number of tests for --without-server 2010-07-25 Dustin J. Mitchell * installcheck/Amanda_Xfer.pl: correct number of tests for --without-server 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 * device-src/vfs-device.c: announce LEOM one byte later * installcheck/Amanda_Xfer.pl: set device properties before starting 2010-07-24 Dustin J. Mitchell * perl/Amanda/Changer/robot.pm: use correct device field volume_header 2010-07-23 Dustin J. Mitchell