OSSP CVS Repository |
|
Date | Version | Description |
---|---|---|
1.24 | Check-in
[5090]:
Fix insecure temporary file handling (CAN-2005-1751, CAN-2005-1759).
Submitted by: Eric Romang <eromang@zataz.net> By rse. (diff) | |
1.23 | Check-in
[4500]:
Replace "tr 'x-' 'x_'" with "sed -e 's/-/_/g'" constructs
because some tr(1) (at least Solaris' /usr/ucb/tr) go into endless
loops on (incorrectly assumed) range constructs with no ends.
Submitted by: Armin Wolfermann <aw@osn.de> By rse. (diff) | |
1.22 | Check-in [3692]: Replaced old and inflexible "shtool guessos" command with a completely new command "shtool platform" command. It distinguishes a Unix platform according to its hardware architecture and operating system. For both there is a class, product and technology identification. For each of those six identifications, there is a verbose, regular and concise version. By rse. (diff) | |
1.21 | Check-in
[3525]:
Replace "[ x -o/-a x ]" constructs with "[ x ] ||/&& [ x ]"
and "egrep"/"fgrep" constructs with compatible "grep" or "case"
constructs. This way GNU shtool is now more POSIX 1003.1-2001
compliant.
Submitted by: Paul Eggert <eggert@twinsun.com> By rse. (diff) | |
1.20 | Check-in [3216]: Fixed error exit in all commands by introducing an "shtool_exit" function (which correctly cleans up temporary files) and replacing all "exit" calls with "shtool_exit". THIS THE FIRST TIME INTRODUCED THE USAGE OF A SHELL FUNCTION TO THE SHTOOL CODE. This is known to break on very anchient and broken Bourne-Shell implementations and is considered to be no longer a real problem in the year 2003. Especially there is no alternative way anyway. By rse. (diff) | |
1.19 | Check-in [1028]: *** empty log message *** By rse. (diff) | |
1.18 | Check-in [506]: *** empty log message *** By rse. | |
1.17 | Check-in [3770]: *** empty log message *** By rse. |