Timeline


and

11/14/97:

19:04 Changeset [10757] by danw
Use atexit() functions to destroy tickets and call al_acct_revert. Work around Solaris lossage with libucb and grantpt.
17:33 Changeset [10756] by ghudson
Garbage collect.
17:30 Changeset [10755] by ghudson
Rename server calls to *_svc() to conform to ANSI C rpcgen stubs. We no longer need to put underscores before calls to client stubs, or cast the result, because client stubs have different names than server calls.
17:29 Changeset [10754] by ghudson
We no longer need to put underscores before calls to client stubs, or cast the result, because client stubs have different names than server calls.
17:29 Changeset [10753] by ghudson
Rename server calls to *_svc() to conform to ANSI C rpcgen stubs. Remove an abortive piece of Solaris compatibility; we deal by defining PORTMAP in the include file instead. We no longer need to put underscores before calls to client stubs, or cast the result, because client stubs have different names than server calls.
17:27 Changeset [10752] by ghudson
Use strerror.
17:27 Changeset [10751] by ghudson
Hack for NetBSD sunrpc. Not sure if this ought to be necessary.
17:26 Changeset [10750] by ghudson
Rely on native sunrpc support.
17:25 Changeset [10749] by ghudson
Use rpcgen -C to generate stubs with different names for client and server calls (and prototypes, and stuff). We can punt local_prot_clnt.c then, and more importantly, we're compatible with some modern versions of rpcgen (e.g. the ones in Linux and NetBSD).
17:23 Changeset [10748] by ghudson
Punt link_with_fxrpc check; we want to use native sunrpc support.
17:22 Changeset [10747] by ghudson
Hack to get backward compatibility declarations for Solaris. I'm not sure if there's a better way of doing this, since tirpc didn't really catch on outside of Sun. Maybe Solaris 2.6 will render this change unnecessary?
17:21 Changeset [10746] by ghudson
Rely on native sunrpc.
17:21 Changeset [10745] by ghudson
Build the server everywhere, but don't build rpc3.9 any more; we're going to rely on native sunrpc. Also punt fxtest.
17:18 Changeset [10744] by ghudson
Update aclocal.m4 from master.
17:10 Changeset [10743] by ghudson
Fix -I/-L botch in ATHENA_UTIL_COM_ERR and ATHENA_UTIL_SS. For sigvec test, put "-lc -lucb" at end of LIBS to avoid libucb lossage. Give afs prefix in AFS_DIR for things like libdes and util.a.
14:24 Changeset [10742] by ghudson
What a bogus "sanity check"; why shouldn't you be able to configure perl without a tty? Nuke it.

11/13/97:

18:40 Changeset [10741] by ghudson
Clean up. Nuke old platform support, indent code consistently, switch on HOSTTYPE (`/bin/athena/machtype`), do a better job of cleaning temporary areas, clean /var/athena/tmphomedirs, use /var/athena instead of /var/tmp to store the ps_data file on Solaris.
18:26 Changeset [10740] by ghudson
If the user has no primary group entry, don't generate a warning, but don't add the user to any groups. If the user doesn't have a grplist entry, don't generate a warning; return a one-element group list with the primary group.
17:11 Changeset [10739] by ghudson
Multiple fixes: * gids weren't being checked for whether they are numeric. (I made a function to parse up to the gid field, which unfortunately required me to un-const-poison several of my pointers.) * strncmp is safer than memcmp where it's used. * some code was printing a gid_t as a %d. * updating the group file wasn't checking ferror() and fclose() status * al__read_line() return status wasn't checked * retrieve_hesgroups didn't clean up grplistvec if *grplistvec is false * There was a confusing comment about writing out an edited line. * The code should check for zero-length group names and non-numeric gids.
16:59 Changeset [10738] by ghudson
s/WNOTMPDIR/WNOHOMEDIR/, which is more clear.
16:59 Changeset [10737] by ghudson
Multiple fixes: * local_pwd wasn't claned up in two places. * AL_WNOTMPDIR is more clearly read as AL_WNOHOMEDIR. * We shouldn't free hes_pwd if it's NULL. * The status-26 check for attack is obsolete with the current library interface. * The malloc for the temporary directory should use strlen(PATH_TMPDIRS). * We don't want to nuke the temporary directory here. (We do want to try to rmdir it if we failed to copy the temp files in, though.) We'll do it from a cron job. * The temporary directory creation code would create "tmphomedir" in the user's home directory. It's difficult to come up with a simple solution to this problem, because you don't want to introduce security holes where the user could play around with symlinks while you're diddling with the filesystem as root. I changed the code to copy each file individually, doing the copy as the user. It didn't add too much code.
16:57 Changeset [10736] by ghudson
Multiple fixes: * The hesiod passwd entry wasn't always freed. * The shadow file code was assuming that the shadow file was in sync with the passwd file. * lock_passwd() didn't call ulckpwdf() on System V systems when fopen() returned NULL. * It also didn't remove the temporary file when fdopen() returned NULL. * It was using the wrong mode for the lock file on master.passwd systems. * update_passwd() used a gratuitous vfork(). * update_passwd() wasn't checking ferror(), and neither were the pieces of code to update the shadow file. * update_passwd() wasn't calling ulckpwdf() in all cases. * It also didn't remove the temporary file when rename() failed. * The waitpid() call should check for EINTR. * buf wasn't freed in change_passwd_homedir(). * There was an extra hesiod cleanup in the handler of al__add_to_passwd(). * The shadow temp file should be mode 600. * Non-readable files were created with fopen() and fchmod'd, which is a security hole (the attacker has a window to open the file and read the contents written out later). * The "skip to homedir" comment preceeds a confusing block of code, and needed expansion.
16:56 Changeset [10735] by ghudson
Multiple fixes: * al_strerror() made assumptions about the order of error codes. * There was no explanation of why we had the al__getpw* functions. * Comments after #else statements should be consistent between util.c and passwd.c. * passwd lookup routines should check for zero-length usernames and for non-numeric uids and gids in the passwd file. * The BSD 4.4 lookup function should be in sync with the libc version as far as how to decide which database to open. * There was a misformatted line. * The al__read_line() comment needed clarification. * In one case, strcpy() makes more sense than memcpy().
13:12 Changeset [10734] by ghudson
Merge with perl 5.004_04. Previous local modifications are no longer necessary; will revert RCS file to vendor branch after this commit.
10:56 Changeset [10733] by ghudson
For perl 5, redo the prepare rule. Generate config.sh using ./Configure -ds -E, use sed to add $$SRVD to all of the install paths, and then run ./Configure -S. Also, h2ph is built in utils/h2ph now, for the install rule.
10:53 Changeset [10732] by ghudson
These files replaced by versions in utils directory in perl 5.
10:52 Changeset [10731] by ghudson
No longer needed for perl build.
10:36 Changeset [10730] by ghudson
Merge with perl 5.004_04. Previous local modifications are no longer necessary; will revert RCS file to vendor branch after this commit.
10:16 Changeset [10729] by ghudson
Explain how to delete removed files after an import, and revert files to the vendor branch.

11/12/97:

22:15 Changeset [10728] by mbarker
The change is to replace the two listed medialab servers with the actual current system.
21:41 Changeset [10727]
This commit was manufactured by cvs2svn to create tag 'perl-5_004_04'.
21:41 Changeset [10726] by ghudson
This commit was generated by cvs2svn to compensate for changes in r10725, which included commits to RCS files with non-trunk default branches.
21:41 Changeset [10725] by ghudson
This file went away in perl 5.004_04.
20:50 Changeset [10724] by ghudson
This commit was generated by cvs2svn to compensate for changes in r10723, which included commits to RCS files with non-trunk default branches.
20:50 Changeset [10723] by ghudson
Import of perl 5.004_04
16:16 Changeset [10722] by danw
Athena-login changes (including some krb4 stuff)

11/11/97:

14:33 Changeset [10721] by ghudson
Fix syntax.
14:33 Changeset [10720] by ghudson
Nuke bogus i386-conditionalized code.
14:32 Changeset [10719] by ghudson
Include lex code after we're sure yacc declarations have been output. We're doing direct shell globbing; no need to convert patterns to regexps.
14:31 Changeset [10718] by ghudson
Punt regexps for a real shell glob match.
14:31 Changeset [10717] by ghudson
Ditch alloca for malloc.
14:30 Changeset [10716] by ghudson
Get declarations from stdlib.h. Include lex code after we're sure the yacc declarations have been output.
14:26 Changeset [10715] by ghudson
Use strerror().
10:43 Changeset [10714] by ghudson
Automatically generated; nuke.
10:38 Changeset [10713] by ghudson
Stop building athena/lib/gdb. With moira in its own locker, we shouldn't need it any more.
10:35 Changeset [10712] by ghudson
Update aclocal.m4 from master.
10:31 Changeset [10711] by ghudson
Always put include/kerberosIV in CPPFLAGS, in case a direct Kerberos 4 distribution needs it. NetBSD is the main known example. Only do so if the directory exists, though. Look for krb5 compatibility before diret krb4 support. This is not the best plan; at some point the code should try to decide which version exists in the specified prefix. But that might not be simple enough.

11/10/97:

21:26 Changeset [10710] by ghudson
Fix two errors with reading off the end of an array, and make the deletion of creatorpid in al_acct_revert() more robust.
20:11 Changeset [10709] by ghudson
If we are invoking login, do not chown the forwarded ticket file, since login will take care of it and it creates a security hole to try to take care of it twice. Ergo, do the chown in krshd.c and not in forward.c.

11/07/97:

13:16 Changeset [10708] by ghudson
Pull up change from rev 1.6 to Athena 8.1 release branch.
13:15 Changeset [10707] by ghudson
sis isn't an attach and run script any more.

11/05/97:

17:25 Changeset [10706] by ghudson
Pull up change from rev 1.7 to Athena 8.1 release branch.
17:24 Changeset [10705] by ghudson
Fix an oops: install Xlogin.foo as Xlogin.
17:13 Changeset [10704] by ghudson
Add on Athena 8.1 release branch.
17:13 Changeset [10703] by ghudson
Remove on Athena 8.1 release branch.
17:13 Changeset [10702] by ghudson
Pull up change from rev 1.6 to Athena 8.1 release branch.
17:11 Changeset [10701]
This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
17:11 Changeset [10700] by ghudson
Split Xlogin into separate files and don't do the setmon for IRIX 6.3.
16:42 Changeset [10699] by ghudson
Put $ATHTOOLROOT before /usr/afsws.
16:40 Changeset [10698] by ghudson
Add OSF process list support (very simple).

11/04/97:

