Timeline


and

05/20/94:

05:53 Changeset [7369] by vrt
changed zephry to use the lowercase world

05/19/94:

13:50 Changeset [7368] by cfields
Added tinkerbell for sun4. Changed tabbing.
12:09 Changeset [7367] by cfields
Added make install for dash (it works now, probably) Removed xcluster from bins since it's under dash now.
11:44 Changeset [7366] by vrt
Initial revision
11:43 Changeset [7365] by cfields
R5 supports DESTDIR - we don't need to hack it in anymore!

05/18/94:

12:04 Changeset [7364] by cfields
Removed bug-for-bug compatibility with R4 version for bsd. Sigh. This script does some really dumb things.
11:25 Changeset [7363] by cfields
test -x is not portable. Use -r.
11:21 Changeset [7362] by cfields
Initial revision

05/16/94:

09:18 Changeset [7361] by vrt
This commit was generated by cvs2svn to compensate for changes in r7360, which included commits to RCS files with non-trunk default branches.
09:18 Changeset [7360] by vrt
added -traditional for solaris gcc
08:48 Changeset [7359] by cfields
This commit was generated by cvs2svn to compensate for changes in r7358, which included commits to RCS files with non-trunk default branches.
08:48 Changeset [7358] by cfields
Cleaner directory defs

05/13/94:

18:53 Changeset [7357] by cfields
Added instance and realm to error messages. 7.7 checkin; changes by brlewis

05/12/94:

12:25 Changeset [7356] by brlewis
AIX xlc picky about function redecl
12:25 Changeset [7355] by brlewis
kludge in newer nroff macros
12:24 Changeset [7354] by brlewis
changes for AIX and Solaris
12:22 Changeset [7353] by brlewis
POSIX sez: #include <termios.h>
12:21 Changeset [7352] by brlewis
Initial revision
11:58 Changeset [7351] by brlewis
Initial revision
11:57 Changeset [7350] by brlewis
improved error trapping
11:55 Changeset [7349] by brlewis
added installs
11:55 Changeset [7348] by brlewis
adjustments of Solaris libraries
11:52 Changeset [7347] by brlewis
changed to use /usr/athena/lib instead of /usr/share
11:51 Changeset [7346] by brlewis
no change
11:50 Changeset [7345] by brlewis
*** empty log message ***
11:50 Changeset [7344] by brlewis
zero initial contents of structure
11:50 Changeset [7343] by brlewis
tightened up code
11:49 Changeset [7342] by brlewis
preserve file protection mode
11:49 Changeset [7341] by brlewis
attach code
11:49 Changeset [7340] by brlewis
took out debugging printfs
11:48 Changeset [7339] by brlewis
new #defines
11:47 Changeset [7338] by brlewis
added boundaries to simplify check for non-fatal error
11:46 Changeset [7337] by brlewis
more source code! another error table!
10:59 Changeset [7336] by cfields
This commit was generated by cvs2svn to compensate for changes in r7335, which included commits to RCS files with non-trunk default branches.
10:59 Changeset [7335] by cfields
Mark's changes for installing R5 on the packs.

05/10/94:

10:45 Changeset [7334] by brlewis
changes for AIX
10:13 Changeset [7333] by brlewis
added code to append passwd line
07:40 Changeset [7332] by cfields
Include strings.h for all platforms, not just Solaris.
07:35 Changeset [7331] by brlewis
Initial revision
07:28 Changeset [7330] by brlewis
Initial revision
05:38 Changeset [7329] by miki
replaced index(rindex) with strchr(strrchr).

05/09/94:

18:36 Changeset [7328] by cfields
${DESTDIR} was apparently redundant here.
18:34 Changeset [7327] by cfields
vrt's change for libucb.
18:29 Changeset [7326] by cfields
${DESTDIR} was apparently redundant here.
18:23 Changeset [7325] by cfields
vrt's changes to add libucb
18:02 Changeset [7324] by cfields
Changed to use R5 Imake templates.
13:48 Changeset [7323] by cfields
Updated includes for moving the code under dash hierarchy.
08:31 Changeset [7322] by cfields
Moved xcluster into the hierarchy.
08:26 Changeset [7321] by cfields
Cleaned up for moving source under dash hierarchy.
07:28 Changeset [7320] by cfields
80x5 was hard-coded; changed to resources.
07:26 Changeset [7319] by cfields
Forgot to take into account internalBorder in geometry calculations. 80x5 was hard-coded; changed to resources.

05/08/94:

19:51 Changeset [7318] by cfields
Toolkit enhancement - provide a pipe for interesting events to the application layer. Added for Bill's tviewer program.
19:30 Changeset [7317] by cfields
Added support for writable color cells. (Color cycling used in xcluster.)
19:27 Changeset [7316] by cfields
Added -zoom option (only show the section of the map with clusters in it). Added color cycling. Corresponding support added to StrToXColor.c and Jets.h.

05/05/94:

08:58 Changeset [7315] by brlewis
Initial revision
08:35 Changeset [7314] by miki
Work around seteuid and setruid fro Solaris (there are none for Solaris)
05:54 Changeset [7313] by vrt
added in the appropriate utmp{x} and wtmp{x} code for solaris this code was running in the release 7.6 verify.c
05:47 Changeset [7312] by vrt
I added the appropriate utmp and wtmp handling for solaris. the code for this addition comes from the dm that is running in 7.6

05/04/94:

