Timeline


and

06/15/88:

19:20 Changeset [1218] by jtkohl
fix typo
19:17 Changeset [1217] by jtkohl
fix typos and pointer/int confusion problems
19:16 Changeset [1216] by jtkohl
found is a pointer, not an int
19:14 Changeset [1215] by jtkohl
remove typo
19:13 Changeset [1214] by jtkohl
missing #include of <sys/socket.h>
19:12 Changeset [1213] by jtkohl
missing declaration of retval
18:55 Changeset [1212] by jtkohl
add Z_FILTERDEPTH for the suppression filter add declaration of Z_XmidFragment()
18:54 Changeset [1211] by jtkohl
add decl of xmit_frag()
18:54 Changeset [1210] by jtkohl
new library fixes
18:52 Changeset [1209] by jtkohl
condense common code new library fixes
18:51 Changeset [1208] by jtkohl
remove spurious comment
18:50 Changeset [1207] by jtkohl
new library fixes also fix bug where host_lost wasn't propagated to other servers
18:48 Changeset [1206] by jtkohl
new library fixes
18:42 Changeset [1205] by jtkohl
remove bogus char[]
18:41 Changeset [1204] by jtkohl
forgot to declare ptr
18:33 Changeset [1203] by jtkohl
new style subscriptions
18:33 Changeset [1202] by jtkohl
new style location
17:06 Changeset [1201] by jtkohl
Initial revision
16:49 Changeset [1200] by jtkohl
add duplicate filter (short-term memory) If server make sure all incoming packets are treated as complete parameterize Z_SendFragmentedNotice and add Z_XmitFragment
16:49 Changeset [1199] by jtkohl
fix arguments to Z_SendFragmentedNotice
16:48 Changeset [1198] by jtkohl
parameterize Z_SendFragmentedNotice and add ZSrvSendNotice
16:47 Changeset [1197] by jtkohl
parameterize Z_SendFragmentedNotice and add ZSrvSendList
16:46 Changeset [1196] by jtkohl
remove debugging abort() copy uid into multiuid if there is no multiuid field
16:46 Changeset [1195] by jtkohl
fix RCS header name
14:14 Changeset [1194] by jtkohl
From Robby
13:54 Changeset [1193] by rfrench
For John
13:22 Changeset [1192] by jtkohl
Initial revision
12:56 Changeset [1191] by rfrench
For John
12:20 Changeset [1190] by jtkohl
when no KERBEROS, return the auth field supplied by the sender

06/13/88:

12:27 Changeset [1189] by don
fixed a bug in device-handling: if device major/minor #'s are wrong, have to delete the node & call mknode().
11:20 Changeset [1188] by don
fixed doc's "make install".
09:19 Changeset [1187] by root
Added sys/types.h

06/12/88:

19:27 Changeset [1186] by srz
Fixed possible infinite loop when typing ^D to yes/no prompt.

06/11/88:

20:53 Changeset [1185]
This commit was manufactured by cvs2svn to create tag 'PUB-DIST-1-0'.
20:53 Changeset [1184] by treese
Cleaned up to work with Saber. First public distribution.
20:13 Changeset [1183] by treese
Initial revision
18:36 Changeset [1182] by treese
Cleaned up for public distribution.

06/10/88:

11:56 Changeset [1181] by don
fixed two bugs: now, /tmp/sys_rvd.started is ug+w, thus deletable. also, -F/ & -T/ don't make paths that begin // anymore.
11:55 Changeset [1180] by don
fixed a bug in device-handling: update was triggered by differences in st_dev, rather than st_rdev.
11:54 Changeset [1179] by don
changed DEV macro to RDEV.
10:43 Changeset [1178] by don
moved incl_devs (-d option) control to gettail() from update_files();
10:29 Changeset [1177] by don
better error-handling on encountering sockets.
08:27 Changeset [1176] by don
added -I option, and changed -I to -d, -d to -W. changed the way default subscriptiolist & statfile names get made. slightly improved write_stat's memory-use. fixed a glitch in justshow(); added sync() call at end of readstat().
08:00 Changeset [1175] by don
changed todir default from "/" to "", to get rid of // problem.
01:35 Changeset [1174] by raeburn
Changed to cache the port number of the service, once it has been looked up.

06/09/88:

12:42 Changeset [1173] by don
ensured that gdb/doc subdir exists, at install-time.
12:32 Changeset [1172] by don
Initial revision
08:23 Changeset [1171] by shanzer
Added RCS headers..

06/08/88:

13:46 Changeset [1170] by shanzer
Added DESTDIR support...
13:45 Changeset [1169] by shanzer
Initial revision

