Check this periodically to discover if a bug has already been reported,
and if a patch or work-around has been posted.
-
none known
2) Closed bugs
-
BugID 001 - Backtit.sh backs up various system files such as /bin/mv
and /bin/chmod (Entered Tue Nov 3 1998.)
Fixed in version 3.4 of backtit.sh
-
BugID 002 - some Solaris modules (Titan-Config, backtit.sh, untit.sh,
& ziplock.sh) use /usr/ucb/echo, which will
break unless you have UCB stuff installed on your Solaris system.
Work around is to simply delete the "/usr/ucb" and "-n" parts of the
lines containing that echo. Fixed as of Titan
Build Tue Nov 3 18:21:20 PST 1998.
-
BugID 003 - $TITANHOME/src1 noshell-makefile was not a real Makefile. Fixed
in the current image on fish.com. Here is a makefile -----------------------cut
here-------------------------------
# Titan version
VERSION = 3.0.1
CC = cc
CPPFLAGS =
CFLAGS = -Bstatic
LDFLAGS = -dn
LIBS = -Bstatic /usr/lib/libc.a -Bstatic /usr/ccs/lib/libtermcap.a -Bstatic
/usr/lib/libnsl.a
# default target
all: noshell noshell-simple
noshell: noshell.o
$(CC) $(CFLAGS) -o noshell $(LIBS) $(LDFLAGS) noshell.o
noshell-simple: noshell-simple.o
$(CC) $(CFLAGS) -o noshell-simple $(LIBS) $(LDFLAGS) noshell-simple.o
---------------------------------end--------------------------------
-
BugID 004 - fix-modes.sh was expecting a third argument of "modes"
fixed in the current image as of Wed Nov 4 11:26:26 PST 1998
basically used $TITANHOME/lib/ as the new location for ${MODES} . Then
uses "uname -p" to figure out which version to use
-
BugID 005 - disable-core.sh typo's "limmit" changed to "limit" fixed in
Wed Nov 4 11:43:46 PST 1998 image
-
BugID 006 - disable-accounts didn't always disable accounts if they had
a shell set even if they were UID less than 100- Fixed in Thu Nov
5 13:44:14 PST 1998 Titan,v3.0-BETA2B build
-
BugID 007 - disable-ping-echo.sh if run multiple times "-F" would continue
and put in the ndd fix line. Fixed in Thu Nov 5 13:44:14 PST 1998
Titan,v3.0-BETA2B build
-
BugID 008 - ziplock.sh doesn't use t_echo convention. Fixed in Thu Nov
5 13:44:14 PST 1998 Titan,v3.0-BETA2Bbuild
-
BugID 009 - rhosts.sh goes off and checks NIS even if automount is running.
NOT A BUG. Added info to FAQ
-
BugID 010 - disable-accounts.sh if the last field is empty disable-accounts
changes the USERID to sbin. Yikes! Priority 1 bug.
disable-accounts-patch2.shPATCH1
replacement for disable-accounts.sh 100% fix or get Titan version 3.0.5
-
BugID 011 - some modules don't know about solaris 7. Fixed in Titan,v3.0.5
Feb 24,1999 release
-
BugID 012 - src1/Makefile bombs ; workaround change the whitespaces in
front of the $(CC) lines into tabs Fixed in Titan,v3.0.6 Feb 25,1999
-
BugID 013 - disable-accounts Check() allowed "sys" account for system accountingnow
nukes all accounts except "root" that are less than UID 100 explicitly
Changed in Titan,v3.0.6 Feb 25,1999
-
BugID 014 - TITAN_documentation.html dead link when clicking on the "map".
This was supposed to be an image not a link/reference. Fixed in Titan,v3.0.6
Feb 25,1999
-
BugID20 - ftp-2.6_secure.sh used forward
apostrophes (') instead of back ticks (`) this caused the ftp banner to
display "/bin/cat /etc/ftp-banner" instead of the real warning banner.
-
BugID21 - inetd2.sh was
a port from the sunOS 4.1.4 inetd.sh. This version was more restrictive,
but had the path set to "/etc/in.telnetd" instead of "/sbin/in.telnetd"
This disabled even the allowed services.
-
BugID22 - disable-accounts.sh suggestion
to have the code check to see if the account shell was already "noshell"
and if so leave it alone. Minor