20:25 Changeset [7311] by cfields
Integrate Solaris changes back into the script. Add -prelogin option, to kill stray processes and set access_off.
20:22 Changeset [7310] by cfields
Exec reactivate -prelogin prior to prompting the user for input. This is intended to force access_off and killing of stray processes on public workstations.
19:12 Changeset [7309] by cfields
Removed extra connection to X server. Now handled reliably in dm.
19:09 Changeset [7308] by cfields
Make sure the user owns the files in their temporary home directory under Solaris.
18:42 Changeset [7307] by cfields
You can't pass NULL to sigsuspend. Fixed it.
18:40 Changeset [7306] by cfields
Changed default MOTD_FILENAME from 74 to 77 (not that it matters). You can't pass NULL to sigsuspend. Fixed it.
07:41 Changeset [7305] by miki
added libucb.a in the load (because signal work left BSD emulation) install manpages for the inetd

05/03/94:

07:38 Changeset [7304] by miki
Replaced sigpause with sigsuspend for POSIX
07:32 Changeset [7303] by miki
Replaced sigpause with sigsuspend for POSIX Eliminated setuid-setgid for Solaris as it is not equivalent to setruid-setrgid

05/02/94:

13:24 Changeset [7302] by miki
Replaced for POSIX sigpause by sisuspend
07:01 Changeset [7301] by vrt
had to play with the includes for timeout to compile under the RS6000
06:35 Changeset [7300] by vrt
if you want to use _SC_* and sysconf you need to include unistd.h for posix not just solaris.
06:24 Changeset [7299] by vrt
did 3 things changed the #include <sys/fcntl> to <fcntl> put an ifndef MAX around the #define MAX and the RS6000 really hates redeclarations
06:21 Changeset [7298] by vrt
The RS6000 really hates redeclarations

04/30/94:

14:33 Changeset [7297] by probe
Send broadcast messages as UNACKED messages.
14:30 Changeset [7296] by probe
Corrected the pathname references
14:25 Changeset [7295] by probe
Added a more verbose warning that tells the user how to detach lockers that are on a given host. [lwvanels '91]
09:28 Changeset [7294] by vrt
support for 4.3 style syslog under ultrix
09:28 Changeset [7293] by vrt
support for 4.3 style syslog for ultrix
09:24 Changeset [7292] by vrt
support for ultrix for 4.3 syslogs.
09:22 Changeset [7291] by vrt
forgot one piece.
09:21 Changeset [7290] by vrt
ultrix change to support 4.3 style syslogs.
09:20 Changeset [7289] by vrt
ultrix changes for 4.3 style syslog
09:17 Changeset [7288] by vrt
Ultrix changes for 4.3 style syslog
09:12 Changeset [7287] by vrt
changed the LIBS line to include nsyslog for ultrix

04/29/94:

20:18 Changeset [7286] by cfields
Documentation for XRemoveHosts/XOpenDisplay change to dm.c.
20:14 Changeset [7285] by cfields
Added XRemoveHosts for security. Also leave a display connection open so the X server doesn't reset if the user does a config_console when no other X connections are open. (Interestingly, the Solaris 2.2 server does not seem to reset under these conditions.) There is a corresponding removal of a less reliable version of this hack from xlogin.c. Don't run this code pre-Solaris 2.3. Otherwise no clients will be able to connect to the display at all.
20:04 Changeset [7284] by cfields
Now link with X11 for XRemoveHosts and other X calls.
14:14 Changeset [7283] by brlewis
Initial revision
14:08 Changeset [7282] by brlewis
Initial revision
14:03 Changeset [7281] by brlewis
Initial revision
12:19 Changeset [7280] by cfields
setgid/setuid take only one arg.
10:20 Changeset [7279] by root
Backed out most of the r1.66 changes . Left in only the replacement of signal with sigaction, for POSIX
10:17 Changeset [7278] by root
for Solaris, link libbsd.a to cope with the BSD system calls
07:59 Changeset [7277] by probe
Backing out the different placement of unauthentic messages (neither tytso nor probe approve this change)
07:52 Changeset [7276] by probe
enable_delete is now true by default so window managers will honor the delete window requests

04/28/94:

09:56 Changeset [7275] by cfields
Changed dm's static file parsing buffer from 2K to 8K. The DECstation config file is currently 2031 bytes.
09:23 Changeset [7274] by cfields
Unbelievably, I missed one.

04/27/94:

05:44 Changeset [7273] by miki
Initial revision

04/26/94:

10:21 Changeset [7272] by root
Changed it to be like the one on the /srvd/etc/athena
10:11 Changeset [7271] by root
Changed it to be like the one on the /srvd/etc/mail/
10:10 Changeset [7270] by root
Changed it to be like the one on the /srvd/etc/inet/
10:09 Changeset [7269] by root
Changed it to be like the one on the /srvd/etc/init.d
09:51 Changeset [7268] by cfields
Made some ungraceful spelling errors nonexistent.
07:13 Changeset [7267] by root
replaced bzero wit memset replaced bcpy with memmove for POSIX for Solaris, becuase seteuid does not exist, used setuid and chown the temporary file to the user id.
07:07 Changeset [7266] by root
redefined random as lrand48, for SYSV replaced signal calls with sigaction for POSIX took out call to signal, needed in RIOS because once the signal was caught it reverted to SIG_DFL. Calling sigaction does not do that.
06:41 Changeset [7265] by root
replaced signal with sigaction for POSIX
06:35 Changeset [7264] by root
replaced for POSIX signal and sigblock with sigaction and sigprocmask replaced for POSIX getdtablesize with sysconf use for POSIX tcsetattr for Solaris call setuid and setgid instead of setXuid (setXgid)
Note: See TracTimeline for information about the timeline view.