Timeline
07/12/96:
- 18:06 Changeset [8679] by
- 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
- 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
- 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
- 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
- Initial revision
- 17:45 Changeset [8674] by
- 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
- 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
- Use Athena telnetd.
- 14:58 Changeset [8671] by
- Athena inetd.conf updated in 8.0C to enable Athena telnetd.
- 14:55 Changeset [8670] by
- Fixes from bert: find MH properly, and reset the user's PATH if using $EDITOR.
- 02:30 Changeset [8669] by
- Detect Ultrix more precisely.
07/04/96:
- 22:44 Changeset [8668] by
- Don't reference /usr/ucb/more directly; use $PAGER or run "more" from the path.
- 22:33 Changeset [8667] by
- /usr/athena/emacs is no longer appropriate.
- 22:33 Changeset [8666] by
- Use $PAGER or "more" (from the path) as the pager instead of a hardcoded /usr/ucb/more.
- 22:13 Changeset [8665] by
- 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
- Don't track in /etc/netspy.
- 22:05 Changeset [8663] by
- Updated remotedir for Irix. Do SYSV style locking if necessary.
- 22:00 Changeset [8662] by
- 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
- I was confused about the console case. It's "co" not " co".
- 21:52 Changeset [8660] by
- Add init, utmp to lib files. Build testut, read{u,w}tmp
- 21:50 Changeset [8659] by
- Update for changed API.
- 21:48 Changeset [8658] by
- Initial revision
- 21:43 Changeset [8657] by
- 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
- New errors for utmp handling.
- 21:35 Changeset [8655] by
- Make shadow password stuff SYSV based. Use SYSV style password file locking under SYSV. Renovate locking system.
- 21:12 Changeset [8654] by
- 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
- Fix maximum groups. Update locking system.
- 21:08 Changeset [8652] by
- endif foo -> /* foo */
07/02/96:
- 17:42 Changeset [8651] by
- Reference update.conf through the build tree.
06/30/96:
- 22:36 Changeset [8650] by
- 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
- Don't back up rc.conf; it's already backed up in do_update.
- 14:22 Changeset [8648] by
- Use new NEWSADM variable to deal with updating /var/sadm, rather than doing it in the update script.
- 14:22 Changeset [8647] by
- Don't forget to update /var/sadm.
- 14:13 Changeset [8646] by
- Don't do selective editing; just rewrite the rc.conf file.
- 13:49 Changeset [8645] by
- Need more AFS libraries. Need BSD functions under Solaris.
- 00:44 Changeset [8644] by
- We want to use uname for 7.7Y.
06/27/96:
- 16:09 Changeset [8643] by
- For Solaris XdmcpNetaddr is defined in X11/Xdmcp.h
- 16:01 Changeset [8642] by
- In the XDM case , LD_LIBRARY_PATH and OPENWINHOME are not preset
- 15:58 Changeset [8641] by
- 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
- Changed bcopy and bzero into memcpy and memset
- 15:50 Changeset [8639] by
- Changed bzero and bcopy into memset and memcpy
- 15:47 Changeset [8638] by
- Changed bcmp and bzero into memcmp and memset; Added from X11R5 defining stdin as /dev/null
- 15:46 Changeset [8637] by
- Changed bcopy into memcpy
- 15:39 Changeset [8636] by
- Changed bcmp into memcmp
- 15:37 Changeset [8635] by
- Space police.
- 15:36 Changeset [8634] by
- Added code form X11R setting passwd and name to zero.
- 15:30 Changeset [8633] by
- Synchronize with other platforms.
- 15:30 Changeset [8632] by
- Changed bcopy into memcpy Substituted FormatARRAY8 with ARRAY8ToDottedDecimal (from X11R5)
- 15:25 Changeset [8631] by
- Changed bcopy into memcpy added some code to deal with upercase - from X11R5
- 15:23 Changeset [8630] by
- 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
- Changed bcopy, bzero into memcpy(memmove), memset
- 15:11 Changeset [8628] by
- Build xdm on Solaris now.
- 14:37 Changeset [8627] by
- Initial revision
- 13:34 Changeset [8626] by
- Build krb5 before stage 1 kerberos so CNS can get at krb5 libraries.
- 13:26 Changeset [8625] by
- 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
- Find Motif libraries in the correct place under Solaris.
- 11:33 Changeset [8623] by
- Mess around with library locations.
- 02:12 Changeset [8622] by
- Source /etc/TIMEZONE before running inetd so that remote logins get the right time zone.
06/26/96:
- 17:50 Changeset [8621] by
- imake sucks.
- 17:06 Changeset [8620] by
- Use CNS on the SGI, but not on Solaris.
- 16:59 Changeset [8619] by
- Make an attempt at cleaning.
- 16:47 Changeset [8618] by
- Accidentally dropped ISUBDIRS when syncing changes with the telnet locker.
- 16:47 Changeset [8617] by
- krb_err_txt is declared in krb.h; don't do it here.
- 16:44 Changeset [8616] by
- I don't remember this right now, but apparently I don't want to either.
- 16:16 Changeset [8615] by
- Relocated look's directory; added whois.
- 16:00 Changeset [8614] by
- Remove declaration of krb_err_txt; krb.h handles that.
- 14:32 Changeset [8613] by
- argv handling has been changed a bit, and the error message printing got left out.
- 03:58 Changeset [8612] by
- Don't prototype functions from the des library.
- 03:57 Changeset [8611] by
- Don't prototype functions from libkrb.
- 03:50 Changeset [8610] by
- global.c will take care of variable definitions for auth_level and did_encrypt_start.
- 03:50 Changeset [8609] by
- Only declare variables here for telnetd, not for libtelnet.
- 03:49 Changeset [8608] by
- Use <des.h> types for Block and Schedule, rather than trying to cons up our own.
- 03:47 Changeset [8607] by
- Include <libtelnet/encrypt.h> to get global variable declarations.
- 03:46 Changeset [8606] by
- Include <libtelnet/encrypt.h> to get global variable declarations. index -> strchr
- 03:44 Changeset [8605] by
- Make __findenv declaration consistent with definition.
- 03:38 Changeset [8604] by
- Add a forgotten extern.
- 03:21 Changeset [8603] by
- 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
- Newer version of sendmail already includes domain in $w.
06/24/96:
- 16:55 Changeset [8601] by
- pty handling for Irix. (irix53 transaction 28)
- 16:44 Changeset [8600] by
- 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
- 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
- From cat: fix an uninitialized variable bug which was causing memory corruption in some cases.
- 01:24 Changeset [8597] by
- From jhawk: stop looking for %MENTION-MAIL% after the first failed match.
06/23/96:
- 20:09 Changeset [8596] by
- Need to build AL for telnet on SGI. oops.
- 18:29 Changeset [8595] by
- Sync with telnet locker.
- 18:21 Changeset [8594] by
- Sync with telnet locker.
- 18:06 Changeset [8593] by
- Sync with telnet locker.
- 18:01 Changeset [8592] by
- Sync with telnet locker, but don't include dialup authentication hack.
- 17:54 Changeset [8591] by
- Sync with telnet locker.
- 17:52 Changeset [8590] by
- Sync with telnet locker..
- 17:51 Changeset [8589] by
- Sync with telnet locker, plus a bug fix.
06/22/96:
- 16:16 Changeset [8588] by
- 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
- 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
- Remove direct support. Include some headers to kill some warnings. Always use memmove (remove bcopy ifdef).
06/21/96:
- 12:40 Changeset [8585] by
- Fix comment.
- 12:32 Changeset [8584] by
- Initial revision
- 12:06 Changeset [8583] by
- Tabify. Export HOST, not host.
06/20/96:
- 11:25 Changeset [8582] by
- Prototype get_volume_id() and make it static. Include <unistd.h> and <fcntl.h> for open().
06/19/96:
- 15:56 Changeset [8581] by
- Make /usr/include a symlink to /os; we no longer have a /srvd/usr/include.
- 15:54 Changeset [8580] by
- Initial revision
- 15:54 Changeset [8579] by
- 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
- Quote cronentry properly.
- 18:01 Changeset [8577] by
- Make sure new gettime crontab entry propagates to crontab.
- 17:44 Changeset [8576] by
- Remove /var/sadm as a directory, not as a symlink.
- 17:12 Changeset [8575] by
- Remove /usr/bin/csh.1.
- 16:54 Changeset [8574] by
- Backup time synchronization, in case AFS time sync fails.
- 16:39 Changeset [8573] by
- Copy kernel modules from drv and strmod as well as fs.
- 16:34 Changeset [8572] by
- 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
- 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
- Need ANSI compiler for getcluster now.
06/16/96:
- 02:45 Changeset [8568] by
- The kernel and /var/sadm have been updated; propagate them.
Note: See TracTimeline
for information about the timeline view.