2010-10-18 Jean-Louis Martineau * application-src/ampgsql.pl: Give an error if client property pg-datadir is different than diskdevice. Use diskdevice if client property pg-datadir is not set. 2010-10-17 Jean-Louis Martineau * common-src/security-util.c: Quote error message for invalid size. 2010-10-17 Jean-Louis Martineau * common-src/conffile.c (read_size_byte/get_size_byte): CNF_DEVICE_OUTPUT_BUFFER_SIZE is in bytes. 2010-10-14 Dan Locks * packaging/deb/rules, packaging/deb/buildpkg, packaging/rpm/amanda.spec.src: remove port range limits for rpm and deb packages 2010-10-13 Jean-Louis Martineau * perl/amglue/ghashtable.c: Define PERL_MAGIC_tied. 2010-10-12 Jean-Louis Martineau * device-src/s3-device.c: Don't check 'self->use_ssl && !self->ca_info'. 2010-10-12 Dustin J. Mitchell * ndmp-src/ndma_comm_session.c: add a g_debug message * ndmp-src/ndmjob_main.c: remove redundant exit-on-stdin-eof 2010-10-12 Dan Locks * config/amanda/progs.m4: add comment about sysloc- and locsys- path, make MTX a precious variable. 2010-10-12 Dustin J. Mitchell * ndmp-src/amndmjob_main.c: remove exit on eof thread * ndmp-src/ndmjob_main.c: add it here, in the right place 2010-10-12 Dustin J. Mitchell * common-src/ssh-security.c: don't munge $SSH_CONNETION 2010-10-12 Dustin J. Mitchell * config/amanda/swig.m4: add '.' to freebsd versions * perl/Makefile.am: spell it -pthread 2010-10-08 Dustin J. Mitchell * server-src/amvault.pl: add fake driver finish first 2010-10-08 Dustin J. Mitchell * server-src/amflush.c: write a "pid done" line when cancelling * server-src/amcleanup.pl: run amlogroll internally 2010-10-08 Dustin J. Mitchell * perl/Amanda/Taper/Worker.pm: remove cont_filename from header before writing to a real volume * perl/Amanda/Recovery/Clerk.pm: remove it when restoring, too 2010-10-08 Dustin J. Mitchell * server-src/amvault.pl: --autolabel any, not --autolabel all * installcheck/amvault.pl: update the tests to use --autolabel=any 2010-10-08 Jean-Louis Martineau * device-src/s3-device.c: Don't give an error is ssl_ca_info is set and ssl is not used. 2010-10-07 Jean-Louis Martineau * client-src/client_util.c: Use property_add_to_argv. * client-src/client_util.h (application_property_argv_size): Remove prototype. * common-src/conffile.c: Use g_str_amanda_hash and g_str_amanda_equal for property hash. * common-src/conffile.c (property_add_to_argv): Remove function * common-src/conffile.h (property_add_to_argv): Remove prototype. * common-src/glib-util.c (g_str_amanda_hash, g_str_amanda_equal): Add function * common-src/glib-util.h (g_str_amanda_hash, g_str_amanda_equal): Add prototype. * common-src/util.c (proplist_add_to_argv, property_add_to_argv): Add function. * common-src/util.h (proplist_add_to_argv, property_add_to_argv): Add prototype. * perl/Amanda/Config.pod: Document amandaify_property_name. * perl/Amanda/Config.swg: Add amandaify_property_name. * perl/Amanda/Config/FoldingHash.pm: New class. * perl/Makefile.am: Add perl/Amanda/Config/FoldingHash.pm * perl/amglue/ghashtable.c: Use A::C::FoldingHash.pm for property hash. * recover-src/extract_list.c: Use property_add_to_argv * installcheck/Amanda_Config.pl: Check property case matching. * installcheck/Amanda_Config_FoldingHash.pl: Check Amanda::Config::FoldingHash. * installcheck/Makefile.am: Add installcheck/Amanda_Config_FoldingHash.pl 2010-10-07 Jean-Louis Martineau * server-src/planner.c: Log packet sent and received. 2010-10-06 Dustin J. Mitchell * VERSION: 3.2.0beta3 2010-10-06 Dustin J. Mitchell * perl/Makefile.am: only run the threading test after install 2010-10-06 Jean-Louis Martineau