Timeline


and

04/14/98:

21:11 Changeset [11390] by ghudson
From nathanw: '-' is unwanted in tset arguments.
21:07 Changeset [11389] by ghudson
Be more careful about editing SYSTEM.
15:46 Changeset [11388] by ghudson
Set the KRB5_KTNAME environment variable so that the krb5 keytab file we search is separate from /etc/krb5.keytab.
13:51 Changeset [11387] by ghudson
Make mkserv a special script intended to run on out-of-date versions of the root filesystem.
13:50 Changeset [11386] by ghudson
Remove the emacs19 script for 8.2, as advertised.

04/13/98:

16:21 Changeset [11385] by ghudson
From mhpower: Check hp->hp_length and also avoid buffer overflows in name argument.
16:19 Changeset [11384] by ghudson
From mhpower: make sure long arguments don't cause buffer overflows.
15:28 Changeset [11383] by ghudson
From nathanw: add a -a argument to pass an argument to each of the version scripts.

04/12/98:

17:18 Changeset [11382] by ghudson
Remember to return success when closing the file.

04/11/98:

11:37 Changeset [11381] by ghudson
Save about 4.75MB on the /usr partition by symlinking the libxview.so.3, libXol.so.3, and libPEX5.so.2 libraries in /usr/openwin/lib. These libraries aren't used by anything which is tracked locally, and they're the biggest ones there.
11:36 Changeset [11380] by ghudson
strip attach when we install it. This saves 2MB in the /usr partition on Solaris (which is important), and it isn't a big lose because attach won't dump core (it's setuid). So it just means people have to rebuild attach to debug it.

04/10/98:

13:43 Changeset [11379] by ghudson
Fix typo in last commit.
12:56 Changeset [11378] by ghudson
As noted by jweiss, we should nuke /etc/nodename.saved as well as /etc/nodename.new.
12:55 Changeset [11377] by ghudson
Correct typo in getloginname argument.

04/09/98:

22:20 Changeset [11376] by rbasch
Add support for 6.2 miniroot: copy in additional tar sets for different kernels and CPU architecture dependent files; read OSVERSION file in miniroot directory if present to determine the OS version of the miniroot; use nawk instead of awk in deriving the OSLoadPartition nvram variable.
19:49 Changeset [11375] by ghudson
Initial cut of a version script for 8.2.0.
19:31 Changeset [11374] by ghudson
Don't declare inet_addr(). It breaks the build on Solaris 2.6.
18:54 Changeset [11373] by ghudson
Don't make dir.old file in the install directory.
18:53 Changeset [11372] by ghudson
Don't prompt the first time if the TTYLOGIN environment variable is set. This prevents double-prompting on Solaris when login is invoked by ttymon, and is actually what the Solaris native login does. Pretty gross.
18:51 Changeset [11371] by ghudson
Support local accounts as determined by libal.
12:20 Changeset [11370] by danw
Fix $j definition for fully-qualified hostname

04/08/98:

18:14 Changeset [11369] by cfields
Ignore all send_events.
18:11 Changeset [11368] by cfields
New attach and run code doesn't need BINDIR.
18:10 Changeset [11367] by cfields
Use attachandrun.
18:09 Changeset [11366] by cfields
Install attachandrun manpage and symlink.
18:05 Changeset [11365] by cfields
Introduce attachandrun code.
17:58 Changeset [11364] by cfields
Be paranoid about some file descriptors being closed should we do an exec.
17:56 Changeset [11363] by cfields
Close the config file after we've read it.
17:53 Changeset [11362] by cfields
attachandrun man page.
17:53 Changeset [11361] by cfields
Add RUN_CMD for attachandrun.
17:51 Changeset [11360] by cfields
Add obligatory attachandrun references.
13:37 Changeset [11359] by ghudson
Don't try to set the prompt; we can't do shell quoting tricks in this file.
13:10 Changeset [11358] by ghudson
Move OLDBINS back to do-update since the environment variables it sets up are needed after update-os runs. installboot needs to be run deliberately from sh or it will fail because /bin/sh doesn't run after the OS is tracked. Also, use $SUNPLATFORM instead of $platform (new name, exported environment variable) and use $ROOTDISK instead of hardcoding c0t3d0s0. Implement NEWDEVS to tar over new pseudo-devices when necessary.
13:09 Changeset [11357] by ghudson
Move OLDBINS back to do-update since the environment variables it sets up are needed after update-os runs.
13:08 Changeset [11356] by ghudson
"tee" and "whoami" won't always work since they're not local on Solaris. Implement "shelltee" in shell code and use "id" instead of "whoami".
13:07 Changeset [11355] by ghudson
There is a new file OLDLIBS for shared libraries to preserve.
13:06 Changeset [11354] by ghudson
"sort" won't always work since it's not local on Solaris. Implement "undup" in shell code. Rename platform to SUNPLATFORM and export it. Also export ROOTDISK, the root partition identifier (e.g. c0t3d0s0) so update-os knows where to install a new boot loader. There is a new variable OLDLIBS for shared libraries to preserve. There is a new variable NEWDEVS for when new pseudo-devices are needed on Solaris. Move OLDBINS processing back here (and add OLDLIBS) since the environment variables it sets are needed in this script after update-os runs.

04/07/98:

22:28 Changeset [11353] by ghudson
Don't create .old files in the install directory.
22:25 Changeset [11352] by ghudson
Support local accounts. For local accounts, fail immediately if the local password check fails, don't try to get Kerberos tickets, don't set Kerberos environment variables, and don't do al_acct_create().
22:19 Changeset [11351] by ghudson
Add a newline to an error message which was missing one.
22:18 Changeset [11350] by ghudson
Support local accounts. For local accounts, don't do al_acct_create(), don't get Kerberos ticketes, and don't convert krb5 tickets to krb4 tickets. Rename filetext to altext since it isn't always the contents of a file any more.
22:15 Changeset [11349] by ghudson
Add support for a file /etc/athena/access which determines which users are allowed to log in locally and remotely. This file supercedes /etc/noremote and /etc/nocreate if it exists. It can also specify that an account is local, which al_login_allowed() returns through a new argument.
22:15 Changeset [11348] by ghudson
Don't need to check for root since the root account is always treated as local.
18:00 Changeset [11347] by danw
Add variable discuss-reply-by-mail-with-message-id that says to use the Message-ID field instead of the discuss transaction number when composing a reply by mail
18:00 Changeset [11346] by danw
Add Message-ID and MIME headers to the list of default (-d) headers to keep
17:48 Changeset [11345] by danw
run krb5 ftpd, not Irix one
17:47 Changeset [11344] by danw
Give correct krb5 ftpd flags
17:47 Changeset [11343] by danw
Add various other shells used by Athena users
17:07 Changeset [11342] by ghudson
Pull up change from rev 1.3 to Athena 8.1 branch.

04/06/98:

23:03 Changeset [11341] by rbasch
Remove references to ais project locker and dev cell. Remove temp license.dat setup hack. Add missing O2 graphics variables initialization.

04/04/98:

18:37 Changeset [11340] by rbasch
Don't krb5_kt_close() if krb5_kt_resolve() failed.

04/02/98:

13:20 Changeset [11339] by ghudson
Support a local clusterinfo file /etc/athena/cluster.local.
13:20 Changeset [11338] by ghudson
Try using TIOCGWINSZ to determine the screen width instead of assuming 80 columns.
01:03 Changeset [11337] by danw
irix 5.3 needs -lgen to link against krb5

04/01/98:

22:32 Changeset [11336] by cfields
Use saferm for zeroing of ticket files and temporary directory cleanup.
22:29 Changeset [11335] by cfields
Use saferm to remove files instead of rm.
22:28 Changeset [11334] by cfields
Build saferm.
22:27 Changeset [11333] by cfields
Imakefile for saferm.
22:27 Changeset [11332] by cfields
saferm manual page.
22:27 Changeset [11331] by cfields
Program to securely remove/zero files from world-writable directories while running as root.

03/31/98:

17:01 Changeset [11330] by miki
Fixed a type (-f should have been -d)
16:45 Changeset [11329] by cfields
Use athdir_get_paths for finding binary directories when %B is used.
16:44 Changeset [11328] by cfields
Link with libathdir.
11:50 Changeset [11327] by danw
add more @localhosts to make this work

03/30/98:

17:39 Changeset [11326] by rbasch
Examine correct inventory struct fields for SCSI controllers. Add check for Adaptec 7880, if defined. Add checks for GIO and PCI SCSI controllers. Rewrote do_INV_DISK(), adding do_INV_SCSICONTROL(), for clarity and readability.
14:01 Changeset [11325] by danw
avoid gratuitous extra calls to get_cellconfig. (originally source-reviewed last May)
13:53 Changeset [11324] by danw
don't force rewrite user@hostname.mit.edu to user@mit.edu. (just `user' will still be rewritten to `user@mit.edu' though)
13:39 Changeset [11323] by danw
install dsmail man page (copied in from discuss locker)

03/29/98:

21:20 Changeset [11322] by cfields
Final SGI changes for new login library. Get nanny's pid and pass it to al_acct_create instead of our own pid. Under nanny, our own pid is meaningless. Remove second arg (whether we added the user to the password file) from the call to nanny_setupUser. This is now dealt with by the login library (by passing nanny's pid to it). Remove a crufty int f; declaration.
21:16 Changeset [11321] by cfields
Track arg removal from setupUser call.
21:16 Changeset [11320] by cfields
Add getNannyPid. Remove add arg from setupUser - no longer needed with new login library.
21:15 Changeset [11319] by cfields
Add getNannyPid. Remove boolean arg from setupUser.
21:14 Changeset [11318] by cfields
Remove all usage of old login library. Add utmp code to replace old login library calls. Remove utmp support for console mode. Eliminate RMUSER in favor of calling libal for password file cleanup. Add PID variable for benefit of login library. Fix bug in logged_in state change code. Move utmp initialization to after fork so pid will always be correct.
21:10 Changeset [11317] by cfields
Remove define for REMOVE_USER. Add define for NANNY_PID.
21:09 Changeset [11316] by cfields
Remove description of REMOVE_USER. Add description of NANNY_PID.
21:08 Changeset [11315] by cfields
Remove non-USE_GETTY code, remove dpy_consDevice.
21:07 Changeset [11314] by cfields
Remove dpy_consDevice.
21:07 Changeset [11313] by cfields
Link with the new login library, not the old one.
20:31 Changeset [11312] by ghudson
From nathanw: support new -f (fallback file) and -l (local file) features. Local files have higher priority than Hesiod; fallback files have lower priority. Overrides happen on a per-variable basis.
03:07 Changeset [11311] by danw
#include <unistd.h> for SEEK_SET

03/27/98:

14:12 Changeset [11310] by ghudson
Merge Craig's update changes into the mainline.
13:14 Changeset [11309] by ghudson
Files gone in Solaris 2.6
13:13 Changeset [11308] by ghudson
Merge Craig's update changes with mainline; no conflict for this file.
12:56 Changeset [11307] by ghudson
We can't use CONFIG_SITE here since it specifies the compiler.

03/26/98:

22:52 Changeset [11306] by rbasch
Find all disks by reading /dev/rdsk, instead of assuming (only) c0t3d0s0. Read the label by doing read_vtoc() on partition 2. Always display the device and first field of the label (drive type). In verbose mode, display the entire label (includes geometry information).
20:21 Changeset [11305] by ghudson
/usr/tmp -> /var/tmp Remember to pass $version and $newvers to do-update in both cases.

03/25/98:

15:25 Changeset [11304] by ghudson
Use utmp instead of Athena sessions files to determine who's logged in.
15:24 Changeset [11303] by danw
If .logout is executable and starts with #!, run it with the interpreter it says to run it with, instead of /bin/athena/tcsh
15:13 Changeset [11302] by danw
from nathanw: fix /etc/athena/dm.pid to /var/athena/dm.pid
11:43 Changeset [11301] by danw
comment out the text after an #endif to make Irix cc happy
11:40 Changeset [11300] by ghudson
Add new directories for SRVTAB and ANY keytab types.
11:39 Changeset [11299] by ghudson
Support FILE, SRVTAB, and ANY types by default. Use krb5_ktf_ops instead of krb5_dfl_ops.
11:38 Changeset [11298] by ghudson
If they keytab file does not exist, make it fail at resolve time. This change is primarily motivated by the ANY keytab type.
11:36 Changeset [11297] by ghudson
Implement ANY keytab type, which can search for several different keytabs.
11:35 Changeset [11296] by ghudson
Implement SRVTAB keytab type, which can read a krb4 srvtab.

03/24/98:

17:26 Changeset [11295] by ghudson
/usr/spool -> /var/spool

03/23/98:

17:30 Changeset [11294] by danw
typo

03/21/98:

16:08 Changeset [11293] by ghudson
Add brief documentation of the realm (-r) flag.

03/20/98:

18:36 Changeset [11292] by ghudson
Set initial compiler at configure time now that gcc uses autoconf.
18:34 Changeset [11291] by ghudson
Merge with gcc 2.8.1.
17:36 Changeset [11290] by ghudson
From jhawk: use mv -f when creating /etc/motd so that the user isn't prompted if something goes wrong.

03/19/98:

19:35 Changeset [11289]
This commit was manufactured by cvs2svn to create tag 'gcc-2_8_1'.
19:35 Changeset [11288] by ghudson
This commit was generated by cvs2svn to compensate for changes in r11287, which included commits to RCS files with non-trunk default branches.
19:35 Changeset [11287] by ghudson
Import of gcc 2.8.1

03/18/98:

15:18 Changeset [11286] by miki
Changes for Solaris2.6 - some files that do not exist anymore - save space - /usr/ccs/bin/m4 and /usr/bin/pkginfo needed locally
14:04 Changeset [11285] by miki
Fixed a typos Changed the PATH. The new PATH is enough for our needs
10:12 Changeset [11284] by miki
We don't have anymore /srvd/etc/inet/netmasks, as the netmask is computed by syncconf. We will record at installation the netmasks obtained from cnboot.

03/17/98:

14:20 Changeset [11283] by ghudson
__My_addr is now a struct in_addr declared in internal.h.
14:19 Changeset [11282] by ghudson
Make __My_addr a struct in_addr and initialize it in ZInit() instead of having a special function in Zinternal.c. More importantly, do a better job of finding the local address by using getsockname() on a connected UDP socket.
14:18 Changeset [11281] by ghudson
Add an entry for __My_addr, which is now a struct in_addr.
14:16 Changeset [11280] by ghudson
Add -d flag to descend into an ignored directory.
14:14 Changeset [11279] by ghudson
Nuke trailing space introduced in last rev.
14:12 Changeset [11278] by ghudson
Set default options to proxiable and forwardable. We will add options to turn those off when they have been added to the mainline krb5 tree.
10:18 Changeset [11277] by miki
Do not reboot if the installer choose (during phase2 execution) not to automatically reboot.
10:17 Changeset [11276] by miki
Changed the default rev to be installed to be 8.2 Added, for Custom install, the possibility of not rebooting after the installation

03/16/98:

23:11 Changeset [11275] by cfields
Make the add aliases call attach instead of a shell script.
23:07 Changeset [11274] by cfields
Replaced by attach.
23:07 Changeset [11273] by cfields
Moved to attach.
23:06 Changeset [11272] by cfields
Add documentation about ATHENA_SYS_COMPAT.
23:06 Changeset [11271] by cfields
Remove installation of add.csh and add.1. Replaced by attach.
23:05 Changeset [11270] by cfields
Build lib/athdir.
23:03 Changeset [11269] by cfields
Added obligatory add reference.
23:02 Changeset [11268] by cfields
Changed deactivate reference to reactivate. Added obligatory add reference.
23:01 Changeset [11267] by cfields
Add obligatory add references. Removed a non-bug from the BUGS section.
22:59 Changeset [11266] by cfields
string array header file
22:58 Changeset [11265] by cfields
string array utilities for add support.
22:57 Changeset [11264] by cfields
Added mountpoint_list arg to ufs_attach and err_attach. Needed for symmetry across *_attach calls.
22:57 Changeset [11263] by cfields
Added mountpoint_list arg to rvd_attach. Needed for symmetry across *_attach calls.
22:56 Changeset [11262] by cfields
Added mountpoint_list arg to nfs_attach. Needed for symmetry across *_attach calls.
22:56 Changeset [11261] by cfields
Add support for returning information in mountpoint_list.
22:55 Changeset [11260] by cfields
Add add support.
22:53 Changeset [11259] by cfields
Link with libathdir for add support. Add add.[co] and stringlist.[co] to the lists of files. Install the add manual page.
22:51 Changeset [11258] by cfields
Added mountpoint_list arguments as appropriate so that the list of mountpoints attached can be passed to add.
22:49 Changeset [11257] by cfields
Added mountpoint_list arg to afs_attach. Needed for symmetry across *_attach calls.
22:48 Changeset [11256] by cfields
Most of the code required for attach to support the add command.
22:48 Changeset [11255] by cfields
Man page moved from packs/dotfiles. Documentation added for ATHENA_SYS_COMPAT and -b option. Changed to reflect add is now a call to attach.
22:46 Changeset [11254] by cfields
Add documentation for ATHENA_SYS_COMPAT.
22:46 Changeset [11253] by cfields
Now we let libathdir do our thinking.
22:45 Changeset [11252] by cfields
Now link with libathdir. No longer need -DATHSYS here.
22:44 Changeset [11251] by cfields
Header file for string support.
22:43 Changeset [11250] by cfields
String support functions for libathdir.
22:43 Changeset [11249] by cfields
Main libathdir routines.
22:43 Changeset [11248] by cfields
Main header file for libathdir.
22:42 Changeset [11247] by cfields
Makefile for libathdir.
Note: See TracTimeline for information about the timeline view.