Timeline


and

05/31/98:

22:38 Changeset [11596] by rbasch
Supply the correct root disk to buildkernel, in case the target is a non-default drive number.
18:18 Changeset [11595] by ghudson
Fix typo.
16:38 Changeset [11594] by danw
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 danw
Rename -x to -e for preemptive compatibility with the krb5 mainline.
11:46 Changeset [11592] by ghudson
From kretch: add -q option to suppress warnings about compatibility usage.
11:44 Changeset [11591] by ghudson
From kretch: change openlog invocation to use "xlogin" instead of "login" add info-level syslog for all user logins
11:38 Changeset [11590] by ghudson
From ajfox: add a "quit dash" dialog.
11:33 Changeset [11589] by ghudson
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 ghudson
Don't allow Hesiod passwd entries with gids lower than MIN_HES_GROUP.
11:31 Changeset [11587] by ghudson
Add MIN_HES_GROUP define so we can be more paranoid about groups we receive from Hesiod.
11:30 Changeset [11586] by ghudson
Restart named before running finish-update.
11:29 Changeset [11585] by ghudson
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 danw
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 danw
avoid a potential buffer overrun

05/29/98:

13:45 Changeset [11582] by tb
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 rbasch
Run the Athena named instead of the SGI named.

05/27/98:

19:41 Changeset [11580] by ghudson
const poison.
15:53 Changeset [11579] by ghudson
Remember to process timers.
15:53 Changeset [11578] by ghudson
Clear the suffixes except for .c and .o, so make doesn't try to rebuild things from .y files.
15:52 Changeset [11577] by ghudson
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 danw
fix bug in masquerading stuff (sync to sgi version, which was correct)

05/24/98:

20:08 Changeset [11575] by rbasch
Add adm to class E. Remove the 'n' local delivery option, so the "From " header line is written.
14:47 Changeset [11574] by ghudson
Add MIT copyright, header comment, and RCS ID.
00:50 Changeset [11573] by ghudson
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 ghudson
Add a -loc flag to specify alternative auxiliary location information instead of the display name or tty.
00:38 Changeset [11571] by ghudson
Deal properly with real v4 headers.

05/22/98:

09:58 Changeset [11570] by rbasch
IRIX 6.3 packages for 8.2: 7.2 compilers, development environment, new patch set.

05/20/98:

18:45 Changeset [11569] by ghudson
We have to track empty directories for the Ultra line tto boot them.
10:55 Changeset [11568] by danw
fix regexp in panic checker so we don't report panics more than once

05/19/98:

14:50 Changeset [11567] by cfields
Add support for adding arbitrary pathnames. Fix a printf that wasn't passed sufficient args.
14:47 Changeset [11566] by cfields
Document ability to add arbitrary paths.
13:18 Changeset [11565] by ghudson
Use an autoconf build system to get krb4 dependencies right.
13:17 Changeset [11564] by ghudson
From nathanw: set MANPATH before sourcing .path.
13:15 Changeset [11563] by ghudson
From nathanw: fix 'word too long' problem with add.
13:14 Changeset [11562] by ghudson
From nathanw: use Athena named, not native named.
13:13 Changeset [11561] by ghudson
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 ghudson
Add in missing :.
00:47 Changeset [11559] by ghudson
Update build machines.

05/16/98:

23:51 Changeset [11558] by ghudson
Install xlogin stripped (with a corresponding non-tracked .unstripped version) to save space on the Sun root filesystem. Sigh.
23:51 Changeset [11557] by ghudson
Install console stripped (with a corresponding non-tracked .unstripped version) to save space on the Sun root filesystem. Sigh.
23:48 Changeset [11556] by ghudson
ftpd moved to /usr/athena/etc.
23:47 Changeset [11555] by ghudson
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 ghudson
Always wait X_STOP_SECONDS after killing the X server to ensure that the graphics device recovers.
23:40 Changeset [11553] by ghudson
Set .SUFFIXES so we don't rebuild shipped files.
23:39 Changeset [11552] by ghudson
Align des_key_schedule to make it friendly to crypto functions which cast it to aligned types.
23:36 Changeset [11551] by ghudson
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 ghudson
Build CNS kpasswd program.
23:33 Changeset [11549] by ghudson
Whoops, syslogd belongs in lsbindir.
23:28 Changeset [11548] by ghudson
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 ghudson
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 ghudson
Simple Makefile for building the CNS kpasswd standalone.
23:23 Changeset [11545] by ghudson
CNS kpasswd man page.
23:23 Changeset [11544] by ghudson
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 ghudson
CNS krbports include file, for building the CNS kpasswd.
23:22 Changeset [11542] by ghudson
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 ghudson
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 danw
Deal with potential krb5/krb4 password skew (by ignoring errors when getting krb5 tickets)
15:22 Changeset [11539] by danw
Deal with potential krb5/krb4 password skew (by ignoring password errors when getting krb5 tickets)
15:22 Changeset [11538] by danw
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 danw
get forwardable, proxiable tickets

