Timeline
07/20/02:
- 15:34 Changeset [17780] by
- Pull up fakestat support from OpenAFS mainline.
- 15:30 Changeset [17779] by
- Don't ZFreeNotice() when ZIfNotice returns an error; ZIfNotice will already have freed it.
- 15:29 Changeset [17778] by
- Pass in correct size for second arg to gethostbyaddr().
07/19/02:
- 19:49 Changeset [17777] by
- Don't bother building and installing 32 bit binary on Solaris. All our supported hardware boots the 64 bit kernel these days.
- 19:42 Changeset [17776] by
- Don't bother building a 32 bit binary on Solaris; all our supported hardware is booting the 64 bit kernel these days.
07/18/02:
- 14:31 Changeset [17775] by
- Pull up 1.2 to athena-9_1 branch.
- 14:31 Changeset [17774] by
- Also need to update sshd_config.
- 14:04 Changeset [17773] by
- Pull up 1.7 to athena-9_1 branch.
- 14:04 Changeset [17772] by
- Pull up 1.51 to athena-9_1 branch.
- 14:04 Changeset [17771] by
- Pull up 1.2 to athena-9_1 branch.
- 14:04 Changeset [17770] by
- Pull up 1.32 to athena-9_1 branch.
- 14:04 Changeset [17769] by
- Pull up 1.9 to athena-9_1 branch.
- 14:04 Changeset [17768] by
- Pull up 1.4 to athena-9_1 branch.
- 14:04 Changeset [17767] by
- Pull up 1.19 to athena-9_1 branch.
- 14:04 Changeset [17766] by
- Pull up 1.59 to athena-9_1 branch.
- 14:04 Changeset [17765] by
- Pull up 1.6 to athena-9_1 branch.
- 14:03 Changeset [17764] by
- Pull up 1.10 to athena-9_1 branch.
- 14:03 Changeset [17763] by
- Pull up 1.3 to athena-9_1 branch.
- 14:03 Changeset [17762] by
- Pull up 1.1 to athena-9_1 branch.
- 14:03 Changeset [17761] by
- Pull up 1.17 to athena-9_1 branch.
- 11:51 Changeset [17760] by
- Make non-primary inboxes work. (See comments for details.)
- 11:44 Changeset [17759]
- This commit was manufactured by cvs2svn to create branch 'athena-9_1'.
- 11:44 Changeset [17758] by
- A patch to add, a package and some symlinks to remove. All on Solaris.
- 11:44 Changeset [17757] by
- Don't install SUNWapchu any more; it's vulnerable.
- 11:42 Changeset [17756] by
- New file, list of symlinks to remove on Solaris.
07/17/02:
- 13:46 Changeset [17755] by
- Add DontZap server flags, downgrade video options for losing Matrox video cards that come in the new IBM cluster machines, switch to tweaking the XF86Config-4 file.
- 12:49 Changeset [17754] by
- From emacs 21.2: fix cursor-in-non-selected windows behavior when prompting user for y-or-n input in the minibuffer.
- 12:46 Changeset [17753] by
- It's TERM, not term.
07/16/02:
- 23:58 Changeset [17752] by
- Add a -c flag which copies RPMs local before updating them. To be used with disconnectable machines which could fall off the network in the middle of an update. While we're here, remove the awful hack for not removing duplicate RPMs, since the library now properly takes care of that.
- 02:24 Changeset [17751] by
- Pull up 1.59 to athena-9_1 branch.
- 02:24 Changeset [17750] by
- Make Solaris space check happen for 9.0 to 9.1 update.
07/13/02:
- 21:29 Changeset [17749] by
- Client shouldn't enforce overly strict permissions; "l" bits are sufficient for this operation.
07/05/02:
- 17:34 Changeset [17748] by
- Remove setjmp/longjmp code, which only works for the first time anyway, since we're not using sigsetjmp/siglongjmp. A SIGALRM handler that just returns is clearer and sufficient for interrupting connect().
- 17:32 Changeset [17747] by
- Lower OLCD_TIMEOUT from 10 to 5.
- 01:56 Changeset [17746] by
- Redo syslogging of root logins to only occur in one place, and to not happen until authentication has successfully occured.
07/02/02:
- 23:02 Changeset [17745] by
- Don't allow foreign zephyrd to request a triplet with a non-wildcard recipient.
- 17:49 Changeset [17744] by
- Disable ChallengeResponseAuthentication (which was functionally disabled anyway, since we don't compile in either of the BSD_AUTH or SKEY mechanisms) and PAM keyboard interactive authentication (we don't have PAM enabled, but it might reassure someone reading the config file).
- 17:47 Changeset [17743] by
- Patches from OpenSSH 3.4 to fix vulnerabilities in auth mechanisms we don't have enabled.
07/01/02:
- 17:30 Changeset [17742] by
- Revert back to using the native compiler on IRIX, to avoid stdio-related problems in unexec'ing a binary built with gcc 3.0.3, which broke no-window mode.
- 11:08 Changeset [17741] by
- Add --with-md5-passwords, since some of our Linux machines are configured to use them. Doesn't matter on Irix or Solaris, since they'll never have passwords salted with the magic md5 salt.
- 01:16 Changeset [17740] by
- Add a default Reply-To: header for mail responses from olcr (but not OLTA, or any other OLC-alike services).
06/29/02:
- 15:02 Changeset [17739] by
- TKT_FIL_ACC error message should mention the need to reset $KRB5CCNAME in addition to $KRBTKFILE.
- 03:00 Changeset [17738] by
- Revert the last two changes, and change the descriptive text to note the real problem, which is variable values equal to "!". ([ ! = ! ] works on Red Hat 7.3 but fails on Solaris 8 and IRIX 6.5.3.) Thanks to jmorzins for pointing this out.
06/28/02:
- 13:34 Changeset [17737] by
- Similarly, you don't need to use the unnatural literal = "$varname" format for comparing to a literal.
- 13:32 Changeset [17736] by
- Don't need x$variable when comparing one variable to another, actually. [ -foo = -foo ] works fine.
- 01:42 Changeset [17735] by
- Pull up 1.58 to athena-9_1 branch.
- 01:42 Changeset [17734] by
- From rbasch: update space checks for IRIX.
- 01:21 Changeset [17733] by
- Pull up 1.2 to athena-9_1 branch.
- 01:20 Changeset [17732] by
- Pullups from OpenAFS mainline. We never want to get ESTALE for the AFS root, and clear the alloc'ed flag so we don't free something we never allocated.
- 01:16 Changeset [17731] by
- Pull up 1.2 to athena-9_1 branch.
- 01:14 Changeset [17730] by
- Use a larger ID space; the five-digit space is too likely to have collisions.
- 01:12 Changeset [17729] by
- Point 9.1 branch at 9.1 source tree.
06/27/02:
- 21:54 Changeset [17728] by
- Relax uid checks so that root can destroy anyone's tickets.
06/26/02:
- 18:43 Changeset [17727] by
- Pull up 1.7-1.8 to athena-9_1 branch.
- 18:43 Changeset [17726] by
- Pull up 1.1 to athena-9_1 branch.
- 18:43 Changeset [17725] by
- Pull up 1.5 to athena-9_1 branch.
- 18:43 Changeset [17724] by
- Pull up 1.27 to athena-9_1 branch.
- 18:43 Changeset [17723] by
- Pull up 1.4 to athena-9_1 branch.
- 18:43 Changeset [17722] by
- Pull up 1.7 to athena-9_1 branch.
- 18:43 Changeset [17721] by
- Pull up 1.13 to athena-9_1 branch.
- 18:43 Changeset [17720] by
- Pull up 1.1-1.3 to athena-9_1 branch.
- 18:43 Changeset [17719] by
- Pull up 1.2 to athena-9_1 branch.
- 18:43 Changeset [17718] by
- Pull up 1.3 to athena-9_1 branch.
- 18:43 Changeset [17717] by
- Pull up 1.9 to athena-9_1 branch.
- 18:43 Changeset [17716] by
- Pull up 1.6 to athena-9_1 branch.
- 18:43 Changeset [17715] by
- Pull up 1.25 to athena-9_1 branch.
- 18:43 Changeset [17714] by
- Pull up 1.56-1.57 to athena-9_1 branch.
- 18:42 Changeset [17713] by
- Pull up 1.30 to athena-9_1 branch.
- 18:42 Changeset [17712] by
- Pull up 1.174 to athena-9_1 branch.
- 18:42 Changeset [17711] by
- Pull up 1.8 to athena-9_1 branch.
- 18:39 Changeset [17710]
- This commit was manufactured by cvs2svn to create branch 'athena-9_1'.
- 18:39 Changeset [17709] by
- root's crontab changed to add counterlog.
- 18:32 Changeset [17708] by
- Use a world-readable mode for the ssh binary.
- 18:29 Changeset [17707] by
- New script, counterlog, lives in /etc/athena. Run from cron once a day and at boot time, replacing the old Booting syslog. Logs the machine name, type, and version, and a randomly generated ID which can be used to track mobile machines using DHCP.
- 18:24 Changeset [17706] by
- Remove penrose and julia screensavers; they are reported to wedge the Solaris 8 X server on Ultra 10s with m64 graphics.
- 18:23 Changeset [17705] by
- Update space checks for the 9.1 release.
06/24/02:
- 23:46 Changeset [17704] by
- New AFS module to fix denial of service vulnerability.
- 18:26 Changeset [17703] by
- Spec file for gurlview.
- 18:25 Changeset [17702] by
- Add gurlview.
- 15:52 Changeset [17701] by
- setup-swap-boot now lives in /install/miniroot.
- 09:32 Changeset [17700] by
- A simple utility which calls gnome_url_show() to display a URL in an appropriate viewer.
- 07:50 Changeset [17699] by
- Increase spawn_wait_ms to 5000 (5 seconds).
- 07:49 Changeset [17698] by
- Handle an esd spawn wait timeout of one second or greater.
- 02:28 Changeset [17697] by
- Pull up 1.7 to athena-9_0 branch.
- 02:28 Changeset [17696] by
- Pull up 1.1 to athena-9_0 branch.
- 02:28 Changeset [17695] by
- Pull up 1.5 to athena-9_0 branch.
- 02:27 Changeset [17694]
- This commit was manufactured by cvs2svn to create branch 'athena-9_0'.
- 02:27 Changeset [17693] by
- Some security fixes for IRIX.
06/23/02:
- 18:28 Changeset [17692] by
- Redo previous revision to not break ticket forwarding from ssh.com clients.
06/21/02:
- 19:41 Changeset [17691] by
- /etc/inetd.conf has changed on IRIX.
- 19:40 Changeset [17690] by
- Disable xfsmd.
- 14:54 Changeset [17689] by
- #define CONFIG_SMP to 1, since the most recent Redhat kernel has headers that use #if CONFIG_SMP instead of #ifdef CONFIG_SMP.
Note: See TracTimeline
for information about the timeline view.