Timeline
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
06/02/98:
- 13:46 Changeset [11601] by
- Make /sbin/cvcd a symlink. This will break it, of course, but we don't need support for the network console, and we do need space on the root.
- 13:45 Changeset [11600] by
- Sync space checks with reality.
06/01/98:
- 21:11 Changeset [11599] by
- ftpd now lives in /usr/athena/etc, not /etc/athena.
- 18:18 Changeset [11598] by
- Make correct root device links.
- 00:41 Changeset [11597] by
- Revert unintended part of last change.
05/31/98:
- 22:38 Changeset [11596] by
- Supply the correct root disk to buildkernel, in case the target is a non-default drive number.
- 18:18 Changeset [11595] by
- Fix typo.
- 16:38 Changeset [11594] by
- Add discuss-auto-reply-to-alist, for meetings where you want replies to replies-by-mail to go the meeting, not you
- 16:34 Changeset [11593] by
- Rename -x to -e for preemptive compatibility with the krb5 mainline.
- 11:46 Changeset [11592] by
- From kretch: add -q option to suppress warnings about compatibility usage.
- 11:44 Changeset [11591] by
- From kretch: change openlog invocation to use "xlogin" instead of "login" add info-level syslog for all user logins
- 11:38 Changeset [11590] by
- From ajfox: add a "quit dash" dialog.
- 11:33 Changeset [11589] by
- Don't allow grplist entries with gids less than MIN_HES_GROUP. On the SGI, drop MAX_GROUPS to 12 to work around a fencepost in AFS.
- 11:32 Changeset [11588] by
- Don't allow Hesiod passwd entries with gids lower than MIN_HES_GROUP.
- 11:31 Changeset [11587] by
- Add MIN_HES_GROUP define so we can be more paranoid about groups we receive from Hesiod.
- 11:30 Changeset [11586] by
- Restart named before running finish-update.
- 11:29 Changeset [11585] by
- Fix two bugs in bool vector copying routine: index into byte correctly, and remember to increment source index.
05/30/98:
- 12:03 Changeset [11584] by
- ssh 1.2.23 by default installs files as "foo1" with a "foo" -> "foo1" symlink. This reverts back to the old (not "foo1") behavior
- 11:58 Changeset [11583] by
- avoid a potential buffer overrun
05/29/98:
- 13:45 Changeset [11582] by
- Don't unlink directories. Don't zero anything that isn't a regular file. Do an fsync after zeroing completes.
05/28/98:
- 19:21 Changeset [11581] by
- Run the Athena named instead of the SGI named.
05/27/98:
- 19:41 Changeset [11580] by
- const poison.
- 15:53 Changeset [11579] by
- Remember to process timers.
- 15:53 Changeset [11578] by
- Clear the suffixes except for .c and .o, so make doesn't try to rebuild things from .y files.
- 15:52 Changeset [11577] by
- s/LANGUAGES=C/LANGUAGES=c/. Make $SRVD/usr before installing, or directory creations will fail. Give compile flags to make install in case it rebuilds anything, which it does sometimes.
05/25/98:
- 21:48 Changeset [11576] by
- fix bug in masquerading stuff (sync to sgi version, which was correct)
05/24/98:
- 20:08 Changeset [11575] by
- Add adm to class E. Remove the 'n' local delivery option, so the "From " header line is written.
- 14:47 Changeset [11574] by
- Add MIT copyright, header comment, and RCS ID.
- 00:50 Changeset [11573] by
- Use all but the first component of the tty name, instead of the last component. This way you can recover the tty name by putting "/dev/" before what you see, instead of guessing.
- 00:48 Changeset [11572] by
- Add a -loc flag to specify alternative auxiliary location information instead of the display name or tty.
- 00:38 Changeset [11571] by
- Deal properly with real v4 headers.
05/22/98:
- 09:58 Changeset [11570] by
- IRIX 6.3 packages for 8.2: 7.2 compilers, development environment, new patch set.
05/20/98:
- 18:45 Changeset [11569] by
- We have to track empty directories for the Ultra line tto boot them.
- 10:55 Changeset [11568] by
- fix regexp in panic checker so we don't report panics more than once
05/19/98:
- 14:50 Changeset [11567] by
- Add support for adding arbitrary pathnames. Fix a printf that wasn't passed sufficient args.
- 14:47 Changeset [11566] by
- Document ability to add arbitrary paths.
- 13:18 Changeset [11565] by
- Use an autoconf build system to get krb4 dependencies right.
- 13:17 Changeset [11564] by
- From nathanw: set MANPATH before sourcing .path.
- 13:15 Changeset [11563] by
- From nathanw: fix 'word too long' problem with add.
- 13:14 Changeset [11562] by
- From nathanw: use Athena named, not native named.
- 13:13 Changeset [11561] by
- Zero dosynctodr so that xntpd doesn't compete with the hardware time of day clock for synchronization.
05/17/98:
- 19:48 Changeset [11560] by
- Add in missing :.
- 00:47 Changeset [11559] by
- Update build machines.
05/16/98:
- 23:51 Changeset [11558] by
- Install xlogin stripped (with a corresponding non-tracked .unstripped version) to save space on the Sun root filesystem. Sigh.
- 23:51 Changeset [11557] by
- Install console stripped (with a corresponding non-tracked .unstripped version) to save space on the Sun root filesystem. Sigh.
- 23:48 Changeset [11556] by
- ftpd moved to /usr/athena/etc.
- 23:47 Changeset [11555] by
- There's no particular reason to have ftpd in /etc/athena; move it to /usr/athena/etc to save space. (Reverts revisions 1.4/1.5.)
- 23:42 Changeset [11554] by
- Always wait X_STOP_SECONDS after killing the X server to ensure that the graphics device recovers.
- 23:40 Changeset [11553] by
- Set .SUFFIXES so we don't rebuild shipped files.
- 23:39 Changeset [11552] by
- Align des_key_schedule to make it friendly to crypto functions which cast it to aligned types.
- 23:36 Changeset [11551] by
- Don't install kpasswd for a bit; we need to use the CNS version to be friendly to a krb4 KDC.
- 23:36 Changeset [11550] by
- Build CNS kpasswd program.
- 23:33 Changeset [11549] by
- Whoops, syslogd belongs in lsbindir.
- 23:28 Changeset [11548] by
- Symlink /usr/sbin/static/{rcp,tar} Symlink most of the 75dpi fonts; xlogin only uses the New Century Schoolbook and Courier 75dpi fonts. Symlink six big misc fonts which shouldn't be used by anything critical. Total savings is about 4.5MB in the /usr partition.
- 23:25 Changeset [11547] by
- expr regexps are always anchored on the left. As such, POSIX does not uniquely define the behavior of a regexp starting with a caret. So nuke the carets I had at the beginnings of regexps.
- 23:23 Changeset [11546] by
- Simple Makefile for building the CNS kpasswd standalone.
- 23:23 Changeset [11545] by
- CNS kpasswd man page.
- 23:23 Changeset [11544] by
- CNS kpasswd. The password reading function needed to be modified to take a string argument (a second prompt) instead of a flag, since the krb5 des library seems to have gratuitously changed the meaning of the fourth argument.
- 23:22 Changeset [11543] by
- CNS krbports include file, for building the CNS kpasswd.
- 23:22 Changeset [11542] by
- Some CNS libkadm sources to build the CNS kpasswd against. In some files, KRB_INT32 needed to be redefined to KRB4_32 for krb5 build system.
- 23:17 Changeset [11541] by
- The expr invocation to check for a . in the hostname was faulty (expr regexps are anchored at the beginning). Use a case statement instead, since it's a bit clearer anyway.
05/14/98:
- 15:23 Changeset [11540] by
- Deal with potential krb5/krb4 password skew (by ignoring errors when getting krb5 tickets)
- 15:22 Changeset [11539] by
- Deal with potential krb5/krb4 password skew (by ignoring password errors when getting krb5 tickets)
- 15:22 Changeset [11538] by
- Deal with potential krb5/krb4 password skew (by getting krb4 tickets first and ignoring password errors when getting krb5 tickets)
- 15:17 Changeset [11537] by
- get forwardable, proxiable tickets
05/13/98:
- 16:18 Changeset [11536] by
- merge in changes from 1.2.23
- 15:12 Changeset [11535]
- This commit was manufactured by cvs2svn to create tag 'ssh_1_2_23'.
- 15:12 Changeset [11534] by
- This commit was generated by cvs2svn to compensate for changes in r11533, which included commits to RCS files with non-trunk default branches.
- 15:12 Changeset [11533] by
- Import of ssh 1.2.23
05/12/98:
- 21:23 Changeset [11532] by
- Make order of lines in /etc/athena/access irrelevant: always use the best match.
- 20:20 Changeset [11531] by
- Pick /var/mail or /var/spool/mail depending on which we find.
- 14:35 Changeset [11530] by
- Merge with BIND 8.1.2.
- 14:12 Changeset [11529]
- This commit was manufactured by cvs2svn to create tag 'bind-8_1_2'.
- 14:12 Changeset [11528] by
- This commit was generated by cvs2svn to compensate for changes in r11527, which included commits to RCS files with non-trunk default branches.
- 14:12 Changeset [11527] by
- Import of BIND 8.1.2
- 12:23 Changeset [11526] by
- As noted by jweiss, /etc/athena/named.boot should be /etc/named.boot.
05/11/98:
- 22:13 Changeset [11525] by
- manage all displays by default
- 15:35 Changeset [11524] by
- Add Generic NQS service at 607/tcp.
- 15:35 Changeset [11523] by
- Pick the right user line to update when a user argument is given. Add a security measure to make sure a non-root user can't update someone else's account line.
- 13:02 Changeset [11522] by
- fix add "Word too long" bug
- 11:01 Changeset [11521] by
- Don't track in /etc/rc2.d/S99sspdefs; it doesn't affect our hardware and interrupts the boot process with a question.
Note: See TracTimeline
for information about the timeline view.