05/13/98:

16:18 Changeset [11536] by danw
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 danw
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 danw
Import of ssh 1.2.23

05/12/98:

21:23 Changeset [11532] by danw
Make order of lines in /etc/athena/access irrelevant: always use the best match.
20:20 Changeset [11531] by ghudson
Pick /var/mail or /var/spool/mail depending on which we find.
14:35 Changeset [11530] by ghudson
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 ghudson
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 ghudson
Import of BIND 8.1.2
12:23 Changeset [11526] by ghudson
As noted by jweiss, /etc/athena/named.boot should be /etc/named.boot.

05/11/98:

22:13 Changeset [11525] by jweiss
manage all displays by default
15:35 Changeset [11524] by tb
Add Generic NQS service at 607/tcp.
15:35 Changeset [11523] by ghudson
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 danw
fix add "Word too long" bug
11:01 Changeset [11521] by ghudson
Don't track in /etc/rc2.d/S99sspdefs; it doesn't affect our hardware and interrupts the boot process with a question.

05/08/98:

14:18 Changeset [11520] by ghudson
Remove the gethostname() prototype; it's prototyped differently in Solaris 2.6.
13:42 Changeset [11519] by ghudson
Regenerate.
13:27 Changeset [11518] by ghudson
Add code from the most recent version of this file to recognize locally-added CVS files in CVS/Entries.
13:09 Changeset [11517] by ghudson
Eliminate extra spaces in miki's patch; make was barfing.
12:52 Changeset [11516] by miki
Copy the platform dependent etc files from /srvd/etc
12:51 Changeset [11515] by miki
Copy the platform dependent etc files from /srvd/etc instead of relying on configfiles.
12:13 Changeset [11514] by miki
Install the new etc files : driver_aliases, driver_classes, name_to_major and minor_perm .. one for each platform.
11:59 Changeset [11513] by ghudson
We have sun4m/sun4u versions of four Sun /etc files now. Copy in the correct one if NEWOS is set.
11:59 Changeset [11512] by ghudson
We can't treat /etc/minor_perm as a configfile any more, since we have to have separate versions for sun4m and sun4u.
11:58 Changeset [11511] by ghudson
Update the directories not to track from /platform for Solaris 2.6 HW 3/98.
11:58 Changeset [11510] by ghudson
Add /etc/named.boot to DEADFILES; it's irrelevant now that we're doing BIND 8.
11:57 Changeset [11509] by ghudson
/etc/named.local is now irrelevant.
11:57 Changeset [11508] by ghudson
/etc/named.local is now irrelevant. Stop removing /etc/X0.hosts twice.
11:57 Changeset [11507] by ghudson
named.local is now irrelevant.
11:56 Changeset [11506] by ghudson
Add a startup script /etc/init.d/bind to run the Athena named just before inetsvc runs.
11:55 Changeset [11505] by ghudson
Run the Athena named instead of the SGI named.
11:55 Changeset [11504] by ghudson
Stop making the passwd and passwd.real symlinks, since we have a /usr/athena/bin/passwd program now.
11:28 Changeset [11503] by ghudson
Take out named.local stuff; it's completely useless with BIND 8.
11:28 Changeset [11502] by ghudson
Replace BIND 4 named.boot with a BIND 8 named.conf.
11:27 Changeset [11501] by ghudson
Build BIND 8 and the Athena passwd glue program.
11:15 Changeset [11500] by ghudson
Add a passwd glue program which switches between kpasswd and /usr/bin/passwd, and updates {passwd,shadow,master.passwd}.local when a local password changes.

05/07/98:

19:58 Changeset [11499] by ghudson
Clarify the description of the fourth and fifth lines of the session file.
17:53 Changeset [11498] by ghudson
Avoid installing port-specific include files.
17:53 Changeset [11497] by ghudson
Avoid installing libbind.a.
17:52 Changeset [11496] by ghudson
Avoid installing header files which might conflict with OS headers.
17:52 Changeset [11495] by ghudson
Don't try to rebuild shipped commands.c.
17:52 Changeset [11494] by ghudson
Install named-xfer stripped, but also install a named-xfer.unstripped (which won't be tracked in) to aid in debugging.
17:52 Changeset [11493] by ghudson
Don't try to rebuild shipped ns_parser.[ch]. Install named stripped, but also install a named.unstripped (which won't be tracked in) to aid in debugging.
17:50 Changeset [11492] by ghudson
Pass DESTDIR to sub-makes to work around the problem that not all variables are included in ports' Makefile.set files.
17:49 Changeset [11491] by ghudson
How to build BIND.
14:58 Changeset [11490] by ghudson
Remember to preserve SYSTEM in rc.conf.
14:55 Changeset [11489] by ghudson
Document where we got BIND from.
14:38 Changeset [11488] by ghudson
This file has been split into minor_perm.sun4m and minor_perm.sun4u.
14:35 Changeset [11487] by ghudson
Add a \leavevmode to the \center, \flushleft, and \flushright definitions so that empty center et al environments don't generate an error, and so that specials are properly centered.
13:59 Changeset [11486] by ghudson
Use save_cluster_info to get NEW_TESTING_RELEASE and NEW_PRODUCTION_RELEASE. On the SGI, /install will be attached as part of syslib now. So don't try to attach it specially. This means we can do updates without clusterinfo, which is convenient. Up the space check on Solaris to 4096K for the root partition, since we're installing about 700K of extra stuff for BIND 8.1.
13:13 Changeset [11485] by ghudson
Add new object file access.o and install man pages for al_get_access() and al_is_local_acct().
13:11 Changeset [11484] by ghudson
Document new functions.
13:11 Changeset [11483] by ghudson
Use al_get_access() now that it exists, instead of parsing the access file ourselves.
13:09 Changeset [11482] by ghudson
Implement two new functions al_get_access() and al_is_local_acct().
13:08 Changeset [11481] by ghudson
Insert new error code AL_ENOENT. Prototype new functions al_get_access() and al_is_local_acct().
13:08 Changeset [11480] by ghudson
Insert error string for new error code AL_ENOENT.
13:02 Changeset [11479] by ghudson
Use strerror().
12:59 Changeset [11478] by ghudson
Compensate for version 3 servers' inability to deal with two packets at a time by separating rki_rpc_send_ckdc() and rki_rpc_sendauth() by a 0.1 second delay.
12:58 Changeset [11477] by ghudson
Rewrite rki_get_packet() so that it doesn't read any extra data. The old implementation would fail if it got a second packet before it could process the first one.
12:57 Changeset [11476] by ghudson
Bump the rkinit version so we can tell which servers can deal with receiving two packets in close succession.
12:41 Changeset [11475] by rbasch
Don't call both setsid() and setpgrp().
08:24 Changeset [11474] by miki
Starting with Solaris2.6 we need two version of minor_perm, for the two platforms we maintain : sun4u and sun4m

05/06/98:

21:49 Changeset [11473] by ghudson
Build with symbols.
13:20 Changeset [11472] by miki
New file needed because name_to_major differs from platform to platform
08:37 Changeset [11471] by miki
Do not track the device etc files, as they are platform dependend and should be copied.

05/05/98:

17:56 Changeset [11470] by ghudson
Add a new magic username "*inpasswd" which matches usernames with local passwd file entries.
16:31 Changeset [11469] by miki
Do not track S10cvc, which is a startup script for Network Console Do not track the etc file driver_classes : we had to have two of them : sun4u, sun4m, which we will copy from /srvd/etc
16:08 Changeset [11468] by miki
Added support for the disk Seagate Medalist Changed /usr/sbin/format to format, to pick the correct format for Solaris2.6 of 3/98 installation.
16:02 Changeset [11467] by miki
New disk, Seagate medalist , to be formatted : used by Ultra5/10
15:40 Changeset [11466] by miki
New tar file compatible with Solaris2.6 of 3/98
15:39 Changeset [11465] by miki
New tar files compatible with Solaris2.6 of 3/98
15:18 Changeset [11464] by ghudson
From kretch: add support for byte-swapping when a meeting was written out on a platform with the opposite endianness.

05/04/98:

18:23 Changeset [11463]
This commit was manufactured by cvs2svn to create tag 'bind-8_1_1'.
18:23 Changeset [11462] by ghudson
This commit was generated by cvs2svn to compensate for changes in r11461, which included commits to RCS files with non-trunk default branches.
18:23 Changeset [11461] by ghudson
Import of BIND 8.1.1

05/03/98:

23:04 Changeset [11460] by ghudson
From nathanw: fix path reference to attachandrun.
18:40 Changeset [11459] by rbasch
Fix call to nanny_setupUser(), which now takes 3 parameters instead of 4.

05/01/98:

12:59 Changeset [11458] by rbasch
HUP SGI inetd to ensure non-local servers are enabled.
Note: See TracTimeline for information about the timeline view.