23:43 Changeset [10697] by ghudson
Somehow the Athena 8.1 versions got RCS-expanded; fix.
16:11 Changeset [10696] by danw
Two fixes from krb5: - uncomment out endusershell() call since it doesn't work correctly without it, and the comment with it appears to be untrue - fix if/else nesting in a previously-untested section of code
14:19 Changeset [10695] by ghudson
Pull up change from rev 1.2 to Athena 8.1 release branch.
13:58 Changeset [10694] by ghudson
Add on Athena 8.1 release branch.
13:56 Changeset [10693] by ghudson
Remove on Athena 8.1 release branch.
13:50 Changeset [10692] by ghudson
Add on Athena 8.1 release branch.
13:42 Changeset [10691] by ghudson
Athena 8.1 branch only: Minimal change from 3.3.1 for IRIX 6.3 support
13:40 Changeset [10690] by ghudson
Athena 8.1 release branch only: create symlink to perl4
13:40 Changeset [10689] by ghudson
Athena 8.1 release branch only: move perl symlink to arch directory
13:39 Changeset [10688] by ghudson
Athena 8.1 release branch only: move perl symlink here from platform/sgi
13:39 Changeset [10687] by ghudson
Athena 8.1 release branch only: dummy arch Makefile
13:37 Changeset [10686] by ghudson
Athena 8.1 release branch only: descend into arch directories.
13:37 Changeset [10685] by ghudson
Pull up change from rev 1.5 to Athena 8.1 release branch.
13:36 Changeset [10684] by ghudson
Pull up changes from revs 1.8 and 1.9 to Athena 8.1 release branch.
13:36 Changeset [10683] by ghudson
Pull up change from rev 1.11 to Athena 8.1 release branch.
13:36 Changeset [10682] by ghudson
Pull up change from rev 1.4 to Athena 8.1 release branch.
13:36 Changeset [10681] by ghudson
Pull up change from rev 1.3 to Athena 8.1 release branch.
13:35 Changeset [10680] by ghudson
Pull up change from rev 1.10 to Athena 8.1 release branch.
13:34 Changeset [10679] by ghudson
Pull up change from rev 1.2 to Athena 8.1 release branch.
13:30 Changeset [10678] by ghudson
Pull up change from rev 1.8 to Athena 8.1 release branch.
13:30 Changeset [10677] by ghudson
Pull up change from rev 1.12 to Athena 8.1 release branch.
13:29 Changeset [10676] by ghudson
Pull up change from rev 1.10 to Athena 8.1 release branch.
13:29 Changeset [10675] by ghudson
Pull up change from rev 1.6 to Athena 8.1 release branch.
13:28 Changeset [10674] by ghudson
Pull up change from rev 1.7 to Athena 8.1 release branch.
13:28 Changeset [10673] by ghudson
Pull up change from rev 1.40 to Athena 8.1 release branch.
13:28 Changeset [10672] by ghudson
Pull up change from rev 1.5 to Athena 8.1 release branch.
13:27 Changeset [10671] by ghudson
Pull up change from rev 1.2 to Athena 8.1 release branch.
13:01 Changeset [10670] by ghudson
Put backslashes before '@' signs, for perl 5 compatibility.

11/03/97:

18:18 Changeset [10669]
This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
18:18 Changeset [10668] by ghudson
syncconf.sh
18:17 Changeset [10667] by ghudson
Move syncconf to arch directory, since it needs to be different on IRIX 6.3.
15:47 Changeset [10666] by ghudson
Pull up change from rev 1.21 to Athena 8.1 release branch.
15:46 Changeset [10665] by ghudson
verify-message.in expects path to be the whole program name, including the "/pgp" part at the end.
15:14 Changeset [10664] by ghudson
Pull up change from rev 1.2 to Athena 8.1 release branch.
15:14 Changeset [10663] by ghudson
/usr/sbin isn't in our path. Sigh.
08:03 Changeset [10662] by ghudson
Whups, didn't have a final newline.

11/02/97:

21:13 Changeset [10661] by ghudson
Pull up change from rev 1.14 to Athena 8.1 release branch.
20:53 Changeset [10660] by ghudson
Add on Athena 8.1 branch.
20:51 Changeset [10659] by ghudson
Pull up change from rev 1.47 to Athena 8.1 release branch.
20:49 Changeset [10658] by ghudson
Pull up change from rev 1.3 to Athena 8.1 release branch.
20:48 Changeset [10657] by ghudson
Redo the last change by converting the krb5 principle to a krb4 one and unparsing it. The old way relied on libkrb4, which is a no-no.
20:46 Changeset [10656]
This commit was manufactured by cvs2svn to create tag 'afs3_4a_patches_5'.
20:46 Changeset [10655]
This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
20:46 Changeset [10654] by ghudson
Version script for 8.1.14.
20:46 Changeset [10653] by ghudson
Sub in NETDEV when grabbing the srvd's rc.conf.
18:44 Changeset [10652] by ghudson
Flex support: manual line count, yywrap definition.
18:42 Changeset [10651] by ghudson
For flex, s/yylineno/num_lines/, which we support manually. Eliminate bogus strcasecmp conditionalized on "i386".
18:39 Changeset [10650] by ghudson
Add Linux and NetBSD process list support.
18:29 Changeset [10649] by ghudson
Garbage collect.
12:08 Changeset [10648] by ghudson
Bump minor version.
12:08 Changeset [10647] by ghudson
Add a safety: don't install if there's an existing .rvdinfo file with a different major or minor version.
12:05 Changeset [10646] by ghudson
Pull up change from rev 1.2 to Athena 8.1 release branch.
12:02 Changeset [10645] by ghudson
Look at .klogin file if .k5login file doesn't exist.

