Timeline
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.
05/08/98:
- 14:18 Changeset [11520] by
- Remove the gethostname() prototype; it's prototyped differently in Solaris 2.6.
- 13:42 Changeset [11519] by
- Regenerate.
- 13:27 Changeset [11518] by
- Add code from the most recent version of this file to recognize locally-added CVS files in CVS/Entries.
- 13:09 Changeset [11517] by
- Eliminate extra spaces in miki's patch; make was barfing.
- 12:52 Changeset [11516] by
- Copy the platform dependent etc files from /srvd/etc
- 12:51 Changeset [11515] by
- Copy the platform dependent etc files from /srvd/etc instead of relying on configfiles.
- 12:13 Changeset [11514] by
- Install the new etc files : driver_aliases, driver_classes, name_to_major and minor_perm .. one for each platform.
- 11:59 Changeset [11513] by
- 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
- 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
- Update the directories not to track from /platform for Solaris 2.6 HW 3/98.
- 11:58 Changeset [11510] by
- Add /etc/named.boot to DEADFILES; it's irrelevant now that we're doing BIND 8.
- 11:57 Changeset [11509] by
- /etc/named.local is now irrelevant.
- 11:57 Changeset [11508] by
- /etc/named.local is now irrelevant. Stop removing /etc/X0.hosts twice.
- 11:57 Changeset [11507] by
- named.local is now irrelevant.
- 11:56 Changeset [11506] by
- Add a startup script /etc/init.d/bind to run the Athena named just before inetsvc runs.
- 11:55 Changeset [11505] by
- Run the Athena named instead of the SGI named.
- 11:55 Changeset [11504] by
- Stop making the passwd and passwd.real symlinks, since we have a /usr/athena/bin/passwd program now.
- 11:28 Changeset [11503] by
- Take out named.local stuff; it's completely useless with BIND 8.
- 11:28 Changeset [11502] by
- Replace BIND 4 named.boot with a BIND 8 named.conf.
- 11:27 Changeset [11501] by
- Build BIND 8 and the Athena passwd glue program.
- 11:15 Changeset [11500] by
- 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
- Clarify the description of the fourth and fifth lines of the session file.
- 17:53 Changeset [11498] by
- Avoid installing port-specific include files.
- 17:53 Changeset [11497] by
- Avoid installing libbind.a.
- 17:52 Changeset [11496] by
- Avoid installing header files which might conflict with OS headers.
- 17:52 Changeset [11495] by
- Don't try to rebuild shipped commands.c.
- 17:52 Changeset [11494] by
- 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
- 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
- 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
- How to build BIND.
- 14:58 Changeset [11490] by
- Remember to preserve SYSTEM in rc.conf.
- 14:55 Changeset [11489] by
- Document where we got BIND from.
- 14:38 Changeset [11488] by
- This file has been split into minor_perm.sun4m and minor_perm.sun4u.
- 14:35 Changeset [11487] by
- 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
- 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
- Add new object file access.o and install man pages for al_get_access() and al_is_local_acct().
- 13:11 Changeset [11484] by
- Document new functions.
- 13:11 Changeset [11483] by
- Use al_get_access() now that it exists, instead of parsing the access file ourselves.
- 13:09 Changeset [11482] by
- Implement two new functions al_get_access() and al_is_local_acct().
- 13:08 Changeset [11481] by
- Insert new error code AL_ENOENT. Prototype new functions al_get_access() and al_is_local_acct().
- 13:08 Changeset [11480] by
- Insert error string for new error code AL_ENOENT.
- 13:02 Changeset [11479] by
- Use strerror().
- 12:59 Changeset [11478] by
- 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
- 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
- Bump the rkinit version so we can tell which servers can deal with receiving two packets in close succession.
- 12:41 Changeset [11475] by
- Don't call both setsid() and setpgrp().
- 08:24 Changeset [11474] by
- 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
- Build with symbols.
- 13:20 Changeset [11472] by
- New file needed because name_to_major differs from platform to platform
- 08:37 Changeset [11471] by
- Do not track the device etc files, as they are platform dependend and should be copied.
05/05/98:
- 17:56 Changeset [11470] by
- Add a new magic username "*inpasswd" which matches usernames with local passwd file entries.
- 16:31 Changeset [11469] by
- 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
- 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
- New disk, Seagate medalist , to be formatted : used by Ultra5/10
- 15:40 Changeset [11466] by
- New tar file compatible with Solaris2.6 of 3/98
- 15:39 Changeset [11465] by
- New tar files compatible with Solaris2.6 of 3/98
- 15:18 Changeset [11464] by
- 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
- 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
- Import of BIND 8.1.1
05/03/98:
- 23:04 Changeset [11460] by
- From nathanw: fix path reference to attachandrun.
- 18:40 Changeset [11459] by
- Fix call to nanny_setupUser(), which now takes 3 parameters instead of 4.
05/01/98:
- 12:59 Changeset [11458] by
- HUP SGI inetd to ensure non-local servers are enabled.
04/30/98:
- 21:12 Changeset [11457] by
- From nathanw: '-' is unwanted in tset arguments.
- 16:08 Changeset [11456] by
- Specify where the fallback rsh is so the path search doesn't find it in /.srvd or whatnot.
- 16:06 Changeset [11455] by
- From kretch: zero out the notice opcode so we don't use the same opcode as the received message.
- 16:04 Changeset [11454] by
- Give root an add alias.
- 16:04 Changeset [11453] by
- Whoops, synctree lives in sbindir, not bindir.
- 16:03 Changeset [11452] by
- Move files from datadir back to datadir/zephyr.
- 09:29 Changeset [11451] by
- Add SGI config files to disable dynamic IP address assignment and routed.
04/29/98:
- 09:50 Changeset [11450] by
- Change read_env_vars_from_file() to read its filename argument, instead of /etc/environment. This fixes the Irix 6.x problem of not setting TZ from /etc/TIMEZONE.
04/28/98:
- 14:41 Changeset [11449] by
- Don't check the motd on IRIX; /etc/profile and /etc/cshrc do that.
- 14:31 Changeset [11448] by
- From yoav: honor MAILDROP, and /usr/spool -> /var/spool, and make sure not to lose if the pop host isn't set.
- 14:24 Changeset [11447] by
- If MAILDROP is set, don't do default pop behavior.
- 14:23 Changeset [11446] by
- Reorganize so that MAILDROP has precedence over pop behavior.
- 10:07 Changeset [11445] by
- Localize eoe.sw.svr4net for Irix 6.2, as it contains /usr/lib/libnsl.so.
04/27/98:
- 19:37 Changeset [11444] by
- Make this man page work reasonably on the sun. Changes were: - '\" t added to top so man passes this page through tbl. - The NAME section was de-formatted so that it gets along with windex. - .LI (not recognized by man) was changed to .IP (which does about the same thing). - Boxing was removed from tables and some blank lines added. Boxed tables look really poor onscreen, and tbl was generating bad output for them.
- 16:45 Changeset [11443] by
- Oops, identify self properly.
- 12:58 Changeset [11442] by
- IRIX doesn't need -lregexp any more. (It was broken here anyway.)
- 12:57 Changeset [11441] by
- IRIX doesn't need -lregex any more. Also nuke unused XSRCS and XOBJS.
- 12:57 Changeset [11440] by
- IRIX 6.2 and 6.3 don't need third/rx for POSIX regexps, so don't say we're going to use it.
- 12:56 Changeset [11439] by
- IRIX 6.2 and 6.3 have POSIX regexps, so we don't need third/rx any more.
- 12:35 Changeset [11438] by
- Set default keytab name to use SRVTAB.
04/26/98:
- 14:21 Changeset [11437] by
- Solaris 2.6 uses k_anoninfo instead of anoninfo. The structure type of k_anoninfo is different but agrees on the relevant fields.
04/25/98:
- 19:41 Changeset [11436] by
- if ZEPHYR_CLIENT is set in .environment, launch that instead of zwgc
- 19:37 Changeset [11435] by
- add "CheckMail no"
- 19:34 Changeset [11434] by
- Set umask so /usr/vice/etc/cacheinfo won't be world-writable
- 19:31 Changeset [11433] by
- Clear environment before starting sshd, to prevent security (and other) problems. Pointed out by mhpower.
- 19:15 Changeset [11432] by
- Take advantage of relaxed al_acct_create() contract.
- 19:14 Changeset [11431] by
- Relax the al_acct_create() contract, so that warnings can be NULL (if the caller doesn't want to know about warnings) and *warnings is always set to NULL when there are no warnings (unless warnings is NULL, of course).
- 16:42 Changeset [11430] by
- Suppress diagnostics when cleaning lost+found.
- 11:40 Changeset [11429] by
- Suppress the rmdir diagnostic, and fix the corresponding comment a bit.
04/24/98:
- 16:24 Changeset [11428] by
- Point top at a new site, where there are newer releases available.
- 15:19 Changeset [11427] by
- Changes for Irix 5.3 -> 6.2 update: Boot miniroot to remove all installed packages, and install all 6.2 packages; use CONFIGVERS to deal with .N and .O versions of config files left by inst; remove old-style staticroute config files; clean up miscellaneous links to OS volume from 5.3 install.
- 15:15 Changeset [11426] by
- Changes for Irix 5.3 -> 6.2 update: Remove DEADFILES from UPDATE_ROOT; restore any changed configfiles overwritten by inst; build a kernel in the UPDATE_ROOT if NEWUNIX or NEWOS set.
- 15:10 Changeset [11425] by
- Changes for Irix 5.3 -> 6.2 update: Add CONFIGVERS, to dispose of .N and .O files left by inst, and require minimum of 64 MB memory.
- 03:54 Changeset [11424] by
- be able to do a default partitioning and install on suns with 4.2G disks
04/22/98:
- 18:05 Changeset [11423] by
- Fix typo in Dan's patch.
- 18:03 Changeset [11422] by
- Remember to export ATHENA_SYS_COMPAT.
04/21/98:
- 14:06 Changeset [11421] by
- Add buildkernel, for update.
- 14:02 Changeset [11420] by
- Use /etc/athena/netparams if available, otherwise fall back to old behavior.
04/18/98:
- 12:59 Changeset [11419] by
- set ATHENA_SYS_COMPAT
- 12:58 Changeset [11418] by
- add -C option to print ATHENA_SYS_COMPAT value
- 12:57 Changeset [11417] by
- set ATHENA_SYS_COMPAT values
04/17/98:
- 18:37 Changeset [11416] by
- Use attachandrun.
- 18:35 Changeset [11415] by
- For environment add alias: remove -e option, no longer used. also quote the arguments to -P and -M. (-P must now have a single arg.)
- 18:31 Changeset [11414] by
- Remove -e. -P now takes a single arg. Added check to make sure both -P and -M are specified when one is. Make sure arguments are provided for -P and -M. $athena_path/manpath now supported for Bourne shell. Fixed some memory leaks. Cleaned up usage message, put -b in it. Now deals correctly with empty variables on output. Some code cleanup.
- 18:27 Changeset [11413] by
- Document -P and -M. Remove -e.
- 16:14 Changeset [11412] by
- From nathanw: make sure to reset the alarm in error cases, or attachandrun will give its child process sixty seconds to live when we can't get subs.
04/16/98:
- 22:55 Changeset [11411] by
- Make install of attach.unstripped actually work.
- 18:32 Changeset [11410] by
- Globally except *.unstripped so that we don't track in unstripped versions of binaries we strip for space reasons.
- 18:32 Changeset [11409] by
- Install snmpd stripped, but install an unstripped "snmpd.unstripped" to help debugging. It won't get tracked in.
- 18:31 Changeset [11408] by
- Install sshd stripped, but install an unstripped "sshd.unstripped" to help debugging. It won't get tracked in.
- 18:31 Changeset [11407] by
- Install xntpd stripped, but install an unstripped "xntpd.unstripped" to help debugging. It won't get tracked in.
- 18:31 Changeset [11406] by
- Install an unstripped "attach.unstripped" binary to help with debugging. (It won't get tracked.)
- 18:20 Changeset [11405] by
- From mhpower: don't preserve Delivered-To lines (or any -To line starting with 'd', to make the implementation easier) by default, since they are commonly added by qmail and aren't terribly important.
- 18:17 Changeset [11404] by
- From mhpower: prevent /tmp symlink attachs and check malloc return values.
- 18:15 Changeset [11403] by
- If SSHD is set to "switched", take responsibility for making sure that it is running (for access_on) or not running (for access_off).
- 18:15 Changeset [11402] by
- Add a new variable ACCESSON, defaulting to false, which controls whether the machine is set to access_on at boot time or reactivate time.
- 18:14 Changeset [11401] by
- Nuke /etc/ssh_* on public machines in case anyone ran ssh-keygen. If ACCESSON is set, run access_on instead of access_off.
- 18:13 Changeset [11400] by
- Nuke /etc/ssh_* on public machines in case anyone ran ssh-keygen. If ACCESSON is set, invoke inetd with the -n flag (turning on switched services) and invoke SSHD if it is set to "switched".
- 18:09 Changeset [11399] by
- When we get a notice from our server, turn off the booting flag. (We used to do that; it got lost when we went from alarm to select.) Otherwise we punt our subs every time we switch servers.
- 18:01 Changeset [11398] by
- General cleanups. Functional changes include: * Printed messages are cleaner. In particular, when invoking a program which generates output, do not put the cursor in the middle of a line beforehand and don't say "done" afterwards. * The /dev/console redirects are gone for /srvd/auto_update. This shouldn't matter at all. * zhm doesn't need its pid file deleted any more. * # is used as the substitution separator for the rc.conf renegeration, instead of /. * Remember to kill sshd at stop time, and don't bother to be quite as careful killing things off by pid file (for terseness). * All config files are in /srvd or /os now, so we don't need to test for the existence of files in /os if they're not in /srvd.
- 17:59 Changeset [11397] by
- General cleanups. Functional changes include: * Printed messages are cleaner. In particular, when invoking a program which generates output, do not put the cursor in the middle of a line beforehand and don't say "done" afterwards. * The /dev/console redirects are gone. This shouldn't matter at all. * zhm doesn't need its pid file deleted any more. * # is used as the substitution separator for the rc.conf renegeration, instead of /. * Remember to kill sshd at stop time. * Don't bother checking for the gettime binary; just run it like we do everything else.
Note: See TracTimeline
for information about the timeline view.