Timeline
07/03/98:
- 22:10 Changeset [11692] by
- Update bootstrapping info... synctree uses autoconf now, and third/cns has been replaced with third/krb5. I didn't touch the aklog instructions, since the truth is more complicated than it implies (It needs to find the krb libraries) and I wasn't sure the best way to do it.
07/02/98:
- 22:45 Changeset [11691] by
- implement and document ftpd -E
- 14:38 Changeset [11690] by
- Don't run autoconf.
- 14:36 Changeset [11689] by
- Use mv -f to avoid prompting the user.
- 14:32 Changeset [11688] by
- Remember to free removed queue entries.
- 14:32 Changeset [11687] by
- In choose_server(), free the memory allocated by hes_resolve(). Lots of cleanup necessary for this change.
- 11:37 Changeset [11686] by
- Don't attempt auth+encryption on non-default ports by default
- 11:24 Changeset [11685] by
- AC_CANONICAL_HOST doesn't define target_os. Use AC_CANONICAL_SYSTEM instead.
07/01/98:
- 14:01 Changeset [11684] by
- Add some extra waiting in the "-e" code (for NCSA telnet)
06/30/98:
- 17:10 Changeset [11683] by
- put xauthority data in /tmp, not afs
06/29/98:
- 22:57 Changeset [11682] by
- This file doesn't appear to be in use, and does a good job of impersonating conf_grp.c
- 22:56 Changeset [11681] by
- SMSUPDATE became MRUPDATE years ago
- 16:35 Changeset [11680] by
- Add on Athena 8.2 release branch.
- 16:34 Changeset [11679]
- This commit was manufactured by cvs2svn to create branch 'athena-8_2'.
- 16:34 Changeset [11678] by
- Version script for 8.2.6; sendmail.cf changed.
- 12:35 Changeset [11677] by
- Update netaddr nvram variable when IP address changes.
06/28/98:
- 16:20 Changeset [11676] by
- Point at 8.2 sources.
06/25/98:
- 16:10 Changeset [11675]
- This commit was manufactured by cvs2svn to create tag 'latex-2_0_9'.
- 16:10 Changeset [11674]
- This commit was manufactured by cvs2svn to create tag 'afs-3_4a_ports'.
- 16:10 Changeset [11673]
- This commit was manufactured by cvs2svn to create tag 'afs-3_4a_patches_7'.
- 16:10 Changeset [11672]
- This commit was manufactured by cvs2svn to create branch 'athena-8_2'.
- 16:10 Changeset [11671] by
- Fix potential array overruns in date tables. Add finals dates for 98-99.
- 14:39 Changeset [11670] by
- add "Om" to make our sendmail.cf more spiritually enlightened
- 10:04 Changeset [11669] by
- Clear console port utmp entry at end of console session.
06/23/98:
- 21:54 Changeset [11668] by
- From nathanw: we don't need to set INSTALL any more; the IRIX problem was fixed in BIND 8.1.2.
- 16:54 Changeset [11667] by
- run special login options as "nobody", not "daemon"
- 15:32 Changeset [11666] by
- Run get_message as part of the login process.
- 15:31 Changeset [11665] by
- Use the system malloc, as new versions of emacs do.
- 15:31 Changeset [11664] by
- Use Solaris 2.5 header for new versions of Solaris.
- 15:29 Changeset [11663] by
- As proposed by cfox, log unauthorized login attempts.
- 01:45 Changeset [11662] by
- make manpage conform to reality
06/22/98:
- 16:09 Changeset [11661] by
- Leave TERM unset on sgi when terminal type is not known; use empty string instead of null pointer to denote same.
- 16:04 Changeset [11660] by
- Make sure term variable is set before referencing it. (On IRIX, login now leaves TERM unset when the type is unknown).
06/20/98:
- 15:43 Changeset [11659] by
- Kill named properly.
- 15:11 Changeset [11658] by
- 8.2.4 version script; pull in Sun OS volume changes.
06/17/98:
- 23:49 Changeset [11657] by
- Take care of mail spool directory in from.c.
- 18:37 Changeset [11656] by
- We also messed with the root crontab file in this patch release.
- 18:21 Changeset [11655] by
- Pick up .login configuration change (changed in 8.2.2), and delete some files which might be hanging around.
- 14:18 Changeset [11654] by
- Return immediately when we find an MX record, or we might overwrite bp with something other than an MX record.
- 14:14 Changeset [11653] by
- Send clean_tmp_areas stdout to /dev/null so we don't send mail about it.
- 14:01 Changeset [11652] by
- Display the correct error message when we can't open a user's mail file.
- 14:00 Changeset [11651] by
- Use saferm to remove directories to avoid security race. Use -q option to saferm to suppress error messages about non-empty directories.
- 13:53 Changeset [11650] by
- Add -d option to remove directories.
- 13:43 Changeset [11649] by
- kcmd() can't take a NULL value of locuser(); pass it an empty string instead.
- 13:41 Changeset [11648] by
- Don't set MANPATH for each invocation of .cshrc. Make athena_manpath work in .environment, sort of.
- 13:29 Changeset [11647] by
- Add code from a CORE SDI advisory to prevent connection hijacking.
- 13:27 Changeset [11646] by
- Kludges to prevent buffer overflows from long job names.
- 13:26 Changeset [11645] by
- Revert a small piece of 1.12: convert krb5 tickets to krb4 tickets for local accounts. It's expected behavior when you remotely log into a local account with forwarded tickets.
06/15/98:
- 21:50 Changeset [11644] by
- Suppress gettime standard output.
06/11/98:
- 15:10 Changeset [11643] by
- Move acl directory to sysconfdir/zephyr.
- 14:41 Changeset [11642] by
- Update script for 8.2.2. Nuke some files which have piled up.
- 14:09 Changeset [11641] by
- Race condition fix: X could send us a SIGUSR1 before we are ready to handle it. The SIGCHLD handler needs to handle the case of multiple children having exited. Add a sleep(X_STOP_WAIT) when X fails to start properly, to give any existing X server a chance to shut down.
- 14:04 Changeset [11640] by
- Add a pile of debugging syslogs.
- 14:03 Changeset [11639] by
- Rip out existing logging in preparation for new logging code.
- 14:01 Changeset [11638] by
- Oops, fix sysconfdir back to sysconfdir/zephyr.
- 13:58 Changeset [11637] by
- Add libal support to klogind and kshd.
- 13:58 Changeset [11636] by
- Fix warning on authentication negotiation failure.
06/10/98:
- 18:34 Changeset [11635] by
- Instead of trying to get rid of our controlling tty, catch SIGHUP and ignore it. We're leaving behind a race condition here where a SIGHUP could come in before we install a handler; I'm going to let the krb5 mainline worry about that.
- 18:31 Changeset [11634] by
- From jhawk: load misc/obpsym at boot time so we can more easily debug kernel panics.
- 18:29 Changeset [11633] by
- Move some variable definitions out of #ifdef HAVE_KRB4 to fix the non-krb4 compile case.
- 18:29 Changeset [11632] by
- Make sure we know where com_err and ss are.
- 18:28 Changeset [11631] by
- Hardcode PIDDIR as /var/athena for now. We'll change it to some autoconf-specified directory later.
- 18:27 Changeset [11630] by
- If a session record exists but the user is not in the passwd file, add the user, or the login session will probably fail badly.
06/09/98:
- 13:08 Changeset [11629] by
- add now always adds to MANPATH, and has no -M option. Adjust accordingly. Set up athena_manpath before sourcing .path in case someone is using $athena_manpath in .path.
- 13:07 Changeset [11628] by
- Nuke -M. Always add to MANPATH, since there is no value in delaying its assignment.
06/08/98:
- 17:38 Changeset [11627] by
- From kretch: log incoming connections at the debug level.
- 10:19 Changeset [11626] by
- Add arch-specific Makefiles.
- 10:18 Changeset [11625] by
- Install the IRIX 6.2 compress to fix a bug in zcat which SGI won't fix.
- 10:18 Changeset [11624] by
- Use a variable for /usr/bin.
- 10:18 Changeset [11623] by
- Install hacked Athena snmpd here.
- 10:17 Changeset [11622] by
- Install snmpd in setup so we don't reinstall it for each patch release.
- 10:15 Changeset [11621] by
- Turn on packet mode before starting the slave process. This works around an IRIX bug which causes input generated before packet mode was turned on to be presented normally, thus losing the first character.
- 10:13 Changeset [11620] by
- Remove -h from tset invocation to make consistent with OS dotfiles and to stop TERM from getting reset to unknown whenever root logs in.
- 10:12 Changeset [11619] by
- Use local /bin/athena and /etc/athena directories; we can't necessarily run binaries out of /srvd.
- 10:11 Changeset [11618] by
- Add xlock scripts so users don't improperly lock public machines.
- 10:10 Changeset [11617] by
- Install xlock.real symlink for xlock script.
- 10:10 Changeset [11616] by
- Build and install new glue scripts f90, pc, and CC. Install xlock.real symlink for xlock script.
- 10:09 Changeset [11615] by
- Use cc in the sunsoft locker instead of suncc. Add f90, pc, and CC glue scripts.
06/07/98:
- 16:47 Changeset [11614] by
- Don't stty if standard input is not a tty.
06/06/98:
- 11:49 Changeset [11613] by
- Pull up change from rev 1.2 to Athena 8.1 release branch.
- 11:48 Changeset [11612] by
- Oops, also need NEWUNIX.
- 11:31 Changeset [11611] by
- Add on Athena 8.1 release branch.
- 11:29 Changeset [11610]
- This commit was manufactured by cvs2svn to create branch 'athena-8_1'.
- 11:29 Changeset [11609] by
- Version script for 8.1.18.
06/04/98:
- 14:32 Changeset [11608] by
- Make BackSpace keysyms produce a DEL instead of a ^H, since DEL is the erase key in the Solaris default tty settings.
- 14:27 Changeset [11607] by
- Disable kernel PLL support on Solaris 2.6, 'cause it's broken.
- 14:26 Changeset [11606] by
- Don't allow a race condition where we can get a SIGCHLD from a child process before we have a chance to assign the return value of fork() to the appropriate pid variable.
- 14:26 Changeset [11605] by
- Make sure to initialize *text in the cases where we don't set it.
- 14:24 Changeset [11604] by
- If we display an error about destroying the krb5 ccache, display a positive acknowldgement if we successfully destroy the krb4 ticket file.
- 14:23 Changeset [11603] by
- Check for KRB5_FCC_NOFILE instead of ENOENT to see if cache is not present. List krb4 tickets if krb5 cache is not present.
- 10:36 Changeset [11602] by
- add --disable-asm for SGI since the gmp-2.0.2 assembly code doesn't compile correctly under Irix 6.2 and 6.3
Note: See TracTimeline
for information about the timeline view.