10/30/97:

22:58 Changeset [10644] by ghudson
Forced checkin to note that the last revision included a change not mentioned in the log message: remember to output the new homedir in the passwd line when changing user home directories.
19:49 Changeset [10643] by jweiss
Do some (but not all) public ws cleaning at reactivate time, in addition to what we already do at boot time.
19:03 Changeset [10642] by ghudson
Guard against the SIGCHLD handler being SIG_IGN.
18:59 Changeset [10641] by ghudson
Add RCS ID and MIT copyright.
18:58 Changeset [10640] by ghudson
Add MIT copyright, file description, and RCS ID.
11:06 Changeset [10639] by ghudson
From epeisach: use create_depend.

10/29/97:

20:24 Changeset [10638] by ghudson
From mhpower: close buffer overruns.
17:48 Changeset [10637] by ghudson
Remove in favor of new login library.
17:46 Changeset [10636] by ghudson
Remove in favor of the krb5 ftpd.
17:36 Changeset [10635] by ghudson
Remove in favor of Athenized krb5 telnet and telnetd.
17:33 Changeset [10634] by ghudson
Remove in favor of athenized krb5 login.
17:31 Changeset [10633] by ghudson
Also stop building Athena telnet, ftpd, and old AL libraries, since we're using the krb5 versions of telnet and ftpd.
17:29 Changeset [10632] by ghudson
We don't need athena/bin/login any more; we're using the krb5 login.
13:29 Changeset [10631] by ghudson
Update comment to reflect the al__update_cryptpw() behavior.
11:11 Changeset [10630] by ghudson
Use NULL for initializing pointer variables, and don't initialize them two at a time (because that involves a cast between incompatible pointer types).
00:55 Changeset [10629] by jweiss
Clear out /lost+found (after 3 days incase of autosave files) and /var/vice/cache/lost+found, so they don't suck up disk space (and potentially prevent updates).

10/28/97:

