2009-12-23 Dustin J. Mitchell * device-src/s3-device.c: don't set the throttling properties unless they are nonzero 2009-12-23 Dustin J. Mitchell * perl/Makefile.am: only build chg-ndmp when WANT_NDMP 2009-12-23 Dustin J. Mitchell * perl/Amanda/Changer/ndmp.pm: set device authentication properties * perl/Makefile.am: actually include ndmp.pm * perl/Amanda/Device.pod: doc extended property_get * man/xml-source/amanda-changers.7.xml: document properties 2009-12-23 Dustin J. Mitchell * common-src/fileheader.c: try to generate parsable headers * perl/Amanda/Header.swg: add default values * server-src/amrestore.pl: fix typo * installcheck/amrestore.pl: ndmp-device test (not using directtcp yet) 2009-12-23 Dustin J. Mitchell * device-src/s3.c: recent versions of curl switched from #define to enum, so #ifdef no longer works; test specific versions instead 2009-12-23 Dustin J. Mitchell * ndmp-src/ndma_ctrl_robot.c: show error messages 2009-12-23 Dustin J. Mitchell * installcheck/Amanda_NDMP.pl: work around perl-5.6's bad BigInt 2009-12-22 Dustin J. Mitchell * device-src/s3.c: remove debugging info 2009-12-22 Dustin J. Mitchell * device-src/s3.c: only including throttling code if the precompiler symbols are present 2009-12-22 Dustin J. Mitchell * device-src/ndmp-device.c: fix TAPEEND handling in seek_file * installcheck/Amanda_Device.pl: test it 2009-12-22 Dustin J. Mitchell * ndmp-src/Makefile.am: compile ndmp-src without warnings again - the source generated with rpcgen contains constructs that cause warnings for which earlier gcc's have no -Wno-xxx option * configure.in: revert disabled warnings 2009-12-22 Dustin J. Mitchell * perl/Amanda/NDMP.swg: correct argument size to SWIG_AsCharPtrAndSize 2009-12-22 Dustin J. Mitchell * device-src/s3.c device-src/s3.h: add max send and receive speeds * device-src/s3-device.c: add PROPERTY_MAX_SEND_SPEED and PROPERTY_MAX_RECV_SPEED * man/xml-source/amanda-devices.7.xml: document