Timeline


and

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.

03/13/98:

11:13 Changeset [11246] by mbarker
remove olh, techinfo, and OLH from the prelogin options on sun also minor cleanup of omenuentry6a numbering (changed to 6)
11:12 Changeset [11245] by mbarker
remove olh and techinfo from the prelogin options on SGI as the programs are no longer supported. also minor cleanup of omenuentry6a numbering (changed to 6)

03/12/98:

15:37 Changeset [11244] by danw
recheck pw->pw_dir after al_acct_create in case we got a temp homedir

03/11/98:

17:03 Changeset [11243] by miki
Tar file of /devices containing only pseudo devices for Solaris2.6
17:03 Changeset [11242] by miki
Tar file of /dev containing only the pseudo devices for Solaris2.6
16:58 Changeset [11241] by miki
Install the tar files containing the pseudo-devices on the srvd as they are used by the install process as well as the update process.
16:57 Changeset [11240] by miki
For the Solaris 2.6 release, we need to untarr pseudo devices and then to produce the hard devices.
16:34 Changeset [11239] by ghudson
Fix a little bug in the rev 1.20 commit: we need a backslash after the end doublequote in the sed substitution of rc.conf.
15:33 Changeset [11238] by ghudson
From nathanw: add "disable auth" so we can get time from the router. Also introduce "restrict default nomodify lowpriotrap" to keep people from screwing with our configuration too much.
15:31 Changeset [11237] by ghudson
From nathanw: install mode 4755, not 4711.
15:29 Changeset [11236] by ghudson
From nathanw: install all programs mode x55 instead of mode x00 or x11.
15:27 Changeset [11235] by ghudson
Install ssh mode 755, not 711.
15:25 Changeset [11234] by ghudson
Just use the readlink hack for all frame buffers (print out the string between the : and the final digits).
15:21 Changeset [11233] by ghudson
Make setpriority() definition jive with Solaris 2.6 native version.

03/10/98:

15:19 Changeset [11232] by ghudson
From bdrosen (cleaned up a bit): actually figure out what type of frame buffer we have. Interesting caveat: on sparc 4s (which have a "TCX 8/24-bit Color Graphics" frame buffer according to sysinfo), attr.fbtype.fb_type is 21 and we give an answer of "unknown", which I guess is the best we can do.

03/09/98:

17:52 Changeset [11231] by ghudson
Pull up change from rev 1.2 to Athena 8.1 release branch.
17:49 Changeset [11230] by ghudson
Pull up change from rev 1.3 to Athena 8.1 release branch.
17:49 Changeset [11229] by ghudson
Create on Athena 8.1 branch.
17:46 Changeset [11228] by ghudson
Pull up change from rev 1.7 to Athena 8.1 release branch.
00:32 Changeset [11227] by ghudson
Regenerate.
00:32 Changeset [11226] by ghudson
Checks for getsid and getpgid for better zwgc process group handling. Get rid of obsolete libgen check.
00:11 Changeset [11225] by ghudson
Do a better job of joining the session leader's process group. Acknowledge in the comment that this doesn't always get us a HUP.
00:10 Changeset [11224] by ghudson
Don't violate display abstraction.
00:05 Changeset [11223] by ghudson
Don't build this module for Solaris. It doesn't work anyway, and it doesn't build under 2.6.

03/08/98:

23:58 Changeset [11222] by ghudson
From mhpower: Indicate constraints in time field, and make the units for the number of hours field clear.
23:52 Changeset [11221] by ghudson
From mhpower: fix typo in datestamp comment.
12:52 Changeset [11220] by danw
From nathanw: use same krb5 options (proxy+forward) as other programs. Use krb_set_tkt_string before get_pw_in_tkt in case the krb4 lib has already cached another ticket location (while trying to do ticket forwarding, for example)
12:35 Changeset [11219] by danw
check Kerberos password before local password
12:35 Changeset [11218] by danw
ftpd -d shouldn't log passwords. also, strip CRLFs from strings to be syslogged
12:31 Changeset [11217] by danw
don't use "*" as a password salt

03/05/98:

23:38 Changeset [11216] by jweiss
machtype was reporting ultra's with half of their actual memory, because it was hardcoding the pagesize. Fix based on a patch by bdrosen. Also cleanup the whitespace a little.
22:23 Changeset [11215] by ghudson
Pull up changes from revs 1.14 and 1.15 to Athena 8.1 release branch.
22:06 Changeset [11214] by ghudson
Create on Athena 8.1 branch.
22:05 Changeset [11213]
This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
22:05 Changeset [11212] by ghudson
Version script for 8.1.16.
21:54 Changeset [11211] by ghudson
Merge with Solaris 2.6.
21:50 Changeset [11210] by ghudson
Assume that HOST is an FQDN.
21:34 Changeset [11209] by ghudson
Merge with Solaris 2.6.

03/04/98:

17:17 Changeset [11208] by danw
update to 2.6 base

03/03/98:

16:05 Changeset [11207] by ghudson
On Linux systems (or anything with SO_BSDCOMPAT), make sure we don't get random ICMP errors on our unconnected socket.
16:04 Changeset [11206] by ghudson
Add support for Solaris 2.6.
12:18 Changeset [11205] by rbasch
Remove -n32 compile option for IRIX 6.x

03/02/98:

15:27 Changeset [11204] by ghudson
Dummy Makefile for Solaris 2.6

03/01/98:

17:58 Changeset [11203] by rbasch
Change attach and run script generation to use standard template and specs file.
17:54 Changeset [11202] by rbasch
Add standard attach and run generation to replace /usr/bin/X11/netscape
15:04 Changeset [11201] by ghudson
Simple fix to Nathan's fix to my fix.
11:12 Changeset [11200] by danw
Use xmalloc, not malloc. (pointed out by mhpower)

02/28/98:

18:21 Changeset [11199] by ghudson
Add a note about the /os dependency of the build system.
14:13 Changeset [11198] by ghudson
Don't need this any more; patch is more agreeable.
14:13 Changeset [11197] by ghudson
Support DESTDIR, and don't try to run autoconf or autoheader.
14:08 Changeset [11196] by ghudson
Do a better job of using libucb.
14:05 Changeset [11195] by ghudson
Add DESTDIR support.
14:03 Changeset [11194] by ghudson
Don't be so noisy.
13:07 Changeset [11193] by danw
y2k stuff
13:04 Changeset [11192] by danw
y2k stuff (use tm_year % 100 for 2-digit years)
13:03 Changeset [11191] by danw
Use %C for y2k
13:03 Changeset [11190] by danw
Add %C (century) field for dates to allow y2k compliance without breaking backward compatibility
13:00 Changeset [11189] by danw
sync man page and usage message to reality
12:59 Changeset [11188] by danw
set filetext to NULL if we're not setting it to error text
12:58 Changeset [11187] by danw
Don't use packet_disconnect for `you are not allowed to log in here'
12:56 Changeset [11186] by danw
use /usr/athena/bin/quota, not /usr/ucb/quota, for quota warning

02/27/98:

20:15 Changeset [11185] by rbasch
Athena addition to adjust the cache size.
20:14 Changeset [11184] by rbasch
Change "df -bk" to "df -k" ("-b" on IRIX mean 512-byte units).
14:25 Changeset [11183] by cfields
Make operating system changes that need to be made after inst runs. Copied from ais locker for now.
13:57 Changeset [11182] by cfields
Configure OS for network usage. Copied from ais locker for now.
13:54 Changeset [11181] by cfields
Install netconf and oschanges.
Note: See TracTimeline for information about the timeline view.