11:51 Changeset [10628] by danw
[from the krb5 tree] change #ifdef KERBEROS to #ifdef KRB5_KRB4_COMPAT add krb4 support to Makefile.in
11:51 Changeset [10627] by danw
[from the krb5 tree] change #ifdef KERBEROS to #ifdef KRB5_KRB4_COMPAT fix krb4 bugs in secure.c, add krb4 support to Makefile.in
11:43 Changeset [10626] by danw
link with libal and AFS libs because of the annoying way libtelnet is written. add Athenisms to telnet (default options, -safe)
11:42 Changeset [10625] by danw
athena-login changes add `-x' (require encryption) option to telnetd and the man page
11:40 Changeset [10624] by danw
athena-login changes

10/25/97:

23:29 Changeset [10623] by ghudson
Fix comment not to refer to mhmail, since we use sendmail now.
18:17 Changeset [10622] by ghudson
Garbage collect.
17:47 Changeset [10621] by ghudson
ZEPHYR_USES_KERBEROS -> HAVE_KRB4; ZEPHYR_USES_HESIOD -> HAVE_HESIOD
17:45 Changeset [10620] by ghudson
Use select() instead of alarm() to wait for a response.
14:16 Changeset [10619] by ghudson
Use sendmail instead of mhmail.
11:02 Changeset [10618] by ghudson
Add a forward declaration for struct sockaddr_in to make sure what its scope is.
10:53 Changeset [10617] by ghudson
We want AFS support. (An oversight from when we moved away from config.site.)

10/24/97:

16:54 Changeset [10616] by ghudson
Fix syntax error. Under 2.5 we need to modload nfssrv before afs.

10/23/97:

18:01 Changeset [10615] by ghudson
Run attach as root, using the -user flag to specify what to record in attachtab.
17:58 Changeset [10614] by ghudson
Add login library support for use as /bin/login.
17:57 Changeset [10613] by ghudson
Test for resolv library for login libraries.
17:56 Changeset [10612] by ghudson
Add Athena paths and a few other things to default path.
13:33 Changeset [10611] by danw
remove #ifdef SOLARIS code that breaks when using login.krb5
13:32 Changeset [10610] by danw
Don't assume $SERVER_BINDIR = $EXEC_PREFIX/sbin in KRB5_PATH_LOGIN
12:22 Changeset [10609] by ghudson
Pull up change from rev 1.19 to Athena 8.1 release branch.
12:18 Changeset [10608] by ghudson
From comments from miki (as was the last change): add -y to fsck invocations in case they have questions.
12:01 Changeset [10607] by ghudson
Pull up change from rev 1.18 to Athena 8.1 release branch.
11:59 Changeset [10606] by ghudson
Add missing 'g' in sed invocation.
10:30 Changeset [10605] by ghudson
Comment style police.

10/22/97:

15:12 Changeset [10604] by danw
alphabetization police

10/21/97:

10:18 Changeset [10603] by ghudson
Add athena/lib/al (after hesiod, in case we put any tests in libal, but before krb5, which will need it).

10/20/97:

23:12 Changeset [10602] by jweiss
We shouldn't time out asking the user whether they want to custom partition the disk, since we are already in custom install.
22:05 Changeset [10601] by ghudson
Rewrite, using the Athena login library to simplify things a lot.
22:04 Changeset [10600] by ghudson
Build cleanup with an autoconf system.
22:04 Changeset [10599] by ghudson
We don't need this any more.
22:02 Changeset [10598] by ghudson
Prefer v4 kdc to krb524d for getting initial tickets.
22:01 Changeset [10597] by ghudson
Revert v4srvtab support; we don't need it any more.
21:54 Changeset [10596] by ghudson
Athena login library sources, from the athena-login locker where initial development was done.

10/18/97:

23:47 Changeset [10595] by ghudson
Sync with new kcmd.c interface, moving des routines there.
23:44 Changeset [10594] by ghudson
Add Kerberos 4 rcmd support, moving des routines to kcmd.c.
12:39 Changeset [10593] by ghudson
Don't declare strlen(); it bombs out on Irix 6.3.
11:40 Changeset [10592] by ghudson
Rename xdm to xdm.sgi_53 and add xdm.sgi_63 for IRIX 5.3/6.3 split.
02:12 Changeset [10591] by ghudson
Don't use lorder or tsort. They don't do anything these days, and IRIX 6.3 broke them.
01:10 Changeset [10590] by ghudson
Reintegrate local changes into IRIX 6.3 version of this file.
01:09 Changeset [10589] by ghudson
Move here from platform/sgi, since this file has changed in IRIX 6.3.
01:09 Changeset [10588] by ghudson
Move to arch/sgi_53, since this file has changed in IRIX 6.3.
01:08 Changeset [10587] by ghudson
Update this file with change from Xsession.dt in IRIX 6.3.
01:08 Changeset [10586] by ghudson
Move here from platform/sgi, since this file needs to change for IRIX 6.3.
01:07 Changeset [10585] by ghudson
Move to arch/sgi_53, since this file needs to change for IRIX 6.3.
01:07 Changeset [10584] by ghudson
IRIX 6.3 version of this file with local changes from platform/sgi reintegrated.
01:05 Changeset [10583] by ghudson
Move here from platform/sgi, since this file is no longer necessary in IRIX 6.3.
01:04 Changeset [10582] by ghudson
Move here from platform/sgi, since this file changed in IRIX 6.3.
01:04 Changeset [10581] by ghudson
Move to arch/sgi_53, since this file is no longer necessary in IRIX 6.3.
01:03 Changeset [10580] by ghudson
Move to arch/sgi_53, since this file changed in IRIX 6.3.
01:01 Changeset [10579] by ghudson
IRIX 6.3-specific Makefile, taking responsibility for network.
01:01 Changeset [10578] by ghudson
IRIX 5.3-specific Makefile, taking responsibility for network.
01:01 Changeset [10577] by ghudson
Move responsibility for network to arch directories, since it changed in IRIX 6.3.
01:00 Changeset [10576] by ghudson
IRIX 6.3-specific Makefile, taking responsibility for cshrc and Xsession.dt.
01:00 Changeset [10575] by ghudson
IRIX 5.3-specific Makefile, taking responsibility for cshrc and Xsession.dt.
00:59 Changeset [10574] by ghudson
Move responsibility for cshrc and Xsession.dt to arch directories, since they have changed in IRIX 6.3.
00:58 Changeset [10573] by ghudson
IRIX 6.3-specific Makefile, taking responsibility for 4DWm, Toolchest, crontab.root, fixed.pcf, fonts.dir, group, inetd.conf, services, su, and system.chestrc. staticroute, webtools.chestrc, and nodelock are no longer needed.
00:57 Changeset [10572] by ghudson
IRIX 5.3-specific Makefile, taking responsibility for 4DWm, Toolchest, crontab.root, fixed.pcf, fonts.dir, group, inetd.conf, services, staticroute, su, system.chestrc, webtools.chestrc, and nodelock.
00:56 Changeset [10571] by ghudson
Makefile for sun4x_55-specific stuff, which is nothing right now.
00:55 Changeset [10570] by ghudson
Move responsibility for 4DWm, Toolchest, crontab.root, fixed.pcf, fonts.dir, group, inetd.conf, services, staticroute, su, system.chestrc, webtools.chestrc, and nodelock to the arch directories, since they have either changed or are no longer needed in IRIX 6.3.
00:53 Changeset [10569] by ghudson
Add arch directories for IRIX 5.3/6.3 split.
00:47 Changeset [10568] by ghudson
Define POSIXJOBS; we need it under 6.3.

10/17/97:

21:07 Changeset [10567] by ghudson
From epeisach: If ZEPHYR is not defined, don't check use_zephyr. Make afs_auth_internal take const char *.
18:29 Changeset [10566] by danw
the krb4/afs patches turned out to be a lose. use stock ssh
18:27 Changeset [10565]
This commit was manufactured by cvs2svn to create tag 'ssh_1_2_21'.
18:27 Changeset [10564] by danw
This commit was generated by cvs2svn to compensate for changes in r10563, which included commits to RCS files with non-trunk default branches.
18:27 Changeset [10563] by danw
Import of ssh 1.2.21
15:01 Changeset [10562] by ghudson
Move ssh to a little section, since it has a long URL and doesn't fit well in the table.
14:53 Changeset [10561] by danw
add ssh
12:13 Changeset [10560] by ghudson
Pull up change from rev 1.2 to Athena 8.1 release branch.
12:12 Changeset [10559] by ghudson
Add sed code to turn off the "mount at boot" flag for /usr.
12:07 Changeset [10558] by ghudson
Pull up changes from revs 1.2 and 1.3 to Athena 8.1 release branch.
12:06 Changeset [10557] by ghudson
Pull up change from rev 1.17 to Athena 8.1 release branch.
03:06 Changeset [10556] by ghudson
Pull up change from rev 2.21 to Athena 8.1 release branch.
03:04 Changeset [10555] by ghudson
Pull up change from rev 1.29 to Athena 8.1 release branch.
03:04 Changeset [10554] by ghudson
Pull up change from rev 1.22 to Athena 8.1 release branch.
03:03 Changeset [10553] by ghudson
Pull up change from rev 1.17 to Athena 8.1 release branch.
03:02 Changeset [10552] by ghudson
Pull up change from rev 1.16 to Athena 8.1 release branch.
03:02 Changeset [10551] by ghudson
Pull up change from rev 1.15 to Athena 8.1 release branch.
03:02 Changeset [10550] by ghudson
Pull up change from rev 1.13 to Athena 8.1 release branch.
03:02 Changeset [10549] by ghudson
Pull up change from rev 1.12 to Athena 8.1 release branch.
03:01 Changeset [10548] by ghudson
Pull up change from rev 1.10 to Athena 8.1 release branch.
03:01 Changeset [10547] by ghudson
Pull up change from rev 1.9 to Athena 8.1 release branch.
03:01 Changeset [10546] by ghudson
Pull up change from rev 1.8 to Athena 8.1 release branch.
02:56 Changeset [10545] by ghudson
From mwhitson: expand pbuf. Just a hack. Will be fixed the right way later, if we don't nuke this code base entirely.
02:52 Changeset [10544] by ghudson
Don't rely on empty source directories existing.
02:51 Changeset [10543] by ghudson
Remove sa_ in oldsockaddr field names to avoid conflict with IRIX 6.3 macros.
02:49 Changeset [10542] by ghudson
Need -I/usr/athena/include/kerberosIV for Kerberos 4 stuff in Kerberos 5.
02:47 Changeset [10541] by ghudson
Quiet down gf file creation. (Introduce MFSTART to keep the lines short.)

10/16/97:

23:56 Changeset [10540] by cfields
Add O2 specific hardware support.
22:25 Changeset [10539] by ghudson
From epeisach: Use Code_t instead of int to match prototypes.
22:25 Changeset [10538] by ghudson
From epeisach: Add a missing prototype for realm_control_dispatch.
22:20 Changeset [10537] by ghudson
Use @DISK@ instead of c0t3d0; phase3 will sed in the actual root disk.
22:19 Changeset [10536] by ghudson
Substitute $drive for @DISK@ in the standard vfstab file before installing it, since we no longer rely on c0t3d0 being the root disk.
22:18 Changeset [10535] by ghudson
Use c0t0d0 by default on an Ultra. For a custom install on a machine with multiple disks, ask the user to pick a disk. When we lose, sleep forever and respond to ^C with a shell prompt. Exiting the script causes things to start over, which is not what we want (except when the user picks a bad disk).
21:51 Changeset [10534] by ghudson
From epeisach: Use create_depend macro, which does a better job.
19:07 Changeset [10533] by ghudson
Document the part of the SGI cshrc files which comes from IRIX.
10:54 Changeset [10532] by ghudson
Makefile to install the files here.
10:53 Changeset [10531] by ghudson
Base configuration afs3.4 5.28, the fifth patch release to AFS 3.4a.
10:45 Changeset [10530] by ghudson
This commit was generated by cvs2svn to compensate for changes in r10529, which included commits to RCS files with non-trunk default branches.
10:45 Changeset [10529] by ghudson
Base configuration afs3.4 5.28, the fifth patch release of AFS 3.4a
10:43 Changeset [10528] by ghudson
Use -kb instead of -ko for RCS ID mangling prevention. Suggest obliquely that there are ways of getting it when you first add the files.
10:41 Changeset [10527] by ghudson
This commit was generated by cvs2svn to compensate for changes in r10526, which included commits to RCS files with non-trunk default branches.
10:41 Changeset [10526] by ghudson
Base configuration afs3.4 5.28, the fifth patch release fo AFS 3.4a
10:17 Changeset [10525] by ghudson
Use krb4 compatibility from krb5.
10:14 Changeset [10524] by ghudson
Nuke leading quote, oops.

10/15/97:

23:45 Changeset [10523] by jweiss
set "mount at boot" to no for /usr, since it is already mounted by /etc/rcS.d/S40standardmounts.sh
19:31 Changeset [10522] by ghudson
Don't recurse if we can't cd.
18:43 Changeset [10521] by ghudson
Substitute @TOOLROOT@ as many times as it appears, not just once.
13:49 Changeset [10520] by danw
automatically-generated file: shouldn't be in the source tree
Note: See TracTimeline for information about the timeline view.