Timeline
05/02/02:
- 14:37 Changeset [17536] by
- Merge with krb5 1.2.5.
- 14:34 Changeset [17535] by
- Revert to vendor branch state following merge with krb5 1.2.5.
- 12:58 Changeset [17534]
- This commit was manufactured by cvs2svn to create tag 'krb5-1_2_5'.
- 12:58 Changeset [17533] by
- This commit was generated by cvs2svn to compensate for changes in r17532, which included commits to RCS files with non-trunk default branches.
- 12:58 Changeset [17532] by
- Import of Kerberos 5 release 1.2.5
05/01/02:
- 15:41 Changeset [17531] by
- Quiet grep output from a startup test.
04/30/02:
- 21:16 Changeset [17530] by
- Pull up 1.11 to athena-9_0 branch.
- 17:47 Changeset [17529] by
- Name the shared library file correctly.
04/28/02:
- 10:27 Changeset [17528] by
- voldump is no longer necessary.
04/27/02:
- 14:33 Changeset [17527] by
- We now have athena-openmotif, not athena-motif.
- 14:32 Changeset [17526] by
- Shell.3 conflicts with perl.
- 14:31 Changeset [17525] by
- Look in /usr/athena/lib/X11 for system.mwmrc.
- 10:43 Changeset [17524] by
- Copy from athena-motif.
- 00:25 Changeset [17523] by
- Things which require motif now require openmotif instead.
- 00:18 Changeset [17522] by
- Replace motif with openmotif, on a trial basis.
- 00:18 Changeset [17521] by
- New spec file.
04/26/02:
- 21:58 Changeset [17520]
- This commit was manufactured by cvs2svn to create tag 'openmotif-2_2_1'.
- 21:58 Changeset [17519] by
- This commit was generated by cvs2svn to compensate for changes in r17518, which included commits to RCS files with non-trunk default branches.
- 21:58 Changeset [17518] by
- Import openmotif 2.2.1.
04/25/02:
- 16:38 Changeset [17517] by
- Fix parsing of argument array.
04/23/02:
- 17:03 Changeset [17516] by
- Put only MIT mail inbox in summary. Can't do a count, unfortunately.
- 16:21 Changeset [17515] by
- Switch to new default mail client, using a dialog to ask which the user prefers.
- 16:20 Changeset [17514] by
- Make h_Lookup_r hold hosts it returns so they can't be deleted out from under us.
- 16:18 Changeset [17513] by
- New spec file.
- 16:18 Changeset [17512] by
- Add a front-end script to avoid screwing users of sipb pine.
- 16:17 Changeset [17511] by
- Put MH and Pine mail folders into the folder collections. Suppress welcome message. Formatting adjustment.
- 16:16 Changeset [17510] by
- Point inbox shortcut at MIT mail inbox.
- 16:15 Changeset [17509] by
- New program to put up a dialog about the new mail client.
04/19/02:
- 11:23 Changeset [17508] by
- Increase spawn_wait_ms (esd startup timeout) from 100 to 999 msecs. This is the maximum value currently supported by the code.
- 09:39 Changeset [17507] by
- create /usr/vice before track 9afsd changed its location from /etc to /usr/vice/etc
04/18/02:
- 16:46 Changeset [17506] by
- Revert to using gcc on IRIX -- we no longer need to work around the emacs problem on IRIX, and changing compilers did not work anyway.
- 16:44 Changeset [17505] by
- Revert the switch to the native compiler on IRIX -- we no longer need to work around the emacs build problem, and changing compilers did not work anyway.
- 16:42 Changeset [17504] by
- Remove configure.athena -- we no longer need to work around the emacs problem on IRIX, and switching to the native compiler did not work anyway.
- 16:37 Changeset [17503] by
- Revert the change to set LD_BIND_NOW for the IRIX build; this workaround is no longer needed, now that the real problem has been fixed (see src/buffer.c, revision 1.2).
- 14:28 Changeset [17502] by
- Declare ospeed so that it is sized correctly -- speed_t (4 bytes) on Linux, and short (2 bytes) elsewhere.
- 14:15 Changeset [17501] by
- Don't track /usr/gcc local.
- 14:13 Changeset [17500] by
- In mmap_enlarge(), don't use the mmap() MAP_FIXED flag. This can replace any existing mapping for the address range (including program text, data, etc.). On IRIX, without MAP_FIXED, the given address is used as a hint; Linux and Solaris currently do not use mmap() for buffers.
- 09:41 Changeset [17499] by
- New spec file.
- 09:38 Changeset [17498] by
- Oops, fix requires line for gnome-media.
- 09:36 Changeset [17497] by
- Add gnome-media package.
- 09:35 Changeset [17496] by
- This commit was generated by cvs2svn to compensate for changes in r17495, which included commits to RCS files with non-trunk default branches.
- 09:35 Changeset [17495] by
- Import gnome-media 1.2.3.
- 08:26 Changeset [17494] by
- We can't run oafd's subprocesses under dustbuster, since they have no tty (because oafd wants to be a session leader), and for non-X sessions we need the tty to dustbust. Instead, we have modified dustbuster to use kill a process group instead of just the child process, which should take care of oafd's children as well as oafd itself. Since oafd wants to be a session leader and not a process leader, give dustbuster the new "-S" option to use setsid() insead of setpgid().
- 08:22 Changeset [17493] by
- Start child as process leader, and kill process group to terminate. Right now, this is only relevant to oafd, which spawns subprocesses; the other programs we dustbust don't fork. Add option to start child as session leader instead, since oafd wants to run that way. (Starting it as a process leader would cause its setsid() call to fail.)
04/17/02:
- 10:06 Changeset [17492] by
- Pull up from emacs mainline: compute width properly for fixed-width string fields and multibyte string arguments, or buffer overflow (and consequent abort) may result.
- 10:04 Changeset [17491] by
- Make sshd not dependent on /usr/athena/lib.
04/16/02:
- 14:19 Changeset [17490] by
- Only get k4 creds when we have successfully gotten k5 creds, or when the user has specified k4 only. Treat initialization errors as fatal, instead of overloading the got_k[45] variables.
- 02:02 Changeset [17489] by
- Link Athena libraries static to avoid system packs dependency.
04/13/02:
- 18:06 Changeset [17488] by
- Put nautilus back in for IRIX, since it is fixed now.
- 18:01 Changeset [17487] by
- Add a placebo sendmail on Linux to make emacs and nmh happy.
- 18:01 Changeset [17486] by
- Sync with Red Hat. Remove backspace hack, keeping only the eight-bit-input hack. (Removing the backspace hack doesn't seem to solve the xterm/tty mismatch; backspace still produces DEL due to *backarrowKey: false. I'm wondering if the tty erase setting being ^H is our fault somehow; need to investigate with stock Red Hat installation.)
- 17:58 Changeset [17485] by
- Don't strip binaries. We like symbols. Mmm, symbols. Don't adjust the prng commands file; we can't get a good idea about whether a command works or what its entropy is from within the chroot environment.
- 17:23 Changeset [17484] by
- OS update replaces sendmail.cf and root crontab; replace them back.
04/12/02:
- 18:17 Changeset [17483] by
- Changes for : we do not install Sparc/4 anymore we get the info abot the gateway, netmasks and netaddr using /etc/athena/netparams need to copy afs kernel module for 32 and 64 bits
- 18:15 Changeset [17482] by
- New version for Athena 9.1
- 13:53 Changeset [17481] by
- Disable IPv6 support. Solaris maps "localhost" to both the IPv6 loopback (::1) as well as 127.0.0.1, but we don't enable any IPv6 interfaces, so using "localhost" as your nameserver times out.
- 13:52 Changeset [17480] by
- Our ticket filed are named based on the pid of the sshd process; we don't want them to use mktemp() style filenames.
- 13:51 Changeset [17479] by
- Add 's' and 'S' to getopt string to support SSHD=switched behavior.
- 13:50 Changeset [17478] by
- Need to run choose_afsdoptions() to start afsd with correct arguments.
04/11/02:
- 19:54 Changeset [17477] by
- Regenerate to pick up local mods.
- 15:16 Changeset [17476] by
- Added checks before including non-existent fstab.h under irix, and acquisition of definition of MOUNT_TABLE_PATH from where irix really puts it.
- 15:14 Changeset [17475] by
- Add build support under irix by adding checks for fstab.h, which are used in libnautilus-private/nautilus-volume-monitor.c.
- 15:14 Changeset [17474] by
- Generated from new configure.in; build support under irix.
04/10/02:
- 13:10 Changeset [17473] by
- Renamed athena-sshd.rc to athena-opensshd.rc.
- 13:10 Changeset [17472] by
- sshd -> opensshd.
- 13:09 Changeset [17471] by
- exit 0 from %post stanza like we do in build-package.
04/09/02:
- 23:44 Changeset [17470] by
- Fix some format string mismatches found by gcc.
- 15:26 Changeset [17469] by
- /etc/init.d/afs -> /etc/init.d/openafs
- 15:26 Changeset [17468] by
- /etc/init.d/afs -> /etc/init.d/openafs /etc/sysconfig/afs -> /etc/sysconfig/openafs
- 13:25 Changeset [17467] by
- Remove class HS stuff; it doesn't work with modern BIND and we don't really care about it any more.
- 12:33 Changeset [17466] by
- Fix syntax error.
- 01:54 Changeset [17465] by
- Fix link order.
- 01:53 Changeset [17464] by
- isspace wants an unsigned char argument.
- 01:53 Changeset [17463] by
- Fix install option order.
04/08/02:
- 23:41 Changeset [17462] by
- Disable nautilus on IRIX for now, until it builds there.
- 11:08 Changeset [17461] by
- Fix krb5 library link order.
04/07/02:
- 11:42 Changeset [17460] by
- Supercedes Garry's change (I submitted this in October 2000, but failed to check it in). On platforms with /os, we want to h2ph /os/usr/include, not /usr/include. Garry's approach would work fine, except on IRIX our symlink farm has some dangling links, which causes errors.
04/06/02:
- 18:47 Changeset [17459] by
- Put back the die() when running transactions fails.
- 18:30 Changeset [17458] by
- Don't let stock %post scriptlet fail.
- 18:16 Changeset [17457] by
- Materials for Solaris 8 update.
- 18:16 Changeset [17456] by
- Use UPDATE_ROOT where appropriate.
- 18:02 Changeset [17455] by
- Pull up use of "rpmbuild" to Athena 9.0 branch, so we can build 9.0 packages against Red Hat 7.2 rpm stuff for staging rpmupdate. Won't hurt other uses.
- 16:59 Changeset [17454] by
- Don't install kpasswd; we like the krb5 one.
- 16:06 Changeset [17453] by
- Fix requirements.
- 10:18 Changeset [17452] by
- Include unistd.h for lseek prototype and SEEK_* macros
04/05/02:
- 13:10 Changeset [17451] by
- Configure with sysconfdir=/etc so that we don't have to move named.conf et al.
- 13:10 Changeset [17450] by
- Don't track over the /usr/vice symlink.
- 13:09 Changeset [17449] by
- Don't track over the /usr/vice symlink. Track krb5 libraries local so that /bin/login works without AFS.
- 13:09 Changeset [17448] by
- Make access checks consistent, so that ruid 0 isn't denied access to ticket files not owned by root.
- 13:08 Changeset [17447] by
- Use correct keyword for launchers.
- 09:51 Changeset [17446] by
- Tighten up glob of ssh related files to remove so we don't remove /etc/ssh_config or /etc/ssh_prng_commands.
- 09:49 Changeset [17445] by
- Remove a startup message no one has ever cared about.
04/04/02:
- 19:45 Changeset [17444] by
- Add libole2.
- 19:45 Changeset [17443] by
- New spec file.
- 19:40 Changeset [17442] by
- This commit was generated by cvs2svn to compensate for changes in r17441, which included commits to RCS files with non-trunk default branches.
- 19:40 Changeset [17441] by
- Import libole2 0.2.4.
- 14:16 Changeset [17440] by
- Clear the RX_CONN_ATTACHWAIT flag once rxi_CheckReachEvent is no longer running.
- 09:01 Changeset [17439] by
- We can't use fd_sets to identify which servers are readable or writable for TCP or UDP if we're going to open and close file descriptors during the processing of I/O events. Instead, set flags on the server state structures.
04/03/02:
- 16:40 Changeset [17438] by
- Remove some compatibility code whose time is past.
- 15:57 Changeset [17437] by
- First guess at 9.1.0 version script. There will be more here for Solaris updates, at the very least.
- 15:42 Changeset [17436] by
- Bump version to 9.1 in preparation for alpha.
- 09:22 Changeset [17435] by
- Update lilo if rpmRunTransactions() fails and the kernel was updated. Allow for systems which don't use lilo, by tolerating the absence of lilo.conf and by not running lilo if grub.conf exists. Fix a few error messages which had \n in them, and a few lines which went beyond 79 characters.
04/02/02:
- 10:12 Changeset [17434] by
- On IRIX, set the environment variable LD_BIND_NOW to 1 when doing "make all". This is a workaround for the crash occurring during the build of the leim subdirectory, superseding the previous switch to the native compiler.
- 05:53 Changeset [17433] by
- Avoid deadlock in two cases.
Note: See TracTimeline
for information about the timeline view.