Timeline


and

07/12/96:

18:06 Changeset [8679] by cfields
Removed a lot of trailing tabs on many lines. Replaced echo -n with echo $N $C hack. Added OS pack attached information. Say "none" when no packs are attached.

07/09/96:

15:41 Changeset [8678] by ghudson
ident warning: no id keywords in /source/athena/config/update/vers/8.0F /source/athena/config/update/vers/8.0F:
15:31 Changeset [8677] by ghudson
Eliminate space before #else in 1.71. The consequences of this extra space were sort of interesting. When this file is copied to athena-verify.c and built for /etc/athena/xdm, it's built with the ANSI C preprocessor (no -traditional flag to gcc), and spaces before pound signs aren't a problem. When this file is built for xlogin, it's built with the K&R C preprocessor (gcc -traditional), and spaces before pound signs are a problem--but XDM isn't defined, so the effect is to do nothing at all with OPENWINHOME. So OPENWINHOME never gets set and programs can't find XKeysymDB.

07/07/96:

22:19 Changeset [8676] by cfields
The call to save_cluster_info depended on rc.conf, and also wouldn't necessarily get us the information we were after. So we change the call appropriately.

07/06/96:

17:46 Changeset [8675] by cfields
Initial revision
17:45 Changeset [8674] by cfields
Shut off many services we don't wish to support. Shut off telnetd in favor of running it out of the Athena inetd.
15:19 Changeset [8673] by ghudson
ident warning: no id keywords in /source/athena/config/update/vers/8.0E /source/athena/config/update/vers/8.0E:
14:58 Changeset [8672] by ghudson
Use Athena telnetd.
14:58 Changeset [8671] by ghudson
Athena inetd.conf updated in 8.0C to enable Athena telnetd.
14:55 Changeset [8670] by ghudson
Fixes from bert: find MH properly, and reset the user's PATH if using $EDITOR.
02:30 Changeset [8669] by ghudson
Detect Ultrix more precisely.

07/04/96:

