From dmvasil at ornl.gov Wed Aug 30 15:31:03 2006 From: dmvasil at ornl.gov (David Vasil) Date: Wed, 30 Aug 2006 15:31:03 -0400 Subject: [osiris-devel] updated osiris svn Message-ID: <44F5E777.9070208@ornl.gov> I added in the original 4.0 branch and tags 4.0.6 through 4.1.9. I also updated the trunk with the following: src/install/create_agent.sh src/install/create_console.sh modified create_agent create_console scripts to use arch if available under Linux to account for older versions of uname not accepting the -p flag. Also modified these scripts to output the correct package name to account for the tarball being gzipped. src/version.h Modified version.h to version number 4.2.2 and fixed a bug where console/agent package creation would fail due to a parsing error. src/osirisd/modules/mod_ports Added a changelog for mod_ports, also updated mod_ports to allow filtering of the UID. I updated the readme file to include documentation on how to use the filtering. src/osirisd/modules/mod_if added mod_if osirisd module to be included in the main distribution src/osirismd/md_scan.c Added in a check to ensure the host exists before pushing the base_db_config into scan_host(). This should fix the ssl key negotiation bug when a host loses its session key. src/cli/osiris.c Added in the ability to print a host database without the host being up and active. print-db now takes one or two arguments. If only one is given, print-db expects it to be the database number and for ctl_context.host to be set. If two arguments are given, it expects the first argument to be the hostname, and the second argument to be the database number. -dave