From bryan@stansell.org Fri Jul 4 17:55:00 2003 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.12.9/8.12.9) with ESMTP id h650t03A007055; Fri, 4 Jul 2003 17:55:00 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.12.9/8.12.9/Submit) id h650t0ji007054; Fri, 4 Jul 2003 17:55:00 -0700 (PDT) Date: Fri, 4 Jul 2003 17:55:00 -0700 From: Bryan Stansell To: announce@conserver.com, users@conserver.com Message-ID: <20030705005500.GA6937@underdog.stansell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Cc: Subject: conserver-8.0.0-beta1 is available X-BeenThere: announce@conserver.com X-Mailman-Version: 2.1.2 Precedence: list List-Id: Conserver Announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Jul 2003 00:55:03 -0000 For anyone out there that saw my "sneak peek" at the LISA conference last year, you'll be expecting this. For the other folks out there - surprise! Why? Well, 8.0.0-beta1 has some very major changes compared to 7.2.7. All of it is related to the new configuration file format which allows for things such as read-write and read-only access to consoles, per-console options that were global before (like -F, the auto-reinitialize option), user groups, per-conserver access lists, and inheritance of config items. Unfortunately, a lot of that may make no sense until you see it 'cause I haven't gotten all the docs updated to match the code. *But*, I do believe the code to be fully functional (yeah, to the extent I could test it) and I'm hoping a few of you are interested in testing it as well. If you'd like to see examples of the new config file, scan the bits of docs I have updated, or even go as far as doing a 'make test' on a system, you can find the beta at http://www.conserver.com/beta/ (or in the beta sub-dir on the ftp site). Personally, I'm very excited about the possibilities this is going to open up for the code (many things were limited by the old configuration file format). I'm also very interested in hearing feedback, results, or questions, so feel free to email me (obviously things are still changing). Here are the things I listed in the CHANGES file: version 8.0.0-beta1 (Jul 4, 2003): - ***NOTICE*** the format of conserver.cf and conserver.passwd has completely changed. see the INSTALL file for upgrade instructions (it should be "fairly painless"). some documentation has been updated to reflect the new world, some hasn't - my goal for beta2 is to have all the docs updated - many command-line options now also conserver.cf options options - POSIX termios interface now required for compilation - some POSIX requirements were already in the code and others will undoubtedly creep in as time goes by - configure --with-regex option removed because of conserver.cf and conserver.passwd changes - added -S option to server for syntax checking of the configuration file - suggested by Dave Stuit - authorized users now either have r/w or r/o access to consoles - getpassword.o replaces getpass() and getpassphrase() so we can get any string length - fixed rm commands in test script - patch by Petter Reinholdtsen Bryan Stansell From bryan@stansell.org Thu Jul 17 12:43:14 2003 Received: from underdog.stansell.org (localhost [127.0.0.1]) by underdog.stansell.org (8.12.9/8.12.9) with ESMTP id h6HJhE3A015166; Thu, 17 Jul 2003 12:43:14 -0700 (PDT) Received: (from bryan@localhost) by underdog.stansell.org (8.12.9/8.12.9/Submit) id h6HJhE6F015165; Thu, 17 Jul 2003 12:43:14 -0700 (PDT) Date: Thu, 17 Jul 2003 12:43:14 -0700 From: Bryan Stansell To: announce@conserver.com, users@conserver.com Message-ID: <20030717194313.GA9202@underdog.stansell.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.1i Cc: Subject: conserver-8.0.0-beta2 is available X-BeenThere: announce@conserver.com X-Mailman-Version: 2.1.2 Precedence: list List-Id: Conserver Announcements List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jul 2003 19:43:17 -0000 As before, you can find it at http://www.conserver.com/beta/ or in the beta subdirectory of the ftp site. I've added a couple of features: console aliases, flow control options, and probing of network interfaces so that multi-homed hosts work correctly (at least, that's the theory). The man pages have been updated to include information on everything, but the wording still needs work. If anyone has feedback on the 8.0.0 code, please send it my way. version 8.0.0-beta2 (Jul 17, 2003): - console aliases added with 'aliases' console keyword - two stop bit support for serial devices - requested by Kelly Setzer - added support for inet_aton() over inet_addr() - all server interfaces now used to identify console management - server interfaces probed with SIOCGIFCONF ioctl, if available - added flow control options 'ixon', 'ixany', 'ixoff', and 'crtscts' - added info to console client -i output - man pages updated, however the wording needs work Bryan Stansell