22:44 Changeset [8668] by ghudson
Don't reference /usr/ucb/more directly; use $PAGER or run "more" from the path.
22:33 Changeset [8667] by ghudson
/usr/athena/emacs is no longer appropriate.
22:33 Changeset [8666] by ghudson
Use $PAGER or "more" (from the path) as the pager instead of a hardcoded /usr/ucb/more.
22:13 Changeset [8665] by ghudson
newform, newgrp, and news should be symlinks to /os, but /usr/bin/newalises is a symlink and should be tracked local.
22:12 Changeset [8664] by ghudson
Don't track in /etc/netspy.
22:05 Changeset [8663] by cfields
Updated remotedir for Irix. Do SYSV style locking if necessary.
22:00 Changeset [8662] by cfields
Move include of shadow here, based on SYSV. utmp handling support, cleaned up password file stuff, nocrack support, spaced out flag space, made ALreturnError more readable, new locking support
21:55 Changeset [8661] by cfields
I was confused about the console case. It's "co" not " co".
21:52 Changeset [8660] by cfields
Add init, utmp to lib files. Build testut, read{u,w}tmp
21:50 Changeset [8659] by cfields
Update for changed API.
21:48 Changeset [8658] by cfields
Initial revision
21:43 Changeset [8657] by cfields
Redo the locking system. Sometimes multiple subroutines worry about getting locks on the same file, so this new system keeps track of whether or not the session already has a lock on the file. (That's all I can remember about why I did all this.)
21:41 Changeset [8656] by cfields
New errors for utmp handling.
21:35 Changeset [8655] by cfields
Make shadow password stuff SYSV based. Use SYSV style password file locking under SYSV. Renovate locking system.
21:12 Changeset [8654] by cfields
Make an initialization routine distinct from the routine for setting the user. Set haveSHADOW flag if appropriate. Initialize state of locks.
21:09 Changeset [8653] by cfields
Fix maximum groups. Update locking system.
21:08 Changeset [8652] by cfields
endif foo -> /* foo */

07/02/96:

17:42 Changeset [8651] by ghudson
Reference update.conf through the build tree.

06/30/96:

22:36 Changeset [8650] by cfields
Add comments explaining why we do what we do in a MUL detach. Rewrite the loop so it's easier to understand. NULL out attachtab_first before calling detach, otherwise detach calls get_attachtab which calls free_attachtab which frees the structure that we had cached to look at, which can cause us to seg fault under some conditions.

06/28/96:

16:24 Changeset [8649] by ghudson
Don't back up rc.conf; it's already backed up in do_update.
14:22 Changeset [8648] by ghudson
Use new NEWSADM variable to deal with updating /var/sadm, rather than doing it in the update script.
14:22 Changeset [8647] by ghudson
Don't forget to update /var/sadm.
14:13 Changeset [8646] by ghudson
Don't do selective editing; just rewrite the rc.conf file.
13:49 Changeset [8645] by ghudson
Need more AFS libraries. Need BSD functions under Solaris.
00:44 Changeset [8644] by cfields
We want to use uname for 7.7Y.

06/27/96:

16:09 Changeset [8643] by miki
For Solaris XdmcpNetaddr is defined in X11/Xdmcp.h
16:01 Changeset [8642] by miki
In the XDM case , LD_LIBRARY_PATH and OPENWINHOME are not preset
15:58 Changeset [8641] by miki
Needed some more includes : limits.h and unistd.h Changed signal calls for POSIX Chnaged wait3 to waitpid for POSIX Special processing of utmp at removal for Solaris (like in etc/xdm/dm/dm.c)
15:55 Changeset [8640] by miki
Changed bcopy and bzero into memcpy and memset
15:50 Changeset [8639] by miki
Changed bzero and bcopy into memset and memcpy
15:47 Changeset [8638] by miki
Changed bcmp and bzero into memcmp and memset; Added from X11R5 defining stdin as /dev/null
15:46 Changeset [8637] by miki
Changed bcopy into memcpy
15:39 Changeset [8636] by miki
Changed bcmp into memcmp
15:37 Changeset [8635] by ghudson
Space police.
15:36 Changeset [8634] by miki
Added code form X11R setting passwd and name to zero.
15:30 Changeset [8633] by ghudson
Synchronize with other platforms.
15:30 Changeset [8632] by miki
Changed bcopy into memcpy Substituted FormatARRAY8 with ARRAY8ToDottedDecimal (from X11R5)
15:25 Changeset [8631] by miki
Changed bcopy into memcpy added some code to deal with upercase - from X11R5
15:23 Changeset [8630] by miki
OSDEFS were defined for SunOs , not Solaris; changed them for Solaris SETPAG is defined to get setpag called (same paradigm as in xlogin)
15:19 Changeset [8629] by miki
Changed bcopy, bzero into memcpy(memmove), memset
15:11 Changeset [8628] by ghudson
Build xdm on Solaris now.
14:37 Changeset [8627] by cfields
Initial revision
13:34 Changeset [8626] by ghudson
Build krb5 before stage 1 kerberos so CNS can get at krb5 libraries.
13:26 Changeset [8625] by ghudson
Sometimes truncated name server replies indicate more fields than are actually present. Check for this. Also, avoid stomping on memory if the packet specifies a length longer than we have room for.
11:45 Changeset [8624] by ghudson
Find Motif libraries in the correct place under Solaris.
11:33 Changeset [8623] by cfields
Mess around with library locations.
02:12 Changeset [8622] by ghudson
Source /etc/TIMEZONE before running inetd so that remote logins get the right time zone.

06/26/96:

17:50 Changeset [8621] by ghudson
imake sucks.
17:06 Changeset [8620] by ghudson
Use CNS on the SGI, but not on Solaris.
16:59 Changeset [8619] by ghudson
Make an attempt at cleaning.
16:47 Changeset [8618] by cfields
Accidentally dropped ISUBDIRS when syncing changes with the telnet locker.
16:47 Changeset [8617] by ghudson
krb_err_txt is declared in krb.h; don't do it here.
16:44 Changeset [8616] by cfields
I don't remember this right now, but apparently I don't want to either.
16:16 Changeset [8615] by cfields
Relocated look's directory; added whois.
16:00 Changeset [8614] by ghudson
Remove declaration of krb_err_txt; krb.h handles that.
14:32 Changeset [8613] by cfields
argv handling has been changed a bit, and the error message printing got left out.
03:58 Changeset [8612] by ghudson
Don't prototype functions from the des library.
03:57 Changeset [8611] by ghudson
Don't prototype functions from libkrb.
03:50 Changeset [8610] by ghudson
global.c will take care of variable definitions for auth_level and did_encrypt_start.
03:50 Changeset [8609] by ghudson
Only declare variables here for telnetd, not for libtelnet.
03:49 Changeset [8608] by ghudson
Use <des.h> types for Block and Schedule, rather than trying to cons up our own.
03:47 Changeset [8607] by ghudson
Include <libtelnet/encrypt.h> to get global variable declarations.
03:46 Changeset [8606] by ghudson
Include <libtelnet/encrypt.h> to get global variable declarations. index -> strchr
03:44 Changeset [8605] by ghudson
Make __findenv declaration consistent with definition.
03:38 Changeset [8604] by ghudson
Add a forgotten extern.
03:21 Changeset [8603] by ghudson
Kerberos has nothing to do with maximum hostname sizes. Use BUFSIZ, which is what resolvers sometimes use internally.

06/25/96:

16:56 Changeset [8602] by cfields
Newer version of sendmail already includes domain in $w.

06/24/96:

16:55 Changeset [8601] by cfields
pty handling for Irix. (irix53 transaction 28)
16:44 Changeset [8600] by cfields
A couple of patches for SGI from irix53 transaction 28, plus one of mine (don't punt if setsid fails, like on most other platforms - sigh).
16:38 Changeset [8599] by cfields
Artistic license on SGI telnet patches from someone at Netscape. (From irix53 meeting, trns 28.) This ifdef shouldn't keep getting longer, but I also don't know if we want to gratuitously diverge from wherever this silly program comes from.
01:28 Changeset [8598] by ghudson
From cat: fix an uninitialized variable bug which was causing memory corruption in some cases.
01:24 Changeset [8597] by ghudson
From jhawk: stop looking for %MENTION-MAIL% after the first failed match.

06/23/96:

20:09 Changeset [8596] by cfields
Need to build AL for telnet on SGI. oops.
18:29 Changeset [8595] by cfields
Sync with telnet locker.
18:21 Changeset [8594] by cfields
Sync with telnet locker.
18:06 Changeset [8593] by cfields
Sync with telnet locker.
18:01 Changeset [8592] by cfields
Sync with telnet locker, but don't include dialup authentication hack.
17:54 Changeset [8591] by cfields
Sync with telnet locker.
17:52 Changeset [8590] by cfields
Sync with telnet locker..
17:51 Changeset [8589] by cfields
Sync with telnet locker, plus a bug fix.

06/22/96:

16:16 Changeset [8588] by cfields
Remove support for direct. BSD opendir opens the current dir when an empty string is passed; SYSV returns an error. So pass "." for the dir when the string is empty.
16:06 Changeset [8587] by cfields
Don't conditionalize inclusion of "strings.h" on POSIX. In fact, don't include it at all. Include string.h.
15:41 Changeset [8586] by cfields
Remove direct support. Include some headers to kill some warnings. Always use memmove (remove bcopy ifdef).

06/21/96:

12:40 Changeset [8585] by ghudson
Fix comment.
12:32 Changeset [8584] by ghudson
Initial revision
12:06 Changeset [8583] by ghudson
Tabify. Export HOST, not host.

06/20/96:

11:25 Changeset [8582] by ghudson
Prototype get_volume_id() and make it static. Include <unistd.h> and <fcntl.h> for open().

06/19/96:

15:56 Changeset [8581] by ghudson
Make /usr/include a symlink to /os; we no longer have a /srvd/usr/include.
15:54 Changeset [8580] by ghudson
Initial revision
15:54 Changeset [8579] by ghudson
Just before early release for Solaris, I managed to overwrite the 8.0A update script with 8.0B. To recover the situation, the Solaris part of this file has been gutted and moved to 8.0C (minus the parts which were taken care of in 8.0B, like copying /var/sadm local and adding the crontab entry for gettime).

06/17/96:

18:01 Changeset [8578] by ghudson
Quote cronentry properly.
18:01 Changeset [8577] by ghudson
Make sure new gettime crontab entry propagates to crontab.
17:44 Changeset [8576] by ghudson
Remove /var/sadm as a directory, not as a symlink.
17:12 Changeset [8575] by ghudson
Remove /usr/bin/csh.1.
16:54 Changeset [8574] by ghudson
Backup time synchronization, in case AFS time sync fails.
16:39 Changeset [8573] by ghudson
Copy kernel modules from drv and strmod as well as fs.
16:34 Changeset [8572] by ghudson
Don't track /kernel from srvd; get it by hand during update or installation.
13:20 Changeset [8571]
This commit was manufactured by cvs2svn to create branch 'unlabeled-1.11.1'.
13:20 Changeset [8570] by ghudson
Use ${HOST} from /etc/athena/rc.conf instead of trying to get the system hostname (which is nonuniform between Solaris and BSD-based machines).
13:17 Changeset [8569] by ghudson
Need ANSI compiler for getcluster now.

06/16/96:

02:45 Changeset [8568] by ghudson
The kernel and /var/sadm have been updated; propagate them.
Note: See TracTimeline for information about the timeline view.