06/06/88:

17:03 Changeset [1168] by don
added -I support.

06/05/88:

15:51 Changeset [1167] by treese
Cleaned up for public distribution
14:52 Changeset [1166] by treese
Updated for Hesiod use.
14:52 Changeset [1165] by treese
Initial revision
13:51 Changeset [1164] by treese
Initial revision

06/03/88:

11:07 Changeset [1163] by jtkohl
add sense_logout code. cast to shut lint up
11:04 Changeset [1162] by jtkohl
only do auth if we have a hold on the client descriptor
10:58 Changeset [1161] by jtkohl
sys/uio.h included here to make lint shut up. not-acknowledged chains keep track of client address, not client pointer. declare xmit(); remove references to zctl.c
10:57 Changeset [1160] by jtkohl
rearrange not-yet-acknowledged packets to be by destination, not client. This allows us to use xmit() from other modules Also incorporate control_dispatch into this .c file.
10:51 Changeset [1159] by jtkohl
Copyright fix, lint fixes increment version number
10:48 Changeset [1158] by jtkohl
fix bad debugging statement, improve a comment, check return values of dispatch routines
10:46 Changeset [1157] by jtkohl
#ifdef CONCURRENT the self-queueing stuff
10:38 Changeset [1156] by jtkohl
sys/uio.h is now in zserver.h
10:37 Changeset [1155] by jtkohl
remove excess stack variables
10:26 Changeset [1154] by jtkohl
add RCS headers. fix wording about zhm -r
09:50 Changeset [1153] by jtkohl
remove bogus syslog message. Clean up upcase stuff.
09:38 Changeset [1152] by jtkohl
correct copyright message

06/02/88:

13:56 Changeset [1151] by jtkohl
document all the options, including new -i option.
13:46 Changeset [1150] by jtkohl
patches for inetd operation
12:50 Changeset [1149] by jtkohl
changes for library version 0.2 (rfrench)
12:48 Changeset [1148] by jtkohl
fixes for library version 0.2

05/31/88:

13:43 Changeset [1147] by srz
Bill's changes broke expunge. Fixed to work if has_privs is set.
10:42 Changeset [1146] by shanzer
moved the chown of the ticket file BEFORE we try and run the attach..

05/27/88:

16:15 Changeset [1145] by don
fixed two bugs at once: the nopulflag bug, and -I wasn't preserving mode-bits at all. see update().

05/26/88:

09:59 Changeset [1144] by don
cosmetics in sort_entries(): fixed indentation, and added comments.

05/25/88:

17:42 Changeset [1143] by don
added -I option. needs compatible track.h & track.c.
17:25 Changeset [1142] by don
fixed a bug in sort_entries: only one descendant was getting added to each entry's exception-list.
17:22 Changeset [1141] by don
fixed a bug: lex returns longest match, so "->*" is a WORD, not an ARROW,WORD with no opt_space.
12:52 Changeset [1140] by steiner
Ultrix changes. Programmer: jon. Auditor: jtkohl.
09:14 Changeset [1139] by shanzer
fixed man page install.

05/24/88:

13:41 Changeset [1138] by don
beefed up garbled-statfile messages, to aid in finding a bug. the bug is a garbled-statfile message at the end of an update. this is intermittent.
13:39 Changeset [1137] by don
extended compiled-in global exceptions, so that filenames containing whitespace (blanks,tabs,newlines) are always excepted, so as to facilitate dec_statfile().
10:04 Changeset [1136] by kit
Initial revision

05/23/88:

18:57 Changeset [1135] by shanzer
fixed INCFLAGS

05/18/88:

10:03 Changeset [1134] by shanzer
New up to date version wich should now be compatable with the outside world..
10:02 Changeset [1133] by shanzer
New uod to date version wich should now be compatable with the outside world..

05/17/88:

17:24 Changeset [1132] by rfrench
All sorts of changes for ver 0.2
16:16 Changeset [1131] by don
dropped the cksum.c entry somehow, in the last change.
15:00 Changeset [1130] by don
fixed another bug in GLOBAL handling, by simplifying pattern-list traversal. now, global-list is chained onto end of each entry's list.
14:58 Changeset [1129] by don
make install wasn't setting setuid bit for /etc/athena/track
11:02 Changeset [1128] by don
general fixup for version 4: hash tables, -> syntax for links, changed currentness declaration.
10:57 Changeset [1127] by don
fixed a bug in the global exception-list: RCS was only matching each entry's RCS-dir child; it wasn't matching children's RCS-dirs. now, using a name foo in GLOBAL is the same as using both foo & */foo.
Note: See TracTimeline for information about the timeline view.