Timeline
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
11/17/87:
- 09:28 Changeset [901] by
- buggy call to strncmp caused "last login" info to occasionally match other users.
11/16/87:
- 21:56 Changeset [900] by
- Initial revision
- 16:50 Changeset [899] by
- change names of exposure levels.
- 16:44 Changeset [898] by
- status does not return limbo server
- 16:31 Changeset [897] by
- change names of exposure levels to be consistent
- 15:59 Changeset [896] by
- [rfrench] add printout of version numbers and ZGetSender() instead of TOKEN_ME
- 15:49 Changeset [895] by
- [rfrench] utmp related fixes
- 05:39 Changeset [894] by
- lint cleanup (replace index with idx)
- 05:39 Changeset [893] by
- add lint stuff
- 05:30 Changeset [892] by
- add RCS info, plus dfn. of time()
- 05:30 Changeset [891] by
- Initial revision
- 05:16 Changeset [890]
- This commit was manufactured by cvs2svn to create tag 'ZSRV2PT0'.
- 05:16 Changeset [889] by
- remove EXL declaration
11/15/87:
- 18:54 Changeset [888] by
- compatibility code; EXPOSE_NONE is defined now (remove #ifdef's) copy port number when changing exposure level.
- 18:52 Changeset [887] by
- increment version number
- 18:48 Changeset [886] by
- extra arg to client_deregister
- 18:46 Changeset [885] by
- extra arg to client_deregister: if non-zero, flush the locations associated with the client
- 18:31 Changeset [884] by
- add debugging info
11/12/87:
- 11:57 Changeset [883] by
- changed comment delimiter from '#' to ';'.
- 11:51 Changeset [882] by
- part of general rewrite.
Note: See TracTimeline
for information about the timeline view.