Racs 1.0 Fri Mar 1 17:44:36 CET 2002 -- Racs delete now all whitespace in username, host, account_type variables. All whitespace in alias are substituted with a '_'. Sequences of character ':' are replaces with one for all datafile fields, except for password. If a ':' is the last char of a field, it is removed. Password field is encoded, to avoid problem with whitespaces, quotes and "::". Account fields are extracted with a sed substitution. New account types added: sftp (thanks to Wrestler) web (http or ftp site authentication through a web browser) Corrected some bugs in import file mechanism. Coloured output for error messages may be disabled. Racs 1.1 Fri Mar 15 19:40:42 CET 2002 -- Accounts are aplhabetically sorted when displaying it. The configure.sh script also checks for paths of common utilities (such as grep, sed, tr and so on) needed by racs, and exits with an error if they can't be found. Racs is able to create his temporary file through mktemp, tempfile, or by using the shell variable RANDOM. Galeon was added to the list of web browser used to access password protected sites. Racs 1.2 Thu Jun 20 23:52:51 CET 2002 -- Bug fixed: now racs writes account's data to a temporary file instead of passing them directly to "expect" as command-line arguments, so a 'ps ax' can not display important informations. Mozilla was added to the list of web browser used to access password protected sites. The more portable \c sequence is used in all "echo" command lines in place of "echo -n"