Timeline
12/18/87:
- 10:32 Changeset [956]
- This commit was manufactured by cvs2svn to create tag 'ZSRV2PT4'.
- 10:32 Changeset [955] by
- Version 2.4 lint fix for struct iovec chdir to /usr/tmp
- 10:31 Changeset [954] by
- Added LOGIN_USER_LOGIN for the server to send to clients subscribing. This is *NOT* sent to the server, exposure levels are.
- 10:29 Changeset [953] by
- LOGIN_USER_LOGIN is now in <zephyr/zephyr.h>
- 06:49 Changeset [952] by
- For login messages, munge the opcode to be LOGIN_USER_LOGIN (which is now defined in zserver.h). Other lint fixes.
- 06:47 Changeset [951] by
- lint fixes
- 06:46 Changeset [950] by
- add LOGIN_USER_LOGIN
- 06:45 Changeset [949] by
- lint fix: extra arg needed for client_deregister
- 06:43 Changeset [948] by
- lint fixes.
- 06:41 Changeset [947] by
- Lint fixes.
12/14/87:
- 14:28 Changeset [946]
- This commit was manufactured by cvs2svn to create tag 'ZEPH2PT3'.
- 14:28 Changeset [945] by
- set num_hosts before using it.
- 14:26 Changeset [944] by
- increment version number
- 14:25 Changeset [943] by
- Fix fencepost error in resetting timeouts. Ignore connect requests from unknown servers.
- 13:03 Changeset [942] by
- Fixed so that connection refused doesn't result in a time in the 21st century. Fixed so it actually finds dcn1.arpa.
12/13/87:
- 16:53 Changeset [941]
- This commit was manufactured by cvs2svn to create tag 'ZSRV2PT2'.
- 16:53 Changeset [940] by
- Add compatibility for old-style retrieve requests.
- 16:51 Changeset [939] by
- Up version number to 2.2
12/10/87:
- 22:24 Changeset [938] by
- Initial revision
- 17:29 Changeset [937]
- This commit was manufactured by cvs2svn to create tag 'ZSRV2PT1'.
- 17:29 Changeset [936] by
- pass protocol version number of peer server to the dumping routines so that they may adjust behavior accordingly
- 17:29 Changeset [935] by
- add a version argument to subscr_send_subs so that the routine can deal with different version servers
- 17:28 Changeset [934] by
- increment version number
- 17:25 Changeset [933] by
- fix bug with OLD_COMPAT in ulocate_dispatch, add a version argument to the uloc_send_locations so that the routine can adjust the information sent depending on what zephyr version the other server is using.
12/09/87:
- 10:40 Changeset [932] by
- changed -d default: always qualified with fromroot as mount-point, without regard to -w option. -d dirname remains unqualified.
12/08/87:
- 01:43 Changeset [931] by
- Fixed so that root doesn't activate a zwgc
12/07/87:
- 14:06 Changeset [930] by
- It now runs the version dependent file (Sigh!)
- 14:04 Changeset [929] by
- Initial revision
- 13:25 Changeset [928] by
- removed SIGCHLD trap: signal( SIGCHLD, wait) can't work, because wait() requires a pointer or NULL as an argument. this signal call would pass the integer SIGCHLD to wait(); this is not good; further, it's unnecessary, as only do_cmds() spawns children, and its pclose() call will call wait() for those children.
- 12:16 Changeset [927] by
- commented out do_cmds call; parser was leaving white-space in some entries' command-fields, which do_cmds handled poorly (bus error).
12/06/87:
- 17:14 Changeset [926] by
- Latest and greatest.
- 11:57 Changeset [925] by
- Don't install the sys_rvd subscription list; it moves to /source/config/ws.
- 11:37 Changeset [924] by
- The only acceptable shells now are /bin/sh and /bin/csh.
- 06:23 Changeset [923] by
- Changed user routine names to krb_xxxxxxx
12/05/87:
- 13:23 Changeset [922] by
- Don't cross filesystem boundaries.
12/04/87:
- 06:36 Changeset [921] by
- Added -ldes to the list of libriaries..
12/03/87:
- 15:48 Changeset [920] by
- made lex "ignore warnings" banner more informative.
- 15:41 Changeset [919] by
- replaced twdir & fwdir crap. these were fromroot/toroot-qualified pathnames to the parent dir of slists/ & stats/. they don't both need to be present, because one or the other is used, mutually exclusively, according to whether -w option (writeflag) is present. now, there's a single working-dir, which defaults appropriately to either twdir's or fwdir's old default value, but if it is specified with the -d option, it is NOT qualified with eiher fromroot or toroot. got that?
- 15:38 Changeset [918] by
- fixed a portability bug in FASTEQ macro, and made yacc sort each exceptions-list, so that goodname can run faster.
- 14:50 Changeset [917] by
- moved SIGN macro to track.h.
- 14:04 Changeset [916] by
- lint fixes.
- 12:34 Changeset [915] by
- fixed lint warnings.
- 12:31 Changeset [914] by
- fixed rt-port bug in dec_statfile's use of sscanf(): can't fill a short int directly, because sscanf will interpret it as a long-int, and on the rt, short* gets converted to int* via truncation!
- 12:30 Changeset [913] by
- fixed lint messages.
12/02/87:
- 13:46 Changeset [912] by
- hc warnings.
12/01/87:
- 11:54 Changeset [911] by
- changed the way the default global-exceptions are handled: see input.l's rlog-comment for revision 2.0.
- 11:46 Changeset [910] by
- restored # as the comment-delimiter. changed the handling of track.h's default-global-exceptions: they used to be specified in one string, which sub_gram.y couldn't parse. now, they're specified as an array-initializing list of strings, so that no parsing is necessary, and input.l can pick them up.
- 11:45 Changeset [909] by
- fixed bugs in readstat's traversal of entries] and statfile: cur_ent is no longer global, but is now part of get_next_match's state. also, last_match() was causing entries[]'s last element to be skipped.
11/30/87:
- 10:19 Changeset [908] by
- general rewrite; got rid of stamp data-type, with its attendant garbage, cleaned up pathname-handling. readstat & writestat now sort overything by pathname, which simplifies traversals/lookup. should be comprehensible now.
11/21/87:
- 10:55 Changeset [907] by
- Security fix from UCB.
- 10:25 Changeset [906] by
- 1. Fix timeout behavior. 2. Fix bug with allowing local logins without a password.
11/20/87:
- 07:33 Changeset [905]
- This commit was manufactured by cvs2svn to create tag 'ZSRV2PT05'.
- 07:33 Changeset [904] by
- zhide compatible
- 07:32 Changeset [903] by
- allow renegade servers now
- 07:32 Changeset [902] by
- upgrade version number; check for srvtab before doing any work
Note: See TracTimeline
for information about the timeline view.