Timeline
03/06/99:
- 11:49 Changeset [12637] by
- Take bert's update to the olc tree. Autoconfiscation and many other changes. See the olcdev locker for more detail.
- 11:12 Changeset [12636] by
- Pull libares ahead of zephyr (also before krb5, to better separate things that depend on krb5 from things that don't), since zwgc needs libares.
- 01:32 Changeset [12635] by
- Pull zephyr up ahead of liblocker, which depends on it. Maybe it's time to go to explicit dependencies.
03/04/99:
- 11:55 Changeset [12634] by
- don't look for krb5 libs or headers
- 11:45 Changeset [12633] by
- split krb5 to break a dependency loop. first, build krb5 libs. then build liblocker, which needs the krb5 headers. then libal, which needs the liblocker headers. then (later), the krb5 apps, which need the libal headers
- 11:41 Changeset [12632] by
- Makefile for building krb5 apps separately after the rest of the krb5 tree
- 11:41 Changeset [12631] by
- configure appl, but don't make there
- 11:40 Changeset [12630] by
- remove some cruft
03/03/99:
- 20:03 Changeset [12629] by
- fix hesiod calls
- 20:03 Changeset [12628] by
- link with -lhesiod if we're going to be using it (for hesiod_getpwnam)
- 16:51 Changeset [12627] by
- Manpages go in /usr/athena/man/manN.
- 10:41 Changeset [12626] by
- We decided against xlockmore, so remove it.
- 02:09 Changeset [12625] by
- From zacheiss: support -i option in getopt string.
- 01:29 Changeset [12624] by
- From mwhitson: make lockd follow NFSSRV.
03/02/99:
- 19:58 Changeset [12623] by
- add third/lprng/athena
- 19:48 Changeset [12622] by
- liblockerize
- 14:59 Changeset [12621] by
- Clean up and modernize
- 14:07 Changeset [12620] by
- Check access before Hesiod, to avoid unnecessary network traffic (especially on machines that are sometimes non-networked)
- 14:06 Changeset [12619] by
- remove -U option
- 14:06 Changeset [12618] by
- liblockerized attach.conf
- 11:15 Changeset [12617] by
- MAKE=make is bad for gmake.
- 10:55 Changeset [12616] by
- Changes for update to IRIX 6.5: - Add space check for root partition -- need 100MB free on Indy, 40MB on O2. - Clean up all package selection files (now have distribution set name for suffix).
- 10:51 Changeset [12615] by
- Changes for IRIX 6.5 update: - Run inst in multiple passes, for both local and link packages, split by distribution sets. - Add hack to delay building of filetype database until the end of all symlink mode passes, to save wasted time in inst. - Add invocations of tweakdev and docinst. - Add /srvd/install to PATH. - New inst command line options. - Nuke 5.3-only code to track /install.
- 10:45 Changeset [12614] by
- Install scripts for update to IRIX 6.5: - Move common options to ais-options. - Add tweakdev, to fix /dev/root and related symlinks. - Add docinst, to create a link farm for on-line books libraries, etc. - Change buildkernel to chroot to the target root, to allow smaller miniroot. - On O2, only set the video rate if it has not already been set explicitly.
- 10:37 Changeset [12613] by
- Changes for IRIX 6.5: - Create a swap file in the miniroot. - Use the existing AFS cache partition. - O2 now included in determining architecture-specific files to copy in. - Only file dependent on CPU/graphics combination is kernel, so just copy in the correct unix file, rather than a tar set. - CPU architecture-specific tar file now optional. - Make miniroot file system XFS, not EFS. - Remove code to make device symlinks (/dev/root, etc.); these are now just links to /hw, and are done at miniroot generation. - Add /srvd/install to PATH.
- 00:01 Changeset [12612] by
- We decided against xlockmore, so remove it.
03/01/99:
- 23:11 Changeset [12611] by
- Shoo.
- 23:09 Changeset [12610] by
- sysinfo builds fine on linux. third/appletalk is way obsolete.
- 14:32 Changeset [12609] by
- y2k fix for %y in prompt
- 13:30 Changeset [12608] by
- MAKE=make is bad for gmake.
- 13:30 Changeset [12607] by
- div -> divis to avoid conflict with <stdlib.h>
- 13:22 Changeset [12606] by
- Everyone has lchown these days. (Ends our dependence on -DSOLARIS.)
02/28/99:
- 13:30 Changeset [12605] by
- do.sh sets CC; config.site doesn't worry about it. The -DSOLARIS is gone in the sun compiler for non-autoconf; the space creates too many problems.
- 13:21 Changeset [12604] by
- add liblocker
02/27/99:
- 13:07 Changeset [12603] by
- add "textps.8" to clean, since all rebuilds it
- 12:14 Changeset [12602] by
- Use correct bitwise operators for masks in several parsing macros. (Yikes!)
- 12:14 Changeset [12601] by
- Start sshd with switching flags.
- 12:10 Changeset [12600] by
- sshd knows how to switch on SIGUSR1/SIGUSR2 now (if started with -s or -S). So we don't have to kill or restart sshd from a setuid program now (which was dangerous); we just have to send it a pid like we send inetd a pid. Much simpler. A side note: this program should be okay against the no-standard-fds setuid attack since it only opens files for reading and never reads from stdin.
- 12:08 Changeset [12599] by
- Teach sshd how to switch on SIGUSR1/SIGUSR2. Note: the current implementation only works with LIBWRAP defined, since that's how we build it.
- 12:06 Changeset [12598] by
- Remember to define APPDEFDIR.
- 11:55 Changeset [12597] by
- Error out if we don't recognize the system type.
02/26/99:
- 19:01 Changeset [12596] by
- liblocker way of clearing attachtab
- 18:56 Changeset [12595] by
- make liblocker attachtab directories
- 18:33 Changeset [12594] by
- use athdir, not $bindir
- 18:28 Changeset [12593] by
- hack imported from dialup tree: use Hesiod getpwfoo functions if the local ones fail
- 18:27 Changeset [12592] by
- local configuration (tcp_wrappers, debugging, man pages)
- 18:27 Changeset [12591] by
- how to use sendmail's zany build system
- 18:13 Changeset [12590]
- This commit was manufactured by cvs2svn to create tag 'liblocker-based'.
- 18:13 Changeset [12589] by
- Update to use liblocker
- 18:07 Changeset [12588] by
- redo the warnings/errors compiletime options
- 16:07 Changeset [12587] by
- Turn on swapping in the miniroot. Use "mkdir -p" when creating the UPDATE_ROOT mount point.
- 16:03 Changeset [12586] by
- Add support for shadow passwd file.
- 16:00 Changeset [12585] by
- Track /var/sysgen/boot/afs.a. Add /etc/compiler.defaults as an exception. Alphabetize.
- 15:58 Changeset [12584] by
- Add /etc/compiler.defaults.
- 14:05 Changeset [12583] by
- manpages for liblocker
- 14:04 Changeset [12582] by
- liblocker, a library for attaching, detaching, and otherwise dealing with lockers
- 12:10 Changeset [12581] by
- Update tex stuff for AMS LaTeX 1.2. Change convention a bit since you can get whole trees from CTAN sites (or at least the one at duke). I'm not sure if macros/amstex/ams* should still be there.
- 12:04 Changeset [12580] by
- Update for AMS LaTeX 1.2.
- 11:33 Changeset [12579] by
- Removed in AMS LaTeX 1.2
- 11:32 Changeset [12578] by
- This commit was generated by cvs2svn to compensate for changes in r12577, which included commits to RCS files with non-trunk default branches.
- 11:32 Changeset [12577] by
- Import of AMS LaTeX 1.2 from macros/latex/packages/amslatex in CTAN archive
- 11:17 Changeset [12576] by
- slitex is part of LaTeX 2e. Remove it from the format file, and remove the rules for building it and amslatex. People will have to convert slitex or amslatex files to use the built-in latex2e functionality, or add newtex.
02/25/99:
- 23:43 Changeset [12575] by
- follow krb5 mainline's example and delete the prototype for krb_create_ticket rather than trying to deal with the ANSI prototype vs K&R function declaration problem it poses.
- 23:30 Changeset [12574] by
- don't bash MAKE
- 16:42 Changeset [12573] by
- support script to look up Hesiod printcap and cluster entries
02/24/99:
- 16:37 Changeset [12572] by
- Oops.
- 16:24 Changeset [12571] by
- Only prune new font path entries.
- 16:13 Changeset [12570] by
- krb4 support for lpr and lprm
- 16:12 Changeset [12569] by
- Use krb4 auth for printers that want it. Accept "-" (rm all jobs from the user) for compatibility with BSD lprm
- 16:12 Changeset [12568] by
- Use krb4 auth for printers that want it.
- 16:11 Changeset [12567] by
- support for old Athena lpr style krb4 authentication
- 16:11 Changeset [12566] by
- add 'ka' printcap flag
- 16:10 Changeset [12565] by
- deal correctly with "-" by itself in a command line
02/23/99:
- 19:49 Changeset [12564] by
- Update for LaTeX 2e.
- 19:26 Changeset [12563] by
- For latex 2e: Back out local change to build latex differently, since we're normal in that regard now. Back out local change to add tex.fmt to the fmts list; that turns out to be redundant. Remove amslatex.fmt from the fmts list for now. It clearly won't build since we don't have an lplain.tex any more.
- 19:04 Changeset [12562] by
- Removed in latex 2e update.
- 19:00 Changeset [12561] by
- This commit was generated by cvs2svn to compensate for changes in r12560, which included commits to RCS files with non-trunk default branches.
- 19:00 Changeset [12560] by
- Import of macros/latex/unpacked from CTAN archive
- 17:47 Changeset [12559] by
- update to latest named.root from internic (Aug 22, 1997)
- 17:42 Changeset [12558] by
- rs.internic.net, not rs.internic.edu
- 17:01 Changeset [12557] by
- document pgpkeys
- 17:01 Changeset [12556] by
- PGP keys used to sign third-party packages we import. Signed by original signers and me (key id 0x8D41B4E5) my "proofs": pub 1024/A39BA655 1999/01/04 Sendmail Signing Key/1999 <sendmail@Sendmail.ORG> signed by sig BF7BA421 Eric P. Allman <eric@InReference.COM> who is signed by sig 5826CF8D John Gardiner Myers <jgm+@cmu.edu> who is signed by sig 0DBF906D Jeffrey I. Schiller <jis@mit.edu> pub 1024/DCB9AE01 1995/04/24 Ssh distribution key <ylo@cs.hut.fi> signed by sig 961F4A35 Tatu Ylonen <ylo@ssh.fi> who is signed by sig 0DBF906D Jeffrey I. Schiller <jis@mit.edu> pub 1022/D5327CB9 1992/09/25 wietse venema <wietse@wzv.win.tue.nl> signed by sig 666D0051 Assar Westerlund <assar@sics.se> who is signed by sig 0DBF906D Jeffrey I. Schiller <jis@mit.edu>
- 16:42 Changeset [12555]
- This commit was manufactured by cvs2svn to create tag 'sendmail-8_9_3'.
- 16:42 Changeset [12554] by
- This commit was generated by cvs2svn to compensate for changes in r12553, which included commits to RCS files with non-trunk default branches.
- 16:42 Changeset [12553] by
- Sendmail 8.9.3
- 16:42 Changeset [12552] by
- add sendmail
- 16:40 Changeset [12551] by
- fix up references to platform/foo to vaguely refer to either os or arch.
- 15:51 Changeset [12550] by
- Merge in 6.5.3 changes.
- 15:50 Changeset [12549] by
- Merge in some 6.5.3 config changes.
- 12:07 Changeset [12548] by
- don't bash MAKE to make
- 12:07 Changeset [12547] by
- change the pointer to typedef of array of characters to just typedef of array of characters to match the prototype. (This didn't cause us to lose horribly because with default promotions they're the same.) (parallel to change in krb5 mainline)
- 12:05 Changeset [12546] by
- instead of defining a function called getst that does exactly what the krb4 fgetst function does, just use fgetst
- 12:05 Changeset [12545] by
- #include <stdio.h> for prototypes containing FILE * remove #if 0 prototypes remove prototype for "log" since it's sure to cause namespace collisions fix prototype for ad_print
- 12:00 Changeset [12544] by
- use CPPFLAGS
- 12:00 Changeset [12543] by
- remove some parens that should have been removed in the Makefile.athena -> configure.athena switch
02/22/99:
- 19:08 Changeset [12542] by
- tcp_wrappers moved
- 17:44 Changeset [12541] by
- remove two bits that escaped into the repository accidentally
- 14:52 Changeset [12540] by
- add a missing DESTDIR
- 13:30 Changeset [12539] by
- remove athena/bin/lpr
- 13:23 Changeset [12538] by
- from mwhitson: missing #includes
- 13:21 Changeset [12537] by
- from mwhitson: don't assume sizeof(int) == sizeof(void *)
- 13:16 Changeset [12536] by
- from mwhitson (a long time ago): add some missing #include <stdlib.h>s, and deal with systems where sizeof(int) != sizeof(void *)
- 13:05 Changeset [12535] by
- don't rerun autoheader, etc, etc
- 12:57 Changeset [12534] by
- fix bug introduced in 1.28 of printjob.c: some "local" printers have non-local rm in /etc/printcap, so only consider a job to need forwarding if rm is non-local, AND it's not in the local printcap.
- 12:53 Changeset [12533] by
- add -Werror/-w2 to WARN_CPPFLAGS to make warnings fatal
02/21/99:
- 23:09 Changeset [12532] by
- add lprng and ifhp. (don't remove athena/bin/lpr yet though)
- 22:47 Changeset [12531] by
- don't strip ".mit.edu" when testing name
- 22:46 Changeset [12530] by
- use configure.athena instead of Makefile.athena
- 22:45 Changeset [12529] by
- DESTDIR support
- 22:45 Changeset [12528] by
- nasty kludges to build LPRng
- 17:41 Changeset [12527] by
- add prototypes from krb4-proto.h
- 02:59 Changeset [12526] by
- supress hpcomm from sending ^Ts since they sometimes kill HP printers
02/19/99:
- 12:53 Changeset [12525] by
- Use xargs to keep arguments from getting too long.
- 12:45 Changeset [12524] by
- Update for AFS 3.5, retaining 3.4a compatibility. Stop using the Transarc DES library. Add a stub des_pcbc_init() as a hack to make things link properly. It should never get called.
- 12:29 Changeset [12523] by
- remove $athtoolroot/usr/athena/bin from gmake since it's in PATH. (Greg had said this before, but I missed it.)
- 12:23 Changeset [12522] by
- build gmake before everything but gcc
- 12:23 Changeset [12521] by
- install as gmake
- 12:20 Changeset [12520] by
- update for ftp.gnu.org reorg
- 12:19 Changeset [12519] by
- Build with gmake (where available)
- 12:13 Changeset [12518] by
- add "configure.athena" option for packages that build like "configure" packages but need extra configure options.
02/18/99:
- 15:57 Changeset [12517] by
- add gmake
- 15:55 Changeset [12516]
- This commit was manufactured by cvs2svn to create tag 'gmake-3_77'.
- 15:55 Changeset [12515] by
- This commit was generated by cvs2svn to compensate for changes in r12514, which included commits to RCS files with non-trunk default branches.
- 15:55 Changeset [12514] by
- GNU Make 3.77
- 01:24 Changeset [12513] by
- Don't bounce files as binary only because they contain a backspace; pstext is perfectly able to deal appropriately with backspace characters.
02/17/99:
- 12:56 Changeset [12512] by
- recognize @[my.ip.add.ress]
- 11:01 Changeset [12511] by
- From mwhitson: add krb4 support to lpd.
- 11:00 Changeset [12510] by
- From mwhitson: do check for krb5 libraries on IRIX.
- 10:57 Changeset [12509] by
- From mwhitson: add krb4 support.
- 10:56 Changeset [12508] by
- From mwhitson: bugfix.
- 10:55 Changeset [12507] by
- From mwhitson: make status displays more like what we're used to.
- 10:54 Changeset [12506] by
- From mwhitson: add krb4 authentication support.
- 10:35 Changeset [12505] by
- Add lprng and xscreensaver. Say ftp.gnu.org for gnu stuff. sysinfo has moved.
- 10:31 Changeset [12504]
- This commit was manufactured by cvs2svn to create tag 'ifhp-3_1_15'.
- 10:31 Changeset [12503] by
- This commit was generated by cvs2svn to compensate for changes in r12502, which included commits to RCS files with non-trunk default branches.
- 10:31 Changeset [12502] by
- Import of LPRng HP filter 3.1.15
- 10:29 Changeset [12501]
- This commit was manufactured by cvs2svn to create tag 'lprng-3_5_3'.
- 10:29 Changeset [12500] by
- This commit was generated by cvs2svn to compensate for changes in r12499, which included commits to RCS files with non-trunk default branches.
- 10:29 Changeset [12499] by
- Import of LPRng 3.5.3 documentation
- 10:27 Changeset [12498] by
- This commit was generated by cvs2svn to compensate for changes in r12497, which included commits to RCS files with non-trunk default branches.
- 10:27 Changeset [12497] by
- Import of LPRng 3.5.3
02/16/99:
- 10:06 Changeset [12496] by
- save memory by dynamically allocating buffers for filenames instead of statically allocating MAXPATHLEN for every file.
- 10:05 Changeset [12495] by
- return a valid error, not -1, if credentials forwarding failed because auth failed.
02/15/99:
- 10:29 Changeset [12494] by
- Autoconfiscate.
- 10:16 Changeset [12493] by
- Your services are no longer necessary.
02/14/99:
- 12:11 Changeset [12492] by
- document -warp, as well as -zoom and the color-changing options
- 12:11 Changeset [12491] by
- add -warp, to make it warp the pointer to the top, left corner of the screen at startup (for dedicated xcluster machines)
- 08:40 Changeset [12490] by
- Needed for autoconfiscation.
02/13/99:
- 21:52 Changeset [12489] by
- the 256-character pathname limit bug was fixed a while ago
- 11:55 Changeset [12488] by
- LPRng forward-compatibility, from mwhitson: don't build with quota support, and deal with LPRng-style errors.
- 10:42 Changeset [12487] by
- s/MAILDROP/"MAILDROP"/
02/12/99:
- 19:41 Changeset [12486] by
- DESTDIR support
- 19:39 Changeset [12485] by
- if MAILDROP is set, make it take precedence over pop
- 14:17 Changeset [12484] by
- Add xdm binary for IRIX 6.5, including Athena SESSION_PROPERTY hack.
- 14:05 Changeset [12483] by
- /usr/spool -> /var/spool
02/10/99:
- 18:42 Changeset [12482] by
- add explicit --with-krb4 and --with-hesiod to get around Makefile lossage for now
- 12:34 Changeset [12481] by
- Nuke some leftover smpd cruft.
- 10:26 Changeset [12480] by
- Add nsd.options and nsswitch.conf for IRIX 6.5.
- 10:21 Changeset [12479] by
- Add Xsession.dt and cshrc for IRIX 6.5.
02/09/99:
- 16:24 Changeset [12478] by
- merge 1.0.5 changes
- 16:06 Changeset [12477]
- This commit was manufactured by cvs2svn to create tag 'krb5-1_0_5'.
- 16:06 Changeset [12476] by
- This commit was generated by cvs2svn to compensate for changes in r12475, which included commits to RCS files with non-trunk default branches.
- 16:06 Changeset [12475] by
- Import of Kerberos 5 release 1.0.5
- 15:26 Changeset [12474] by
- Tabify.
- 15:07 Changeset [12473] by
- On Athena 8.2 branch only: from krb5 1.0.5: use geteuid() instead of getuid() in krb5_rc_io_open() check.
- 15:02 Changeset [12472] by
- replace third/mh with third/nmh
- 15:02 Changeset [12471] by
- Revert absolute path specification of sshd; the boot environment should have a path including /etc/athena now.
- 15:01 Changeset [12470] by
- force checkin to update timestamp so this doesn't get rebuilt
- 15:00 Changeset [12469] by
- KNETD is dead.
- 15:00 Changeset [12468] by
- add discuss-use-short-meeting-names, to do just that in the mode line to make the transaction numbers not go off the side of the screen
- 14:59 Changeset [12467] by
- update mh-e variables for nmh
- 14:58 Changeset [12466] by
- build changes for Athena
- 14:55 Changeset [12465] by
- Use the path for most Athena binaries. Also, KNETD is dead.
- 14:53 Changeset [12464] by
- Revert 1.22; it doesn't work. (prefix et al are always set when this file is read.)
02/08/99:
- 18:11 Changeset [12463] by
- fix a memory leak in the common case
- 17:30 Changeset [12462] by
- Allow overriding of directory variables.
- 13:21 Changeset [12461] by
- Add config files for IRIX 6.5.
- 12:57 Changeset [12460] by
- Xlogin script for IRIX 6.5.
- 09:47 Changeset [12459] by
- comment out text after #else and #endif
- 09:45 Changeset [12458] by
- -I../include to get include files in a system where they haven't been installed yet
02/07/99:
- 13:15 Changeset [12457] by
- add nmh
- 13:14 Changeset [12456]
- This commit was manufactured by cvs2svn to create tag 'nmh-1_0'.
- 13:14 Changeset [12455] by
- This commit was generated by cvs2svn to compensate for changes in r12454, which included commits to RCS files with non-trunk default branches.
- 13:14 Changeset [12454] by
- nmh 1.0
02/05/99:
- 13:41 Changeset [12453] by
- Athena inetd.conf for Linux. Note the lack of any rcmd shell support.
Note: See TracTimeline
for information about the timeline view.